RE: [boost] Re: VC7.1 Building...

If you want to build for vc7.1 you should use vc7.1.
I did (bjam -sTOOLS=vc7.1 stage) and I get the following error:
Vc7.1-tools.jam No such file or directory. ^ It's case sensitive.
I did a search of the boost directory, and only a vc7-tools.jam, no vc7.1-tools.jam. I think that there is no jam file for vc7.1 in boost 1.29

"Brian Carlson" <Brian@encountertechnologies.com> writes:
If you want to build for vc7.1 you should use vc7.1.
I did (bjam -sTOOLS=vc7.1 stage) and I get the following error:
Vc7.1-tools.jam No such file or directory. ^ It's case sensitive.
I did a search of the boost directory, and only a vc7-tools.jam, no vc7.1-tools.jam. I think that there is no jam file for vc7.1 in boost 1.29
True; you need a more-recent boost. Or at least, a more-recent Boost.Build. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
Brian Carlson
-
David Abrahams