« Return to Thread: Possible to put path to boost library somewhere else than Jamroot file?

Re: Possible to put path to boost library somewhere else than Jamroot file?

by s seelenluft :: Rate this Message:

Reply to Author | View in Thread



On Fri, Jul 3, 2009 at 6:20 PM, Steven Watanabe <watanabesj@...> wrote:
 
The easiest solution is to put it in user-config.jam or site-config.jam.

Thanks, can you help me with the syntax there, I had

exe myname
    : myname.cpp
    : <include>.
    :<include>/usr/local/include/boost-1_39/
    ;

in my Jamroot file. Putting just

<include>/usr/local/include/boost-1_39/

(with or without a trailing semicolon) just below my 'darwin ;' entry  in user-config.jam does not work.

Thanks,

Markus


_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

 « Return to Thread: Possible to put path to boost library somewhere else than Jamroot file?