Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Markus M. Knodel
Hi Christoph thank you very much, also to the others. I should try. Bye Markus Am 10.09.20 um 22:18 schrieb Christoph Grüninger: Hi Markus, Kate is a plain editor on steroids, no full fledged IDE. It does not offer any code analysis. Probably KDevelop will understand DuMuX code the

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Christoph Grüninger
Hi Markus, Kate is a plain editor on steroids, no full fledged IDE. It does not offer any code analysis. Probably KDevelop will understand DuMuX code the best, as it includes clangd. I never used it myself, but it looks promising. Bye Christoph -- Mit Kurzschlafwettkampfbestzeit [Tua von Die

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Martin Schneider
Markus M. Knodel *Gesendet:* Donnerstag, 10. September 2020 11:37:09 *An:* dumux@listserv.uni-stuttgart.de *Betreff:* Re: [DuMux] Dumux and Eclipse - errors which are not errors Hi Bernd, hi Christoph thank you very much for your kind answers. I am already using the present git master which to

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Flemisch, Bernd
tember 2020 12:38:54 An: dumux@listserv.uni-stuttgart.de Betreff: Re: [DuMux] Dumux and Eclipse - errors which are not errors and Kate does not have such problems to mark correct code as error (as Eclipse has it), Kate finds the corresponding sources for the expressions? or is it similar to th

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Markus M. Knodel
art.de/en/lh2/> _ *Von:* DuMux im Auftrag von Markus M. Knodel *Gesendet:* Donnerstag, 10. September 2020 11:37:09 *An:* dumux@listserv.uni-stuttgart.de *Betreff:* Re: [DuMux] Dumux and Eclipse - errors which are not errors Hi Bernd, hi Christoph thank you ve

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Flemisch, Bernd
art.de/en/lh2/> _ Von: DuMux im Auftrag von Markus M. Knodel Gesendet: Donnerstag, 10. September 2020 11:37:09 An: dumux@listserv.uni-stuttgart.de Betreff: Re: [DuMux] Dumux and Eclipse - errors which are not errors Hi Bernd, hi Christoph thank you very much for your kind answer

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Markus M. Knodel
Hi Bernd, hi Christoph thank you very much for your kind answers. I am already using the present git master which to my understanding corresponds to Dumux 3.3 git, anyhow Eclipse seems to be - to use a German word - "überfordert", i.e. overstrained. Maybe in future we mi

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-10 Thread Flemisch, Bernd
lh2/> _ Von: DuMux im Auftrag von Christoph Grüninger Gesendet: Mittwoch, 9. September 2020 22:46:57 An: dumux@listserv.uni-stuttgart.de Betreff: Re: [DuMux] Dumux and Eclipse - errors which are not errors Hi Markus, probably CDT's parser is not good enough to work all h

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-09 Thread Christoph Grüninger
Hi Markus, probably CDT's parser is not good enough to work all his way through the TypeTag magic DuMuX piles up. There are no additional files you could include. With Eclipse, I see no way to achieve more. Clangd could be useful, but as far as I know it is not supported in Eclipse's CDT. The

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-09 Thread Markus M. Knodel
Hi Christoph thank you very much for your answer. I tried to include it using the global path starting from / , but still have the problem, even though eclipse when clicking on the include file for the build config finds the file. Further, including this config file, still eclipse cannot

Re: [DuMux] Dumux and Eclipse - errors which are not errors

2020-09-08 Thread Christoph Grüninger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Markus, you have to add the config.h file from your DuMuX build directory to the headers / includes. Out of my head, I don't know how to do that. But there the missing macros are defined. By default you can find the file at

[DuMux] Dumux and Eclipse - errors which are not errors

2020-09-08 Thread Markus M. Knodel
Dear Dumuxists, using eclipse as IDE and considering the code in the eclipse editor, a lot of correct code seems to be wrong due to a lot of definitions set only within the compiling process, thus appears underlined with red color. Is there some global solution to prevent this issue, or does

Re: [DuMuX] DuMuX with Eclipse

2016-09-15 Thread Gergely Schmidt
Hello Bernd, thank You very much for the fast and structured reply! Building with dunecontrol from a terminal without generator options and importing the code as Makefile Project into Eclipse without Project Files works fine, but Eclipse misses some information, e.g. it cannot resolve some

Re: [DuMuX] DuMuX with Eclipse

2016-09-14 Thread Bernd Flemisch
e: Hello everybody, my name is Gergő and I’d like to use DuMuX with Eclipse. I added -DCMAKE_GENERATOR=\"Eclipse CDT4 - Unix Makefiles\" \ to my CMAKE_FLAGS and received the error “Does not match the generator used previously: Eclipse CDT4 - Unix Makefiles Either remove the CMak

[DuMuX] DuMuX with Eclipse

2016-09-14 Thread Gergely Schmidt
Hello everybody, my name is Gergő and I’d like to use DuMuX with Eclipse. I added -DCMAKE_GENERATOR=\"Eclipse CDT4 - Unix Makefiles\" \ to my CMAKE_FLAGS and received the error “Does not match the generator used previously: Eclipse CDT4 - Unix Makefiles Either remove the CMakeCach