Boost logo

Boost :

From: Cory Nelson (phrosty_at_[hidden])
Date: 2006-03-23 16:51:14


Open the x64 command prompt and build it with:

bjam "-sTOOLS=vc-8_0-amd64"

The compiler didn't seem to like some convoluted wrapper code so I
also had to change line 121 of libs\thread\src\once.cpp to:

return InterlockedCompareExchange(dest, exch, cmp);

Hope this helps.

On 3/23/06, Terence Wilson <tez_at_[hidden]> wrote:
> I've successfully built the 32 bit libraries for Windows, however, I cannot
> figure out how to build for 64 bit Windows. I'm particularly interested in
> using the serialization libraries. After Googling around I found a few
> others asking about x64, but no definitive answers.
>
> Help much appreciated.
>
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

--
Cory Nelson
http://www.int64.org

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk