View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014204 | CMake | CMake | public | 2013-06-05 08:15 | 2013-06-12 05:24 | ||||
Reporter | Stefan Groißmeier | ||||||||
Assigned To | Alex Neundorf | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Linux | OS | Debian | OS Version | Wheezy 64-bit | ||||
Product Version | CMake 2.8.11 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014204: Eclipse Generator creates corrupt project files | ||||||||
Description | after opening the project file in the build directory, eclipse shows errormessages and stops to import the project. | ||||||||
Steps To Reproduce | a line like ADD_LIBRARY(freetype STATIC "") produces the error, while ADD_LIBRARY(freetype STATIC ) seems to do the same thing without error | ||||||||
Additional Information | CMake 2.8.1 is generating a correct eclipse project file, while 2.8.7 and 2.8.11 and probably other versions are not. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0033241) Stefan Groißmeier (reporter) 2013-06-05 08:17 edited on: 2013-06-05 08:18 |
I think empty commands like this with empty strings should never be given to the generator instances. |
(0033242) Stefan Groißmeier (reporter) 2013-06-05 08:20 |
the error in the project file is the entry that is found by searching freetype//freetype |
(0033276) Alex Neundorf (developer) 2013-06-12 05:24 |
Fixed and merged into next, should be in 2.8.12. cmake now checks whether the file is actually a file or not. Here it resulted in an empty filename, which left only the parent directory. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-06-05 08:15 | Stefan Groißmeier | New Issue | |
2013-06-05 08:17 | Stefan Groißmeier | Note Added: 0033241 | |
2013-06-05 08:18 | Stefan Groißmeier | Note Edited: 0033241 | |
2013-06-05 08:20 | Stefan Groißmeier | Note Added: 0033242 | |
2013-06-05 17:33 | Alex Neundorf | Assigned To | => Alex Neundorf |
2013-06-05 17:33 | Alex Neundorf | Status | new => assigned |
2013-06-12 05:24 | Alex Neundorf | Note Added: 0033276 | |
2013-06-12 05:24 | Alex Neundorf | Status | assigned => closed |
2013-06-12 05:24 | Alex Neundorf | Resolution | open => fixed |
2013-06-12 05:24 | Alex Neundorf | Steps to Reproduce Updated | |
2013-06-12 05:24 | Alex Neundorf | Relationship added | related to 0014205 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |