[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[igraph] Re: igraph-help Digest, Vol 27, Issue 10
From: |
Anirban Dasgupta |
Subject: |
[igraph] Re: igraph-help Digest, Vol 27, Issue 10 |
Date: |
Mon, 20 Oct 2008 11:23:13 -0700 |
Thanks Tamas. I installed a local copy of the libxml2 and now that
part is working fine. However, I am stuck with the "python setup.py
build" step now. This is the error that I am getting:
>python setup.py build
setup.py:25: DeprecationWarning: os.popen3 is deprecated. Use the
subprocess module.
to_child, from_child, err_child = popen3(command)
Include path: /homes/anirban/bin//include/igraph
Library path: /homes/anirban/bin//lib
running build
running build_py
running build_ext
building 'igraph.core' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -fPIC -I/homes/anirban/bin//include/igraph
-I/homes/anirban/bin/Python-2.6/Include
-I/homes/anirban/bin/Python-2.6 -c src/convert.c -o
build/temp.linux-x86_64-2.6/src/convert.o
In file included from src/convert.c:31:
src/convert.h:83: error: syntax error before "igraph_layout_drl_options_t"
src/convert.h:83: warning: function declaration isn't a prototype
src/convert.c: In function `igraphmodule_PyObject_to_degseq_t':
src/convert.c:164: error: `IGRAPH_DEGSEQ_VL' undeclared (first use in
this function)
src/convert.c:164: error: (Each undeclared identifier is reported only once
src/convert.c:164: error: for each function it appears in.)
src/convert.c:164: error: initializer element is not constant
src/convert.c:164: error: (near initialization for `degseq_tt[1].value')
src/convert.c:164: error: initializer element is not constant
src/convert.c:164: error: (near initialization for `degseq_tt[1]')
src/convert.c:165: error: initializer element is not constant
.....
and then lots more lines. Any idea ? Should I stick to the C and R framework ?
Thanks
-anirban
>
>
>
>
>
- [igraph] Re: igraph-help Digest, Vol 27, Issue 10,
Anirban Dasgupta <=