Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread Arjen Markus
Hi Phil, The "alternative" path format /d/something should work under MSYS. Note that the colon used by bare Windows to spearate the drive letter from the directory interfers with the colon that UNIX and its kin use to separate the various path components. (It is fun brain gymnastics, at times

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread Alan W. Irwin
On 2014-10-02 18:23- phil rosenberg wrote: > Okay, well I have fixed the spaces in the paths problem and added a Visual Studio specific extra configuration parameter. Good. Please commit and push those change so they can be tested by others. > I am not sure how to deal with the final couple

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
Thanks AlanWhen I emailed yesterday about Unicode things it was that email I was looking for to check what the tests were that you wanted doing. All the best Phil From: Alan W. Irwin To: phil rosenberg Cc: "[email protected]" Sent: Thursday, 2 October 2014, 21:04 Su

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread Alan W. Irwin
On 2014-10-02 13:44- phil rosenberg wrote: > Hi I've started looking a bit into the testing on Windows. This was mostly initiated because I accidentally built the test_interactive project which CMake creates for VC++ builds and it popped up a wxWidgets window - so with Cygwin installed it does

Re: [Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
Okay, well I have fixed the spaces in the paths problem and added a Visual Studio specific extra configuration parameter. I am not sure how to deal with the final couple of problems. CMake generates the shell scripts, from the .sh.in files and when it does so it creates them with Windows line en

[Plplot-devel] Testing on Windows

2014-10-02 Thread phil rosenberg
Hi I've started looking a bit into the testing on Windows. This was mostly initiated because I accidentally built the test_interactive project which CMake  creates for VC++ builds and it popped up a wxWidgets window - so with Cygwin installed it does seem there is hope for getting the tests to wo