Re: [CMake] Converting a large C++-Project to CMake

2010-10-31 Thread Karl Wallner
Am 30.10.2010 13:54, schrieb Benjamin King: Hello, I'm working on a ~1.5Mio LOC C++ project and our buildsystem is a hodgepodge of handcrafted Makefiles, shell scripts and qmake projects. I tried to convert a subset to CMake and it looks very promising so far. I'm currently (as a consultant)

Re: [CMake] CMake 2.8.3-rc4 ready for testing!

2010-10-29 Thread Karl Wallner
Am 30.10.2010 00:45, schrieb John Drescher: > I know its probably too late for 2.8.3 but can someone please look at > the following bug: > http://cmake.org/Bug/view.php?id=11206 > > This affects me on every single (in house) release of my application. > Same for this one: http://www.cmake.org/Bu

Re: [CMake] Inherited AdditionalIncludeDirectories wrong for VS 2010 IDE build

2010-10-05 Thread Karl Wallner
Just searched through bug database and found a bug reported by Ivan Shynkarenka a few month ago. "0010798: VS 2010 generator improperly generates AdditionalIncludeDirectories nodes" (http://public.kitware.com/Bug/view.php?id=10798.) This is exactly the same problem. Regards,

[CMake] Inherited AdditionalIncludeDirectories wrong for VS 2010 IDE build

2010-09-30 Thread Karl Wallner
Hi All, using cmake for a quite big project (with several sub-projects, some macros, find modules etc.) sometimes .vcxproj contains output like this: /Zm1000 /bigobj %(AdditionalOptions) %(AdditionalIncludeDirectories) ... LOTS OF INCLUDES ... /include EnableF

Re: [CMake] Using multiple config names in a single project

2008-10-02 Thread Karl Wallner
Timenkov Yuri schrieb: I don't think it is correct. Surely everything is correct, but things are somehow inconsistent. (Take a look at the example attached to my previous mail: Using Unix Makefiles installs one executable, NMake Makefiles installs two executables and CMake 2.4 (Unix+NMake) insta

[CMake] Using multiple config names in a single project

2008-10-01 Thread Karl Wallner
ge configurable. -- Karl Wallner debug-and-release.tar.gz Description: application/gzip diff -r -c ../ORIG/cmake-2.6.2/Source/cmInstallGenerator.cxx cmake-2.6.2/Source/cmInstallGenerator.cxx *** ../ORIG/cmake-2.6.2/Source/cmInstallGenerator.cxx 2008-09-24 20:34:36.0 +0200 --- cma

[CMake] Problems moving my project to 2.6.0

2008-05-10 Thread Karl Wallner
I currently moving a about 6 LoC-Project from cmake-2.4.8 to cmake-2.6.0. Cmake segfaults during make process when trying to build shared libraries: make[2]: Entering directory `/build/wepsDIS-0.9.2-BUILD.linux-g++-Debug-CMake26-uups' cd /build/wepsDIS-0.9.2-BUILD.linux-g++-Debug-CMake26-uup