[CMake] MinGW and cmake issues...

Maik Beckmann beckmann.maik at googlemail.com
Sat May 17 12:30:09 EDT 2008


Am Samstag 17 Mai 2008 18:11:02 schrieb Phil Pellouchoud:
> I saw somewhere online talk about "process_begin" and being a path issue
> (i.e. finding the wrong tools, etc...) for a different problem.  So I
> had adjusted my path (SET PATH=.;C:\mingw\bin;C:\cmake\bin).  But still
> no luck...
>
> -phil

First of all: Am I the only one who dislikes top posting?  Usually text is 
written and read from top to buttom.


However, this 
  SET PATH=.;C:\mingw\bin;C:\cmake\bin
looks strange, please try
  SET PATH=%PATH%;C:\mingw\bin;C:\cmake\bin

I use the combination WinXP + cmake-2.6.0 + mingw at least twice a week, 
without problems.


HTH,
 -- Maik



More information about the CMake mailing list