$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Benedikt Weber (yg-boost-users_at_[hidden])
Date: 2003-05-15 10:02:30
Hi
I tried to run the tests for ublas with cwpro8 on Window 2000:
D:\boost\boost_1_30_0\libs\numeric\ublas\test2>bjam -sTOOLS=cwpro8
The compiler (Codewarrior) has problems with the boost include files.
Includes like
#include <boost/numeric/ublas/io.hpp>
work only with the system path and not with the user path. When I change
<include>$(BOOST_ROOT) in the jamfile to <sysinclude>$(BOOST_ROOT) the
problem disappears (but would possibly not work for other compilers).
Benedikt