From: <jc...@fe...> - 2002-09-16 18:53:28
|
I'm a kind of bug reporter, now :) Building Python modules. =20 # Start fresh (--force) each time since previous build may # be for an installation rather than for present plplot/tmp location. python setup.py build --force --build-temp=3D"./" --build-lib=3D"./" --fl= at running build running build_ext building 'plplotcmodule' extension plplotcmodule.c:627: warning: `PySequence_Fast_GET_ITEM' redefined /usr/include/python2.2/abstract.h:1004: warning: this is the location of=20 the previous definition plplotcmodule.c: In function `_wrap_pltr0': plplotcmodule.c:663: `$1' undeclared (first use in this function) plplotcmodule.c:663: (Each undeclared identifier is reported only once plplotcmodule.c:663: for each function it appears in.) plplotcmodule.c: In function `_wrap_pltr1': plplotcmodule.c:783: `$1' undeclared (first use in this function) plplotcmodule.c:783: `$input' undeclared (first use in this function) plplotcmodule.c: In function `_wrap_pltr2': =2E.. etc # rpm -q python python-2.2-105 |