Hello!!
I am trying to install Ice for C++ from the file Ice-2.1.2.tar.gz, and when I type 'makel' I find the next error:
ConnectionI.cpp:28:19: error: bzlib.h: No existe el fichero o el directorio
ConnectionI.cpp: In function 'std::string getBZ2Error(int)':
ConnectionI.cpp:1846: error: 'BZ_RUN_OK' was not declared in this scope
ConnectionI.cpp:1850: error: 'BZ_FLUSH_OK' was not declared in this scope
ConnectionI.cpp:1854: error: 'BZ_FINISH_OK' was not declared in this scope
ConnectionI.cpp:1858: error: 'BZ_STREAM_END' was not declared in this scope
ConnectionI.cpp:1862: error: 'BZ_CONFIG_ERROR' was not declared in this scope
ConnectionI.cpp:1866: error: 'BZ_SEQUENCE_ERROR' was not declared in this scope
ConnectionI.cpp:1870: error: 'BZ_PARAM_ERROR' was not declared in this scope
ConnectionI.cpp:1874: error: 'BZ_MEM_ERROR' was not declared in this scope
ConnectionI.cpp:1878: error: 'BZ_DATA_ERROR' was not declared in this scope
ConnectionI.cpp:1882: error: 'BZ_DATA_ERROR_MAGIC' was not declared in this scope
ConnectionI.cpp:1886: error: 'BZ_IO_ERROR' was not declared in this scope
ConnectionI.cpp:1890: error: 'BZ_UNEXPECTED_EOF' was not declared in this scope
ConnectionI.cpp:1894: error: 'BZ_OUTBUFF_FULL' was not declared in this scope
ConnectionI.cpp: In member function 'void Ice::ConnectionI::doCompress(IceInternal::BasicStr eam&, IceInternal::BasicStream&)':
ConnectionI.cpp:1919: error: 'BZ2_bzBuffToBuffCompress' was not declared in this scope
ConnectionI.cpp:1920: error: 'BZ_OK' was not declared in this scope
ConnectionI.cpp: In member function 'void Ice::ConnectionI::doUncompress(IceInternal::BasicS tream&, IceInternal::BasicStream&)':
ConnectionI.cpp:1977: error: 'BZ2_bzBuffToBuffDecompress' was not declared in this scope
ConnectionI.cpp:1978: error: 'BZ_OK' was not declared in this scope
make[2]: *** [ConnectionI.o] Error 1
make[2]: Leaving directory `/home/david/Aplicaciones/Ice-2.1.2/src/Ice'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/david/Aplicaciones/Ice-2.1.2/src'
make: *** [all] Error 1
Can someone help me?
Thank you very much!

Reply With Quote