> Am 22.03.2016 um 02:49 schrieb Jan Ehrhardt <[email protected]>: > > Jim Jagielski in gmane.comp.apache.devel (Mon, 21 Mar 2016 13:37:40 > -0400): >> [x] +0: meh > > mod_http2.so will not build 'out of the box' on Windows, because > mod_http2.dsp is missing > > # Begin Source File > > SOURCE=./h2_ngn_shed.c > # End Source File >
This is indeed missing in mod_http2.dsp... :-( > This leads to build errors like: > > 1>h2_mplx.obj : error LNK2019: unresolved external symbol > _h2_ngn_shed_done_task referenced in function _h2_mplx_req_engine_done > 1>.\Release\mod_http2.so : fatal error LNK1120: 12 unresolved externals > > Moreover, it is confusing that this mod_http2 has version 1.2.8, but is > different from the v1.2.8 release at > https://github.com/icing/mod_h2/releases The version in 2.4.19 of mod_http2 is 1.4.4. -Stefan
