On 09/20/2011 10:06 PM, Justin Keogh wrote:
actually it's in /usr/lib64
I was actually thinking about the include files, which should lie in /usr/include. But if you have a default install of the boost package, there is no reason to suppose things are wrongly installed.
[default@localhost]~% yum info boost
Installed Packages Name : boost Arch : x86_64 Version : 1.46.0 Release : 3.fc15 Size : 0.0 Repo : installed From repo : updates Summary : The free peer-reviewed portable C++ source libraries URL : http://www.boost.org License : Boost
so I cloned a new copy of the git repo and ran:
./configure --with-boost-libdir=/usr/lib64 --with-numpy=/usr/lib64/python2.7/site-packages/numpy --with-scipy=/usr/lib64/python2.7/site-packages/scipy
but make failed with the same error.
"/usr/include/boost/graph/graph_traits.hpp:222:47: error: no type named 'graph_property_type'"
I have currently no explanation for this... Could you please send me the following files from your system: /usr/include/boost/graph/filtered_graph.hpp /usr/include/boost/graph/reverse_graph.hpp Thanks, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>