$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Deane Yang (deane_yang_at_[hidden])
Date: 2006-09-04 18:20:25
Paul A Bristow wrote:
>
>
> 3 A quick failed attempt to build suggests that the folder /utility is
> missing?
>
I also cannot build the tests. There are at least two problems:
1) The #include directives inside the test code assume that the
directory "units" is inside a directory called "mcs". So I created the
directory "mcs" and moved "units" into it.
2) There is at least one #include directive that refers to the directory
"mcs/utility", and it tries to include a header file called
"type_traits.hpp", which is a file that I do not see in the distribution.