igraph-help
[Top][All Lists]
Advanced

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

[igraph] Missing packages on the website


From: Bernie Hogan
Subject: [igraph] Missing packages on the website
Date: Mon, 8 Feb 2010 23:10:51 +0000

Hi everyone,

Just to let people know, Tamas gave a fantastic presentation on igraph
this evening at the University of Oxford (Nuffield / OII Social
Network seminar series). I was so encouraged by some of the neat
features in 0.6 I decided to try to build it myself...and boy did I
fail!

But at the very least I was hoping to download .5.3 (as I'm still on
.5.1 as it turns out). And that's 404:
http://igraph.sourceforge.net/download/python_igraph-0.5.3-py2.5-macosx10.5.dmg


Take care,
BERNiE

Research Fellow, Oxford Internet Institute
University of Oxford

Also, here's some output for the curious:

python-igraph_nightly_0.6-1764-20100206.tar.gz
> python2.5 setup.py build

Include path: /usr/include /usr/local/include
Library path:
running build
running build_py
running build_ext
building 'igraph.core' extension
gcc-4.2 -fno-strict-aliasing -mno-fused-madd -fno-common -dynamic
-DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DMACOSX
-I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe
-I/usr/include -I/usr/local/include -I../../include
-I/usr/local/include -I/usr/include
-I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-c src/convert.c -o build/temp.macosx-10.6-i386-2.5/src/convert.o
In file included from src/convert.c:31:
src/convert.h:49: error: expected declaration specifiers or ‘...’
before ‘igraph_community_comparison_t’
src/convert.c:176: error: expected declaration specifiers or ‘...’
before ‘igraph_community_comparison_t’
src/convert.c: In function ‘igraphmodule_PyObject_to_community_comparison_t’:
src/convert.c:178: error: ‘IGRAPH_COMMCMP_VI’ undeclared (first use in
this function)
src/convert.c:178: error: (Each undeclared identifier is reported only once
src/convert.c:178: error: for each function it appears in.)
src/convert.c:180: error: ‘IGRAPH_COMMCMP_NMI’ undeclared (first use
in this function)
src/convert.c:185: error: ‘result’ undeclared (first use in this function)
src/convert.c: In function ‘igraphmodule_attrib_to_vector_t’:
src/convert.c:1025: warning: implicit declaration of function
‘igraphmodule_i_attribute_get_type’
src/convert.c:1042: warning: implicit declaration of function
‘igraphmodule_i_get_numeric_vertex_attr’
src/convert.c:1050: warning: implicit declaration of function
‘igraphmodule_i_get_numeric_edge_attr’
In file included from src/convert.c:31:
src/convert.h:49: error: expected declaration specifiers or ‘...’
before ‘igraph_community_comparison_t’
src/convert.c:176: error: expected declaration specifiers or ‘...’
before ‘igraph_community_comparison_t’
src/convert.c: In function ‘igraphmodule_PyObject_to_community_comparison_t’:
src/convert.c:178: error: ‘IGRAPH_COMMCMP_VI’ undeclared (first use in
this function)
src/convert.c:178: error: (Each undeclared identifier is reported only once
src/convert.c:178: error: for each function it appears in.)
src/convert.c:180: error: ‘IGRAPH_COMMCMP_NMI’ undeclared (first use
in this function)
src/convert.c:185: error: ‘result’ undeclared (first use in this function)
src/convert.c: In function ‘igraphmodule_attrib_to_vector_t’:
src/convert.c:1025: warning: implicit declaration of function
‘igraphmodule_i_attribute_get_type’
src/convert.c:1042: warning: implicit declaration of function
‘igraphmodule_i_get_numeric_vertex_attr’
src/convert.c:1050: warning: implicit declaration of function
‘igraphmodule_i_get_numeric_edge_attr’
lipo: can't open input file: /var/tmp//cc9LGFCx.out (No such file or directory)
error: command 'gcc-4.2' failed with exit status 1
BigMac:python-igraph-0.6 bernie$




reply via email to

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