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 <[EMAIL PROTECTED]> 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 > _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
