PDA

View Full Version : Problem while compiling under squeeze



Tillmann
November 13th, 2009, 18:39
All dependencies are installed, the revision it's r1416

output of the error msg :
ib/glib-2.0/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c main/rom.c
main/rom.c:28:19: error: bzlib.h: Arquivo ou diretório năo encontrado
main/rom.c: In function ‘load_single_rom’:
main/rom.c:150: error: ‘BZFILE’ undeclared (first use in this function)
main/rom.c:150: error: (Each undeclared identifier is reported only once
main/rom.c:150: error: for each function it appears in.)
main/rom.c:150: error: ‘bzromfile’ undeclared (first use in this function)
main/rom.c:154: error: ‘BZ_OK’ undeclared (first use in this function)
main/rom.c:175: error: ‘BZ_STREAM_END’ undeclared (first use in this function)
make: ** [main/rom.o] Erro 1

Richard42
November 13th, 2009, 23:08
You need to install the BZip2 development package to get the header and static lib.

Tillmann
November 14th, 2009, 10:49
I'm sorry, "lazy bones" here, as the configure script does not ask for it, i've just doesn't install it. :D