MantisBT - CMake
View Issue Details
0013464CMakeCMakepublic2012-08-10 02:412012-08-13 14:55
Alexander Broekhuis 
Alex Neundorf 
normalminoralways
closedfixed 
AppleOS X10.6.8
CMake 2.8.8 
CMake 2.8.10 
0013464: Generated Eclipse project file contains wrong paths
The Eclipse project file generator produces wrong paths for 2 entries:

/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)

The ending part ((framework directory)) should not be there. This results in warnings in Eclipse, and potentially an incorrect lookup path for includes.
Generate Eclipse project files using:

cmake -G"Eclipse CDT4 - Unix Makefiles" ../project
Following Alexander Neundorf his request I have attached the output of "g++ -v -E -x c++ -dD /dev/null".
No tags attached.
? gpp (5,251) 2012-08-10 02:41
https://public.kitware.com/Bug/file/4421/gpp
Issue History
2012-08-10 02:41Alexander BroekhuisNew Issue
2012-08-10 02:41Alexander BroekhuisFile Added: gpp
2012-08-10 15:08Alex NeundorfAssigned To => Alex Neundorf
2012-08-10 15:08Alex NeundorfStatusnew => assigned
2012-08-10 15:49Alex NeundorfNote Added: 0030211
2012-08-13 05:33Alexander BroekhuisNote Added: 0030464
2012-08-13 11:59Alex NeundorfNote Added: 0030568
2012-08-13 11:59Alex NeundorfStatusassigned => closed
2012-08-13 11:59Alex NeundorfResolutionopen => fixed
2012-08-13 14:55Alex NeundorfNote Added: 0030581
2012-08-13 14:55Alex NeundorfStatusclosed => feedback
2012-08-13 14:55Alex NeundorfResolutionfixed => reopened
2012-08-13 14:55Alex NeundorfStatusfeedback => closed
2012-08-13 14:55Alex NeundorfResolutionreopened => fixed
2012-08-13 14:55Alex NeundorfTarget Version => CMake 2.8.10

Notes
(0030211)
Alex Neundorf   
2012-08-10 15:49   
Can you give the HandleMacFrameworkIncludeDirs_13465 branch on cmake stage a try ?
 http://cmake.org/gitweb?p=stage/cmake.git [^] [^]
It should be stripping that part now.
It's a bit unfortunate that cmake 2.8.9 has been released just today...
(0030464)
Alexander Broekhuis   
2012-08-13 05:33   
Hi, the mentioned branch works. The part is now indeed gone. Thanks for the quick fix.

When is the next planned release?
(0030568)
Alex Neundorf   
2012-08-13 11:59   
Since 2.8.9 has just been released, in about 3 months from now.
So this is about the longest possible time you have to wait. :-/
(0030581)
Alex Neundorf   
2012-08-13 14:55   
Just adjusting the version number...