Boost logo

Boost Users :

From: Andreas Fabri (andreas.fabri_at_[hidden])
Date: 2007-06-05 09:38:25


Vladimir Prus wrote:
> Sebastian Pfützner wrote:
>
>> Juergen Hunold schrieb:
>>> Could you please post your command line ? Maybe your build is picking up
>>> the 32bit version...
>>> Those errors are impossible to debug without the _exact_ command lines
>>> executed (and response files on windows ...)
>> Hello Juergen,
>>
>> thanks for your reply. I use the following command line to build the
>> boost libraries:
>>
>> bjam --toolset=msvc --address-model=64 stage
>
> There's no such option "--address-model", please use:
>
> bjam --toolset=msvc address-model=64 stage
>
> Incidentally, you're a second person that's confused,
> I've raised issue on boost-build list about that.

Hello,

I tried what you said and get tons of warnings:

compile-c-c++ bin.v2\libs\wave\build\msvc-8.0\debug\address-model-64\threading-m
ulti\instantiate_cpp_exprgrammar.obj
instantiate_cpp_exprgrammar.cpp
.\boost/wave/util/flex_string.hpp(100) : warning C4103: 'c:\boost\boost_1_34_0\b
oost\wave\util\flex_string.hpp' : alignment changed after including header, may
be due to missing #pragma pack(pop)

Can I simply ignore them?

andreas


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net