$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-07-10 15:05:46
Hi.
> I changed:
> use-project boost
> C:/Program Files/boost/boost_1_35_0;
>
> To:
> use-project boost
> : "C:/Program Files/boost/boost_1_35_0";
In Boost Jam scripts whitespace characters (spaces, tabs, new-lines,
etc...) are very imporant. For instance... you must have at least one
whitespace character before the trailing semicolon (;).
Hope this helps.
Best regards,
Jurko GospodnetiÄ