14 Nov
2004
14 Nov
'04
4:14 p.m.
Is the graph library not installed as part of the standard installation? Perhaps the problem is related to boost_python? Or are they installed somewhere else? Is there a separate procedure I'm missing?
The Boost Graph library consists of headers only, there are no separate sources to compile, and hence no libraries to install for it, just include Boost in your compiler's include path and away you go, John.