[cmake-developers] [CMake 0011685]: CHECK_SYMBOL_EXISTS doesn't find enum constants

2011-01-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=11685 == Reported By:Evgeny Kapun Assigned To:

[cmake-developers] [CMake 0011687]: Unable to build any CMake-based project due to make phase failing (stdio.h not found) - Jan. 12, 2011

2011-01-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=11687 == Reported By:laurentdk01 Assigned To:

Re: [cmake-developers] Generating information for C++ tools in cmake (patch)

2011-01-12 Thread Brad King
Hi Manuel, I think the goals of your work are important. I like the general idea. One sure way to give such tools the same view of the code as the compiler is to ask the build system to provide the information. I'm a CMake developer but I also wrote gccxml. The latter is a code analysis tool

[cmake-developers] XCodeGenerator bug; ReRunCMake.make only includes toplevel dependencies

2011-01-12 Thread Johan Björk
Hi everyone, The XCode generator does not properly add recursive dependencies, resulting in that the project files won't be re-generated correctly. The problem should be easily reproduced in any project that has at least one add_subdirectory() command, just study the

Re: [cmake-developers] Generating information for C++ tools in cmake (patch)

2011-01-12 Thread Manuel Klimek
Hi Brad, On Wed, Jan 12, 2011 at 8:25 AM, Brad King brad.k...@kitware.com wrote: Hi Manuel, I think the goals of your work are important.  I like the general idea.  One sure way to give such tools the same view of the code as the compiler is to ask the build system to provide the