<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><font face="Menlo, Consolas, Lucida Console, DejaVu Sans Mono, monospace"><div></div></font><font face="Menlo, Consolas, Lucida Console, DejaVu Sans Mono, monospace"><div><font face="Menlo, Consolas, Lucida Console, DejaVu Sans Mono, monospace"><br></font></div>Making all in typetree<br>/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H -I. -I../..  -I/Users/tatianakim/DUNE/Library/dune-common-2.3.1 -I/Users/tatianakim/DUNE/Library/dune-common-2.3.1 -I../..   -g -O2 -Wall -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c -o utility.lo <a href="http://utility.cc">utility.cc</a><br>libtool: compile:  g++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I/Users/tatianakim/DUNE/Library/dune-common-2.3.1 -I/Users/tatianakim/DUNE/Library/dune-common-2.3.1 -I../.. -g -O2 -Wall -MT utility.lo -MD -MP -MF .deps/utility.Tpo -c <a href="http://utility.cc">utility.cc</a> -o utility.o<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>In file included from ../../dune/typetree/utility.hh:7:<br>/Users/tatianakim/DUNE/Library/dune-common-2.3.1/dune/common/shared_ptr.hh:29:33: error: <br>      no member named 'shared_ptr' in namespace 'std'<br>  using SHARED_PTR_NAMESPACE :: shared_ptr;<br>        ~~~~~~~~~~~~~~~~~~~~~~~ ^<br>/Users/tatianakim/DUNE/Library/dune-common-2.3.1/dune/common/shared_ptr.hh:382:33: error: <br>      no member named 'make_shared' in namespace 'std'; did you mean<br>      'make_signed'?<br>  using SHARED_PTR_NAMESPACE :: make_shared;<br>        ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~<br>                                make_signed<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/type_traits:1308:30: note: <br>      'make_signed' declared here<br>struct _LIBCPP_TYPE_VIS_ONLY make_signed<br>                             ^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>In file included from ../../dune/typetree/utility.hh:7:<br>/Users/tatianakim/DUNE/Library/dune-common-2.3.1/dune/common/shared_ptr.hh:502:10: error: <br>      unknown type name 'shared_ptr'<br>  inline shared_ptr<T> stackobject_to_shared_ptr(T & t)<br>         ^<br>/Users/tatianakim/DUNE/Library/dune-common-2.3.1/dune/common/shared_ptr.hh:502:20: error: <br>      expected unqualified-id<br>  inline shared_ptr<T> stackobject_to_shared_ptr(T & t)<br>                   ^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:22:5: error: no template named 'shared_ptr'; did<br>      you mean 'std::shared_ptr'?<br>    shared_ptr<T> convert_arg(const T& t)<br>    ^~~~~~~~~~<br>    std::shared_ptr<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:3750:29: note: <br>      'std::shared_ptr' declared here<br>class _LIBCPP_TYPE_VIS_ONLY shared_ptr<br>                            ^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:24:14: error: no template named 'make_shared';<br>      did you mean 'std::make_shared'?<br>      return make_shared<T>(t);<br>             ^~~~~~~~~~~<br>             std::make_shared<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4628:1: note: <br>      'std::make_shared' declared here<br>make_shared(_Args&& ...__args)<br>^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:24:14: error: no template named 'make_shared';<br>      did you mean 'std::make_shared'?<br>      return make_shared<T>(t);<br>             ^~~~~~~~~~~<br>             std::make_shared<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4628:1: note: <br>      'std::make_shared' declared here<br>make_shared(_Args&& ...__args)<br>^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:28:5: error: no template named 'shared_ptr'; did<br>      you mean 'std::shared_ptr'?<br>    shared_ptr<T> convert_arg(T& t)<br>    ^~~~~~~~~~<br>    std::shared_ptr<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:3750:29: note: <br>      'std::shared_ptr' declared here<br>class _LIBCPP_TYPE_VIS_ONLY shared_ptr<br>                            ^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:53:60: error: no template named 'shared_ptr'; did<br>      you mean 'std::shared_ptr'?<br>    typename enable_if<!std::is_lvalue_reference<T>::value,shared_ptr<T> >::...<br>                                                           ^~~~~~~~~~<br>                                                           std::shared_ptr<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:3750:29: note: <br>      'std::shared_ptr' declared here<br>class _LIBCPP_TYPE_VIS_ONLY shared_ptr<br>                            ^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:55:14: error: no template named 'make_shared';<br>      did you mean 'std::make_shared'?<br>      return make_shared<T>(std::forward<T>(t));<br>             ^~~~~~~~~~~<br>             std::make_shared<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4628:1: note: <br>      'std::make_shared' declared here<br>make_shared(_Args&& ...__args)<br>^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:55:14: error: no template named 'make_shared';<br>      did you mean 'std::make_shared'?<br>      return make_shared<T>(std::forward<T>(t));<br>             ^~~~~~~~~~~<br>             std::make_shared<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4628:1: note: <br>      'std::make_shared' declared here<br>make_shared(_Args&& ...__args)<br>^<br>In file included from <a href="http://utility.cc">utility.cc</a>:3:<br>../../dune/typetree/utility.hh:63:11: error: no template named 'shared_ptr'; did<br>      you mean 'std::shared_ptr'?<br>    const shared_ptr<EmptyNode>& emptyNodePtr();<br>          ^~~~~~~~~~<br>          std::shared_ptr<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:3750:29: note: <br>      'std::shared_ptr' declared here<br>class _LIBCPP_TYPE_VIS_ONLY shared_ptr<br>                            ^<br><a href="http://utility.cc">utility.cc</a>:9:20: error: no template named 'shared_ptr'; did you mean<br>      'std::shared_ptr'?<br>      static const shared_ptr<EmptyNode> _emptyNodePtr(make_shared<Empty...<br>                   ^~~~~~~~~~<br>                   std::shared_ptr<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:3750:29: note: <br>      'std::shared_ptr' declared here<br>class _LIBCPP_TYPE_VIS_ONLY shared_ptr<br>                            ^<br><a href="http://utility.cc">utility.cc</a>:9:56: error: no template named 'make_shared'; did you mean<br>      'std::make_shared'?<br>      static const shared_ptr<EmptyNode> _emptyNodePtr(make_shared<EmptyNode>());<br>                                                       ^~~~~~~~~~~<br>                                                       std::make_shared<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4628:1: note: <br>      'std::make_shared' declared here<br>make_shared(_Args&& ...__args)<br>^<br><a href="http://utility.cc">utility.cc</a>:9:56: error: no template named 'make_shared'; did you mean<br>      'std::make_shared'?<br>      static const shared_ptr<EmptyNode> _emptyNodePtr(make_shared<EmptyNode>());<br>                                                       ^~~~~~~~~~~<br>                                                       std::make_shared<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4628:1: note: <br>      'std::make_shared' declared here<br>make_shared(_Args&& ...__args)<br>^<br><a href="http://utility.cc">utility.cc</a>:12:11: error: no template named 'shared_ptr'; did you mean<br>      'std::shared_ptr'?<br>    const shared_ptr<EmptyNode>& emptyNodePtr()<br>          ^~~~~~~~~~<br>          std::shared_ptr<br>/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:4019:61: note: <br>      'std::shared_ptr' declared here<br>    template <class _Up> friend class _LIBCPP_TYPE_VIS_ONLY shared_ptr;<br>                                                            ^<br>16 errors generated.<br>make[3]: *** [utility.lo] Error 1<br>make[2]: *** [all-recursive] Error 1<br>make[1]: *** [all-recursive] Error 1<br>make: *** [all] Error 2<br>--- Failed to build dune-typetree ---<br>Terminating dunecontrol due to previous errors!<br></font><br></body></html>