Boost logo

Boost-Build :

Subject: Re: [Boost-build] libs build errors "64 bit mode not compiled in"
From: Benjamin Müller (benjamin.mueller_at_[hidden])
Date: 2018-05-25 10:10:36


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
--with-atomic --with-container --with-thread toolset=gcc variant=debug
link=static threading=multi stage
But the errors still appear like here:
http://pasteall.org/pic/5335cb9da52dbe86701a87c45fb99f97
Any ideas? Thanks!

------ Originalnachricht ------
Von: "Steven Watanabe via Boost-build" <boost-build_at_[hidden]>
An: "Benjamin Müller via Boost-build" <boost-build_at_[hidden]>
Cc: "Steven Watanabe" <watanabesj_at_[hidden]>
Gesendet: 23.05.2018 15:33:12
Betreff: Re: [Boost-build] libs build errors "64 bit mode not compiled
in"

>AMDG
>
>On 05/23/2018 07:25 AM, Benjamin Müller via Boost-build wrote:
>>
>> I want to build the boost libs on my system (os: Windows 10 Pro 32
>>bit).
>> My build command is:
>> b2 -j2 --build-dir=D:\boost_1_67_0\boost_1_67_0\Build toolset=gcc
>> variant=debug link=static --build-type=complete stage
>> But the problem is: I get errors like "sorry, unimplemented: 64 bit
>>mode
>> not compiled in" as you see for example in this screenshot:
>> http://pasteall.org/pic/a5b5c04a30f834f5492fd5ac004f99f0
>> Any ideas? Thanks!
>>
>
> Use address-model=32 or get a compiler that supports
>64-bit compilation. --build-type=complete tries to
>build both 32 and 64-bit versions of the libraries
>on Windows.
>
>In Christ,
>Steven Watanabe
>_______________________________________________
>Unsubscribe & other changes:
>https://lists.boost.org/mailman/listinfo.cgi/boost-build


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