Hi Errazi, Christoph is right. In addition, the error message points to the fact that you still use gcc 4.2, since dofMapper is declared with the help of std::enable_if, which is available from gcc >= 4.3.
Kind regards Bernd On 05/03/2013 10:18 AM, Christoph Grüninger wrote: > Hi Errazi, > could you please stay on the list instead of writing the emails to me > directly? > > Xcode is not a compiler but a development environment that can make use > of various compilers. So it is not clear enough. Unless you can name us > your compiler, we are here at a dead end. > > I propose you stop using Xcode and use GCC (or a Clang newer then 3.0) > directly from a terminal. There it's easy to determine the compiler. If > you get DuMuX compiling there, it is up to you to configure your Xcode > to whatever pleases you. > > Christoph > > > Am 03.05.2013 10:05, schrieb Errazi BEN AHMED: >> Hi Christoph, >> >> Actually, I'm using files from SVN as described in the Dumux >> installation page (http://www.dumux.org/installation.php) and >> followed exactly the instructions described in that page, arriving at >> the bottom the example is not working for me ( previous mail) and all >> this is before using Xcode or any other compiler. >> hope that's clear enough right now. >> >> regards >> Razi -- ______________________________________________________________ !!!! CMWR 2014: 9th - 13th June 2014 in Stuttgart !!!! Please visit www.cmwr14.de ______________________________________________________________ Bernd Flemisch phone: +49 711 685 69162 IWS, Universität Stuttgart fax: +49 711 685 60430 Pfaffenwaldring 61 email: [email protected] D-70569 Stuttgart url: www.hydrosys.uni-stuttgart.de ______________________________________________________________ _______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
