Boost logo

Boost-Build :

Subject: Re: [Boost-build] Building with VC++ using address-model=64
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-05-18 11:29:52


AMDG

On 05/18/2013 08:01 AM, Edward Diener wrote:
> On 5/18/2013 10:30 AM, Steven Watanabe wrote:
>>
>> Boost.Build tries to handle this. However, it seems
>> to be failing because bjam is built as a 32-bit executable.
>> You should be able to force the issue with:
>>
>> using msvc : 11.0 : : <setup-options-amd64>amd64 ;
>
> I do not see in the Boost Build documentation at
> http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html#bbv2.reference.tools.compiler.msvc
> any mention of an optioned named 'setup-options-amd64'. Is this just
> missing from the documentation ? Did you mean 'setup-amd64' instead ?
>

Yes, it's missing. <setup-amd64> specifies the
batch file to run. <setup-options-amd64> specifies
the argument to pass to vcvarsall.bat.

In Christ,
Steven Watanabe


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