[PEAK] trouble with installation
Komkov Oleg
oleg at ces.alten.elektra.ru
Mon Mar 13 03:27:08 EST 2006
I have been trying to install PEAK(v0.5a3 and a4) on this configuration:
Fedora Core 2.6.11-1.1369_FC4
Python 2.4.1
Pyrex version 0.9.3
gcc version 4.0.0 20050519 (Red Hat 4.0.0-8)
and get the following output:
building 'peak.binding._once' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC
-I/usr/include/python2.4 -c src/peak/binding/_once.c -o
build/temp.linux-i686-2.4/src/peak/binding/_once.o
src/peak/binding/_once.c: In function ‘__pyx_f_5_once_isOurs’:
src/peak/binding/_once.c:111: error: invalid lvalue in assignment
src/peak/binding/_once.c:120: error: invalid lvalue in assignment
error: command 'gcc' failed with exit status 1
code in this strings:
111 -> ((PyObject*)__pyx_v_lock) = Py_None;
Py_INCREF(((PyObject*)__pyx_v_lock));
120 -> ((PyObject *)__pyx_v_lock) = __pyx_1;
Could some help me, please?
Thanks very much!
PS - Sorry for bad english.
More information about the PEAK
mailing list