$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-01-31 11:13:32
Anthony Williams wrote:
>> and the content of your:
>>
>> user-config.jam ?
>
> using python : 2.5 : c:/local/python25 ;
>
> using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe ;
You will need to say here:
using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe :
<cxxflags>-Ic:/path-to-spirit-1.6/boost ;
Replace path-to-spirit-1.6 with the path to a copy of the spirit you
have downloaded from source forge. Please also see my post "regression
looks much better now" where I summarized all necessary steps.
A similar line is needed for borland-5.8.2 too.
Roland