Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles

2012-02-17 Thread pasparis
r >Objet : Re: Re: Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles >Date : 17/02/2012 22:00:58 CET >Copie à : cmake@cmake.org > >2012/2/17 : > > thank you  Eric, I try to do what you explained,I don't if I got it > > correctly > >

Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles

2012-02-17 Thread Eric Noulard
2012/2/17 : > thank you  Eric, I try to do what you explained,I don't if I got it > correctly > I got the same message, may I miss something > > > OK I see, this is not the way it works. >> 1) You write a CMakeLists.txt and associated C/C++ files in a folder >> 2) You create another directory >> 3

Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles

2012-02-17 Thread pasparis
built correctly. Missing variable is: CMAKE_C_COMPILER_ENV_VAR Message d'origine >De : "Eric Noulard" >À : paspa...@noos.fr >Objet : Re: Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles >Date : 17/02/2012 13:18:15 CET >Copi

Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles

2012-02-17 Thread Eric Noulard
2012/2/17 : > Hello Eric, > > thank you for your suggestions and support > > I am going to try to detail more what I did: > > - Install CMake on Program Files/CMake 2.8/bin > - Install CodeBlocks with its windows installer at the same time he asks if > we want the gcc compiler I said ok > and he i

Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles

2012-02-17 Thread pasparis
m corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.thanks again if you can suggest somethingpascal Message d'origine ---- >De : "Eric Noulard" >À : paspa...@noos.fr >Objet : Re: [CMake] me

Re: [CMake] message could not create named generator CodeBlocks -MinGW Makefiles

2012-02-17 Thread Eric Noulard
2012/2/16 : > Hello, > > I am trying to use CMake with codeblocks on windows, I created a simple > project in the folder pCMake > when I use the CMake interface I got the message: You mean "graphical interface" where you select the generator from a list? > CMake Error: CMake was unable to find a

[CMake] message could not create named generator CodeBlocks -MinGW Makefiles

2012-02-16 Thread pasparis
Hello,I am trying to use CMake with codeblocks on windows, I created a simple project in the folder pCMakewhen I use the CMake interface I got the message:CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need t