What's new

Problem while compiling under squeeze

Tillmann

Whatever
All dependencies are installed, the revision it's r1416

output of the error msg :
Code:
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
 
OP
Tillmann

Tillmann

Whatever
I'm sorry, "lazy bones" here, as the configure script does not ask for it, i've just doesn't install it. :D
 

Top