On 2017-05-08 13:40-0000 Arjen Markus wrote:

> Hi Alan, Chris,
>
>
>
> Just repeated the build experiment for "bare" Windows:
>
> -        CMake, make and make install all work with a destination directory 
> whose name contains spaces
>
> -        However, nmake on the installed examples produces an error message:
>
>
>
> Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
>
> Copyright (C) Microsoft Corporation.  All rights reserved.
>
>
>
>            cd c; "C:\Program Files (x86)\Microsoft Visual Studio 
> 12.0\VC\BIN\amd64\nmake.exe"
>
> The filename, directory name, or volume label syntax is incorrect.
>
> NMAKE : fatal error U1077: 'cd' : return code '0x1'
>
> Stop.
>
>
> The problem is probably in the combining of two commands via a semicolon. If 
> I try "cd c; nmake" manually, I get the message "The system cannot find the 
> path specified". It is not splitting up the line into two commands.
>
> Probably this has nothing to do with the spaces issue.

Hi Arjen:

It sounds like you are making good progress on this platform as well.
For all three Windows platforms I look forward to your commits solving the 
straightforward issues
that you find and I assume the problem above is of that type.

However, if this or some other issue is tricky for you to solve, feel
free to consult in detail with me using the normal report tarball
method (which typically is required to give me all the details that I
need to help you).

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