You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sebastian Bergmann <sb...@sebastian-bergmann.de> on 2003/01/26 10:28:22 UTC

Can't build HEAD on Linux

gawk: /usr/src/httpd-2.0/build/make_exports.awk:138:
(FILENAME=/usr/src/httpd-2.0/include/pcreposix.h FNR=99) fatal: cannot
open file `/usr/src/httpd-2.0/include/rfc1413.h' for reading (No such file
or directory)
make[2]: *** [/usr/src/httpd-2.0/server/exports.c] Error 2
make[2]: Leaving directory `/usr/src/httpd-2.0/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/httpd-2.0/server'
make: *** [all-recursive] Error 1

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/


Re: Can't build HEAD on Linux

Posted by Sebastian Bergmann <sb...@sebastian-bergmann.de>.
Jeff Trawick wrote:
> Did you do "cvs update" without doing "make extraclean"?

  Odd, in all this time I built httpd-2.0 from CVS I never needed to run
  "make extraclean", I didn't even know about it. I always did a
  "make distclean".

  Anyhow, "make extraclean" solved my problem.

  Thank you,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/


Re: Can't build HEAD on Linux

Posted by Jeff Trawick <tr...@attglobal.net>.
Did you do "cvs update" without doing "make extraclean"?

Sebastian Bergmann wrote:

> gawk: /usr/src/httpd-2.0/build/make_exports.awk:138:
> (FILENAME=/usr/src/httpd-2.0/include/pcreposix.h FNR=99) fatal: cannot
> open file `/usr/src/httpd-2.0/include/rfc1413.h' for reading (No such file
> or directory)
> make[2]: *** [/usr/src/httpd-2.0/server/exports.c] Error 2
> make[2]: Leaving directory `/usr/src/httpd-2.0/server'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/httpd-2.0/server'
> make: *** [all-recursive] Error 1
>