Posted on 2006-08-30 04:28:47-07 by lfriedl in response to 2743
Re: cannot build boost-graph (without root access)

I just got that error too. It went away when I made the change below. Not sure if it's a bug in the C++ compiler (different versions?) or what, but I'll post it to the bug tracker.

In the file Boost-Graph-1.2/include/BoostGraph_undirected_i.h, edit line 59 to be:
if (this->_changed!=0) this->_fillGraph();

(i.e., add the "this->").

cheers,
-Lisa

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.