[EMAIL PROTECTED] wrote:
On Sat, 1 May 2004, makl wrote:
Currently I do the copy from apr.hw to apr.h at install time, since I
havn't found a good way to do that at configure time without making
config.status useless without configure.
We need to solve that problem. Having apr.h include apr.hw isn't the
right solution. I need to think about what a valid solution is, and it
may be having a separate directory that the Windows build systems create
to store this header file, and we include that directory in the INCLUDES
path before the standard includes dir. That would also solve the problem
of doing a CVS diff after having built on Windows. (Namely, the cvs diff
returns a mess of hits in apr.h, IIRC, because apr.hw is copied over
apr.h. Netware would use the same system).
Maybe I'm dense...what's apr.h doing in CVS? It shoudln't be there,
being a generated file.
-- Brane
- Re: [PATCH] Compile APR (HEAD) with MinGW Branko Čibej
-