12 Jan
2004
12 Jan
'04
11:55 a.m.
jling@cmmt.ubc.ca 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).