$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-03-23 08:56:39
> What am I missing here?
The correct compiler options: Use -Ipath to add the path to Boost's headers
to your compiler's command line:
g++ -Ic:\boost myfile.cpp
and so on.
John.