Re: mod_perl2, MP_INLINE and gcc 5

2015-06-18 Thread Niko Tyni
On Wed, Jun 17, 2015 at 10:26:47PM +0100, Steve Hay wrote: > On 17 June 2015 at 19:57, Niko Tyni wrote: > > On Wed, Jun 17, 2015 at 08:27:28PM +0300, Niko Tyni wrote: > > > >> mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, > >> because the default inline semantics have change

Re: mod_perl2, MP_INLINE and gcc 5

2015-06-17 Thread Steve Hay
On 17 June 2015 at 19:57, Niko Tyni wrote: > On Wed, Jun 17, 2015 at 08:27:28PM +0300, Niko Tyni wrote: > >> mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, >> because the default inline semantics have changed from GNU89 to C99 and >> require changes in mod_perl source. > > Ah

Re: mod_perl2, MP_INLINE and gcc 5

2015-06-17 Thread Niko Tyni
On Wed, Jun 17, 2015 at 08:27:28PM +0300, Niko Tyni wrote: > mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, > because the default inline semantics have changed from GNU89 to C99 and > require changes in mod_perl source. Ah, reading my own references properly, it looks like i