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

2012-02-17 Thread pasparis
Hello Eric,thank you for your suggestions and supportI 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 okand he installed MinGW in Program

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

2012-02-17 Thread pasparis
thank you Eric, I try to do what you explained,I don't if I got it correctlyI 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) You ask CMake to

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

2012-02-17 Thread pasparis
Eric thank you very much it was also your last suggestions which was rigththe compiler is placed in a bin folder of MinGWthe generation is done,I have to continue in codeblocks nowthanks againpascal Message d'origine De : "Eric Noulard" eric.noul...@gmail.com À : paspa...@noos.fr Objet

[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

[CMake] no rule to make target ' ' needed by- with RCpp and not mysql++

2012-01-24 Thread pasparis
Hellosereral days ago I got from Eric in the mail list the way to link mysql++ in kdevelop with cmake. it works fine but as soon asI want to do the same thing with RCpp and RInside two libraries which manage a link between C++ and the R software when I compile the main prog I getmake[3]: *** No

Re: [CMake] no rule to make target ' ' needed by- with RCpp and not mysql++

2012-01-24 Thread pasparis
I find the problem it was the name of the library: libRcpp.so instead of libRCpp.so Message d'origine De : paspa...@noos.fr À : cmake@cmake.org Objet : [CMake] no rule to make target ' ' needed by- with RCpp and not mysql++ Date : 24/01/2012 10:10:01 CET Hellosereral days ago I got

[CMake] Multi-project libraries with CMake and KDevelop

2012-01-17 Thread pasparis
HelloI am trying to create a multiproject containing several projects libraries with KDEvelop4 and CMakeyesterday I was helped from the mailing list to execute a single library.I don't know the exact rules to follow in order to set up a multi project library with KDEvelop and CMake: the problem

[CMake] shared library with CMake in kdevelop4

2012-01-16 Thread pasparis
I am new with kdevelop and cmake so apologize for this pretty naive question, I create in kdevelop a proj3 project and want to link a library so I create a second project projA within the proj3 directorythe projA CMakelist is project(proja)set( lib_SOURCES Execute_Msg.cpp )add_library(proja