[Boost-bugs] [ boost-Support Requests-1659878 ] building boost with vc++ express

Support Requests item #1659878, was opened at 2007-02-14 17:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1659878&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Building Boost Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Toerkesch (toerkesch) Assigned to: Nobody/Anonymous (nobody) Summary: building boost with vc++ express Initial Comment: I followed the Getting Startet Instructions on the boost homepage http://www.boost.org/tools/build/v1/vc-8_0-tools.html. I copied bjam.exe to the boost-root-dir. when i type bjam "-sTOOLS=vc-8_0" install, first it seems to work, but then i got the following errors: C:\boost>bjam "-sTOOLS=vc-8_0" install ****************************************************** Building Boost.Iostreams with bzip2 support disabled. To enable bzip2, consult the Boost.Iostreams documentation ****************************************************** ****************************************************** Building Boost.Iostreams with zlib and gzip support disabled. To enable zlib and gzip, consult the Boost.Iostreams documentation ****************************************************** Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it). ...found 13371 targets... ...updating 4773 targets... FileClone C:\Boost\lib\boost_date_time-vc80-mt-gd-1_33_1.lib vc-C++ bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\debug\runt ime-link-static\threading-multi\exception.obj exception.cpp C:\boost\libs\filesystem\build\../src/exception.cpp(39) : fatal error C1083: Dat ei (Include) kann nicht geöffnet werden: "windows.h": No such file or directory CALL "C:\Programme\Microsoft Visual Studio 8\VC\bin\vcvars32.BAT" >nul "C:\Programme\Microsoft Visual Studio 8\VC\bin\cl" /Zm800 -nologo /EHsc -c -DBOOST_FILESYSTEM_STATIC_LINK /Z7 /Od /Ob0 /EHsc /GR /MTd /Zc:forScope /Zc:wcha r_t -I"bin\boost\libs\filesystem\build" -I"C:\boost" -I"C:\boost" -Fo"bin\boos t\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\debug\runtime-link-static \threading-multi\exception.obj" -Tp"C:\boost\libs\filesystem\build\../src/except ion.cpp" ...failed vc-C++ bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\ debug\runtime-link-static\threading-multi\exception.obj... vc-C++ bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\debug\runt ime-link-static\threading-multi\operations_posix_windows.obj operations_posix_windows.cpp C:\boost\libs\filesystem\build\../src/operations_posix_windows.cpp(55) : fatal e rror C1083: Datei (Include) kann nicht geöffnet werden: "windows.h": No such fil e or directory CALL "C:\Programme\Microsoft Visual Studio 8\VC\bin\vcvars32.BAT" >nul "C:\Programme\Microsoft Visual Studio 8\VC\bin\cl" /Zm800 -nologo /EHsc -c -DBOOST_FILESYSTEM_STATIC_LINK /Z7 /Od /Ob0 /EHsc /GR /MTd /Zc:forScope /Zc:wcha r_t -I"bin\boost\libs\filesystem\build" -I"C:\boost" -I"C:\boost" -Fo"bin\boos t\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\debug\runtime-link-static \threading-multi\operations_posix_windows.obj" -Tp"C:\boost\libs\filesystem\buil d\../src/operations_posix_windows.cpp" ...failed vc-C++ bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\ debug\runtime-link-static\threading-multi\operations_posix_windows.obj... ...skipped <@boost!libs!filesystem!build\libboost_filesystem.lib\vc-8_0\debug\ru ntime-link-static\threading-multi>libboost_filesystem-vc80-mt-sgd-1_33_1.CMD for lack of <@boost!libs!filesystem!build\libboost_filesystem.lib\vc-8_0\debug\runt ime-link-static\threading-multi>exception.obj... ...skipped <@boost!libs!filesystem!build\libboost_filesystem.lib\vc-8_0\debug\ru ntime-link-static\threading-multi>libboost_filesystem-vc80-mt-sgd-1_33_1.lib for lack of <@boost!libs!filesystem!build\libboost_filesystem.lib\vc-8_0\debug\runt ime-link-static\threading-multi>exception.obj... ...skipped <@boost!lib>libboost_filesystem-vc80-mt-sgd-1_33_1.lib for lack of <@ boost!libs!filesystem!build\libboost_filesystem.lib\vc-8_0\debug\runtime-link-st atic\threading-multi>libboost_filesystem-vc80-mt-sgd-1_33_1.lib... vc-C++ bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\debug\thre ading-multi\exception.obj exception.cpp C:\boost\libs\filesystem\build\../src/exception.cpp(39) : fatal error C1083: Dat ei (Include) kann nicht geöffnet werden: "windows.h": No such file or directory CALL "C:\Programme\Microsoft Visual Studio 8\VC\bin\vcvars32.BAT" >nul "C:\Programme\Microsoft Visual Studio 8\VC\bin\cl" /Zm800 -nologo /EHsc -c -DBOOST_FILESYSTEM_STATIC_LINK /Z7 /Od /Ob0 /EHsc /GR /MDd /Zc:forScope /Zc:wcha r_t -I"bin\boost\libs\filesystem\build" -I"C:\boost" -I"C:\boost" -Fo"bin\boos t\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\debug\threading-multi\exc eption.obj" -Tp"C:\boost\libs\filesystem\build\../src/exception.cpp" ...failed vc-C++ bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\ debug\threading-multi\exception.obj... vc-C++ bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc-8_0\debug\thre ading-multi\operations_posix_windows.obj operations_posix_windows.cpp C:\boost\libs\filesystem\build\../src/operations_posix_windows.cpp(55) : fatal e rror C1083: Datei (Include) kann nicht geöffnet werden: "windows.h": No such fil e or directory .... This is only a part of the log. But during all the installation process occurs the same error: "windows.h": No such file or directory i checked all the include and lib paths in vc++, PlatformSDK is installed. I cant find the problem. Please help! email: richi@gmx.org ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1659878&group_id=7586 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net