Archived
This forum has been archived. Please start a new discussion on GitHub.
Ice-2.1.2 compile error!
in Help Center
I have add stlport and vc6sp5 to vc6
but why I can not compile the Ice2.1.2? please help me, thank you!
Configuration: ice - Win32 Release
Compiling...
ConnectionI.cpp
\Ice-2.1.2\src\ice\ConnectionI.cpp(28) : fatal error C1083: Cannot open include file: 'bzlib.h': No such file or directory
Error executing cl.exe.
ice21.dll - 1 error(s), 0 warning(s)
but why I can not compile the Ice2.1.2? please help me, thank you!
Configuration: ice - Win32 Release
Compiling...
ConnectionI.cpp

Error executing cl.exe.
ice21.dll - 1 error(s), 0 warning(s)
0
Comments
-
Our support policy has changed, please read this for details.
http://www.zeroc.com/vbulletin/showthread.php?t=16970 -
i have update my signature!
can you help me! thank you !0 -
As Marc said in the support policy post the signature requires more information than your name and title. Please update the signature at your earliest convenince.
The problem is that you either do not have bzip installed, or you have not configured the msdev include directories for the right location. As state on this this page http://www.zeroc.com/download.html#src in order to build Ice yourself you need compile and install:
* Berkeley DB 4.2.52
* OpenSSL 0.9.7e
* Libbzip2 1.0.2
* Expat 1.95.8
* STLport 4.6
If you want to compile Ice yourself you can download precompiled versions of these packages http://www.zeroc.com/download/Ice/2.1/ThirdParty-2.1.2-VC60.msi, or download the sources http://www.zeroc.com/download/Ice/2.1/ThirdParty-Sources-2.1.2.tar.gz here, or directly from the project web sites.
Regards, Matthew0