Hi folks,
i've succeeded to build latest graph-tool on my mac os x leopard, so i tried building it on snow leopard machine to take advantage of its 8 cores. macports are the same (boost 1.42, numpy 1.4.0, scipy 0.7.1) with gcc (GCC) 4.4.3 but i get the attached error.
It doesn't sound familiar to me. do you have an idea?
Thanks,
Claudio
On 03/03/2010 06:16 PM, Claudio Martella wrote:
i've succeeded to build latest graph-tool on my mac os x leopard, so i tried building it on snow leopard machine to take advantage of its 8 cores. macports are the same (boost 1.42, numpy 1.4.0, scipy 0.7.1) with gcc (GCC) 4.4.3 but i get the attached error.
It doesn't sound familiar to me. do you have an idea?
Baffling. Are you indeed 100% sure the gcc + boost combination is _exactly_ the same as previously?
I don't have boost 1.42 at the moment, but it is a potential candidate for regression... I'll try to test this when I have some time.
Cheers, Tiago
no i am not sure. actually to test it i re-run the build on my system (where i must have upgraded boost since last build) and got the same error!
On Wed, Mar 3, 2010 at 6:26 PM, Tiago de Paula Peixoto tiago@forked.de wrote:
On 03/03/2010 06:16 PM, Claudio Martella wrote:
i've succeeded to build latest graph-tool on my mac os x leopard, so i tried building it on snow leopard machine to take advantage of its 8 cores. macports are the same (boost 1.42, numpy 1.4.0, scipy 0.7.1) with gcc (GCC) 4.4.3 but i get the attached error.
It doesn't sound familiar to me. do you have an idea?
Baffling. Are you indeed 100% sure the gcc + boost combination is _exactly_ the same as previously?
I don't have boost 1.42 at the moment, but it is a potential candidate for regression... I'll try to test this when I have some time.
Cheers, Tiago
-- Tiago de Paula Peixoto tiago@forked.de
graph-tool mailing list graph-tool@forked.de http://lists.forked.de/mailman/listinfo/graph-tool
Hi,
On 03/03/2010 06:52 PM, Claudio Martella wrote:
no i am not sure. actually to test it i re-run the build on my system (where i must have upgraded boost since last build) and got the same error!
This compilation bug was due to an incompatibility with boost 1.42. I have fixed it, and it should compile without a problem now. You can get the new version from git.
Cheers, Tiago
-- Tiago de Paula Peixoto tiago@forked.de
I don't know if it's a common error:
$ git clone git://git.forked.de/graph-tool Initialized empty Git repository in /Users/claudio/git/graph-tool/.git/ fatal: The remote end hung up unexpectedly
any idea?
On Sun, Mar 7, 2010 at 12:20 PM, Tiago de Paula Peixoto tiago@forked.de wrote:
Hi,
On 03/03/2010 06:52 PM, Claudio Martella wrote:
no i am not sure. actually to test it i re-run the build on my system (where i must have upgraded boost since last build) and got the same error!
This compilation bug was due to an incompatibility with boost 1.42. I have fixed it, and it should compile without a problem now. You can get the new version from git.
Cheers, Tiago
-- Tiago de Paula Peixoto tiago@forked.de
graph-tool mailing list graph-tool@forked.de http://lists.forked.de/mailman/listinfo/graph-tool
On 03/07/2010 02:18 PM, Claudio Martella wrote:
I don't know if it's a common error:
$ git clone git://git.forked.de/graph-tool Initialized empty Git repository in /Users/claudio/git/graph-tool/.git/ fatal: The remote end hung up unexpectedly
Oops... Small configuration error. Please try now.
Cheers, Tiago