Re: Xcode 12

2020-10-29 Thread Christopher Schultz

Jim,

On 10/29/20 10:04, Jim Jagielski wrote:

Anyone hacking away on httpd and/or APR w/ Xcode 12? On my system at least it 
is throwing errors about -Werror,-Wimplicit-function-declaration, and not 
enabling IPv6:

 checking if APR supports IPv6... no -- no working getaddrinfo

also likely due to an error when compiling because of stdlib.h not being 
included...



We got a report @ Tomcat that someone was having trouble building mod_jk 
due to a "cannot determine size of pid_t". This was after getting a 
patch for APR.


Post subject is "mod_jk "Can not determine the proper size for pid_t"" 
on users@tomcat if you want to have a look at the thread.


-chris


Re: Xcode 12

2020-10-29 Thread Graham Leggett
On 29 Oct 2020, at 14:05, Jim Jagielski  wrote:

> Anyone hacking away on httpd and/or APR w/ Xcode 12? On my system at least 
> it is throwing errors about -Werror,-Wimplicit-function-declaration, and not 
> enabling IPv6:
> 
>checking if APR supports IPv6... no -- no working getaddrinfo
> 
> also likely due to an error when compiling because of stdlib.h not being 
> included...

I’m not hacking for lack of time - I want to help when I do though.

Regards,
Graham
—




Xcode 12

2020-10-29 Thread Jim Jagielski
Anyone hacking away on httpd and/or APR w/ Xcode 12? On my system at least it 
is throwing errors about -Werror,-Wimplicit-function-declaration, and not 
enabling IPv6:

checking if APR supports IPv6... no -- no working getaddrinfo

also likely due to an error when compiling because of stdlib.h not being 
included...