[Numpy-discussion] CVS - built can't find package directory

Sebastian Haase haase at msg.ucsf.edu
Tue Dec 2 11:49:05 EST 2003


Hi,
I'm trying to test some features of the latest CVS version.
I get:
$ python2.2 setup.py build --gencode
<snip>
error: package directory 'Packages/nd_image/Lib' does not exist

   -- after taking out the line of addons I get:
error: package directory 'Packages/MA/Lib' does not exist

Then I get a compiler error:
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -IInclude/numarray 
-I/usr/include/python2.2 -c Src/_ufuncmodule.c -o 
build/temp.linux-i686-2.2/_ufuncmodule.o
Src/_ufuncmodule.c: In function `_slow_exec1':
Src/_ufuncmodule.c:1555: parse error before `*'
Src/_ufuncmodule.c:1556: `ro' undeclared (first use in this function)
Src/_ufuncmodule.c:1556: (Each undeclared identifier is reported only once
Src/_ufuncmodule.c:1556: for each function it appears in.)
Src/_ufuncmodule.c: In function `_slow_exec2':
Src/_ufuncmodule.c:1876: parse error before `*'
Src/_ufuncmodule.c:1877: parse error before `*'
Src/_ufuncmodule.c:1878: `ri1' undeclared (first use in this function)
Src/_ufuncmodule.c:1878: `ro' undeclared (first use in this function)
Src/_ufuncmodule.c:1908: parse error before `*'
Src/_ufuncmodule.c:1909: parse error before `*'
error: command 'gcc' failed with exit status 1


What are these packages ? 

Thanks,
Sebastian Haase






More information about the NumPy-Discussion mailing list