[DuMuX] dofMapper not declared in implicitmodel.hh

2013-05-03 Thread Christoph Grüninger
Hello Errazi, can you be more elaborate, please? Otherwise we have to guess too much. In contrast to the previous problems, I don't have a good guess this time. What is the compiler you are using and in what version? Do you use the Makefiles generated by autotools/dunecontrol or some from Xcode?

Re: [DuMuX] dofMapper not declared in implicitmodel.hh

2013-05-03 Thread Christoph Grüninger
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

Re: [DuMuX] dofMapper not declared in implicitmodel.hh

2013-05-03 Thread Bernd Flemisch
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