[And-httpd-devel] Re: and-httpd --- socket_poll.h and timer_q.h?
Status: Beta
Brought to you by:
james-antill
From: Bennett T. <be...@ra...> - 2006-03-14 23:18:43
|
2006-03-14T22:25:28 James Antill: > Here's a patch (should apply from the root of and-httpd source tree): It applied (with -p4). The result bombed off at a different place in the build. Here's the tail of the log (with the gcc command-line hand-wrapped): gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -ffunction-sections -fdata-sections \ -DHTTPD_CONF_VERSION='"0.99.7"' -Os -ffunction-sections -fdata-sections \ -c -o and_httpd-and-httpd.o `test -f 'and-httpd.c' || echo './'`and-httpd.c and-httpd.c: In function `serv_cmd_line': and-httpd.c:731: error: `cap_t' undeclared (first use in this function) and-httpd.c:731: error: (Each undeclared identifier is reported only once and-httpd.c:731: error: for each function it appears in.) and-httpd.c:731: error: parse error before "caps" and-httpd.c:733: error: `caps' undeclared (first use in this function) make[2]: *** [and_httpd-and-httpd.o] Error 1 make[2]: Leaving directory `/var/tmp/bpmbuild.9313/build/and-httpd-0.99.7/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/bpmbuild.9313/build/and-httpd-0.99.7/src' make: *** [all-recursive] Error 1 The full build log is visible at <URL:http://bent.latency.net/and-httpd-0.99.7-log> and the autoconf.h is right beside it <URL:http://bent.latency.net/autoconf.h> -Bennett |