On 12/28/2011 11:10 AM, Sebastian Weber wrote:
Hi!
Attached are the error messages when trying to compile latest git code with
apple gcc 4.2 boost 1.46.1 python 2.7.1 from apple on Lion
No idea what is going on here.
Hi, I mixed up in the previous email, the incompatibility issues are with boost 1.48 not with 1.47, which should be working fine. I do not get this compilation error with boost 1.47, so I think it must be related to the apple compiler. I do not have access to a MacOS machine at the moment, so it will take bit before I can investigate this myself. But you can try the following: 1. Insert '#include <boost/variant/get.hpp>' in the beginning of gml.hh. 2. Change 'get' to 'boost::get' in the places where the compiler complains. Note that you do not have compile the entire library after you do these modifications, since that would be a waste of time. You need only to compile the graph_io.cc module. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>