On Sat, 2005-03-12 at 20:03, Rene Rivera wrote:
Kelly Burkhart wrote:
cat Jamfile
exe tst : tst.cpp ;
When I try to build with 'bjam tst' it is not able to find the boost headers, which makes sense, because I've not been able to figure out how to indicate where they live.
How is this accomplished?
~~~Jamfile~~~ exe tst : tst.cpp : <sysinclude>/opt/boost/include/boost-1_32 ; ~~~Jamfile~~~
That doesn't seem to work: $ bjam --version Boost.Build V2 (Milestone 10) Boost.Jam 03.01.10 $ bjam tst /opt/boost/boost-build/build/property.jam:264: in validate1 from module property error: Invalid property '<sysinclude>/opt/boost/include/boost-1_32': unknown feature 'sysinclude'. /opt/boost/boost-build/build/property.jam:272: in validate from module property /opt/boost/boost-build/build/property.jam:410: in property.translate-paths from module property /opt/boost/boost-build/build/targets.jam:1202: in targets.main-target-requirements from module targets /opt/boost/boost-build/tools/builtin.jam:541: in exe from module builtin Jamfile:3: in modules.load from module Jamfile /opt/boost/boost-build/build/project.jam:255: in load-jamfile from module project /opt/boost/boost-build/build/project.jam:67: in project.load from module project /opt/boost/boost-build/build-system.jam:75: in load from module build-system /opt/boost/boost-build/kernel/modules.jam:259: in import from module modules /opt/boost/boost-build/kernel/bootstrap.jam:120: in boost-build from module /home/kelly/bt/boost-build.jam:1: in module scope from module