Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-13 Thread Stefan Dröge
No Problem. I'm glad that I can help. I tried the new patch and it's working fine. 11. Jun 2009 8:49 vorm. schrieb am "Philip Lowman" : On Tue, Jun 9, 2009 at 4:05 AM, Stefan Dröge wrote: > > 2009/6/9 Philip Lowman <... Cool, sorry to bother you again but can you try the new version of the patc

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-10 Thread Philip Lowman
On Tue, Jun 9, 2009 at 4:05 AM, Stefan Dröge wrote: > 2009/6/9 Philip Lowman : > > Yes, that is the only reason. > > > > Can you try the CMakeFindEclipseCDT4.cmake attached to this bug report? > I've > > wrapped the call to EXECUTE_PROCESS by saving the LANG environment > variable > > and then se

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-09 Thread Stefan Dröge
2009/6/9 Philip Lowman : > Yes, that is the only reason. > > Can you try the CMakeFindEclipseCDT4.cmake attached to this bug report? I've > wrapped the call to EXECUTE_PROCESS by saving the LANG environment variable > and then setting it to "C", and restoring it after running gcc.  I'm not > entire

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Hendrik Sattler
Am Dienstag 09 Juni 2009 04:20:19 schrieb Philip Lowman: > Can you try the CMakeFindEclipseCDT4.cmake attached to this bug report? > I've wrapped the call to EXECUTE_PROCESS by saving the LANG environment > variable and then setting it to "C", and restoring it after running gcc. > I'm not entirely

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Hendrik Sattler
Am Montag 08 Juni 2009 23:09:17 schrieb Andreas Pakulat: > > I you cannot do this for some reason: you can always choose the > > translation domain with gettext and use the translated string to find the > > output. > > Are you sure? I don't know gettext myself, but I do know Qt's > translation mech

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Philip Lowman
On Mon, Jun 8, 2009 at 5:28 PM, Stefan Dröge wrote: > 2009/6/8 Andreas Pakulat : > > Thats not really a bug, adding translation support for such compiler > > messages in code that tries to parse that output is insane (at least > > without the compiler offering a way to backtranslate its messages)

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
2009/6/8 Andreas Pakulat : > Thats not really a bug, adding translation support for such compiler > messages in code that tries to parse that output is insane (at least > without the compiler offering a way to backtranslate its messages). In > KDevelop3 we're having the same problem and there you h

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Andreas Pakulat
On 08.06.09 22:45:44, Hendrik Sattler wrote: > Am Montag 08 Juni 2009 22:32:43 schrieb Andreas Pakulat: > > On 08.06.09 22:12:00, Stefan Dröge wrote: > > > I solved my problem, and I think I've found a bug: > > > Since I'm German, my system language is set to German. Most programmes > > > have germ

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Hendrik Sattler
Am Montag 08 Juni 2009 22:32:43 schrieb Andreas Pakulat: > On 08.06.09 22:12:00, Stefan Dröge wrote: > > I solved my problem, and I think I've found a bug: > > Since I'm German, my system language is set to German. Most programmes > > have german console output, gcc too. > > In CMakeFindEclipseCDT4

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Andreas Pakulat
On 08.06.09 22:12:00, Stefan Dröge wrote: > I solved my problem, and I think I've found a bug: > Since I'm German, my system language is set to German. Most programmes > have german console output, gcc too. > In CMakeFindEclipseCDT4.cmake the gcc output gets parsed, and > expecting a string "search

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
I solved my problem, and I think I've found a bug: Since I'm German, my system language is set to German. Most programmes have german console output, gcc too. In CMakeFindEclipseCDT4.cmake the gcc output gets parsed, and expecting a string "search starts here", but on my German system there is only

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
> Did you regenerate (that is, delete and recreate) your cache after > installing the new version? If not, the old broken values may be > sticking around from a previous CMake run with an older, unfixed version > of CMake. > > tyler Yes, I deleted the CMake cache, and after this didn't work also t

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Tyler Roscoe
On Mon, Jun 08, 2009 at 08:40:38PM +0200, Stefan Dröge wrote: > Yes, I deleted the CMake cache, and after this didn't work also the > build directory, and after that also the whole Eclipse workspace. > Nothing helped :-( Remember to reply to the list, especially since I don't know anything about E

Re: [CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Tyler Roscoe
On Mon, Jun 08, 2009 at 08:18:40PM +0200, Stefan Dröge wrote: > Hi, I try to generate a Eclipse project with CMake. > Generating works, but the "standard" includes, like iostream, are not > properly included in the eclipse project. > I've already found this bug report, it describes exactly my probl

[CMake] Problems C/C++ system headers and Eclipse Generator

2009-06-08 Thread Stefan Dröge
Hi, I try to generate a Eclipse project with CMake. Generating works, but the "standard" includes, like iostream, are not properly included in the eclipse project. I've already found this bug report, it describes exactly my problem: http://www.vtk.org/Bug/view.php?id=7585 After reading this I tried