When you run eclipse, do you make sure that it also sources the .conf
file? E.g., by running eclipse from a command line?
This could explain the missing libtrilinoscouplings error.
> However if I set up an Eclipse project using the proper cmake generators
> and import it into Eclipse Mars as 'Existing Project into Workspace',
> most of the import work fine (although already in step-1, I get a
> strange semantic error for the new set_manifold - method and another one
> for the center.distance() - call)
This is a deficiency in the Eclipse parser -- i.e., eclipse does not
understand your code, which is annoying but not critical because
ultimately what matters is that the compiler understands your code.
There are many places in the deal.II code (as in probably any other
code) that eclipse does not understand.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@math.tamu.edu
www:
http://www.math.tamu.edu/~bangerth/