Alan/Arjen,

On Mon, 2011-10-24 at 17:04 -0700, Alan W. Irwin wrote:
> Good luck, and let us know how it goes.

Thanks. I've succeeded. I

* reinstalled cmake in C:\programs  [a folder with no white-spaces]
* put plplot likewise in C:\programs
* followed Alan's advice for the order of arguments to cmake
* fixed the -DCMAKE_INSTALL_PREFIX directive

Here's the rest, all pretty much as the Wiki instructions say:

mkdir C:\programs\plplot\plplot_build
mkdir C:\programs\plplot\plplot_install

Open a Visual Studio Command Prompt (Tools menu) and navigate to the
plplot_build directory:

cd c:\programs\plplot\plplot_build
set path=c:\programs\plplot\plplot_build\dll;%path%

cmake -G "NMake Makefiles" -DBUILD_TEST=ON
-DCMAKE_INSTALL_PREFIX:PATH=C:\programs\plplot\plplot_install C:
\programs\plplot\plplot-5.9.9

nmake
nmake install

Actually, the install failed several times, being unable to find various
text files (README, ABOUT, AUTHORS, etc., etc.) in the plplot-5.9.9
directory. I looked inside the original tarball and they are there, so I
must have lost them along the way. Anyway, I put placeholders in for
them and got through the install (without them the install bails out
incomplete).

Of course, I can't tell you which of the "*" changes above made the
difference from my attempts yesterday, but the examples run (more
correctly, x01 runs, I haven't tried the others!).

Thanks for your patience and pointers.

Regards,
Steve

-- 
+-------------------------------------------------------------------+
Professor Steven J Schwartz        Phone: +44-(0)20-7594-7660
Head, Space & Atmospheric Physics  Fax:   +44-(0)20-7594-7772
The Blackett Laboratory            E-mail: s.schwa...@imperial.ac.uk
Imperial College London            Office: Huxley 6M67A 
London SW7 2AZ, U.K.               Web: www.sp.ph.ic.ac.uk/~sjs
+-------------------------------------------------------------------+


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to