Re: Compiler more strict on 12 with r320337 ?

2017-06-27 Thread Dimitry Andric
On 27 Jun 2017, at 13:20, Kurt Jaeger wrote: > > Hi! > >>> Compiling devel/lfcbase, it fails while including sys/socketvar.h with >>> this error: >>> >>> In file included from Net.cc:36: >>> /usr/include/sys/socketvar.h:117:4: error: types cannot be declared in an >>>

Re: Compiler more strict on 12 with r320337 ?

2017-06-27 Thread Kurt Jaeger
Hi! > > Compiling devel/lfcbase, it fails while including sys/socketvar.h with > > this error: > > > > In file included from Net.cc:36: > > /usr/include/sys/socketvar.h:117:4: error: types cannot be declared in an > > anonymous struct > >enum { > >

Re: Compiler more strict on 12 with r320337 ?

2017-06-27 Thread Ngie Cooper (yaneurabeya)
> On Jun 26, 2017, at 23:31, Kurt Jaeger wrote: > > Hi! > > Compiling devel/lfcbase, it fails while including sys/socketvar.h with > this error: > > In file included from Net.cc:36: > /usr/include/sys/socketvar.h:117:4: error: types cannot be declared in an > anonymous

Re: Compiler more strict on 12 with r320337 ?

2017-06-27 Thread Mark Millard
Kurt Jaeger lists at opsec.eu wrote on Tue Jun 27 06:31:11 UTC 2017 : > Compiling devel/lfcbase, it fails while including sys/socketvar.h with > this error: > > In file included from Net.cc:36: > /usr/include/sys/socketvar.h:117:4: error: types cannot be declared in an > anonymous struct

Compiler more strict on 12 with r320337 ?

2017-06-27 Thread Kurt Jaeger
Hi! Compiling devel/lfcbase, it fails while including sys/socketvar.h with this error: In file included from Net.cc:36: /usr/include/sys/socketvar.h:117:4: error: types cannot be declared in an anonymous struct enum { ^ 1 error generated.