On 11/3/19 7:16 AM, Heitor Augusto Carneiro de Almeida wrote:
>
> I am getting Unresolved Inclusions on Eclipse(Version: 2019-09 R) when I
> try to automatically import the projects on Eclipse using the cmake
> command: (please check the Screenshot attached)
>
> $ cmake -G"Eclipse CDT4 - Unix Makefiles"
> -DDEAL_II_DIR=/path/to/deal.II .
>
> However, when I set up the project by hand, it works. (see Screenshot
> attached)
>
> I have already tried many indexing configurations. I have also removed
> the path and added it again, but it didn't work. (I did rebuild the
> indexing after all changes that I have tried).
>
> Any ideas on how could I fix it?
Heitor -- I've never figured out how eclipse exactly deals with this. It
seems to work for me, but I know it doesn't for some others. If you have
a manual setup that works, I'd say go with it. I've often also found
that just because eclipse doesn't understand *something* about your code
doesn't mean that it loses its functionality -- it might still recognize
all of the symbols in your code, even though it doesn't understand where
they are included from.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/