RE: [httpd24 branch] merge with trunk?

2013-07-11 Thread Steve Hay
Jan Kaluža wrote on 2013-07-11: > On 07/11/2013 01:17 AM, Steve Hay wrote: >> The first problem was "Warning (mostly harmless): No library found for >> -laprutil-1" appearing from Makefile.PL between ModPerl::WrapXS and APR >> (presumably it applies to the latter), which I've ignored for now but >>

Re: [httpd24 branch] merge with trunk?

2013-07-11 Thread Jan Kaluža
On 07/11/2013 10:41 AM, Steve Hay wrote: Jan Kaluža wrote on 2013-07-11: On 07/11/2013 01:17 AM, Steve Hay wrote: The first problem was "Warning (mostly harmless): No library found for -laprutil-1" appearing from Makefile.PL between ModPerl::WrapXS and APR (presumably it applies to the latter),

Re: [httpd24 branch] merge with trunk?

2013-07-11 Thread Jan Kaluža
On 07/11/2013 11:06 AM, Jan Kaluža wrote: The error is: libaprext.lib(modperl_error.obj) : error LNK2001: unresolved external symbol _perl_module ..\..\..\blib\arch\auto\APR\Brigade\Brigade.dll : fatal error LNK1120: 1 unresolved externals On Windows we build a static library called libaprext.l

RE: [httpd24 branch] merge with trunk?

2013-07-11 Thread Steve Hay
Jan Kaluža wrote on 2013-07-11: > On 07/11/2013 10:41 AM, Steve Hay wrote: >> Jan Kaluža wrote on 2013-07-11: >>> On 07/11/2013 01:17 AM, Steve Hay wrote: The first problem was "Warning (mostly harmless): No library found for -laprutil-1" appearing from Makefile.PL between ModPerl::W

RE: [httpd24 branch] merge with trunk?

2013-07-11 Thread Steve Hay
Jan Kaluža wrote on 2013-07-11: > On 07/11/2013 11:06 AM, Jan Kaluža wrote: >>> So the problem here is that modperl_error.c is included in >>> libaprext.lib, but it references the symbol "perl_module", which is >>> defined in mod_perl.c, but that isn't included in libaprext.lib, so >>> the symbol i

Re: [httpd24 branch] merge with trunk?

2013-07-11 Thread Steve Hay
On 11 July 2013 14:33, Steve Hay wrote: > > Jan Kaluža wrote on 2013-07-11: > > On 07/11/2013 11:06 AM, Jan Kaluža wrote: > >>> So the problem here is that modperl_error.c is included in > >>> libaprext.lib, but it references the symbol "perl_module", which is > >>> defined in mod_perl.c, but that

Re: [httpd24 branch] merge with trunk?

2013-07-11 Thread Jan Kaluza
- Original Message - > Jan Kaluža wrote on 2013-07-11: > > On 07/11/2013 10:41 AM, Steve Hay wrote: > >> Jan Kaluža wrote on 2013-07-11: > >>> On 07/11/2013 01:17 AM, Steve Hay wrote: > The first problem was "Warning (mostly harmless): No library found > for -laprutil-1" appearin