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
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
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
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
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
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