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.
___
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo