Re: [CMake] CMakeEd has been updated

2011-10-19 Thread Michael Jackson
Looks like your update site has a typo in it. The update sites are: http://master.dl.sourceforge.net/project/cmakeed/eclipse/ http://cmakeed.sourceforge.net/eclipse/ Try adding a new update site to your Eclipse and see if that solves it. ___

[CMake] CMAKE_MFC_FLAG not working in functions

2011-10-19 Thread Robert Dailey
I have a function defined very high up in the directory tree at the root CMakeLists file. Several levels below it, I have another CMakeLists file that I call that function from. The function sets CMAKE_MFC_FLAG to 2. I notice that this flag gets ignored when it is set inside of the function in que

Re: [CMake] CDT - source file references

2011-10-19 Thread Nicholas Yue
Found the answer to my question here: http://www.vtk.org/Wiki/Eclipse_CDT4_Generator On 20 October 2011 09:40, Nicholas Yue wrote: > Hi, > > Using CMake 2.8.6 on Linux, I generated a CDT configuration in a > different directory from the source (out of source build?) > > The generated CDT co

[CMake] CDT - source file references

2011-10-19 Thread Nicholas Yue
Hi, Using CMake 2.8.6 on Linux, I generated a CDT configuration in a different directory from the source (out of source build?) The generated CDT configuration does not provide references within the Eclipse IDE to those files (C++/headers) it is compiling. Is there some CMake setting to trigg

Re: [CMake] CMakeEd has been updated

2011-10-19 Thread James Sutherland
When updating I get this error: No repository found at http://cmakeed.sourceforge.net/updates On Wed, Oct 19, 2011 at 2:38 PM, Michael Jackson < mike.jack...@bluequartz.net> wrote: > After a very long hiatus at updating the CMakeEd Eclipse plugin I have > finally updated it to coincide with

[CMake] CMakeEd has been updated

2011-10-19 Thread Michael Jackson
After a very long hiatus at updating the CMakeEd Eclipse plugin I have finally updated it to coincide with CMake version 2.8.6. The only thing that has changed is the documentation and the list of keywords/reserved words/cmake variables. No other new features have been added. Again, hopefully

Re: [CMake] CDT generator - CDT 8.0.1 [Visual Studio compiler support]

2011-10-19 Thread Alexander Neundorf
On Wednesday 19 October 2011, Nicholas Yue wrote: > On 19/10/11 10:20 AM, Alexander Neundorf wrote: > > Yes, this is currently only implemented for gcc and for the Intel > > compiler. > > I am noticing the indexer problem using the generated .cproject and > .project using GCC on OS X too, I think

Re: [CMake] Specify compiler flags for only one file

2011-10-19 Thread Alexander Neundorf
On Wednesday 19 October 2011, Renan Greinert wrote: > Hello everybody, > > > > I have a simple Project like this: > > > > > > set(PROJ_SOURCES > > main.cpp > > manager.cpp > > exceptionhandler.cpp > > sqlite3.c ) > > > > #and the following flags for visual studio > > set(CMA

[CMake] Specify compiler flags for only one file

2011-10-19 Thread Renan Greinert
Hello everybody, I have a simple Project like this: set(PROJ_SOURCES main.cpp manager.cpp exceptionhandler.cpp sqlite3.c ) #and the following flags for visual studio set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc /Oi /Ot /GF /GS- /W4") The problem is that we want to

Re: [CMake] tried to use pkgcpnfig to compile my project

2011-10-19 Thread Alexander Neundorf
On Wednesday 19 October 2011, David Boesner wrote: > Hi > > I've tried to use pgkconfig to compile my project. > I used this as an example: > http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries > chapter 4.1 > > I get the following Errormessage: > > fatal error: /gtk/gtk.h: Datei oder Verzeichni

[CMake] Xcode4 and OpenMP

2011-10-19 Thread Kieran Parsons
I am having difficulty with enabling OpenMP on Xcode 4.0.2 (cmake 2.8.6). I need to manually set the "Enable OpenMP support" build option (once I do everything is fine). I want to set this directly from CMakeLists.txt. I tried SET(CMAKE_XCODE_ATTRIBUTE_ENABLE_OPENMP_SUPPORT "Yes") based on CMak

Re: [CMake] Transitively including dependency source directories

2011-10-19 Thread Michael Hertling
On 10/14/2011 11:39 PM, Robert Dailey wrote: > If I have the following target dependency chain: > > A >> B >> C >> D > > Then target "D" must have the include directories (defined on a per project > basis with a cache variable currently) for C, B, and A. > > Right now I'm trying to implement the

Re: [CMake] always rebuild executable

2011-10-19 Thread Michael Hertling
On 10/18/2011 02:21 PM, Anton Sibilev wrote: > Hi! Looking for some help.. > I use add_executable(exename) + target_link_libraries (exename > staticlibname), linux OS. If 'staticlibname' is not under CMake and chagnes > somehow, CMake will not rebuild executable. > And so I have a problem, that I h

[CMake] tried to use pkgcpnfig to compile my project

2011-10-19 Thread David Boesner
Hi I've tried to use pgkconfig to compile my project. I used this as an example: http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries chapter 4.1 I get the following Errormessage: fatal error: /gtk/gtk.h: Datei oder Verzeichnis nicht gefunden German: Datei oder Verzeichnis nicht gefunden English

[CMake] Different settings for different configurations in Xcode

2011-10-19 Thread Daniel Dekkers
Hi, I still have issues with the CMake feature to define different settings for different configurations in Xcode (4.0.2). Related to... http://www.cmake.org/Bug/view.php?id=11667 http://www.cmake.org/Bug/view.php?id=8179 I've tried lots of different interpretations of the syntax (which is und

Re: [CMake] Anybody succeeded with VS/NASM?

2011-10-19 Thread Micha Renner
Am Dienstag, den 18.10.2011, 13:47 +0400 schrieb Vladimir Chebotarev: > Hi, Micha. > > When is it going to get fixed? I dont't know. > Can I help with it? I would appreciate it, but I'm not a maintainer. #12465 of the bugtracker had been closed now. Please look here http://public.kitware.com/Bu

Re: [CMake] new module: FindPCRE.cmake

2011-10-19 Thread Michael Wild
On 10/19/2011 11:15 AM, Martin Konrad wrote: Hi, here is a module that tries to find the Perl Compatible Regular Expression library. Maybe this library is generic enough to ship this module with CMake? Cheers Martin See here on how to module submission process works: http://www.cmake.org/Wik

[CMake] new module: FindPCRE.cmake

2011-10-19 Thread Martin Konrad
Hi, here is a module that tries to find the Perl Compatible Regular Expression library. Maybe this library is generic enough to ship this module with CMake? Cheers Martin -- Dipl. Phys. Martin Konrad Technische Universität Darmstadt Institut für Kernphysik Schlossgartenstr. 9 64289 Darmstadt Te