On 09/12/2015 17:17, Konstantin Kolinko wrote: > So the build may need linking to rpcrt4 now.
Thanks for the hint. That wasn't it but I have figured out the problem. We only build the sub-set of APR that we need. Between 1.5.1 and 1.5.2 that subset gained a dependency on encoding\apr_escape.c which we need to add to our NMAKEmakefile. I figured out how to do that (I think) but encoding\apr_escape.c has a dependency on a header file that is auto generated during the APR build (apr_escape_test_char.h). I haven't been able to figure out how to add that to the make file. I also confirmed removing the code that now depends on apr_escape.c is not an option. We need someone who knows their way around a C build script better than I do to fix this. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org