igraph-help
[Top][All Lists]
Advanced

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

[igraph] Re: compile igraph on a ppc mac


From: simone gabbriellini
Subject: [igraph] Re: compile igraph on a ppc mac
Date: Fri, 3 Oct 2008 12:22:04 +0200

Hi,

solved, I simply missed the C core..

thank you,
simone

Il giorno 03/ott/08, alle ore 12:02, simone gabbriellini ha scritto:

Hello,

I am trying to compile igraph on a ppc mac (OSX 10.5.5, XCode 3 installed).

I have this output in the terminal, can someone help me understand what's the problem?

Thank you,
Simone

powerbookSimone:python-igraph-0.5.1 ogabbrie$ sudo python setup.py install
Password:
Include path: /usr/include/igraph /usr/local/include/igraph
Library path:
running install
running bdist_egg
running egg_info
writing python_igraph.egg-info/PKG-INFO
writing top-level names to python_igraph.egg-info/top_level.txt
writing dependency_links to python_igraph.egg-info/ dependency_links.txt
reading manifest file 'python_igraph.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'debian/changelog'
warning: no files found matching 'debian/control'
warning: no files found matching 'debian/prepare'
writing manifest file 'python_igraph.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.5-ppc/egg
running install_lib
running build_py
running build_ext
building 'igraph.core' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes - DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc - pipe -I/usr/include/igraph -I/usr/local/include/igraph -I/System/ Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 - c src/arpackobject.c -o build/temp.macosx-10.5-ppc-2.5/src/ arpackobject.o
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: syntax 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 /System/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: syntax error before ‘}’ token
src/graphobject.h:52: warning: type defaults to ‘int’ in declaration of ‘igraphmodule_GraphObject’ src/graphobject.h:52: warning: data definition has no type or storage class
src/graphobject.h:54: error: syntax error before ‘*’ token
src/graphobject.h:54: warning: function declaration isn’t a prototype
src/graphobject.h:56: error: syntax error before ‘*’ token
src/graphobject.h:56: warning: function declaration isn’t a prototype
src/graphobject.h:57: error: syntax error before ‘*’ token
src/graphobject.h:57: warning: function declaration isn’t a prototype
src/graphobject.h:58: error: syntax error before ‘*’ token
src/graphobject.h:58: warning: function declaration isn’t a prototype
src/graphobject.h:59: error: syntax error before ‘*’ token
src/graphobject.h:59: warning: function declaration isn’t a prototype
src/graphobject.h:60: error: syntax error before ‘*’ token
src/graphobject.h:60: warning: function declaration isn’t a prototype
src/graphobject.h:62: error: syntax error before ‘*’ token
src/graphobject.h:62: warning: function declaration isn’t a prototype
src/graphobject.h:63: error: syntax error before ‘*’ token
src/graphobject.h:63: warning: function declaration isn’t a prototype
src/graphobject.h:64: error: syntax error before ‘*’ token
src/graphobject.h:64: warning: function declaration isn’t a prototype
src/graphobject.h:65: error: syntax error before ‘*’ token
src/graphobject.h:65: warning: function declaration isn’t a prototype
src/graphobject.h:66: error: syntax error before ‘*’ token
src/graphobject.h:66: warning: function declaration isn’t a prototype
src/graphobject.h:67: error: syntax error before ‘*’ token
src/graphobject.h:67: warning: function declaration isn’t a prototype
src/graphobject.h:68: error: syntax error before ‘*’ token
src/graphobject.h:68: warning: function declaration isn’t a prototype
src/graphobject.h:69: error: syntax error before ‘*’ token
src/graphobject.h:69: warning: function declaration isn’t a prototype
src/graphobject.h:70: error: syntax error before ‘*’ token
src/graphobject.h:70: warning: function declaration isn’t a prototype
src/graphobject.h:71: error: syntax error before ‘*’ token
src/graphobject.h:71: warning: function declaration isn’t a prototype
src/graphobject.h:72: error: syntax error before ‘*’ token
In file included from src/arpackobject.h:28,
                from src/arpackobject.c:24:
src/graphobject.h:43: error: syntax 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 /System/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: syntax error before ‘}’ token
src/graphobject.h:52: warning: type defaults to ‘int’ in declaration of ‘igraphmodule_GraphObject’ src/graphobject.h:52: warning: data definition has no type or storage class
src/graphobject.h:54: error: syntax error before ‘*’ token
src/graphobject.h:54: warning: function declaration isn’t a prototype
src/graphobject.h:56: error: syntax error before ‘*’ token
src/graphobject.h:56: warning: function declaration isn’t a prototype
src/graphobject.h:57: error: syntax error before ‘*’ token
src/graphobject.h:57: warning: function declaration isn’t a prototype
src/graphobject.h:58: error: syntax error before ‘*’ token
src/graphobject.h:58: warning: function declaration isn’t a prototype
src/graphobject.h:59: error: syntax error before ‘*’ token
src/graphobject.h:59: warning: function declaration isn’t a prototype
src/graphobject.h:60: error: syntax error before ‘*’ token
src/graphobject.h:60: warning: function declaration isn’t a prototype
src/graphobject.h:62: error: syntax error before ‘*’ token
src/graphobject.h:62: warning: function declaration isn’t a prototype
src/graphobject.h:63: error: syntax error before ‘*’ token
src/graphobject.h:63: warning: function declaration isn’t a prototype
src/graphobject.h:64: error: syntax error before ‘*’ token
src/graphobject.h:64: warning: function declaration isn’t a prototype
src/graphobject.h:65: error: syntax error before ‘*’ token
src/graphobject.h:65: warning: function declaration isn’t a prototype
src/graphobject.h:66: error: syntax error before ‘*’ token
src/graphobject.h:66: warning: function declaration isn’t a prototype
src/graphobject.h:67: error: syntax error before ‘*’ token
src/graphobject.h:67: warning: function declaration isn’t a prototype
src/graphobject.h:68: error: syntax error before ‘*’ token
src/graphobject.h:68: warning: function declaration isn’t a prototype
src/graphobject.h:69: error: syntax error before ‘*’ token
src/graphobject.h:69: warning: function declaration isn’t a prototype
src/graphobject.h:70: error: syntax error before ‘*’ token
src/graphobject.h:70: warning: function declaration isn’t a prototype
src/graphobject.h:71: error: syntax error before ‘*’ token
src/graphobject.h:71: warning: function declaration isn’t a prototype
src/graphobject.h:72: error: syntax error before ‘*’ token
src/graphobject.h:72: warning: function declaration isn’t a prototype
src/graphobject.h:73: error: syntax error before ‘*’ token
src/graphobject.h:73: warning: function declaration isn’t a prototype
src/graphobject.h:74: error: syntax error before ‘*’ token
src/graphobject.h:74: warning: function declaration isn’t a prototype
src/graphobject.h:75: error: syntax error before ‘*’ token
src/graphobject.h:75: warning: function declaration isn’t a prototype
src/graphobject.h:100: error: syntax error before ‘*’ token
src/graphobject.h:100: warning: function declaration isn’t a prototype
src/graphobject.h:101: error: syntax error before ‘*’ token
src/graphobject.h:101: warning: function declaration isn’t a prototype
src/graphobject.h:102: error: syntax error before ‘*’ token
src/graphobject.h:102: warning: function declaration isn’t a prototype
src/graphobject.h:103: error: syntax error before ‘*’ token
src/graphobject.h:103: warning: function declaration isn’t a prototype
src/graphobject.h:104: error: syntax error before ‘*’ token
src/graphobject.h:104: warning: function declaration isn’t a prototype
src/graphobject.h:105: error: syntax error before ‘*’ token
src/graphobject.h:105: warning: function declaration isn’t a prototype
src/graphobject.h:106: error: syntax error before ‘*’ token
src/graphobject.h:106: warning: function declaration isn’t a prototype
src/graphobject.h:107: error: syntax error before ‘*’ token
src/graphobject.h:107: warning: function declaration isn’t a prototype
src/graphobject.h:108: error: syntax error before ‘*’ token
src/graphobject.h:108: warning: function declaration isn’t a prototype
src/graphobject.h:109: error: syntax error before ‘*’ token
src/graphobject.h:109: warning: function declaration isn’t a prototype
src/graphobject.h:110: error: syntax error before ‘*’ token
src/graphobject.h:110: warning: function declaration isn’t a prototype
src/graphobject.h:111: error: syntax error before ‘*’ token
src/graphobject.h:111: warning: function declaration isn’t a prototype
src/graphobject.h:112: error: syntax error before ‘*’ token
src/graphobject.h:112: warning: function declaration isn’t a prototype
src/graphobject.h:113: error: syntax error before ‘*’ tokensrc/ graphobject.h:72: warning: function declaration isn’t a prototype
src/graphobject.h:73: error: syntax error before ‘*’ token
src/graphobject.h:73: warning: function declaration isn’t a prototype
src/graphobject.h:74: error: syntax error before ‘*’ token
src/graphobject.h:74: warning: function declaration isn’t a prototype
src/graphobject.h:75: error: syntax error before ‘*’ token
src/graphobject.h:75: warning: function declaration isn’t a prototype
src/graphobject.h:100: error: syntax error before ‘*’ token
src/graphobject.h:100: warning: function declaration isn’t a prototype
src/graphobject.h:101: error: syntax error before ‘*’ token
src/graphobject.h:101: warning: function declaration isn’t a prototype
src/graphobject.h:102: error: syntax error before ‘*’ token
src/graphobject.h:102: warning: function declaration isn’t a prototype
src/graphobject.h:103: error: syntax error before ‘*’ token
src/graphobject.h:103: warning: function declaration isn’t a prototype
src/graphobject.h:104: error: syntax error before ‘*’ token
src/graphobject.h:104: warning: function declaration isn’t a prototype
src/graphobject.h:105: error: syntax error before ‘*’ token
src/graphobject.h:105: warning: function declaration isn’t a prototype
src/graphobject.h:106: error: syntax error before ‘*’ token
src/graphobject.h:106: warning: function declaration isn’t a prototype
src/graphobject.h:107: error: syntax error before ‘*’ token
src/graphobject.h:107: warning: function declaration isn’t a prototype
src/graphobject.h:108: error: syntax error before ‘*’ token
src/graphobject.h:108: warning: function declaration isn’t a prototype
src/graphobject.h:109: error: syntax error before ‘*’ token
src/graphobject.h:109: warning: function declaration isn’t a prototype
src/graphobject.h:110: error: syntax error before ‘*’ token
src/graphobject.h:110: warning: function declaration isn’t a prototype
src/graphobject.h:111: error: syntax error before ‘*’ token
src/graphobject.h:111: warning: function declaration isn’t a prototype
src/graphobject.h:112: error: syntax error before ‘*’ token
src/graphobject.h:112: warning: function declaration isn’t a prototype
src/graphobject.h:113: error: syntax error before ‘*’ token
src/graphobject.h:113: warning: function declaration isn’t a prototype
src/graphobject.h:114: error: syntax error before ‘*’ token
src/graphobject.h:114: warning: function declaration isn’t a prototype
src/graphobject.h:115: error: syntax error before ‘*’ token
src/graphobject.h:115: warning: function declaration isn’t a prototype
src/graphobject.h:116: error: syntax error before ‘*’ token
src/graphobject.h:116: warning: function declaration isn’t a prototype
src/graphobject.h:117: error: syntax error before ‘*’ token
src/graphobject.h:117: warning: function declaration isn’t a prototype
src/graphobject.h:118: error: syntax error before ‘*’ token
src/graphobject.h:118: warning: function declaration isn’t a prototype
src/graphobject.h:119: error: syntax error before ‘*’ token
src/graphobject.h:119: warning: function declaration isn’t a prototype
src/graphobject.h:120: error: syntax error before ‘*’ token
src/graphobject.h:120: warning: function declaration isn’t a prototype
src/graphobject.h:121: error: syntax error before ‘*’ token
src/graphobject.h:121: warning: function declaration isn’t a prototype
src/graphobject.h:122: error: syntax error before ‘*’ token
src/graphobject.h:122: warning: function declaration isn’t a prototype
src/graphobject.h:123: error: syntax error before ‘*’ token
src/graphobject.h:123: warning: function declaration isn’t a prototype
src/graphobject.h:124: error: syntax error before ‘*’ token
src/graphobject.h:124: warning: function declaration isn’t a prototype
src/graphobject.h:125: error: syntax error before ‘*’ token
src/graphobject.h:125: warning: function declaration isn’t a prototype
src/graphobject.h:126: error: syntax error before ‘*’ token
src/graphobject.h:126: warning: function declaration isn’t a prototype
src/graphobject.h:127: error: syntax error before ‘*’ token
src/graphobject.h:127: warning: function declaration isn’t a prototype
src/graphobject.h:128: error: syntax error before ‘*’ token
src/graphobject.h:128: warning: function declaration isn’t a prototype
src/graphobject.h:130: error: syntax error before ‘*’ token
src/graphobject.h:130: warning: function declaration isn’t a prototype
src/graphobject.h:131: error: syntax error before ‘*’ token
src/graphobject.h:131: warning: function declaration isn’t a prototype
src/graphobject.h:132: error: syntax error before ‘*’ token
src/graphobject.h:132: warning: function declaration isn’t a prototype
src/graphobject.h:133: error: syntax error before ‘*’ token
src/graphobject.h:133: warning: function declaration isn’t a prototype
src/graphobject.h:134: error: syntax error before ‘*’ token
src/graphobject.h:134: warning: function declaration isn’t a prototype
src/graphobject.h:135: error: syntax error before ‘*’ token
src/graphobject.h:135: warning: function declaration isn’t a prototype
src/graphobject.h:136: error: syntax error before ‘*’ token
src/graphobj
src/graphobject.h:113: warning: function declaration isn’t a prototype
src/graphobject.h:114: error: syntax error before ‘*’ token
src/graphobject.h:114: warning: function declaration isn’t a prototype
src/graphobject.h:115: error: syntax error before ‘*’ token
src/graphobject.h:115: warning: function declaration isn’t a prototype
src/graphobject.h:116: error: syntax error before ‘*’ token
src/graphobject.h:116: warning: function declaration isn’t a prototype
src/graphobject.h:117: error: syntax error before ‘*’ token
src/graphobject.h:117: warning: function declaration isn’t a prototype
src/graphobject.h:118: error: syntax error before ‘*’ token
src/graphobject.h:118: warning: function declaration isn’t a prototype
src/graphobject.h:119: error: syntax error before ‘*’ token
src/graphobject.h:119: warning: function declaration isn’t a prototype
src/graphobject.h:120: error: syntax error before ‘*’ token
src/graphobject.h:120: warning: function declaration isn’t a prototype
src/graphobject.h:121: error: syntax error before ‘*’ token
src/graphobject.h:121: warning: function declaration isn’t a prototype
src/graphobject.h:122: error: syntax error before ‘*’ token
src/graphobject.h:122: warning: function declaration isn’t a prototype
src/graphobject.h:123: error: syntax error before ‘*’ token
src/graphobject.h:123: warning: function declaration isn’t a prototype
src/graphobject.h:124: error: syntax error before ‘*’ token
src/graphobject.h:124: warning: function declaration isn’t a prototype
src/graphobject.h:125: error: syntax error before ‘*’ token
src/graphobject.h:125: warning: function declaration isn’t a prototype
src/graphobject.h:126: error: syntax error before ‘*’ token
src/graphobject.h:126: warning: function declaration isn’t a prototype
src/graphobject.h:127: error: syntax error before ‘*’ token
src/graphobject.h:127: warning: function declaration isn’t a prototype
src/graphobject.h:128: error: syntax error before ‘*’ token
src/graphobject.h:128: warning: function declaration isn’t a prototype
src/graphobject.h:130: error: syntax error before ‘*’ token
src/graphobject.h:130: warning: function declaration isn’t a prototype
src/graphobject.h:131: error: syntax error before ‘*’ token
src/graphobject.h:131: warning: function declaration isn’t a prototype
src/graphobject.h:132: error: syntax error before ‘*’ token
src/graphobject.h:132: warning: function declaration isn’t a prototype
src/graphobject.h:133: error: syntax error before ‘*’ token
src/graphobject.h:133: warning: function declaration isn’t a prototype
src/graphobject.h:134: error: syntax error before ‘*’ token
src/graphobject.h:134: warning: function declaration isn’t a prototype
src/graphobject.h:135: error: syntax error before ‘*’ token
src/graphobject.h:135: warning: function declaration isn’t a prototype
src/graphobject.h:136: error: syntax error before ‘*’ token
src/graphobject.h:136: warning: function declaration isn’t a prototype
src/graphobject.h:137: error: syntax error before ‘*’ token
src/graphobject.h:137: warning: function declaration isn’t a prototype
src/graphobject.h:138: error: syntax error before ‘*’ token
src/graphobject.h:138: warning: function declaration isn’t a prototype
src/graphobject.h:139: error: syntax error before ‘*’ token
src/graphobject.h:139: warning: function declaration isn’t a prototype
src/graphobject.h:140: error: syntax error before ‘*’ token
src/graphobject.h:140: warning: function declaration isn’t a prototype
src/graphobject.h:141: error: syntax error before ‘*’ token
src/graphobject.h:141: warning: function declaration isn’t a prototype
src/graphobject.h:143: error: syntax error before ‘*’ token
src/graphobject.h:143: warning: function declaration isn’t a prototype
src/graphobject.h:144: error: syntax error before ‘*’ token
src/graphobject.h:144: warning: function declaration isn’t a prototype
src/graphobject.h:145: error: syntax error before ‘*’ token
src/graphobject.h:145: warning: function declaration isn’t a prototype
src/graphobject.h:146: error: syntax error before ‘*’ token
src/graphobject.h:146: warning: function declaration isn’t a prototype
src/graphobject.h:148: error: syntax error before ‘*’ token
src/graphobject.h:148: warning: function declaration isn’t a prototype
src/graphobject.h:157: error: syntax error before ‘*’ token
src/graphobject.h:157: warning: function declaration isn’t a prototype
src/graphobject.h:158: error: syntax error before ‘*’ token
src/graphobject.h:158: warning: function declaration isn’t a prototype
src/graphobject.h:159: error: syntax error before ‘*’ token
src/graphobject.h:159: warning: function declaration isn’t a prototype
src/graphobject.h:160: error: syntax error before ‘*’ token
src/graphobject.h:160: warning: function declaration isn’t a prototype
src/graphobject.h:161: error: syntax error before ‘*’ token
src/graphobject.h:161: warning: function declaration isn’t a prototype
src/graphobject.h:162: error: syntax error before ‘*’ token
src/graphobject.h:162: warning: function declaration isn’t a prototype
src/graphobject.h:163: error: syntax error before ‘*’ token
src/graphobject.h:163: warning: function declaration isn’t a prototype
src/graphobject.h:165: error: syntax error before ‘*’ token
src/graphobject.h:165: warning: function declaration isn’t a prototype
src/graphobject.h:166: error: syntax error before ‘*’ token
src/graphobject.h:166: warning: function declaration isn’t a prototype
src/graphobject.h:167: error: syntax error before ‘*’ token
src/graphobject.h:167: warning: function declaration isn’t a prototype
src/graphobject.h:168: error: syntax error before ‘*’ token
src/graphobject.h:168: warning: function declaration isn’t a prototype
src/graphobject.h:169: error: syntax error before ‘*’ token
src/graphobject.h:169: warning: function declaration isn’t a prototype
src/graphobject.h:170: error: syntax error before ‘*’ token
src/graphobject.h:170: warning: function declaration isn’t a prototype
src/graphobject.h:171: error: syntax error before ‘*’ token
src/graphobject.h:171: warning: function declaration isn’t a prototype
src/graphobject.h:173: error: syntax error before ‘*’ token
src/graphobject.h:173: warning: function declaration isn’t a prototype
src/graphobject.h:174: error: syntax error before ‘*’ token
src/graphobject.h:174: warning: function declaration isn’t a prototype
src/graphobject.h:175: error: syntax error before ‘*’ token
src/graphobject.h:175: warning: function declaration isn’t a prototype
src/graphobject.h:176: error: syntax error before ‘*’ token
src/graphobject.h:176: warning: function declaration isn’t a prototype
src/graphobject.h:177: error: syntax error before ‘*’ token
src/graphobject.h:177: warning: function declaration isn’t a prototype
src/graphobject.h:178: error: syntax error before ‘*’ token
src/graphobject.h:178: warning: function declaration isn’t a prototype
src/graphobject.h:180: error: syntax error before ‘*’ token
src/graphobject.h:180: warning: function declaration isn’t a prototype
src/graphobject.h:181: error: syntax error before ‘*’ token
src/graphobject.h:181: warning: function declaration isn’t a prototype
src/graphobject.h:183: error: syntax error before ‘*’ token
src/graphobject.h:183: warning: function declaration isn’t a prototype
src/graphobject.h:184: error: syntax error before ‘*’ token
src/graphobject.h:184: warning: function declaration isn’t a prototype
src/graphobject.h:185: error: syntax error before ‘*’ token
src/graphobject.h:185: warning: function declaration isn’t a prototype
src/graphobject.h:186: error: syntax error before ‘*’ token
src/graphobject.h:186: warning: function declaration isn’t a prototype
src/graphobject.h:187: error: syntax error before ‘*’ token
src/graphobject.h:187: warning: function declaration isn’t a prototype
src/graphobject.h:188: error: syntax error before ‘*’ token
src/graphobject.h:188: warning: function declaration isn’t a prototype
src/graphobject.h:189: error: syntax error before ‘*’ token
src/graphobject.h:189: warning: function declaration isn’t a prototype
src/graphobject.h:191: error: syntax error before ‘*’ token
src/graphobject.h:191: warning: function declaration isn’t a prototype
src/graphobject.h:192: error: syntax error before ‘*’ token
src/graphobject.h:192: warning: function declaration isn’t a prototype
src/graphobject.h:194: error: syntax error before ‘*’ token
src/graphobject.h:194: warning: function declaration isn’t a prototype
src/graphobject.h:195: error: syntax error before ‘*’ token
src/graphobject.h:195: warning: function declaration isn’t a prototype
src/graphobject.h:197: error: syntax error before ‘*’ token
src/graphobject.h:197: warning: function declaration isn’t a prototype
src/graphobject.h:198: error: syntax error before ‘*’ token
src/graphobject.h:198: warning: function declaration isn’t a prototype
src/graphobject.h:199: error: syntax error before ‘*’ token
src/graphobject.h:199: warning: function declaration isn’t a prototype
src/graphobject.h:200: error: syntax error before ‘*’ token
src/graphobject.h:200: warning: function declaration isn’t a prototype
src/graphobject.h:201: error: syntax error before ‘*’ token
src/graphobject.h:201: warning: function declaration isn’t a prototype
src/graphobject.h:202: error: syntax error before ‘*’ token
src/graphobject.h:202: warning: function declaration isn’t a prototype
src/graphobject.h:203: error: syntax error before ‘*’ token
src/graphobject.h:203: warning: function declaration isn’t a prototype
src/graphobject.h:204: error: syntax error before ‘*’ token
src/graphobject.h:204: warning: function declaration isn’t a prototype
src/graphobject.h:206: error: syntax error before ‘*’ token
src/graphobject.h:206: warning: function declaration isn’t a prototype
src/graphobject.h:207: error: syntax error before ‘*’ token
src/graphobject.h:207: warning: function declaration isn’t a prototype
src/graphobject.h:208: error: syntax error before ‘*’ token
src/graphobject.h:208: warning: function declaration isn’t a prototype
src/graphobject.h:209: error: syntax error before ‘*’ token
src/graphobject.h:209: warning: function declaration isn’t a prototype
src/graphobject.h:210: error: syntax error before ‘*’ token
src/graphobject.h:210: warning: function declaration isn’t a prototype
src/graphobject.h:212: error: syntax error before ‘*’ token
src/graphobject.h:212: warning: function declaration isn’t a prototype
src/graphobject.h:213: error: syntax error before ‘*’ token
src/graphobject.h:213: warning: function declaration isn’t a prototype
In file included from src/arpackobject.c:24:
src/arpackobject.h:29:20: error: arpack.h: No such file or directory
In file included from src/arpackobject.c:24:
src/arpackobject.h:43: error: syntax error before ‘igraph_arpack_options_t’
src/arpackobject.h:43: warning: no semicolon at end of struct or union
src/arpackobject.h:44: warning: type defaults to ‘int’ in declaration of ‘params_out’ src/arpackobject.h:44: warning: data definition has no type or storage class src/arpackobject.h:45: warning: type defaults to ‘int’ in declaration of ‘igraphmodule_ARPACKOptionsObject’ src/arpackobject.h:45: warning: data definition has no type or storage class
src/arpackobject.h:49: error: syntax error before ‘*’ token
src/arpackobject.h:49: warning: function declaration isn’t a prototype
src/arpackobject.h:52: error: syntax error before ‘*’ token
src/arpackobject.h:52: warning: function declaration isn’t a prototype
src/arpackobject.h:54: error: syntax error before ‘*’ token
src/arpackobject.h:54: error: syntax error before ‘*’ token
src/arpackobject.h:54: warning: type defaults to ‘int’ in declaration of ‘igraphmodule_ARPACKOptions_get’
src/arpackobject.h:54: warning: function declaration isn’t a prototype
src/arpackobject.h:54: warning: data definition has no type or storage class
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_new’:
src/arpackobject.c:44: error: ‘self’ undeclared (first use in this function) src/arpackobject.c:44: error: (Each undeclared identifier is reported only once
src/arpackobject.c:44: error: for each function it appears in.)
src/arpackobject.c:45: error: syntax error before ‘)’ token
src/arpackobject.c:48: warning: implicit declaration of function ‘igraph_arpack_options_init’
src/arpackobject.c: At top level:
src/arpackobject.c:59: error: syntax error before ‘*’ token
src/arpackobject.c:59: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_dealloc’:
src/arpackobject.c:61: error: ‘self’ undeclared (first use in this function)
src/arpackobject.c: At top level:
src/arpackobject.c:68: error: syntax error before ‘*’ token
src/arpackobject.c:68: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_getattr’:
src/arpackobject.c:71: error: ‘attrname’ undeclared (first use in this function) src/arpackobject.c:72: error: ‘self’ undeclared (first use in this function)
src/arpackobject.c: At top level:
src/arpackobject.c:121: error: syntax error before ‘*’ token
src/arpackobject.c:122: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_setattr’:
src/arpackobject.c:123: error: ‘value’ undeclared (first use in this function) src/arpackobject.c:127: error: ‘attrname’ undeclared (first use in this function) src/arpackobject.c:130: error: ‘self’ undeclared (first use in this function) src/arpackobject.c:141: error: ‘igraph_real_t’ undeclared (first use in this function)
src/arpackobject.c:141: error: syntax error before ‘PyInt_AsLong’
src/arpackobject.c:143: error: syntax error before ‘PyFloat_AsDouble’
src/arpackobject.c: At top level:
src/arpackobject.c:157: error: syntax error before ‘*’ token
src/arpackobject.c:158: error: syntax error before ‘*’ token
src/arpackobject.c:158: warning: return type defaults to ‘int’
src/arpackobject.c:158: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_get’:
src/arpackobject.c:159: error: ‘self’ undeclared (first use in this function)
src/arpackobject.c: At top level:
src/arpackobject.c:177: error: syntax error before ‘*’ token
src/arpackobject.c:177: warning: function declaration isn’t a prototype
src/arpackobject.c:218: error: initializer element is not constant
src/arpackobject.c:218: error: (near initialization for ‘igraphmodule_ARPACKOptionsType.tp_dealloc’) src/arpackobject.c:218: error: syntax error before ‘igraphmodule_ARPACKOptions_dealloc’
ect.h:136: warning: function declaration isn’t a prototype
src/graphobject.h:137: error: syntax error before ‘*’ token
src/graphobject.h:137: warning: function declaration isn’t a prototype
src/graphobject.h:138: error: syntax error before ‘*’ token
src/graphobject.h:138: warning: function declaration isn’t a prototype
src/graphobject.h:139: error: syntax error before ‘*’ token
src/graphobject.h:139: warning: function declaration isn’t a prototype
src/graphobject.h:140: error: syntax error before ‘*’ token
src/graphobject.h:140: warning: function declaration isn’t a prototype
src/graphobject.h:141: error: syntax error before ‘*’ token
src/graphobject.h:141: warning: function declaration isn’t a prototype
src/graphobject.h:143: error: syntax error before ‘*’ token
src/graphobject.h:143: warning: function declaration isn’t a prototype
src/graphobject.h:144: error: syntax error before ‘*’ token
src/graphobject.h:144: warning: function declaration isn’t a prototype
src/graphobject.h:145: error: syntax error before ‘*’ token
src/graphobject.h:145: warning: function declaration isn’t a prototype
src/graphobject.h:146: error: syntax error before ‘*’ token
src/graphobject.h:146: warning: function declaration isn’t a prototype
src/graphobject.h:148: error: syntax error before ‘*’ token
src/graphobject.h:148: warning: function declaration isn’t a prototype
src/graphobject.h:157: error: syntax error before ‘*’ token
src/graphobject.h:157: warning: function declaration isn’t a prototype
src/graphobject.h:158: error: syntax error before ‘*’ token
src/graphobject.h:158: warning: function declaration isn’t a prototype
src/graphobject.h:159: error: syntax error before ‘*’ token
src/graphobject.h:159: warning: function declaration isn’t a prototype
src/graphobject.h:160: error: syntax error before ‘*’ token
src/graphobject.h:160: warning: function declaration isn’t a prototype
src/graphobject.h:161: error: syntax error before ‘*’ token
src/graphobject.h:161: warning: function declaration isn’t a prototype
src/graphobject.h:162: error: syntax error before ‘*’ token
src/graphobject.h:162: warning: function declaration isn’t a prototype
src/graphobject.h:163: error: syntax error before ‘*’ token
src/graphobject.h:163: warning: function declaration isn’t a prototype
src/graphobject.h:165: error: syntax error before ‘*’ token
src/graphobject.h:165: warning: function declaration isn’t a prototype
src/graphobject.h:166: error: syntax error before ‘*’ token
src/graphobject.h:166: warning: function declaration isn’t a prototype
src/graphobject.h:167: error: syntax error before ‘*’ token
src/graphobject.h:167: warning: function declaration isn’t a prototype
src/graphobject.h:168: error: syntax error before ‘*’ token
src/graphobject.h:168: warning: function declaration isn’t a prototype
src/graphobject.h:169: error: syntax error before ‘*’ token
src/graphobject.h:169: warning: function declaration isn’t a prototype
src/graphobject.h:170: error: syntax error before ‘*’ token
src/graphobject.h:170: warning: function declaration isn’t a prototype
src/graphobject.h:171: error: syntax error before ‘*’ token
src/graphobject.h:171: warning: function declaration isn’t a prototype
src/graphobject.h:173: error: syntax error before ‘*’ token
src/graphobject.h:173: warning: function declaration isn’t a prototype
src/graphobject.h:174: error: syntax error before ‘*’ token
src/graphobject.h:174: warning: function declaration isn’t a prototype
src/graphobject.h:175: error: syntax error before ‘*’ token
src/graphobject.h:175: warning: function declaration isn’t a prototype
src/graphobject.h:176: error: syntax error before ‘*’ token
src/graphobject.h:176: warning: function declaration isn’t a prototype
src/graphobject.h:177: error: syntax error before ‘*’ token
src/graphobject.h:177: warning: function declaration isn’t a prototype
src/graphobject.h:178: error: syntax error before ‘*’ token
src/graphobject.h:178: warning: function declaration isn’t a prototype
src/graphobject.h:180: error: syntax error before ‘*’ token
src/graphobject.h:180: warning: function declaration isn’t a prototype
src/graphobject.h:181: error: syntax error before ‘*’ token
src/graphobject.h:181: warning: function declaration isn’t a prototype
src/graphobject.h:183: error: syntax error before ‘*’ token
src/graphobject.h:183: warning: function declaration isn’t a prototype
src/graphobject.h:184: error: syntax error before ‘*’ token
src/graphobject.h:184: warning: function declaration isn’t a prototype
src/graphobject.h:185: error: syntax error before ‘*’ token
src/graphobject.h:185: warning: function declaration isn’t a prototype
src/graphobject.h:186: error: syntax error before ‘*’ token
src/graphobject.h:186: warning: function declaration isn’t a prototype
src/graphobject.h:187: error: syntax error before ‘*’ token
src/graphobject.h:187: warning: function declaration isn’t a prototype
src/graphobject.h:188: error: syntax error before ‘*’ token
src/graphobject.h:188: warning: function declaration isn’t a prototype
src/graphobject.h:189: error: syntax error before ‘*’ token
src/graphobject.h:189: warning: function declaration isn’t a prototype
src/graphobject.h:191: error: syntax error before ‘*’ token
src/graphobject.h:191: warning: function declaration isn’t a prototype
src/graphobject.h:192: error: syntax error before ‘*’ token
src/graphobject.h:192: warning: function declaration isn’t a prototype
src/graphobject.h:194: error: syntax error before ‘*’ token
src/graphobject.h:194: warning: function declaration isn’t a prototype
src/graphobject.h:195: error: syntax error before ‘*’ token
src/graphobject.h:195: warning: function declaration isn’t a prototype
src/graphobject.h:197: error: syntax error before ‘*’ token
src/graphobject.h:197: warning: function declaration isn’t a prototype
src/graphobject.h:198: error: syntax error before ‘*’ token
src/graphobject.h:198: warning: function declaration isn’t a prototype
src/graphobject.h:199: error: syntax error before ‘*’ token
src/graphobject.h:199: warning: function declaration isn’t a prototype
src/graphobject.h:200: error: syntax error before ‘*’ token
src/graphobject.h:200: warning: function declaration isn’t a prototype
src/graphobject.h:201: error: syntax error before ‘*’ token
src/graphobject.h:201: warning: function declaration isn’t a prototype
src/graphobject.h:202: error: syntax error before ‘*’ token
src/graphobject.h:202: warning: function declaration isn’t a prototype
src/graphobject.h:203: error: syntax error before ‘*’ token
src/graphobject.h:203: warning: function declaration isn’t a prototype
src/graphobject.h:204: error: syntax error before ‘*’ token
src/graphobject.h:204: warning: function declaration isn’t a prototype
src/graphobject.h:206: error: syntax error before ‘*’ token
src/graphobject.h:206: warning: function declaration isn’t a prototype
src/graphobject.h:207: error: syntax error before ‘*’ token
src/graphobject.h:207: warning: function declaration isn’t a prototype
src/graphobject.h:208: error: syntax error before ‘*’ token
src/graphobject.h:208: warning: function declaration isn’t a prototype
src/graphobject.h:209: error: syntax error before ‘*’ token
src/graphobject.h:209: warning: function declaration isn’t a prototype
src/graphobject.h:210: error: syntax error before ‘*’ token
src/graphobject.h:210: warning: function declaration isn’t a prototype
src/graphobject.h:212: error: syntax error before ‘*’ token
src/graphobject.h:212: warning: function declaration isn’t a prototype
src/graphobject.h:213: error: syntax error before ‘*’ token
src/graphobject.h:213: warning: function declaration isn’t a prototype
In file included from src/arpackobject.c:24:
src/arpackobject.h:29:20: error: arpack.h: No such file or directory
In file included from src/arpackobject.c:24:
src/arpackobject.h:43: error: syntax error before ‘igraph_arpack_options_t’
src/arpackobject.h:43: warning: no semicolon at end of struct or union
src/arpackobject.h:44: warning: type defaults to ‘int’ in declaration of ‘params_out’ src/arpackobject.h:44: warning: data definition has no type or storage class src/arpackobject.h:45: warning: type defaults to ‘int’ in declaration of ‘igraphmodule_ARPACKOptionsObject’ src/arpackobject.h:45: warning: data definition has no type or storage class
src/arpackobject.h:49: error: syntax error before ‘*’ token
src/arpackobject.h:49: warning: function declaration isn’t a prototype
src/arpackobject.h:52: error: syntax error before ‘*’ token
src/arpackobject.h:52: warning: function declaration isn’t a prototype
src/arpackobject.h:54: error: syntax error before ‘*’ token
src/arpackobject.h:54: error: syntax error before ‘*’ token
src/arpackobject.h:54: warning: type defaults to ‘int’ in declaration of ‘igraphmodule_ARPACKOptions_get’
src/arpackobject.h:54: warning: function declaration isn’t a prototype
src/arpackobject.h:54: warning: data definition has no type or storage class
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_new’:
src/arpackobject.c:44: error: ‘self’ undeclared (first use in this function) src/arpackobject.c:44: error: (Each undeclared identifier is reported only once
src/arpackobject.c:44: error: for each function it appears in.)
src/arpackobject.c:45: error: syntax error before ‘)’ token
src/arpackobject.c:48: warning: implicit declaration of function ‘igraph_arpack_options_init’
src/arpackobject.c: At top level:
src/arpackobject.c:59: error: syntax error before ‘*’ token
src/arpackobject.c:59: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_dealloc’:
src/arpackobject.c:61: error: ‘self’ undeclared (first use in this function)
src/arpackobject.c: At top level:
src/arpackobject.c:68: error: syntax error before ‘*’ token
src/arpackobject.c:68: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_getattr’:
src/arpackobject.c:71: error: ‘attrname’ undeclared (first use in this function) src/arpackobject.c:72: error: ‘self’ undeclared (first use in this function)
src/arpackobject.c: At top level:
src/arpackobject.c:121: error: syntax error before ‘*’ token
src/arpackobject.c:122: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_setattr’:
src/arpackobject.c:123: error: ‘value’ undeclared (first use in this function) src/arpackobject.c:127: error: ‘attrname’ undeclared (first use in this function) src/arpackobject.c:130: error: ‘self’ undeclared (first use in this function) src/arpackobject.c:141: error: ‘igraph_real_t’ undeclared (first use in this function)
src/arpackobject.c:141: error: syntax error before ‘PyInt_AsLong’
src/arpackobject.c:143: error: syntax error before ‘PyFloat_AsDouble’
src/arpackobject.c: At top level:
src/arpackobject.c:157: error: syntax error before ‘*’ token
src/arpackobject.c:158: error: syntax error before ‘*’ token
src/arpackobject.c:158: warning: return type defaults to ‘int’
src/arpackobject.c:158: warning: function declaration isn’t a prototype
src/arpackobject.c: In function ‘igraphmodule_ARPACKOptions_get’:
src/arpackobject.c:159: error: ‘self’ undeclared (first use in this function)
src/arpackobject.c: At top level:
src/arpackobject.c:177: error: syntax error before ‘*’ token
src/arpackobject.c:177: warning: function declaration isn’t a prototype
src/arpackobject.c:218: error: initializer element is not constant
src/arpackobject.c:218: error: (near initialization for ‘igraphmodule_ARPACKOptionsType.tp_dealloc’) src/arpackobject.c:218: error: syntax error before ‘igraphmodule_ARPACKOptions_dealloc’ lipo: can't open input file: /var/tmp//ccBJ2l9A.out (No such file or directory)
error: command 'gcc' failed with exit status 1
powerbookSimone:python-igraph-0.5.1 ogabbrie$

dott. Simone Gabbriellini - PhD Student
Department of Social Sciences
University of Pisa
address@hidden





dott. Simone Gabbriellini - PhD Student
Department of Social Sciences
University of Pisa
address@hidden








reply via email to

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