Hello,
I'm having difficulty compiling tuxnes. I also have some difficulty
with other emulators, in a similar way.
It appears that some functions are missing from the the unzip headers,
I'm not sure. Any help appreciated.
unzip-5.50
tuxnes-0.75
Linux OS.
Thanks,
Torsten
----------------------
unzip.h:114: parse error before `unzStringFileNameCompare'
unzip.h:116: warning: type defaults to `int' in declaration of `unzStringFileNameCompare'
unzip.h:116: warning: data definition has no type or storage class
unzip.h:127: parse error before `unzOpen'
unzip.h:127: warning: type defaults to `int' in declaration of `unzOpen'
unzip.h:127: warning: data definition has no type or storage class
unzip.h:138: parse error before `unzClose'
unzip.h:138: warning: type defaults to `int' in declaration of `unzClose'
unzip.h:138: warning: data definition has no type or storage class
unzip.h:145: parse error before `unzGetGlobalInfo'
unzip.h:146: warning: type defaults to `int' in declaration of `unzGetGlobalInfo'
unzip.h:146: warning: data definition has no type or storage class
unzip.h:153: parse error before `unzGetGlobalComment'
unzip.h:155: warning: type defaults to `int' in declaration of `unzGetGlobalComment'
unzip.h:155: warning: data definition has no type or storage class
unzip.h:166: parse error before `unzGoToFirstFile'
unzip.h:166: warning: type defaults to `int' in declaration of `unzGoToFirstFile'
unzip.h:166: warning: data definition has no type or storage class
unzip.h:172: parse error before `unzGoToNextFile'
unzip.h:172: warning: type defaults to `int' in declaration of `unzGoToNextFile'
unzip.h:172: warning: data definition has no type or storage class
unzip.h:179: parse error before `unzLocateFile'
unzip.h:181: warning: type defaults to `int' in declaration of `unzLocateFile'
unzip.h:181: warning: data definition has no type or storage class
unzip.h:192: parse error before `unzGetCurrentFileInfo'
unzip.h:199: warning: type defaults to `int' in declaration of `unzGetCurrentFileInfo'
unzip.h:199: warning: data definition has no type or storage class
unzip.h:218: parse error before `unzOpenCurrentFile'
unzip.h:218: warning: type defaults to `int' in declaration of `unzOpenCurrentFile'
unzip.h:218: warning: data definition has no type or storage class
unzip.h:224: parse error before `unzCloseCurrentFile'
unzip.h:224: warning: type defaults to `int' in declaration of `unzCloseCurrentFile'
unzip.h:224: warning: data definition has no type or storage class
unzip.h:231: parse error before `unzReadCurrentFile'
unzip.h:233: warning: type defaults to `int' in declaration of `unzReadCurrentFile'
unzip.h:233: warning: data definition has no type or storage class
unzip.h:245: parse error before `unztell'
unzip.h:245: warning: type defaults to `int' in declaration of `unztell'
unzip.h:245: warning: data definition has no type or storage class
unzip.h:250: parse error before `unzeof'
unzip.h:250: warning: type defaults to `int' in declaration of `unzeof'
unzip.h:250: warning: data definition has no type or storage class
unzip.h:255: parse error before `unzGetLocalExtrafield'
unzip.h:257: warning: type defaults to `int' in declaration of `unzGetLocalExtrafield'
unzip.h:257: warning: data definition has no type or storage class
emu.c: In function `main':
emu.c:1716: warning: assignment makes pointer from integer without a cast
emu.c:1187: warning: `size' might be used uninitialized in this function
make: *** [emu.o] Error 1
root:/home/torsten/src/tuxnes-0.75#
|