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: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/b5a2ce66-b1f1-3425-9dd5-9dc9b1d416a6%40colostate.edu.
