On Sun, 9 Apr 2006, Michael Wybrow wrote:
On Sat, 8 Apr 2006, jiho wrote:
On 07 Apr 2006, at 23:07 , MenTaLguY wrote:
I believe you need the boost graph library, which is a supplemental library atop boost.
configure gives me this:
checking boost/graph/adjacency_list.hpp usability... yes checking boost/graph/adjacency_list.hpp presence... yes checking for boost/graph/adjacency_list.hpp... yes
so it seems I have the graph library, isn't it? If not it means that the configure script is lacking some checks because it shouldn't have let me compile with boost/graph if it is not available on my machine. Thank you for your answer. I hope we'll find the problem.
You have the correct dependencies...
The problem occurs because of a check in the file: /sw/include/boost/config/compiler/gcc.hpp
For what its worth, I've just recompiled my fink tree and the problem you describe doesn't occur with the latest version of boost in the 10.4 tree (boost-1.33) and gcc 4.0.
Cheers, Michael