On 2013-08-04 17:38+1000 Joost Kuckartz wrote:

> Thus there's some [shapelib/plplot]issues, probably related to filepaths with 
> spaces in them?

Hi Joost:

I am virtually positive that is the issue in your case. Set a common
value of CMAKE_INSTALL_PREFIX (without spaces in the name) for both
the shapelib and plplot builds, and then there is no need to set
-DSHAPELIB_INCLUDE_DIR, etc., for the PLplot build since it just
automatically finds what it needs (e.g., shapelib) when
CMAKE_INSTALL_PREFIX has a common value.

For example, when using a common
-DCMAKE_INSTALL_PREFIX:PATH=/home/wine/newstart/build_script/install-linux
for both the shapelib and plplot builds, a
recent result I got on Linux for the plplot build was

-- FindShapelib: Found shapelib header directory,
/home/wine/newstart/build_script/install-linux/include, and library,
/home/wine/newstart/build_script/install-linux/lib/libshp.so.

I have similarly gotten good results when using a common value of
CMAKE_INSTALL_PREFIX (without spaces) for the MinGW/MSYS/Wine
platform so please try that yourself.

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); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); 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
__________________________

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to