On Wed, Jun 23, 2004 at 12:13:20AM +0200, Graham Leggett wrote: > Joe Orton wrote: > > >jfclere's commit broke the build against non-bundled expat; I tried > >sending mail about this but mail seems to be getting delayed again. > > > >revert r1.30 of xml/apr_xml.c to fix it. > > Cool, that gets it further, now it breaks like this: > > gawk -f /usr/src/redhat/BUILD/apr-1.0.0/build/make_var_export.awk > /usr/src/redhat/BUILD/apr-util-1.0.0/include/apu.h > /usr/src/redhat/BUILD/apr-util-1.0.0/include/apu_want.h > export_vars.h > gawk: fatal: can't open source file > `/usr/src/redhat/BUILD/apr-1.0.0/build/make_var_export.awk' for reading > (No such file or directory) > make[1]: *** [export_vars.h] Error 2 > make[1]: Leaving directory `/usr/src/redhat/BUILD/apr-util-1.0.0' > make: *** [all-recursive] Error 1 > > It seems that make_var_export.awk is part of apr and httpd, but not > apr-util.
You need to screw around a bit to make some of the files relocate properly; look at the %install of the Fedora apr.spec, it's handled there. joe
