$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2004-01-12 06:55:49
jling_at_[hidden] wrote:
> I need to include the following line in my code.
>
> #include "boost/type_traits/object_traits.hpp"
>
> My source file is in the root directory of the boost package that I
> extracted.
>
> But, I get errors like:
> boost/type_traits/object_traits.hpp:19: boost/type_traits/ice.hpp: No
> such file or directory
<snip>
Don't put your source file in the Boost directory. Put it somewhere
else and add the Boost directory to the include search path (on the
command line this is usually done with a -I option).