On Friday 11 November 2011, David Doria wrote: > On Fri, Nov 11, 2011 at 12:42 PM, Alexander Neundorf > > <[email protected]> wrote: > > On Friday 11 November 2011, David Doria wrote: > >> >> I think it's true that QtCreator knows how to connect to a CMake > >> >> build tree generated with the "CodeBlocks - Unix Makefiles" > >> >> generator. > >> > >> I tried to use this generator, but I get errors like > >> "cmake_c_compiler_env_var is undefined". Shouldn't it find the > >> compiler for the VS2010Express installation? > > > > Please post the full output from cmake, this makes helping much easier. > > Sure thing - here you go:
Ok. one more: how exactly did you run cmake ? >From the command line or cmake-gui ? Which generator did you choose ? It should be the "CodeBlocks - NMake Makefiles" one. This then needs to be run from a terminal which has the VisualStudio environment variables set. Then cmake should know what to look for (nmake) and halso find it. Or is this different with VS2010Express ? (I have never used this) Alex -- 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
