Re: Trouble building 2.4.41 on Windows with CMake

2019-08-29 Thread William A Rowe Jr
Here's the short-term fix if someone would apply it to trunk and 2.4 branch, it seems a stale password locked me out of https://svn.a.o/ mod_md needs private mpm_winnt.h internals, and we cannot iterate a _requires list yet. Index: httpd-2.x/CMakeLists.txt

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: >

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-29 Thread Stefan Eissing
Please have a look at: https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 I think this is what you are seeing. We seem to be still looking for the cmake file that works well in all cases. > Am 29.08.2019 um 14:31 schrieb Steve Hay : > > I'm getting errors about missing prerequisites when buil

Trouble building 2.4.41 on Windows with CMake

2019-08-29 Thread Steve Hay
I'm getting errors about missing prerequisites when building httpd-2.4.41 on Windows using CMake (version 3.15.2). The modules in question are all optional so should simply be skipped rather than stopping the build (I'm building with -DENABLE_MODULES=a), but CMake is giving me an error: CMake Err