
Trying and failing to compile v1.32 with Intel 8.1 on windows. Seems mainly /Zm800 option is in error. Is there a quick fix for building 1.32 with this toolset? I'm simply doing this from the boost root bjam "-sTOOLS=intel-win32" "-sINTEL_BASE_MSVC_TOOLSET=vc-7_1" stage TIA, Matt. matthurd@acm.org

On Wed, 2 Feb 2005 12:47:43 +0100 (CET), Stefan Slapeta <stefan@slapeta.com> wrote:
On Mi, 2.02.2005, 11:45, Matt Hurd wrote:
Trying and failing to compile v1.32 with Intel 8.1 on windows.
Seems mainly /Zm800 option is in error.
[...]
you must call iclvars.bat before!
Stefan
Thanks for the tip. I didn't think I did as I'd registered the env on product install. :-( No change though. Same errors after calling iclvars.bat Main stumbling block seems the invalid /Zm800 still, but it may be just stuff I'm not configuring correctly. Failure example: ...failed vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\debug\threading-multi\greg_month.obj... vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\debug\threading-multi\greg_weekday.obj '/Zm800' is not recognized as an internal or external command, operable program or batch file. /Zm800 -nologo /EHsc -c -DBOOST_ALL_DYN_LINK=1 /Z7 /Od /Ob0 /EHsc /GR /MDd /Op /Zc:forScope /Zc:wchar_t /Qwn5 /Qwd985 -Qoption,c,--arg_dep_loo kup /Qvc7.1 -I"bin\boost\libs\date_time\build" -I"C:\vs7\VC7\include" -I"C:\source\source\public\boost_1_32_0" -Fo"bin\boost\libs\date_time\build \boost_date_time.dll\intel-win32\debug\threading-multi\greg_weekday.obj" -Tp"C:\source\source\public\boost_1_32_0\libs\date_time\build\../src/gregori an/greg_weekday.cpp" matt. matthurd@acm.org

Did you also set this?
"-sINTEL_PATH=C:\Program Files\Intel\CPP\Compiler80\Ia32"
Thanks mate. That did the trick. I wrongly assumed bjam would pick up the default install path. Regards, Matt. matthurd@acm.org ________________ C:\source\source\public\boost_1_32_0>bjam "-sTOOLS=intel-win32" "-sINTEL_BASE_MSVC_TOOLSET=vc-7_1" "-sINTEL_PATH=C:\Program Files\Intel\CPP\Compiler80\Ia32" stage <snip> ...failed updating 4 targets... ...skipped 6 targets... ...updated 1024 targets...
participants (2)
-
Matt Hurd
-
Stefan Slapeta