Re: [CMake] Problems Building a Java Project Under Cygwin

2017-10-29 Thread R0b0t1
On Sun, Oct 29, 2017 at 4:54 AM, Marco Atzeri wrote: > On 29/10/2017 04:44, R0b0t1 wrote: >> >> What fails is the compile step, like so: >> >> javac: file not found: >> >> \cygdrive\C\Users\R0b0t1\Documents\Code\project\build\CMakeFiles\project.dir\java_sources >> (The system cannot find the path

Re: [CMake] Problems Building a Java Project Under Cygwin

2017-10-29 Thread Marco Atzeri
On 29/10/2017 04:44, R0b0t1 wrote: What fails is the compile step, like so: javac: file not found: \cygdrive\C\Users\R0b0t1\Documents\Code\project\build\CMakeFiles\project.dir\java_sources (The system cannot find the path specified) Is this due to a change in the path separator? On another not

[CMake] Problems Building a Java Project Under Cygwin

2017-10-28 Thread R0b0t1
What fails is the compile step, like so: javac: file not found: \cygdrive\C\Users\R0b0t1\Documents\Code\project\build\CMakeFiles\project.dir\java_sources (The system cannot find the path specified) Is this due to a change in the path separator? On another note, are there any suggestions for buil