[MATRIX-SIG] PyGist
Dave Stinchcombe
dars@soton.ac.uk
Wed, 18 Feb 1998 11:03:18 +0000 (GMT)
Hi ,
I'm trying to compile Python 1.5 with NumPy-1.0b3, NumPyLib-1.0b2,
and pygist-1.2, having first installed yorick-1.4. I have made sure that I
don't compile for Readline.
I get compilation failure with gistCmodule.c. It now finds all the headers
it needs, but I get warning messages like:
./gistCmodule.c: In function `initgistC':
./gistCmodule.c:412: `Pyv_fgets' undeclared (first use this function)
and
./gistCmodule.c: In function `pldefault':
./gistCmodule.c:2109: structure has no member named `path'
./gistCmodule.c:2109: `T_DOWN' undeclared (first use this function)
./gistCmodule.c:2109: `T_RIGHT' undeclared (first use this function)
I have probably got the line in Python-1.5/Modules/Setup in the wrong
place.
gistC gistCmodule.c -I$(YINC) -I./../NumPy/Include ...
Does anyone know were it belongs??
Also, I've been away for well over six months, and have missed the
consequence of the discussion about a drawing package associated with
NumPy, I couldn't find any references in the NumPy FAQ, or Home page.
(sorry matrix-sig faq/homepage).
Thanks for your help
Yours
Dave Stinchcombe
_______________
MATRIX-SIG - SIG on Matrix Math for Python
send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
_______________