Re: [Plplot-devel] Linking Shapelib on Windows error

2013-08-04 Thread Alan W. Irwin
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

[Plplot-devel] Linking Shapelib on Windows error

2013-08-04 Thread Joost Kuckartz
It took me some effort to get PLplot to actually use Shapelib, but I followed the following steps: 1. Extract shapelib-1.3.0.zip to "C:\" 2. Copy CMakeLists.txt from PLPlot's directory "\plplot-trunk\cmake\build_projects\shapelib" to "C:\shapelib-1.3.0" 3. Executed: cmake C:\shapelib-1.3.0 -G