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.

Regards,

Arjen

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.
------------------------------------------------------------------------------
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