From: Stelian P. <st...@po...> - 2006-10-11 22:02:31
|
Le mercredi 11 octobre 2006 =E0 16:42 +0200, Vincenzo Versi a =E9crit : > hi all, sorry for I'm late. I tried to install the 0.4b41 but I've > received these errors in the make output, [....] > gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -g -O2 -pipe -I.. > -I../compat/include > -I../dump -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO > -D_PATH_DUMPDATES=3D\"/us > r/local/etc/dumpdates\" -D_DUMP_VERSION=3D\" 0.4b41\" dumprmt.c -o > dumprmt.o > In file included from ../compat/include/bsdcompat.h:14, > from dumprmt.c:56: > /usr/include/ext2fs/ext2fs.h:700: parse error before `FILE' I'm not sure what the problem is. Most probably it's a bug in this very old version of ext2fs libraries, where ext2fs.h doesn't include stdio.h to get the definition of the FILE structure. You can probably work around this by either editing /usr/include/ext2fs/ext2fs.h directly or by modifying locally compat/include/bsdcompat.h to=20 #include <stdio.h> before the inclusion of ext2fs.h Stelian. --=20 Stelian Pop <st...@po...> |