Re: build-outputs.mk and generated headers

2013-06-04 Thread Graham Leggett
On 03 Jun 2013, at 9:12 AM, Guenter Knauf wrote: > I really dont like this; this gen_test_char.c thingy is one of the problems > we have with cross-compiling, and from my view it is not needed. > If you look at the source of gen_test_char.c you can see that it usually > includes the APR/APU hea

Re: build-outputs.mk and generated headers

2013-06-04 Thread Guenter Knauf
Hi Bert, On 03.06.2013 16:10, Bert Huijben wrote: +1 this is a problem with cross compiling. Spend a few hours multiple times to get an x64 build working on a Win32only the problem is that usally gen_test_char.c includes the APR/APU headers for no real reason, an thwn will fail because target =

RE: build-outputs.mk and generated headers

2013-06-03 Thread Bert Huijben
> -Original Message- > From: Guenter Knauf [mailto:fua...@apache.org] > Sent: maandag 3 juni 2013 09:12 > To: Graham Leggett; dev@apr.apache.org List > Subject: Re: build-outputs.mk and generated headers > > Hi Graham, > On 31.05.2013 23:34, Graham Leggett wrote:

Re: build-outputs.mk and generated headers

2013-06-03 Thread Guenter Knauf
Hi Graham, On 31.05.2013 23:34, Graham Leggett wrote: I have been putting together an apr_escape API based on the escaping and unescaping functions in httpd's util.c. So far so good. This code depends on the generation of a file called test_char.h, which is generated at build time by a small bit