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 |
From: Alan W. I. <ir...@be...> - 2002-09-17 20:01:38
|
Joao: Sorry I forgot to respond to this until now. What version of swig are you using? Anything earlier than 1.3.11 will not work. See the plplot-devel thread with Maurice on this, culminating in his latest experiments with the version numbers (1.3.11-1.3.13) that currently work. Alan email: ir...@be... phone: 250-727-2902=09FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Mon, 16 Sep 2002, [iso-8859-1] Jo=E3o Cardoso wrote: > > I'm a kind of bug reporter, now :) > > Building Python modules. > > # 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 > 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': > > ... etc > > # rpm -q python > python-2.2-105 > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |
From: Joao C. <jc...@fe...> - 2002-09-18 01:55:03
|
On Tuesday 17 September 2002 21:01, Alan W. Irwin wrote: > Joao: > > Sorry I forgot to respond to this until now. > > What version of swig are you using? Anything earlier than 1.3.11 will n= ot > work. See the plplot-devel thread with Maurice on this, culminating in= his > latest experiments with the version numbers (1.3.11-1.3.13) that curren= tly > work. I'm using swig-1.3.9. That's the standard in suse-8.0, even with online=20 updates. But I didn't realize that "swig" was called in a normal build... until I = read=20 pkg_python.in :( Thanks, Joao > > Alan > > email: ir...@be... > phone: 250-727-2902=09FAX: 250-721-7715 > snail-mail: > Dr. Alan W. Irwin > Department of Physics and Astronomy, > University of Victoria, P.O. Box 3055, > Victoria, British Columbia, Canada, V8W 3P6 > __________________________ > > Linux-powered astrophysics > __________________________ > > On Mon, 16 Sep 2002, [iso-8859-1] Jo=E3o Cardoso wrote: > > I'm a kind of bug reporter, now :) > > > > Building Python modules. > > > > # 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"./" = --flat > > 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 > > 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 onc= e > > 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': > > > > ... etc > > > > # rpm -q python > > python-2.2-105 > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Plplot-devel mailing list > > Plp...@li... > > https://lists.sourceforge.net/lists/listinfo/plplot-devel > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel |
From: Alan W. I. <ir...@be...> - 2002-09-18 16:42:32
|
On Wed, 18 Sep 2002, Joao Cardoso wrote: > But I didn't realize that "swig" was called in a normal build. We want to keep generated files out of CVS so that is why our CVS users need swig-1.3.11 (or 1.3.12 or 1.3.13). But our ordinary users won't need it since for the tarball release I will include the python interface files (single and double-precision versions) generated by swig. So it's the same deal as for the configure file generated by autoconf, and the tcl interface files generated by perl. Alan |