-
1. No version information in the package.
2. Unpacks to "fat", instead of "libfat".
3. No "configure" script or "Makefile" inside.
2008-04-10 22:35:56 UTC by vi0
-
vi@vi-notebook:~/src/p/fat$ autoconf --version
autoconf (GNU Autoconf) 2.61
vi@vi-notebook:~/src/p/fat$ automake --version
automake (GNU automake) 1.10.
2008-04-10 22:34:16 UTC by vi0
-
vi@vi-notebook:~/src/p/fat$ autoconf
configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:12: error: possibly undefined macro: AC_PROG_LIBTOOL
vi@vi-notebook:~/src/p/fat$ ./configure
./configure: line 1695: syntax error near unexpected token `foreign'...
2008-04-10 22:32:12 UTC by vi0
-
fusefat.c:230: warning: cast to pointer from integer of different size
caused by F=(File_t *)fi->fh;
sizeof(fh) == 8, and sizeof(F) == 4 (on i386). The fix is easy... cast it to long. I'm not aware of any arch's where sizeof(long) != sizeof(void *).
Patch below.
2008-01-29 23:34:46 UTC by codewookie
-
fat_write_data() prototype needs const for its buffer argument. Patch below.
2008-01-29 23:21:24 UTC by codewookie
-
Anonymous committed patchset 1 of module CVSROOT to the libfat CVS repository, changing 11 files.
2007-07-23 10:12:27 UTC by nobody
-
paoletto registered the libfat project.
2007-07-23 10:06:17 UTC by paoletto
-
Welcome to Developers.
2007-07-23 10:06:17 UTC by nobody
-
Welcome to Open Discussion.
2007-07-23 10:06:17 UTC by nobody
-
Welcome to Help.
2007-07-23 10:06:17 UTC by nobody