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

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to