$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Possible to put path to boost library somewhere else than Jamroot file?
From: s seelenluft (sseelenluft_at_[hidden])
Date: 2009-07-06 12:07:15
On Fri, Jul 3, 2009 at 6:20 PM, Steven Watanabe <watanabesj_at_[hidden]>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