Boost logo

Boost Users :

Subject: Re: [Boost-users] 1.51 build issue, I think...
From: Lemay.Steve (Steve.Lemay_at_[hidden])
Date: 2012-08-22 12:26:48


Adding --without-context surely solved the build problem. But, it also leaves boost 1.51 on QNXNTO devoid of boost.context. Will it be missed?

If there is a better long-term solution to the boost.context build issue - please let me know, I'd be happy to try it.

SGL
steven.lemay_at_[hidden]

-----Original Message-----
From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Daniel James
Sent: Wednesday, August 22, 2012 9:02 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] 1.51 build issue, I think...

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 mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


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