Boost logo

Boost-Build :

Subject: Re: [Boost-build] How to build boost for ARM (to use on Windows Phone)
From: Michael Austin (mikea_at_[hidden])
Date: 2014-07-15 08:36:24


For boost::thread I have had to set BOOST_NO_ANSI_APIS manually or it won't build for me.

b2 windows-api=phone cflags=-DBOOST_NO_ANSI_APIS link=static variant=release,debug architecture=arm,x86

(this is using default toolset msvc-12.0)


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