I've used boost before, I've used jam before. Something about 1.37 doesn't like me.....


So I downloaded all the sources for 1.37, I went and ran the bjam build.bat file. It correctly identified my compiler as vc7. (2003.NET) JOY.

bjam --help works. I can get a print of my options. When I then try to run it, I get very wierd errors:

C:\RTI\devroot\packages-src\boost>tools\jam\stage\bin.ntx86\bjam.exe --includedir="c:\ler\boost\" --libdir="c:\ler\boost\win32" --with-filesystem --builddir="c:\ler\build"
C:/RTI/devroot/packages-src/boost/tools/build/v2/build\project.jam:292: in load-jamfile
*** argument error
* rule path.parent ( path )
* called with: ( project-root.jam Jamroot )
* extra argument Jamroot
C:/RTI/devroot/packages-src/boost/tools/build/v2/util\path.jam:91:see definition of rule 'parent' being called
C:/RTI/devroot/packages-src/boost/tools/build/v2/build\project.jam:62: in load
C:/RTI/devroot/packages-src/boost/tools/build/v2/build\project.jam:168: in project.find
C:/RTI/devroot/packages-src/boost/tools/build/v2\build-system.jam:535: in load
C:\RTI\devroot\packages-src\boost\tools\build\v2/kernel\modules.jam:283: in import
C:\RTI\devroot\packages-src\boost\tools\build\v2/kernel/bootstrap.jam:128: in boost-build
C:\RTI\devroot\packages-src\boost\boost-build.jam:16: in module scope
C:\RTI\devroot\packages-src\boost>


Anyone got any ideas here?

My user-config.jam has
using msvc
in it, but no other changes from the default.


Thanks,
Larry