From: Gary B. <gb...@cs...> - 2002-06-24 10:31:44
|
I'm guessing you have an old version of SWIG. It needs 1.3.11. I haven't done a fresh checkout yet but my understanding was that Alan was going to include plmodule.c_* so folks wouldn't necessarily have to run SWIG. gb |
From: Alan W. I. <ir...@be...> - 2002-06-24 15:12:47
|
I am virtually positive this is a result of using swig version 1.1. As discussed previously you need version 1.3.x (where x is 11 for my version where everything works) version 1.1.x will not do. The latest swig (actually version 1.3.13) can be obtained from http://sourceforge.net/project/showfiles.php?group_id=1645. See the release notes there for a discussion of the large changes from version 1.1 to 1.3. Alan email: ir...@be... phone: 250-727-2902 FAX: 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, 24 Jun 2002, Maurice LeBrun wrote: > This is what I got from a fresh checkout under RH7.3: > > ... > swig -python -o plplotcmodule_p.c_double -c++ -DPL_DOUBLE plplotcmodule.i > Generating wrappers for Python > plplotcmodule.i : Line 99. Syntax error in input. > plplotcmodule.i : Line 104. Syntax error in input. > plplotcmodule.i : Line 138. Syntax error in input. > plplotcmodule.i : Line 141. Syntax error in input. > plplotcmodule.i : Line 150. Syntax error in input. > plplotcmodule.i : Line 181. Syntax error in input. > plplotcmodule.i : Line 186. Syntax error in input. > plplotcmodule.i : Line 241. Syntax error in input. > plplotcmodule.i : Line 244. Syntax error in input. > plplotcmodule.i : Line 249. Syntax error in input. > plplotcmodule.i : Line 253. Syntax error in input. > plplotcmodule.i : Line 267. Syntax error in input. > plplotcmodule.i : Line 274. Syntax error in input. > plplotcmodule.i : Line 284. Syntax error in input. > plplotcmodule.i : Line 291. Syntax error in input. > plplotcmodule.i : Line 297. Syntax error in input. > plplotcmodule.i : Line 326. Syntax error in input. > plplotcmodule.i : Line 327. Syntax error in input. > plplotcmodule.i : Line 345. Syntax error in input. > plplotcmodule.i : Line 433. Syntax error in input. > plplotcmodule.i : Line 434. Syntax error in input. > plplotcmodule.i : Line 827. Syntax error in input. > Confused by earlier errors. Bailing out > > -- > Maurice LeBrun mj...@ga... > Research Organization for Information Science and Technology of Japan (RIST) > > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |
From: Alan W. I. <ir...@be...> - 2002-06-24 15:11:20
|
I have already written in my private notes for the next release a reminder to include generated plmodule.c_* in the tarball for the convenience of our ordinary users. However, from previous discussions on this list, I felt it was reasonable to ask cvs users to download the appropriate tools for themselves rather than cluttering up cvs with generated files which then have to be checked in in synch with the files used to create them. Alan email: ir...@be... phone: 250-727-2902 FAX: 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, 24 Jun 2002, Gary Bishop wrote: > I'm guessing you have an old version of SWIG. It needs 1.3.11. > > I haven't done a fresh checkout yet but my understanding was that Alan > was going to include plmodule.c_* so folks wouldn't necessarily have to > run SWIG. > > gb > > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |
From: Alan W. I. <ir...@be...> - 2002-06-24 16:00:54
|
Oops, that should have read "... include generated plplotcmodule.c_*..." Alan email: ir...@be... phone: 250-727-2902 FAX: 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, 24 Jun 2002, Alan W. Irwin wrote: > I have already written in my private notes for the next release a reminder > to include generated plmodule.c_* in the tarball for the convenience of our > ordinary users. > > However, from previous discussions on this list, I felt it was reasonable to > ask cvs users to download the appropriate tools for themselves rather than > cluttering up cvs with generated files which then have to be checked in in > synch with the files used to create them. > > Alan > > email: ir...@be... > phone: 250-727-2902 FAX: 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, 24 Jun 2002, Gary Bishop wrote: > > > I'm guessing you have an old version of SWIG. It needs 1.3.11. > > > > I haven't done a fresh checkout yet but my understanding was that Alan > > was going to include plmodule.c_* so folks wouldn't necessarily have to > > run SWIG. > > > > gb > > > > > > ------------------------------------------------------- > > Sponsored by: > > ThinkGeek at http://www.ThinkGeek.com/ > > _______________________________________________ > > Plplot-devel mailing list > > Plp...@li... > > https://lists.sourceforge.net/lists/listinfo/plplot-devel > > > > > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |