MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009122 | CMake | Modules | public | 2009-06-08 22:14 | 2012-06-25 17:12 |
|
Reporter | Philip Lowman | |
Assigned To | Alex Neundorf | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | CMake-2-6 | |
Target Version | | Fixed in Version | | |
|
Summary | 0009122: Eclipse CDT4 generator fails to determine include path when locale not in English |
Description | The Eclipse CDT4 generator may fail to determine the paths of the standard C/C++ include directories when the system locale is not standard English. The culprit is the parsing of an English string, "search starts here", in CMakeFindEclipseCDT4.cmake. |
Steps To Reproduce | |
Additional Information | This was reported on the CMake mailing list in the thread [CMake] Problems C/C++ system headers and Eclipse Generator dated Mon, Jun 8, 2009. |
Tags | No tags attached. |
Relationships | related to | 0007585 | closed | Alex Neundorf | Eclipse generator does not add C/C++ system header pathpath to | related to | 0013313 | closed | Alex Neundorf | [Eclipse CDT] The MinGW include pathentry are not added to the .cproject |
|
Attached Files | CMakeFindEclipseCDT4.cmake (2,221) 2009-06-08 22:15 https://public.kitware.com/Bug/file/2306/CMakeFindEclipseCDT4.cmake improvedCMakeFindEclipseCDT4.cmake (2,792) 2009-06-11 02:45 https://public.kitware.com/Bug/file/2314/improvedCMakeFindEclipseCDT4.cmake |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-08 22:14 | Philip Lowman | New Issue | |
2009-06-08 22:14 | Philip Lowman | Relationship added | related to 0007585 |
2009-06-08 22:15 | Philip Lowman | File Added: CMakeFindEclipseCDT4.cmake | |
2009-06-08 22:16 | Philip Lowman | Note Added: 0016663 | |
2009-06-09 11:36 | Bill Hoffman | Status | new => assigned |
2009-06-09 11:36 | Bill Hoffman | Assigned To | => Alex Neundorf |
2009-06-11 02:32 | Philip Lowman | File Added: improvedCMakeFindEclipseCDT4.cmake | |
2009-06-11 02:43 | Philip Lowman | File Deleted: improvedCMakeFindEclipseCDT4.cmake | |
2009-06-11 02:45 | Philip Lowman | File Added: improvedCMakeFindEclipseCDT4.cmake | |
2009-06-11 02:48 | Philip Lowman | Note Added: 0016704 | |
2009-06-18 15:38 | Alex Neundorf | Note Added: 0016737 | |
2009-06-19 02:09 | Philip Lowman | Note Added: 0016740 | |
2009-06-28 06:01 | Alex Neundorf | Note Added: 0016767 | |
2009-06-28 06:01 | Alex Neundorf | Status | assigned => closed |
2009-06-28 06:01 | Alex Neundorf | Resolution | open => fixed |
2012-06-25 17:12 | Alex Neundorf | Relationship added | related to 0013313 |
Notes |
|
(0016663)
|
Philip Lowman
|
2009-06-08 22:16
|
|
Untested patch attached, awaiting testing on mailing list. |
|
|
(0016704)
|
Philip Lowman
|
2009-06-11 02:48
|
|
improved version with support for LC_ALL and LC_MESSAGES |
|
|
(0016737)
|
Alex Neundorf
|
2009-06-18 15:38
|
|
|
|
(0016740)
|
Philip Lowman
|
2009-06-19 02:09
|
|
|
|
(0016767)
|
Alex Neundorf
|
2009-06-28 06:01
|
|
I committed the patch to HEAD.
It seems to make sense, but I actually couldn't reproduce the problem here, on my system (Slackware) I couldn't get gcc to output in a language other than english.
Alex
|
|