View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013354CMakeCMakepublic2012-06-27 08:142013-07-01 09:37
ReporterJens Bäckman 
Assigned ToRobert Maynard 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformAppleOSMac OS XOS Version10.7.4
Product VersionCMake 2.8.8 
Target VersionCMake 2.8.11Fixed in VersionCMake 2.8.11 
Summary0013354: CMake hangs generating XCode project file when CXXFLAGS contains -g in a flag
DescriptionWhen adding the compiler flag -Wno-global-constructors,
Steps To ReproduceAdd the following line to an existing CMakeLists.txt file:
  set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-global-constructors")
Run "cmake -G Xcode". You will be left with the message "Generating done", and no project file generated.
Additional InformationMight be related to the bug discussed here:
http://comments.gmane.org/gmane.comp.programming.tools.cmake.user/40319 [^]
Tagsmacosx, Xcode
Attached Files

 Relationships
related to 0012377closedDavid Cole CMake misparses -g0 as enable debug 

  Notes
(0031933)
David Cole (manager)
2012-12-20 11:38

This issue was introduced by the commit that "fixed" the related bug 0012377:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cb22afc02c0524ff2b701b33a29339dde1e80bbd [^]
(0032325)
Robert Maynard (manager)
2013-02-18 09:08

resolved.
(0033426)
Robert Maynard (manager)
2013-07-01 09:37

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-06-27 08:14 Jens Bäckman New Issue
2012-06-27 08:14 Jens Bäckman Tag Attached: macosx
2012-06-27 08:14 Jens Bäckman Tag Attached: Xcode
2012-07-10 17:57 David Cole Assigned To => David Cole
2012-07-10 17:57 David Cole Status new => assigned
2012-12-03 14:49 David Cole Target Version => CMake 2.8.11
2012-12-20 11:36 David Cole Relationship added related to 0012377
2012-12-20 11:38 David Cole Note Added: 0031933
2013-01-09 10:26 David Cole Assigned To David Cole =>
2013-01-09 10:27 David Cole Status assigned => new
2013-01-10 12:51 Robert Maynard Assigned To => Robert Maynard
2013-01-10 12:51 Robert Maynard Status new => assigned
2013-02-18 09:08 Robert Maynard Note Added: 0032325
2013-02-18 09:08 Robert Maynard Status assigned => resolved
2013-02-18 09:08 Robert Maynard Fixed in Version => CMake 2.8.11
2013-02-18 09:08 Robert Maynard Resolution open => fixed
2013-07-01 09:37 Robert Maynard Note Added: 0033426
2013-07-01 09:37 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team