[squid-dev] make distcheck error
Amos Jeffries
squid3 at treenet.co.nz
Sat Oct 4 15:36:12 UTC 2014
On 5/10/2014 2:51 a.m., Markus Moeller wrote:
> The latest trunk fix gets me further, but clang complains about:
>
>
> libtool: compile: ccache clang++ -DHAVE_CONFIG_H -I../../..
> -I../../../include -I../../../lib -I../../../src -I../../include -Werror
> -Qunused-arguments -D_REENTRANT -g -O2 -MT Reply.lo -MD -MP -MF
> .deps/Reply.Tpo -c ../../../src/helper/Reply.cc -fPIC -DPIC -o
> .libs/Reply.o
> In file included from ../../../src/helper/ChildConfig.cc:1:
> In file included from ../../../src/helper/ChildConfig.cc:14:
> ../../../src/helper/ChildConfig.h:24:21: error: delegating constructors
> are permitted only in C++11
> ChildConfig() : ChildConfig(0) {}
> ^~~~~~~~~~~
> 1 error generated.
> make[4]: *** [ChildConfig.lo] Error 1
> make[4]: *** Waiting for unfinished jobs....
> In file included from ../../../src/helper/Reply.cc:1:
> In file included from ../../../src/helper/Reply.cc:14:
> In file included from ../../../src/helper.h:19:
> ../../../src/helper/ChildConfig.h:24:21: error: delegating constructors
> are permitted only in C++11
> ChildConfig() : ChildConfig(0) {}
> ^~~~~~~~~~~
> 1 error generated.
>
> Markus
>
Thanks. Working on it.
Amos
More information about the squid-dev
mailing list