View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008212CMakeCMakepublic2008-12-02 14:292009-01-08 18:10
ReporterFred Eisele 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008212: error mapping quoted variables into .cprojects pathentry
DescriptionRegarding the 'Ecllipse CDT - Unix Makefiles' generator.

When generating code for OpenSceneGraph I noticed the following line in .cprojects
 <pathentry kind="mac" name="OSG_DEBUG_POSTFIX" path="" value=""d""/>

It is the ""d"" that is the problem.

The corresponding line in the CMakeLists.txt is
 SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "add a postfix, usually d on windows")

When I manually remove the extra quotation marks around the 'd' in the pathentry element that seems to work correctly.
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0008205closedAlex Neundorf CDT4 generator does not "escape" compiler definitions containing quotes 

  Notes
(0014272)
Fred Eisele (reporter)
2008-12-02 14:35

See 8205
(0014492)
Alex Neundorf (developer)
2009-01-08 18:10

Same as 0008205

Alex

 Issue History
Date Modified Username Field Change
2008-12-02 14:29 Fred Eisele New Issue
2008-12-02 14:35 Fred Eisele Note Added: 0014272
2008-12-02 14:46 Bill Hoffman Status new => assigned
2008-12-02 14:46 Bill Hoffman Assigned To => Alex Neundorf
2008-12-13 18:13 Alex Neundorf Assigned To Alex Neundorf => Miguel Figueroa
2008-12-13 18:13 Alex Neundorf Category CCMake => CMake
2008-12-30 13:44 Miguel Figueroa Relationship added duplicate of 0008205
2009-01-08 18:10 Alex Neundorf Assigned To Miguel Figueroa => Alex Neundorf
2009-01-08 18:10 Alex Neundorf Note Added: 0014492
2009-01-08 18:10 Alex Neundorf Status assigned => closed
2009-01-08 18:10 Alex Neundorf Resolution open => duplicate


Copyright © 2000 - 2018 MantisBT Team