I would be interested to learn how. Because of similar issues we got rid of a shell script on Win64 because UnxUtil zsh.exe doesn't run from the 64bit cmd.exe.
Also, when in a 64bit VS shell, I now need to run the 32bit nmake.exe because otherwise my 32bit flex.exe will crash. I have tried directly, with bat files, cmd /c etc. Regards, Arjen >-----Original Message----- >From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf >Of Rolf Eike Beer >Sent: maandag 23 augustus 2010 21:57 >To: cmake@cmake.org >Subject: Re: [CMake] How to invoke 64 bit cmd.exe from cmake script >onWindows 7 (x64). > >Am Monday 23 August 2010 schrieb Eric Noulard: > >> I'm not a windows expert but since execute_process somehow >> Fork/CreateThread/CreateProcess from 32 bits CMake I doubt that this >> 32bits app may fork a 64bits one. > >You can start a 64 bit process from a 32 one as you can do the other way >round. You just can't use libraries of different pointer length without >magic. > >Eike _______________________________________________ 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