Re: Trouble building 2.4.41 on Windows with CMake

2019-09-02 Thread Stefan Eissing
> Am 31.08.2019 um 04:23 schrieb William A Rowe Jr : > > Thanks for the additional eyeballs and testing! > > I'm working up a CI for release/asf release candidates/snapshot (across > all of our dependencies' development chains)... will share when I'm a bit > closer to the goalpost. I'm happy

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread William A Rowe Jr
Thanks for the additional eyeballs and testing! I'm working up a CI for release/asf release candidates/snapshot (across all of our dependencies' development chains)... will share when I'm a bit closer to the goalpost. I'm happy to add the github-based mod_h2/_md "external" modules as well to that

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread Steve Hay
I've tried the build again with the proper fix in place and all is well for me: mod_md now reports three missing prereqs: -- mod_md was requested but couldn't be built due to a missing prerequisite (OPENSSL_FOUND) -- mod_md was requested but couldn't be built due to a missing prerequisite

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread William A Rowe Jr
However, it fixed it by ignoring most of the troubles... I have my IP unblocked, so I'm able to get some further fixes in, I added the iterator, confirmed the newest fixes and have committed to trunk and 2.4.x. Steve, please retest and report back? There is no such thing as a _102 openssl result

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread Steve Hay
Thanks to you both - that was indeed the trouble, and the fix has sorted it out for me. On Fri, 30 Aug 2019 at 08:16, Stefan Eissing wrote: > > Added to trunk in r1866119. > Merged to 2.4.x in r1866121. > > Thanks for this, Bill! > > > Am 29.08.2019 um 19:05 schrieb William A Rowe Jr : > > > >

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread Stefan Eissing
Added to trunk in r1866119. Merged to 2.4.x in r1866121. Thanks for this, Bill! > Am 29.08.2019 um 19:05 schrieb William A Rowe Jr : > > Index: httpd-2.x/CMakeLists.txt > === > --- httpd-2.x/CMakeLists.txt (revision 1866089) > +++

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-29 Thread William A Rowe Jr
I have the immediate fix, can commit after lunch. The *right* fix is to iterate over the _require'ments list, I just took the shortcut of reducing this list to cmake (one of the most recent additions.) That patch will take a bit longer. On Thu, Aug 29, 2019 at 7:50 AM Stefan Eissing wrote: >