Jim Jagielski in gmane.comp.apache.devel (Tue, 1 Dec 2015 07:38:47 -0500): > >> On Nov 30, 2015, at 5:53 PM, Jan Ehrhardt <php...@ehrhardt.nl> wrote: >> >> Creating library .\Release/mod_http2.lib and object .\Release/mod_http2.exp >> 1>h2_from_h1.obj : error LNK2019: unresolved external symbol _ap_casecmpstr >> referenced in function _create_response >> 1>.\Release\mod_http2.so : fatal error LNK1120: 1 unresolved externals > >Sounds like you needed to do a make clean and rebuild... ap_casecmpstr() >is httpd not APR :)
If only it was that simple on Windows. Replacing all sources of 2.4.x with those from trunk leads to oher errors. For instance: 1>------ Build started: Project: mod_ssl, Configuration: Release Win32 ------ 1> mod_ssl.c 1>mod_ssl.c(43): error C2491: 'ssl_run_pre_handshake': definition of dllimport function not allowed 1> ssl_engine_config.c 1> ssl_engine_init.c 1>ssl_engine_init.c(39): error C2491: 'ssl_run_init_server': definition of dllimport function not allowed etc I do not have the time now to solve things like this. -- Jan