On 2017-05-08 07:18-0000 Arjen Markus wrote:

> Hi Alan, Chris,
>
[...]
> My first step was to build in a directory whose name contains spaces, but 
> nothing else. This worked smoothly for both Cygwin and MinGW-w64/MSYS2.

Hi Arjen:

Good to hear you had that initial promising result on both platforms.

>
> My next step was to build in that same directory and explicitly install in a 
> (different) directory whose name contains spaces:
>
> cmake .... -DCMAKE_INSTALL_PREFIX="d:/plplot-src/install with spaces"
>
> (I simply added this option to the existing CMake invocation)
>
> This experiment was less successful: CMake started but never got beyond 
> "configuration done" - no further output was produced, but according to the 
> Task Manager it was writing a lot of data - after 15 minutes of CPU it had 
> produced 52 MB of output. No idea though where this got to - the 
> subdirectories of the build directory contain less than 10 MB. After that 
> time I simply killed the program.

A slight variation of the above is a success on Linux with the
comprehensive test script under bash.  So what happens if you try the
comprehensive test form exactly, i.e.,

cmake  .... "-CMAKE_INSTALL_PREFIX=d:/plplot-src/install with spaces"

(with quotes around the whole option rather than just part of it)?

I am pretty sure you will have success with that variant because a lot
of experience has gone into that script so, for example, I am pretty
sure the form you tried above would not work on Linux.  For that same
reason when doing hand experiements like this, it is always a good
idea to follow the script (or just use 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); 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
__________________________

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to