Re: [Boost-users] Intel Compiler on Windows with stlport
Rene Rivera wrote:
To me the "stlpd_std" mention says that it's trying to build with STLport. Could you provide some details as to how you are configuring and the bjam commands you are using? Possibly more of the bjam output, like the compile commands.
(removing Python, zlib, etc.)The bjam command is as follows... /////////////////////////////////////////// bjam "-sBUILD=debug release <runtime-link>static/dynamic <threading>single/multi" "-sTOOLS=intel-win32" "-d+2" "-sINTEL_PATH=C:\Program Files\intel\Compiler\C++\9.0\IA32" "-sINTEL_BASE_MSVC_TOOLSET=vc-7_1-stlport" "--prefix=D:\Dlls\boost-1_33_1\VS_2003_Intel" -"sSTLPORT_PATH=K:\coding\src" "-sSTLPORT_VERSION=5.0" install /////////////////////////////////////////// Once is starting compiling, the compiler execute... /////////////////////////////////////////// bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\debug\threading-multi\greg_month.obj CALL "C:\Program Files\intel\Compiler\C++\9.0\IA32\bin\ICLVARS.BAT" > nul "C:\Program Files\intel\Compiler\C++\9.0\IA32\bin\icl" /Zm800 -nologo /EHsc -c -DBOOST_ALL_DYN_LINK=1 -DUSE_DATE_TIME_PRE_1_33_FACET_IO -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 -D_STLP_USE_DYNAMIC_LIB=1 /Z7 /Od /Ob0 /EHsc /GR /MDd /Op /wd4675 /Zc:forScope /Qwn5 /Qwd985 /Qwe556 -Qoption,c,--arg_dep_lookup /Qansi_alias /Qvc7.1 /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED -I"bin\boost\libs\date_time\build" -I"K:\coding\src\STLport-5.0\stlport" -I"K:\coding\src\boost_1_33_1" -Fo"bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\debug\threading-multi\greg_month.obj" -Tp"K:\coding\src\boost_1_33_1\libs\date_time\build\../src/gregorian/greg_month.cpp" greg_month.cpp K:\coding\src\boost_1_33_1/boost/detail/sp_counted_base_w32.hpp(68): error: namespace "stlpd_std" has no member "type_info" virtual void * get_deleter( std::type_info const & ti ) = 0; ^ K:\coding\src\boost_1_33_1/boost/detail/sp_counted_impl.hpp(79): error: namespace "stlpd_std" has no member "type_info" virtual void * get_deleter( std::type_info const & ) /////////////////////////////////////////// I added in cc also the boost-build mailing list. Perhaps it is a more appropriate place for discussion. Kind Regards, Marco
participants (1)
-
Marco Azimonti