To help future bisecting this should be merged with the upgrade patch
into a single upgrade-and-fix patch.
Apart from that the patch looks good, thanks.
Ross
On 30 May 2014 04:27, Hongxu Jia wrote:
> The do_compile failed:
> | tools/gen_test_char > include/private/apr_escape_test_char.h
> | /bi
The do_compile failed:
| tools/gen_test_char > include/private/apr_escape_test_char.h
| /bin/sh: tools/gen_test_char: No such file or directory
| make[1]: *** [include/private/apr_escape_test_char.h] Error 127
The tools/gen_test_char was invoked at build time, and it didn't
work for the cross comp
On 05/28/2014 06:48 PM, Burton, Ross wrote:
On 28 May 2014 10:05, Hongxu Jia wrote:
The tools/gen_test_char was invoked at build time, and it didn't
work for the cross compiling, so we used the native one to instead.
Building all of libapr natively and installing the extra binary is
wasteful w
On 28 May 2014 10:05, Hongxu Jia wrote:
> The tools/gen_test_char was invoked at build time, and it didn't
> work for the cross compiling, so we used the native one to instead.
Building all of libapr natively and installing the extra binary is
wasteful when the binary is trivially compiled native
The do_compile failed:
| tools/gen_test_char > include/private/apr_escape_test_char.h
| /bin/sh: tools/gen_test_char: No such file or directory
| make[1]: *** [include/private/apr_escape_test_char.h] Error 127
The tools/gen_test_char was invoked at build time, and it didn't
work for the cross comp