<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div>Hallo. </div>
<div>Whuch cxxflags are you using? Did you add the ones for alberta un the makefile.am? </div>
<div><br>
</div>
<div>As said already many times: include as much information as possible e.g the full output of the compilation and the config.log of your module. </div>
<div>Andreas </div>
<div>Best </div>
<div>Andreas </div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style="font-size:75%; color:#575757">Sent from Samsung Mobile</div>
</div>
<br>
"Agnese, Marco" <m.agnese13@imperial.ac.uk> wrote:<br>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hello DUNEers,<br>
I am getting mad trying to understand this problem. <br>
<br>
If I try to compile this test code <br>
<br>
#define GRIDDIM 2<br>
#define WORLDDIM 2<br>
<br>
#include <config.h><br>
#include <dune/grid/albertagrid.hh><br>
<br>
int main(int argc,char **argv){<br>
<br>
   #if defined HAVE_ALBERTA<br>
    typedef Dune::AlbertaGrid<GRIDDIM,WORLDDIM> GridType;<br>
   #endif<br>
<br>
    return 0;<br>
}<br>
<br>
I obtain the following error:<br>
error: ‘AlbertaGrid’ in namespace ‘Dune’ does not name a type<br>
     typedef Dune::AlbertaGrid<GRIDDIM,WORLDDIM> GridType;<br>
<br>
I have already try many different things but nothing worked. Any idea is well accepted:)<br>
Thank you very much,<br>
<br>
Marco Agnese<br>
<br>
<br>
_______________________________________________<br>
Dune mailing list<br>
Dune@dune-project.org<br>
<a href="http://lists.dune-project.org/mailman/listinfo/dune">http://lists.dune-project.org/mailman/listinfo/dune</a><br>
</div>
</span></font>
</body>
</html>