Here only :
-- Modules not built:
-- mod_socache_dc
-- mod_charset_lite
-- Configuring done
Building with:
cmake -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=C:\Apache24
-DCMAKE_BUILD_TYPE=Release -DENABLE_MODULES=i -DINSTALL_MANUAL=OFF
-DINSTALL_PDB=OFF ..\..\src\httpd-2.4.26
Btw.
Cmake is now Windows only, is that the goal ?
Is someone addressing the tbd's, bugs, limitations as noted in the
(readme)cmake files ?
For me still not the way to make a distro.
On Monday 29/05/2017 at 15:01, Rainer Jung wrote:
Hi Jan,
Am 29.05.2017 um 10:54 schrieb Jan Ehrhardt:
Rainer Jung in gmane.comp.apache.devel (Sun, 28 May 2017 23:20:35
+0200):
Due to quick votes from the team this has now been committed in
r1796539
for 2.4.26.
Thanks. I checked woth the 2.4.x branch, built on Windows with
CMake/VC14 (plus APR 1.6 and OpenSSL 1.1.0) and the patch works OK.
CMake (on Windows) builds all modules now with the exception of these:
-- Modules not built:
-- mod_socache_dc
-- mod_bucketeer
-- mod_echo
-- mod_case_filter
-- mod_case_filter_in
-- mod_example_hooks
-- mod_example_ipc
-- mod_data
-- mod_reflector
-- mod_cern_meta
-- mod_ident
-- mod_mime_magic
-- mod_dialup
-- mod_optional_fn_export
-- mod_optional_fn_import
-- mod_optional_hook_export
-- mod_optional_hook_import
-- Configuring done
If you really need one of these modules, with a slight modification of
CMakeLists.txt these can be built as well. Only real exception:
mod_socache_dc does not build at all, probably because of a missing
distcache dependency.
What is this "slight modification"?
Regards,
Rainer