On 23/02/06, Calderon Hector <hhcalderon@yahoo.com
> wrote:
Does "c:\program files\microsoft visual studio .net 2003\vc7" contain vcvarsall.bat (or vsvars32.bat)?
No, but vcvars32.bat is in the bin directory under that one.
So I tried running that, and it said that it had set my environment. So then I went back and re-executed:
bjam "-sTOOLS=vc-7_1"And still got:
-----
C:\boost\boost_1_33_1>bjam "-sTOOLS=vc-7_1"
Jamfile:197: in load-jamfiles
*** argument error
* rule install-subinclude ( jamfiles + : options * )
* called with: ( : )
* missing argument jamfiles
C:\boost\boost_1_33_1\tools/build/v1\boost-base.jam:2855:see definition of rule
'install-subinclude' being called
C:\boost\boost_1_33_1\tools\build\v1\bootstrap.jam:21: in boost-build
C:\boost\boost_1_33_1\boost-build.jam:16: in module scope
C:\boost\boost_1_33_1>
-----
Doc