
Hi, I try to compile boost 1.3.7 on an Vista64 pc. What I do: bjam --toolset=msvc --build-dir=lib64 --build-type=complete address-model=64 stage -sZLIB_INCLUDE=C:/Projekte/3D/opennurbs/zlib -sBZIP2_INCLUDE=C:/Projekte/C++/bzip2-1.0.5 >log.txt But I always get errors for not founding "zlib.h" and "bzlib.h". Attached is the log from compilation. Thanks for any hint, Patrik warning: Graph library does not contain optional GraphML reader. note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the note: directories containing the Expat headers and libraries, respectively. error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched warning: skipping optional Message Passing Interface (MPI) library. note: to enable MPI support, add "using mpi ;" to user-config.jam. note: to suppress this message, pass "--without-mpi" to bjam. note: otherwise, you can safely ignore this message. Building Boost.Regex with the optional Unicode/ICU support disabled. Note: Please refer to the Boost.Regex documentation for more information Note: this is a strictly optional feature. error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched Skipping build of: ./stage <build>no in common properties Skipping build of: ./stage <build>no in common properties Skipping build of: ./stage <build>no in common properties Skipping build of: ./stage <build>no in common properties error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_zlib next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched error: No best alternative for libs/iostreams/build/boost_bzip2 next alternative: required properties: (empty) matched next alternative: required properties: (empty) matched ...patience... ...patience... ...patience... ...found 7553 targets... ...updating 54 targets... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\zlib.obj zlib.cpp libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\bzip2.obj bzip2.cpp libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static>libboost_iostreams-vc80-s-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static>zlib.obj... ...skipped <pstage\lib>libboost_iostreams-vc80-s-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static>libboost_iostreams-vc80-s-1_37.lib... ...skipped <pstage\lib>libboost_iostreams-vc80-s.lib for lack of <pstage\lib>libboost_iostreams-vc80-s-1_37.lib... common.copy stage\lib\boost_math_c99-vc80-mt-gd-1_37.lib 1 Datei(en) kopiert. common.copy stage\lib\boost_serialization-vc80-mt-gd-1_37.lib 1 Datei(en) kopiert. common.copy stage\lib\boost_signals-vc80-mt-gd-1_37.lib 1 Datei(en) kopiert. common.copy stage\lib\boost_wave-vc80-mt-gd-1_37.lib 1 Datei(en) kopiert. common.copy stage\lib\boost_graph-vc80-mt-gd-1_37.lib 1 Datei(en) kopiert. compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi\zlib.obj zlib.cpp .\boost/iostreams/filter/zlib.hpp(136) : warning C4275: class 'std::ios_base::failure' ist keine DLL-Schnittstelle und wurde als Basisklasse f?r die DLL-Schnittstelle class 'boost::iostreams::zlib_error' verwendet C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\xiosbase(203): Siehe Deklaration von 'std::ios_base::failure' .\boost/iostreams/filter/zlib.hpp(136): Siehe Deklaration von 'boost::iostreams::zlib_error' libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi\bzip2.obj bzip2.cpp .\boost/iostreams/filter/bzip2.hpp(112) : warning C4275: class 'std::ios_base::failure' ist keine DLL-Schnittstelle und wurde als Basisklasse f?r die DLL-Schnittstelle class 'boost::iostreams::bzip2_error' verwendet C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\xiosbase(203): Siehe Deklaration von 'std::ios_base::failure' .\boost/iostreams/filter/bzip2.hpp(112): Siehe Deklaration von 'boost::iostreams::bzip2_error' libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi>boost_iostreams-vc80-mt-gd-1_37.dll for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi>zlib.obj... ...skipped <pstage\lib>boost_iostreams-vc80-mt-gd-1_37.dll for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi>boost_iostreams-vc80-mt-gd-1_37.dll... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi>boost_iostreams-vc80-mt-gd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi>zlib.obj... ...skipped <pstage\lib>boost_iostreams-vc80-mt-gd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\threading-multi>boost_iostreams-vc80-mt-gd-1_37.lib... ln-NT stage\lib\boost_math_c99-vc80-mt-gd.lib "NT symlinks not supported yet, making copy" 1 Datei(en) kopiert. ln-NT stage\lib\boost_serialization-vc80-mt-gd.lib "NT symlinks not supported yet, making copy" 1 Datei(en) kopiert. ln-NT stage\lib\boost_signals-vc80-mt-gd.lib "NT symlinks not supported yet, making copy" 1 Datei(en) kopiert. ln-NT stage\lib\boost_wave-vc80-mt-gd.lib "NT symlinks not supported yet, making copy" 1 Datei(en) kopiert. ln-NT stage\lib\boost_graph-vc80-mt-gd.lib "NT symlinks not supported yet, making copy" 1 Datei(en) kopiert. ...skipped <pstage\lib>boost_iostreams-vc80-mt-gd.lib for lack of <pstage\lib>boost_iostreams-vc80-mt-gd-1_37.lib... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi\zlib.obj zlib.cpp .\boost/iostreams/filter/zlib.hpp(136) : warning C4275: class 'std::ios_base::failure' ist keine DLL-Schnittstelle und wurde als Basisklasse f?r die DLL-Schnittstelle class 'boost::iostreams::zlib_error' verwendet C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\xiosbase(203): Siehe Deklaration von 'std::ios_base::failure' .\boost/iostreams/filter/zlib.hpp(136): Siehe Deklaration von 'boost::iostreams::zlib_error' libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi\bzip2.obj bzip2.cpp .\boost/iostreams/filter/bzip2.hpp(112) : warning C4275: class 'std::ios_base::failure' ist keine DLL-Schnittstelle und wurde als Basisklasse f?r die DLL-Schnittstelle class 'boost::iostreams::bzip2_error' verwendet C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\xiosbase(203): Siehe Deklaration von 'std::ios_base::failure' .\boost/iostreams/filter/bzip2.hpp(112): Siehe Deklaration von 'boost::iostreams::bzip2_error' libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi>boost_iostreams-vc80-mt-1_37.dll for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi>zlib.obj... ...skipped <pstage\lib>boost_iostreams-vc80-mt-1_37.dll for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi>boost_iostreams-vc80-mt-1_37.dll... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi>boost_iostreams-vc80-mt-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi>zlib.obj... ...skipped <pstage\lib>boost_iostreams-vc80-mt-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\threading-multi>boost_iostreams-vc80-mt-1_37.lib... ...skipped <pstage\lib>boost_iostreams-vc80-mt.lib for lack of <pstage\lib>boost_iostreams-vc80-mt-1_37.lib... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\zlib.obj zlib.cpp libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\bzip2.obj bzip2.cpp libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi>libboost_iostreams-vc80-mt-gd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi>zlib.obj... ...skipped <pstage\lib>libboost_iostreams-vc80-mt-gd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\threading-multi>libboost_iostreams-vc80-mt-gd-1_37.lib... ...skipped <pstage\lib>libboost_iostreams-vc80-mt-gd.lib for lack of <pstage\lib>libboost_iostreams-vc80-mt-gd-1_37.lib... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi\zlib.obj zlib.cpp libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi\bzip2.obj bzip2.cpp libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi>libboost_iostreams-vc80-mt-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi>zlib.obj... ...skipped <pstage\lib>libboost_iostreams-vc80-mt-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\threading-multi>libboost_iostreams-vc80-mt-1_37.lib... ...skipped <pstage\lib>libboost_iostreams-vc80-mt.lib for lack of <pstage\lib>libboost_iostreams-vc80-mt-1_37.lib... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\zlib.obj zlib.cpp libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\bzip2.obj bzip2.cpp libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_iostreams-vc80-mt-sgd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>zlib.obj... ...skipped <pstage\lib>libboost_iostreams-vc80-mt-sgd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\threading-multi>libboost_iostreams-vc80-mt-sgd-1_37.lib... ...skipped <pstage\lib>libboost_iostreams-vc80-mt-sgd.lib for lack of <pstage\lib>libboost_iostreams-vc80-mt-sgd-1_37.lib... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\zlib.obj zlib.cpp libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\bzip2.obj bzip2.cpp libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_iostreams-vc80-mt-s-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi>zlib.obj... ...skipped <pstage\lib>libboost_iostreams-vc80-mt-s-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\release\address-model-64\link-static\runtime-link-static\threading-multi>libboost_iostreams-vc80-mt-s-1_37.lib... ...skipped <pstage\lib>libboost_iostreams-vc80-mt-s.lib for lack of <pstage\lib>libboost_iostreams-vc80-mt-s-1_37.lib... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\zlib.obj zlib.cpp libs\iostreams\src\zlib.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "zlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\zlib.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\zlib.obj... compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\bzip2.obj bzip2.cpp libs\iostreams\src\bzip2.cpp(19) : fatal error C1083: Datei (Include) kann nicht ge?ffnet werden: "bzlib.h": No such file or directory call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul cl /Zm800 -nologo @"lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\bzip2.obj.rsp" ...failed compile-c-c++ lib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static\bzip2.obj... ...skipped <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static>libboost_iostreams-vc80-sgd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static>zlib.obj... ...skipped <pstage\lib>libboost_iostreams-vc80-sgd-1_37.lib for lack of <plib64\boost\bin.v2\libs\iostreams\build\msvc-8.0\debug\address-model-64\link-static\runtime-link-static>libboost_iostreams-vc80-sgd-1_37.lib... ...skipped <pstage\lib>libboost_iostreams-vc80-sgd.lib for lack of <pstage\lib>libboost_iostreams-vc80-sgd-1_37.lib... ...failed updating 16 targets... ...skipped 28 targets... ...updated 10 targets...