Skip to content

#903 dune-grid-howto not compiling

Metadata

Property Value
Reported by Olaf Ippisch (olaf.ippisch@iwr.uni-heidelberg.de)
Reported at Apr 5, 2011 08:19
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Linux
Last edited by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Last edited at Apr 5, 2011 09:10
Closed by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Closed at Apr 5, 2011 09:10
Closed in version Unknown
Resolution Fixed
Comment in revision 7585

Description

dune-grid-howto compilation is stopping during compile of othergrids.cc with error message:

In file included from /home/ippisch/modelle/dune/dune-grid/dune/grid/albertagrid.hh:5, from unitcube_albertagrid.hh:8, from unitcube.hh:52, from othergrids.cc:4: /home/ippisch/modelle/dune/dune-grid/dune/grid/albertagrid/persistentcontainer.hh:18: error: wrong number of template arguments (2, should be 3) /home/ippisch/modelle/dune/dune-grid/dune/grid/utility/persistentcontainer.hh:49: error: provided for ‘template<class Grid, class Index, class Vector> class Dune::PersistentContainerVector’ /home/ippisch/modelle/dune/dune-grid/dune/grid/albertagrid/persistentcontainer.hh: In constructor ‘Dune::PersistentContainer<Dune::AlbertaGrid<dim, dimworld>, Data, Allocator>::PersistentContainer(const Dune::AlbertaGrid<dim, dimworld>&, int, const Allocator&)’: /home/ippisch/modelle/dune/dune-grid/dune/grid/albertagrid/persistentcontainer.hh:26: error: ‘typedef int Dune::PersistentContainer<Dune::AlbertaGrid<dim, dimworld>, Data, Allocator>::Base’ is not a non-static data member of ‘Dune::PersistentContainer<Dune::AlbertaGrid<dim, dimworld>, Data, Allocator>’ make[2]: *** [othergrids-othergrids.o] Fehler 1 make[2]: Verlasse Verzeichnis '/home/ippisch/modelle/dune/dune-grid-howto' make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/home/ippisch/modelle/dune/dune-grid-howto' make: *** [all] Fehler 2 --- Failed to build dune-grid-howto --- Terminating dunecontrol due to previous errors!