Eventually I get this in the prefork directory
tmp=export_files_unsorted.txt; rm -f $tmp && touch $tmp; for dir in /usr/home/philip/Developement/src/httpd2-HEAD-dev/include /usr/home/philip/Developement/src/httpd2-HEAD-dev/os/unix /usr/home/philip/Developement/src/apr/include /usr/home/philip/Developement/src/httpd2-HEAD-dev/srclib/apr/includ e /usr/home/philip/Developement/src/apr-util/include /usr/home/philip/Developement/src/httpd2-HEAD-dev/srclib/apr-util/i nclude /usr/home/philip/Developement/src/httpd2-HEAD-dev/modules/http; do
The problem here is that src/apr/include and srclib/httpd2-HEAD-dev/apr/include are both listed. What does:
src/apr/apr-config --includedir
output? (guessing src/apr-util/apu-config would say the same thing.)
It should just be saying ~philip/Development/src/apr/include.
You aren't by chance using APACHE_2_0_BRANCH for httpd, are you? It's configure.in has:
CPPFLAGS="$CPPFLAGS -I$APR_SOURCE_DIR/include -I$abs_builddir/srclib/apr/include"
That might explain things. =) We haven't begun to merge any of the required fixes back to APACHE_2_0_BRANCH. -- justin
