igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph-0.5.1 gcc-4.4


From: Neal Becker
Subject: Re: [igraph] igraph-0.5.1 gcc-4.4
Date: Thu, 26 Feb 2009 14:21:11 -0500
User-agent: KMail/1.11.0 (Linux/2.6.27.15-170.2.24.fc10.x86_64; KDE/4.2.0; x86_64; ; )

On Thursday 26 February 2009, Gábor Csárdi wrote:
> Neal, what are the error messages? I doubt that anyone is using
> gcc-4.4, as it has not been released yet, AFAIK.
>
> G.
>
> On Wed, Feb 25, 2009 at 8:57 PM, Neal Becker <address@hidden> wrote:
> > Fedora F11 is rebuilding with gcc-4.4.  igraph-0.5.1 build failed.
> >  Before I dive in to fix it, anyone have patches?
> >
> >
This is required to get sprintf declaration:

diff -u igraph-0.5.1/src/drl_parse.cpp{,~}
--- igraph-0.5.1/src/drl_parse.cpp      2009-02-26 14:18:57.000000000 -0500
+++ igraph-0.5.1/src/drl_parse.cpp~     2008-07-31 15:23:46.000000000 -0400
@@ -4,7 +4,6 @@
 #include <iostream>
 #include <map>
 #include <cstdlib>
-#include <cstdio>
 
 using namespace std;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]