Re: [CMake] Make with dos paths

2008-06-12 Thread John Doe
I'm going to have to follow up on this a little further down the road. Thanks for the interesting links. It appears that package management is a big issue for installing mingw or gnuwin32. Also MSYS apparently requires a lot of work to not crash on Windows Vista 64. Thanks, Juan On Thu, Jun 1

Re: [CMake] Make with dos paths

2008-06-12 Thread Eric Noulard
2008/6/12 Alin M Elena <[EMAIL PROTECTED]>: > HI Juan > > It may be easier than you think to port on Windows. > > Have a look at these links > > http://unxutils.sourceforge.net/ > > plus > > http://www.microsoft.com/downloads/details.aspx?FamilyID=60deac2b-975b-41e6-9fa0-c2fd6aa6bc89&displaylang=en

Re: [CMake] Make with dos paths

2008-06-12 Thread Alin M Elena
HI Juan It may be easier than you think to port on Windows. Have a look at these links http://unxutils.sourceforge.net/ plus http://www.microsoft.com/downloads/details.aspx?FamilyID=60deac2b-975b-41e6-9fa0- c2fd6aa6bc89&displaylang=en Alin -- _

Re: [CMake] Make with dos paths

2008-06-11 Thread John Doe
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 t

Re: [CMake] Make with dos paths

2008-06-10 Thread Bill Hoffman
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 contain

[CMake] Make with dos paths

2008-06-10 Thread John Doe
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.