On 2008-08-05 23:14+0100 Steve Schwartz wrote:

[...] Then it makes, but the install fails
> at:
>
> -- Set runtime path of
> "/home/opt_home/plplot/plplot-5.9.0/install_dir/lib/libplplotf95d.so.9.1.1" 
> to "/home/opt_home/plplot/plplot-5.9.0/install_dir/lib:/usr/lib"
> CMake Error at bindings/f95/cmake_install.cmake:80 (FILE):
>  file INSTALL cannot find file
>  "/home/opt_home/plplot/plplot-5.9.0/build_dir/plplot.mod" to install.
> Call Stack (most recent call first):
>  bindings/cmake_install.cmake:43 (INCLUDE)
>  cmake_install.cmake:55 (INCLUDE)
>
> which is clearly looking in the wrong place for plplot.mod (it's inside
> bindings/f95

Hi Steve:

That file location is correct for CMake 2.4, but not correct for CMake 2.6
so I am pretty sure from the above result that you are the victim of a stale
build tree with some leftover CMake-2.4 build files in it that are messing
up your CMake-2.6 build.  Or there may have been some problem in 5.9.0 that
has been fixed in the svn version since.  So please start entirely fresh
with a pristine source tree checked out from our svn server with the following
command:

svn checkout \
https://plplot.svn.sourceforge.net/svnroot/plplot/trunk plplot_trunk

where plplot_trunk is the name of top-level directory of your new source
tree which will be created by that command.  (You should check with "ls"
that plplot_trunk does not exist before you run the above command.)
This svn version is the
one that most developers are familiar with so you will get our best help
if you use that version.  Also, to keep that source tree pristine with
no build files in it, use a separate, initially empty build tree.  To start,
go ahead and disable itcl/itk (since there are known issues in that case)
and also wxwidgets (althought wxwidgets works for me).

If your install still fails with a misplaced plplot.mod file for a pristine
source tree and initially empty build tree, then I will have to think again,
but the plplot.mod location logic works fine on my system for CMake-2.6.1
and the svn trunk version of PLplot so I cannot think of any reason
why it would not work for you as well.

In sum, I hope a pristine version of the svn trunk source code and an
initially empty build tree solves your difficulties.

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 libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to