Re: maintainer mode and test framework

2015-08-25 Thread William A Rowe Jr
Late declarations, all fixed now in r1697392 On Tue, Aug 25, 2015 at 10:13 AM, Jim Jagielski j...@jagunet.com wrote: On Aug 24, 2015, at 9:23 AM, Stefan Eissing stefan.eiss...@greenbytes.de wrote: Just a tiny question how the senior guys here do to: If I build httpd in

Re: maintainer mode and test framework

2015-08-25 Thread Jim Jagielski
On Aug 24, 2015, at 9:23 AM, Stefan Eissing stefan.eiss...@greenbytes.de wrote: Just a tiny question how the senior guys here do to: If I build httpd in maintainer-mode (which I want), the test framework will no longer build since it inherits the compiler flags from apxs, I assume.

Re: maintainer mode and test framework

2015-08-24 Thread Eric Covener
On Mon, Aug 24, 2015 at 9:41 AM, Stefan Eissing stefan.eiss...@greenbytes.de wrote: mod_test_session.c did some non C90 variable declarations intermixed with code. I'll check in the fix shortly. Btw. what is holding us back from more recent C? Old platforms, obviously... Do we have an idea

maintainer mode and test framework

2015-08-24 Thread Stefan Eissing
Just a tiny question how the senior guys here do to: If I build httpd in maintainer-mode (which I want), the test framework will no longer build since it inherits the compiler flags from apxs, I assume. Is there an easy way around this? //Stefan green/bytes GmbH Hafenweg 16, 48155 Münster,

Re: maintainer mode and test framework

2015-08-24 Thread Eric Covener
On Mon, Aug 24, 2015 at 9:23 AM, Stefan Eissing stefan.eiss...@greenbytes.de wrote: Just a tiny question how the senior guys here do to: If I build httpd in maintainer-mode (which I want), the test framework will no longer build since it inherits the compiler flags from apxs, I assume. Is

Re: maintainer mode and test framework

2015-08-24 Thread Stefan Eissing
OK, now you made me fix it. ;-) mod_test_session.c did some non C90 variable declarations intermixed with code. I'll check in the fix shortly. Btw. what is holding us back from more recent C? Old platforms, obviously... Do we have an idea which? Am 24.08.2015 um 15:24 schrieb Eric Covener

Re: maintainer mode and test framework

2015-08-24 Thread William A Rowe Jr
On Aug 24, 2015 08:45, Eric Covener cove...@gmail.com wrote: On Mon, Aug 24, 2015 at 9:41 AM, Stefan Eissing stefan.eiss...@greenbytes.de wrote: mod_test_session.c did some non C90 variable declarations intermixed with code. I'll check in the fix shortly. Btw. what is holding us back from