[Dune] Installation of Alberta 3.0 and its usage in DUNE

Christoph Grüninger christoph.grueninger at iws.uni-stuttgart.de
Mon Jul 23 17:39:42 CEST 2012


Hello Andrea,
your config.log states, that the header alberta.h was found but the 
compiler could not find the included alberta_util.h, see line 3231 ff.:

> configure:35650: searching for ALBERTA in /usr/local/alberta-3.0.0-rc7...
> configure:35709: checking alberta.h usability
> configure:35726: gcc -c -g -O2 -Wall  -I/usr/local/alberta-3.0.0-rc7/include/alberta -DDIM_OF_WORLD=3 -DEL_INDEX=0 conftest.c >&5
> In file included from conftest.c:84:
> /usr/local/alberta-3.0.0-rc7/include/alberta/alberta.h:51:34: error: alberta/alberta_util.h: No such file or directory

So the simple compile tests fails and configure tells dune-grid that 
Alberta was not found.

Try to change the line in alberta.h
   #include <alberta/alberta_util.h>
to
   #include "alberta_util.h"
I remember vagly vaguely to have read this tip, but I cannot find a 
source at the moment.

Have you tried Dune 2.2 instead of 2.1.1?

Bye
Christoph

-- 
TeX ist ineffizient
Weil es Mathematische Ausdrücke so dermaßen schön setzt, dass ich
mich regelmäßig dabei erwische, wie ich meine eigenen Gleichungen
angucke, obwohl ich sie bereits in- und auswendig kenne.
                         -- ThePhysicist im Forum von heise online






More information about the Dune mailing list