igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph python interface errors


From: Tamas Nepusz
Subject: Re: [igraph] igraph python interface errors
Date: Mon, 4 May 2009 22:52:05 +0100

Hi Chris,

Just tweak the source of the Python interface a little bit: pass two 0 values as the third and the fourth argument in the call to igraph_biconnected_components (they must be inserted before &components). This is due to an API change between 0.5 and 0.6 that I did not have time to implement properly yet.

--
Tamas

On 2009.05.04., at 22:44, Chris Wj wrote:

What do you think is the latest revision number with python interface in sync?

-Chris

On Mon, May 4, 2009 at 5:15 PM, Gábor Csárdi <address@hidden> wrote:
Btw. I am sure, whether this helps (according to the log messages it
does not), but the latest revision is 1513 to me.

G.

On Mon, May 4, 2009 at 11:13 PM, Gábor Csárdi <address@hidden> wrote:
> Chris,
>
> this is "normal", the Python interface somewhat lags behind, because I
> don't update it together with the changes in C.
>
> G.
>
> On Mon, May 4, 2009 at 11:09 PM, Chris Wj <address@hidden> wrote:
>> From latest bzr (1509):
>>
>> gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall
>> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
>> --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
>> -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -I/usr/ include >> -I/usr/local/include -I/usr/local/include -I/usr/include -I../../ include
>> -I/usr/include/python2.5 -c src/graphobject.c -o
>> build/temp.linux-i686-2.5/src/graphobject.o
>> src/graphobject.c: In function ‘igraphmodule_Graph_biconnected_components’:
>> src/graphobject.c:2981: warning: passing argument 4 of
>> ‘igraph_biconnected_components’ from incompatible pointer type
>> src/graphobject.c:2981: error: too few arguments to function
>> ‘igraph_biconnected_components’
>> error: command 'gcc' failed with exit status 1
>>
>> -Chris
>>
>> _______________________________________________
>> igraph-help mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/igraph-help
>>
>>
>
>
>
> --
> Gabor Csardi <address@hidden>     UNIL DGM
>



--
Gabor Csardi <address@hidden>     UNIL DGM


_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help

_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help





reply via email to

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