Re: RELENG_9 fails to compile with WITH_LIBCPLUSPLUS=yes in /etc/src.conf

2012-05-23 Thread Trond Endrestøl
On Wed, 23 May 2012 10:32+0100, David Chisnall wrote: > You are trying to build C++11 code with a C++98 compiler. If you > want to build libc++, you must be using clang++. There is a reason > it's not enabled by default... Right, my bad. -- +---+-

Re: RELENG_9 fails to compile with WITH_LIBCPLUSPLUS=yes in /etc/src.conf

2012-05-23 Thread David Chisnall
On 23 May 2012, at 10:29, Trond Endrestøl wrote: > CC='gcc' > something as make buildworld runs smoothly > without WITH_LIBCPLUSPLUS=yes in /etc/src.conf. You are trying to build C++11 code with a C++98 compiler. If you want to build libc++, you must be using clang++. There is a reason it