Re: httpd 2.4 and maintainer-mode

2019-10-10 Thread Stefan Eissing
Compiling trunk and 2.4.x under MacOS Vista, no issues. Some homebrew install? > Am 09.10.2019 um 19:04 schrieb Marion & Christophe JAILLET > : > > Hi Jim, > > I always compile (and test) with --enable-maintainer-mode. > > I've just updated my 2.4 branch / make clean / make, and there is

Re: httpd 2.4 and maintainer-mode

2019-10-10 Thread Jim Jagielski
I am using MacPorts libxml2. But the issue seems to be w/ libxml2 itself; it is the package that uses the '//' comment style. Where does your build grab its xml2 stuff from? > On Oct 10, 2019, at 3:58 AM, Stefan Eissing > wrote: > > Compiling trunk and 2.4.x under MacOS Vista, no issues.

Re: httpd 2.4 and maintainer-mode

2019-10-10 Thread Stefan Eissing
When will I learn to read mails completely? - Ok, proxy-html is not build by default, which explains the happiness due to ignorance. - Once enabled, it does not find libxml2 (I think MacOS Vista removed it) - brew reinstall libxml2 - configure --with-libxml2=/usr/local/opt/libxml2 and it

Re: httpd 2.4 and maintainer-mode

2019-10-10 Thread William A Rowe Jr
On Wed, Oct 9, 2019 at 3:42 PM Jim Jagielski wrote: > Just the issues w/ libxml comments: > > In file included from mod_xml2enc.c:38: > In file included from /usr/local/include/libxml2/libxml/encoding.h:31: > /usr/local/include/unicode/ucnv.h:1:1: error: // comments are not allowed > in this

Re: httpd 2.4 and maintainer-mode

2019-10-10 Thread Jim Jagielski
as mentioned, this is httpd-2.4... I was curious why I seem to be the only one whom this hits. > On Oct 10, 2019, at 9:43 AM, William A Rowe Jr wrote: > > On Wed, Oct 9, 2019 at 3:42 PM Jim Jagielski > wrote: > Just the issues w/ libxml comments: > > In file included

Re: httpd 2.4 and maintainer-mode

2019-10-10 Thread Jim Jagielski
And this is with maintainer-mode? I'm wondering why your setup is either OK w/ the C++ style comments or maybe Homebrew changes the comment style?? > On Oct 10, 2019, at 8:33 AM, Stefan Eissing > wrote: > > When will I learn to read mails completely? > > - Ok, proxy-html is not build by

Re: httpd 2.4 and maintainer-mode

2019-10-10 Thread Marion & Christophe JAILLET
Hi, not a libxml guru at all, but looking at /usr/local/include/libxml2/libxml/encoding.h:31 (taken from your compilation warnings)     #ifdef LIBXML_ICONV_ENABLED     #include     #endif     #ifdef LIBXML_ICU_ENABLED     #include     #endif and on my system:     cd usr/include/