Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-06 Thread O. Hartmann
On 01/06/12 08:31, Roman Divacky wrote: what makes you think you're using clang? On Thu, Jan 05, 2012 at 11:20:34PM +0100, O. Hartmann wrote: When compiling most recent CURRENT on amd64 platform, using CLANG and enabled WITH_LIBCPLUSPLUS, I receive the follwing error since two days now.

Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-06 Thread Dimitry Andric
On 2012-01-06 09:40, O. Hartmann wrote: ... Obviously, these lines in make.conf seem to fail recently when building the sources: ### ### CLANG ### .if !defined(NO_CLANG) .if ${.CURDIR:M/usr/src/*} || ${.CURDIR:M/usr/obj/*} || ${.CURDIR:M/sys/*} Hi Oliver, The problem is that the

Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-06 Thread O. Hartmann
On 01/06/12 13:49, Dimitry Andric wrote: On 2012-01-06 09:40, O. Hartmann wrote: ... Obviously, these lines in make.conf seem to fail recently when building the sources: ### ### CLANG ### .if !defined(NO_CLANG) .if ${.CURDIR:M/usr/src/*} || ${.CURDIR:M/usr/obj/*} ||

WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-05 Thread O. Hartmann
When compiling most recent CURRENT on amd64 platform, using CLANG and enabled WITH_LIBCPLUSPLUS, I receive the follwing error since two days now. Build shown below was made avoiding -jX when doing buildworld. [SNIP] rpcgen -C -c /usr/src/lib/librpcsvc/../../include/rpcsvc/ypupdate_prot.x -o

Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-05 Thread Roman Divacky
what makes you think you're using clang? On Thu, Jan 05, 2012 at 11:20:34PM +0100, O. Hartmann wrote: When compiling most recent CURRENT on amd64 platform, using CLANG and enabled WITH_LIBCPLUSPLUS, I receive the follwing error since two days now. Build shown below was made avoiding -jX when