Re: libs build errors "64 bit mode not compiled in"
Robert via Boost-build <[email protected]>
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Message-ID | <[email protected]> |
On 5/25/2018 5:14 AM, Mateusz Loskot via Boost-build wrote: > On 25 May 2018 at 12:10, Benjamin Müller via Boost-build > <[email protected]> wrote: >> Hello, >> I used the option you gave me, and further I built only the libraries I >> really need (thread, atomic, container). My build command looks like this >> now: >> b2 -j2 --build-dir=D:\boost_1_67_0\boost_1_67_0\Build --address-model=32 > > Shouldn't > --address-model=32 > read > address-model=32 > ? > That is the correct way to set the address-model. A 64-bit truncated example using the path above: b2 --build-dir="D:\boost_1_67_0\boost_1_67_0\Build" --libdir="D:\boost_1_67_0\boost_1_67_0\Build\lib" architecture=x86 address-model=64 toolset="msvc-14.1" --with-test --Robert > AFAIU, address-model is a build feature as toolset, variant, etc. > > Best regards, > _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build