|
Boost-Build : |
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2007-10-08 06:26:29
> Interesting. Would you mind answering a couple of questions for me, so that
> I could get to the bottom of this:
>
> 1) My user-config.jam initially contained only:
>
> import toolset : using ;
> using msvc ;
>
> Does yours have anything more interesting that might be making the
> difference?
Since I have several versions of msvc, I use
using msvc : all ;
Other than this, there is nothing else in user-config.jam.
> 2) I am using VC8SP1 on a current version of XP (32-bit). Any differences in
> your configuration?
I am using VC8 without the service pack, Windows XP SP2 32bit.
> 3) I am using the boost build that shipped with 1.34.1 (not M12). You?
I am using the SVN version. However, I think it has worked for a
while now, even with BB shipped with 1.34.1.
> 4) Would you be willing to build with the -d2 flag and paste a small snippet
> here so that I see what options are bing fed to the compiler?
Below is a part of output after running
bjam -d+2 msvc-8.0 address-model=64 regex
I think something is wrong with your setup or installation, as I
don't get errors for using /favor:blend.
---------------------------------
file bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\c_regex_traits.obj.rsp
"libs\regex\src\..\src\c_regex_traits.cpp"
-Fo"bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\c_regex_traits.obj"
-TP
/Z7
/Od
/Ob0
/W3
/GR
/MDd
/Zc:forScope
/favor:blend
/wd4675
/EHs
-c
-DBOOST_ALL_NO_LIB=1
-DBOOST_REGEX_DYN_LINK=1
"-I."
compile-c-c++ bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\c_regex_traits.obj
call "D:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
x86_amd64 >nul
cl /Zm800 -nologo
@"bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\c_regex_traits.obj.rsp"
c_regex_traits.cpp
.\boost/regex/v4/c_regex_traits.hpp(38) : warning C4103:
'e:\third_party\boost-1.34.1\boost\regex\v4\c_regex_traits.hpp' :
alignment changed after including header, may be due to missing
#pragma pack(pop)
.\boost/regex/v4/c_regex_traits.hpp(191) : warning C4103:
'e:\third_party\boost-1.34.1\boost\regex\v4\c_regex_traits.hpp' :
alignment changed after including header, may be due to missing
#pragma pack(pop)
.\boost/regex/v4/primary_transform.hpp(24) : warning C4103:
'e:\third_party\boost-1.34.1\boost\regex\v4\primary_transform.hpp' :
alignment changed after including header, may be due to missing
#pragma pack(pop)
.\boost/regex/v4/primary_transform.hpp(122) : warning C4103:
'e:\third_party\boost-1.34.1\boost\regex\v4\primary_transform.hpp' :
alignment changed after including header, may be due to missing
#pragma pack(pop)
.\boost/regex/v4/regex_traits_defaults.hpp(23) : warning C4103:
'e:\third_party\boost-1.34.1\boost\regex\v4\regex_traits_defaults.hpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
.\boost/regex/v4/regex_traits_defaults.hpp(314) : warning C4103:
'e:\third_party\boost-1.34.1\boost\regex\v4\regex_traits_defaults.hpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
libs\regex\src\..\src\c_regex_traits.cpp(43) : warning C4103:
'e:\third_party\boost-1.34.1\libs\regex\src\c_regex_traits.cpp' :
alignment changed after including header, may be due to missing
#pragma pack(pop)
libs\regex\src\..\src\c_regex_traits.cpp(203) : warning C4103:
'e:\third_party\boost-1.34.1\libs\regex\src\c_regex_traits.cpp' :
alignment changed after including header, may be due to missing
#pragma pack(pop)
file bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\cpp_regex_traits.obj.rsp
"libs\regex\src\..\src\cpp_regex_traits.cpp"
-Fo"bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\cpp_regex_traits.obj"
-TP
/Z7
/Od
/Ob0
/W3
/GR
/MDd
/Zc:forScope
/favor:blend
/wd4675
/EHs
-c
-DBOOST_ALL_NO_LIB=1
-DBOOST_REGEX_DYN_LINK=1
"-I."
compile-c-c++ bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\cpp_regex_traits.obj
call "D:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
x86_amd64 >nul
cl /Zm800 -nologo
@"bin.v2\libs\regex\build\msvc-8.0\debug\address-model-64\threading-multi\cpp_regex_traits.obj.rsp"
---------------------------------
-- Bojan Resnik
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk