Hi Gerald,

The best way to do this is to let CMake generate an eclipse project
for you by executing the command

  cmake -G"Eclipse CDT4 - Unix Makefiles" -DDEAL_II_DIR=/path/to/deal.II .

in your project's base directory. See

https://github.com/dealii/dealii/wiki/Eclipse

for more information.

Thanks,
David

On Thu, Dec 19, 2019 at 11:13 AM Gerald Marewo <gtmar...@gmail.com> wrote:
>
> Dear all.
>
> I'm new to dealii. I have libdealii and eclipse 2019-03 installed on both 
> Debian stretch and ubuntu bionic.
>
> I'm working on tutorial step 1. The problem is that eclipse keeps saying 
> symbol dealii not resolved. This results from "using namespace dealii;". 
> Consequently, eclipse doesn't know about for example 
> Triangulation::hyper_cube".
>
> By the way I went to project properties - > c/c++ - > symbols and paths - > 
> added include /usr/include where deal.II is contained but in vain.
>
> Could you please assist me to resolve this problem.
>
> Regards.
>
> Gerald.
>
> --
> 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 dealii+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dealii/39cd9fb6-01b4-442b-a680-0c293ce71ac1%40googlegroups.com.

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CABrTbYTDx6wU%2BJUoo64_a36dcXuhtdsJoOWkpcfSD4dHsT-RhA%40mail.gmail.com.

Reply via email to