-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andreas Pakulat schrieb: > On 26.10.09 12:27:24, Bill Hoffman wrote: >> Andreas Pakulat wrote: >>> But that should be the case if I start kdevelop from a cmd.exe that had >>> vcvars32.bat called. However it seems that executing cmake still fails when >>> spawned via win32 process api. I'll get back when I have more data about >>> this. >>> >> Should work, perhaps there is an issue with the way you are spawning >> processes in kdevelop4 on windows. You might want to look at the >> process execution code in CMake, it was tricky to get it working >> correctly... > > Uhm, we're using Qt's QProcess there and I'm relatively sure that they got > it right ;) > > Anyway, no further need for discussion without more data. Hm, seems the problem was quoting: cmake will accept the generator '"NMake Makefiles"' and will tell you that it can't use it(there is no such generator). if you use 'NMake Makefiles' it will work even without shell.... :-/
sorry for the noise, Patrick > > Andreas > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) iEYEARECAAYFAkrmRvMACgkQi49rfdk/G3ac3ACgrDyYXQO0poOFMLzI0YjICn+w xgoAnjSEhbDzZ3yvYHCE2A23roplkSJv =4SrB -----END PGP SIGNATURE----- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
