<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Hi Edscott,<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
can you post the complete output of<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
make VERBOSE=1 ...<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
where ... is the target that you try to compile and that triggers the error?<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Kind regards<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Bernd</div>
<br>
<br>
<br>
<div class="gmail_quote">On Tue, Jan 15, 2019 at 8:23 PM +0100, "Ed Scott Wilson Garcia"
<span dir="ltr"><<a href="mailto:edscott@imp.mx" target="_blank">edscott@imp.mx</a>></span> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="3D"ltr"">
<pre>Hello,

   I've currently compiled the release versions of dune-2.6 and dumux-3.0 using clang 6.0.1 on a FreeBSD-12 host. In order to do this, I've set CMAKE_CXX_COMPILER=clang++, CMAKE_CXX_FLAGS=-stdlib=libc++,  CMAKE_EXE_LINKER_FLAGS='-lpthread -lstdthreads -lc++' .

  But when I try to compile an example program from the dumux templates,  I get 
error: no member named 'bool_constant' in namespace 'std'
  on the instruction (dune/common/std/type_traits.hh:102)
using std::bool_constant

 I'm using the same --opts file used to compile dune, but I must be missing something. 

 I'm going to keep on looking for an answer, but I would appreciate it if someone on this list has any clue.

regards,

Edscott

_______________________________________________
Dune mailing list
Dune@lists.dune-project.org
https://lists.dune-project.org/mailman/listinfo/dune</pre>
</div>
</blockquote>
</div>
</body>
</html>