| Re: [hatari-devel] Compile error, zip.c | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Hi,
On tiistai 05 kesäkuu 2012, Uwe Seimet wrote:
> I get this compile error with gcc 4.5.3 on a Linux x86_64 machine:
> 
> [  1%] Building C object src/CMakeFiles/Floppy.dir/zip.c.o
> In file included from /home/us/hatari/hatari/src/zip.c:26:0:
> /home/us/hatari/hatari/src/includes/unzip.h:122:45: error: expected ‘=’,
> ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘OF’
You could also try installing LLVM and check what clang compiler
tells you.  It gives often better error messages than GCC.
	- Eero