[Dune] Dune with Intel Compiler
Robert Kloefkorn
robertk at mathematik.uni-freiburg.de
Fri Mar 11 11:54:02 CET 2011
Hi Tom,
as far as I can see there is a problem with the type uint8_t.
Maybe you can adjust the file dune-grid/dune/grid/yaspgrid.hh in lines
8 -- 15 such that you have
// either include stdint.h or provide fallback for uint8_t
//#if HAVE_STDINT_H
//#include<stdint.h>
//#else
typedef unsigned char uint8_t;
//#endif
This way the uint8_t should be defined. If this does not help maybe you
can ask Andreas Dedner who is sitting in your building, probably just
upstairs.
Best,
Robert
--
Dr. Robert Klöfkorn <robertk at mathematik.uni-freiburg.de>
Mathematisches Institut Tel: +49 (0) 761 203 5630
Abt. für Angewandte Mathematik Fax: +49 (0) 761 203 5632
Universität Freiburg
Hermann-Herder-Str. 10
79104 Freiburg
http://www.mathematik.uni-freiburg.de/IAM/homepages/robertk
More information about the Dune
mailing list