From: Alan W. I. <ir...@be...> - 2007-01-27 08:16:17
|
On 2007-01-27 14:49+0800 Valery Pipin wrote: > I'm trying to use the new procedure to build this release. > I have used > "cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_VERBOSE_MAKEFILE=ON ../plplot-5.7.2 >> & cmake.out" That seems fine (although I have a personal preference for more unique install prefixes like /usr/local/plplot which makes your plplot install much easier to remove.) > > in cmake.out I have > -- WARNING: swig not found. Disabling java bindings > -- WARNING: swig not found. Disabling python bindings > I don't need java. I need python. > [vv@localhost ~]$ swig > Must specify an input file. Use -help for available options. > [vv@localhost ~]$ rpm -q swig > swig-1.3.31-alt1 > > What should I do? The simplest thing to do is to use the cvs version of PLplot. I have recently (just after 5.7.2 was released) made a substantial improvement that makes it much easier for cmake to find swig. All it needs is swig in the PATH, and apparently that is what you have so it should work. It works fine for me, but let me know if you have any problems with it. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |