[CMake] Make with dos paths

John Doe ufnoise at gmail.com
Wed Jun 11 13:12:36 EDT 2008


Thanks for for the link.  I'm going to give up on a windows port for a
while.  There are too many issues for me to figure out concerning flex
with dos paths, bison with dos paths, my custom build utilities with
dos paths, unicode support, etc.

I guess it is not possible for the cygwin version of the compiler to
"know" that cl.exe needs a dos path, and everything else does not?

Regards,

Juan

On Tue, Jun 10, 2008 at 10:49 AM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> John Doe wrote:
>>
>> I am trying to use the "unix makefiles" generator with the windows
>> version of cmake.  Unfortunately the make packaged with cygwin does
>> not like the ':' in the dos path name.  What version of make should I
>> use?
>>
>> Geometry/CMakeFiles/geom.dir/build.make:53: *** target pattern
>> contains no `%'.  Stop.
>>
> Replace the cygwin make with this one:
>
> http://www.cmake.org/files/cygwin/make.exe
>
>
> -Bill
>


More information about the CMake mailing list