Boost logo

Boost Users :

Subject: Re: [Boost-users] 1.51 build issue, I think...
From: Daniel James (dnljms_at_[hidden])
Date: 2012-08-22 12:02:26


On 22 August 2012 16:47, Lemay.Steve <Steve.Lemay_at_[hidden]> wrote:
>
> @REM bjam -a -q -j4 --prefix=%DRIVE%\boost --build-type=minimal
> --build-dir=%DRIVE%\boostBuild_QCC_%BOOSTVER% --layout=system toolset=qcc
> target-os=qnxnto threadapi=pthread --variant=release link=static
> threading=multi runtime-link=shared cxxflags="-DFD_SETSIZE=2048
> -march=k8-sse3 -mtune=k8-sse3 -mmmx -msse3 -mfpmath=sse -mno-3dnow
> -mstackrealign -Wc,-fPIC,-fnothrow-opt,-std=c++11,-std=gnu++11"
> --without-mpi --without-python install >build.log 2>&1
>
> bjam -a -q -j4 --prefix=%DRIVE%\boost --build-type=minimal
> --build-dir=%DRIVE%\boostBuild_QCC_%BOOSTVER% --layout=system toolset=qcc
> target-os=qnxnto threadapi=pthread --variant=release link=static
> threading=multi runtime-link=shared cxxflags="-DFD_SETSIZE=2048
> -march=k8-sse3 -mtune=k8-sse3 -mmmx -msse3 -mfpmath=sse -mno-3dnow
> -mstackrealign -Wc,-fPIC,-std=c++0x,-std=gnu++0x" --without-mpi
> --without-python install >build.log 2>&1

Since the error seems to be caused by context, try adding
'--without-context' to the bjam call.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net