$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost 1.57 hot-out-of-Git fails to compile for Windows Phone
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-12-04 14:14:18
please use code from branch develop
cross-compiling requires to specify following properties at b2 command-line:
adress-model=32 architectue=arm binary-format=pe abi=aapcs
in build/Jamfile.v2 you have to remove untested.cpp
please execute the unit tests (directory libs/context/test)
Oliver