From: Joseph J. <jo...@ge...> - 2007-07-29 13:13:32
|
Elimar Riesebieter wrote: > Compiling blk_dmg.o > In file included from ./include/blk_dmg.h:37, > from blk_dmg.c:30: > /usr/include/zlib.h:1366: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gzseek64' > /usr/include/zlib.h:1367: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gztell64' > /usr/include/zlib.h:1368: error: expected declaration specifiers or '...' before 'off64_t' > /usr/include/zlib.h:1369: error: expected declaration specifiers or '...' before 'off64_t' > make[3]: *** [../../../obj-ppc/build/src/drivers/disk/blk_dmg.o] Error 1 > make[2]: *** [sub-disk-all] Error 2 > make[1]: *** [sub-drivers-all] Error 2 > make: *** [sub-src-all] Error 2 > > Any hints? > > Elimar > > It's not a MOL issue. Your zlib headers are broken when -D_LARGE_FILES is enabled. You can either turn off -D_LARGE_FILES in the MOL Makefile, or fix your headers. -Joe |