igraph-help
[Top][All Lists]
Advanced

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

[igraph] Problem installing python-igraph on iBook G4


From: Benjamin Leblanc
Subject: [igraph] Problem installing python-igraph on iBook G4
Date: Fri, 12 Sep 2008 20:41:44 +0200 (CEST)
User-agent: SquirrelMail/1.4.8-4.fc5

Hi,

First thanks for the igraph package which I already enjoyed to use with R.
I am now trying to use it in python scripts on my iBook G4 with Mac OS X
10.4. Unfortunately the easy-install procedure fails with some unexpected
file not found warnings (like 'debian/changelog') and then a bunch of
errors from c sources.
I put below the first lines of error messages resulting from the
easy-install command.

Thanks a lot if you can help!
Regards,

Benjamin

----

new-host:~ benjamin$ sudo easy_install python-igraph
Password:
Searching for python-igraph
Reading http://pypi.python.org/simple/python-igraph/
Best match: python-igraph 0.5.1
Downloading
http://pypi.python.org/packages/source/p/python-igraph/python-igraph-0.5.1.tar.gz#md5=9cc4364d656db67add07dd474c8b0f11
Processing python-igraph-0.5.1.tar.gz
Running python-igraph-0.5.1/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-7LCxPv/python-igraph-0.5.1/egg-dist-tmp-PcAkLR
Include path: /usr/include/igraph /usr/local/include/igraph
Library path:
warning: no files found matching 'debian/changelog'
warning: no files found matching 'debian/control'
warning: no files found matching 'debian/prepare'
In file included from src/arpackobject.h:28,
                 from src/arpackobject.c:24:
src/graphobject.h:28:20: error: igraph.h: No such file or directory
src/graphobject.h:29:19: error: types.h: No such file or directory
In file included from src/arpackobject.h:28,
                 from src/arpackobject.c:24:
src/graphobject.h:28:20: error: igraph.h: No such file or directory
src/graphobject.h:29:19: error: types.h: No such file or directory
In file included from src/arpackobject.h:28,
                 from src/arpackobject.c:24:
src/graphobject.h:43: error: parse error before 'igraph_t'
src/graphobject.h:43: warning: no semicolon at end of struct or union
src/graphobject.h:45: error: 'destructor' redeclared as different kind of
symbol
/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/object.h:243:
error: previous declaration of 'destructor' was here
src/graphobject.h:52: error: parse error before '}' token
src/graphobject.h:52: warning: data definition has no type or storage class
src/graphobject.h:54: error: parse error before '*' token
src/graphobject.h:56: error: parse error before '*' token
src/graphobject.h:57: error: parse error before '*' token
src/graphobject.h:58: error: parse error before '*' token
src/graphobject.h:59: error: parse error before '*' token
src/graphobject.h:60: error: parse error before '*' token
src/graphobject.h:62: error: parse error before '*' token
src/graphobject.h:63: error: parse error before '*' token
src/graphobject.h:64: error: parse error before '*' token
src/graphobject.h:65: error: parse error before '*' token
src/graphobject.h:66: error: parse error before '*' token
src/graphobject.h:67: error: parse error before '*' token
src/graphobject.h:68: error: parse error before '*' token
src/graphobject.h:69: error: parse error before '*' token
src/graphobject.h:70: error: parse error before '*' token
src/graphobject.h:71: error: parse error before '*' token
src/graphobject.h:72: error: parse error before '*' token
src/graphobject.h:73: error: parse error before '*' token
src/graphobject.h:74: error: parse error before '*' token
src/graphobject.h:75: error: parse error before '*' token
In file included from src/arpackobject.h:28,
                 from src/arpackobject.c:24:
src/graphobject.h:43: error: parse error before 'igraph_t'
src/graphobject.h:43: warning: no semicolon at end of struct or union
src/graphobject.h:45: error: 'destructor' redeclared as different kind of
symbol
/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/object.h:243:
error: previous declaration of 'destructor' was here
src/graphobject.h:52: error: parse error before '}' token
src/graphobject.h:52: warning: data definition has no type or storage class
src/graphobject.h:54: error: parse error before '*' token
src/graphobject.h:56: error: parse error before '*' token
src/graphobject.h:57: error: parse error before '*' token
src/graphobject.h:58: error: parse error before '*' token
src/graphobject.h:59: error: parse error before '*' token
src/graphobject.h:60: error: parse error before '*' token


etc...





reply via email to

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