Here it is # ! /bin/sh # # Created by configure
"/usr/home/philip/Developement/src/httpd2-HEAD-dev/srclib/apr/confi gure" \
Do you mean to be doing a VPATH build? That is, this layout suggests that you have the following:
src/
apr <- build dir for APR
apr-util <- build dir for APR-util
httpd2-HEAD-dev <- source & build dir for APR-util
srclib
apr <- src dir for APR
apr-util <- src dir for APR-utilDo you happen to have a stale build in src/httpd2-HEAD-dev/srclib/apr? That is, do you have src/httpd2-HEAD-dev/srclib/apr/include/apr.h?
Or, did you happen to build APR in src/httpd2-HEAD-dev/srclib/apr, then decided to move the build tree after you built it? You can't do that. =) -- justin
