Jan Ehrhardt in gmane.comp.apache.devel (Tue, 30 May 2017 07:13:41
+0200):
>Steffen in gmane.comp.apache.devel (Mon, 29 May 2017 15:42:46 +0200):
>
>> Cmake is now Windows only, is that the goal ?
>
>In what way is it Windows only?
To answer my own question: because of the use of specific Windows
Hi Rainer,
Rainer Jung in gmane.comp.apache.devel (Mon, 29 May 2017 15:00:45
+0200):
>What is this "slight modification"?
Steffen showed me that these modifications aren't needed with the CMake
option -DENABLE_MODULES=i
--
Jan
Steffen in gmane.comp.apache.devel (Mon, 29 May 2017 15:42:46 +0200):
>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_
Hi Rainer,
Rainer Jung in gmane.comp.apache.devel (Mon, 29 May 2017 15:00:45 +0200):
>Am 29.05.2017 um 10:54 schrieb Jan Ehrhardt:
>> 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
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
B
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 A
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