There's no issue building the as-delivered Boost source with MingW in the Qt SDK. The build command straight from the Boost documentation:
bjam --build-dir=build-directory toolset=toolset-name --build-type=complete stage
bjam --build-dir=build-directory toolset=toolset-name --build-type=complete stage
To copy to clipboard, switch view to plain text mode
that is:
Y:> cd \boost_1_44_0
Y:> bjam --build-dir=build toolset=gcc --build-type=complete stage
Y:> cd \boost_1_44_0
Y:> bjam --build-dir=build toolset=gcc --build-type=complete stage
To copy to clipboard, switch view to plain text mode
works a treat.
Bookmarks