[And-httpd-devel] Re: and-httpd --- socket_poll.h and timer_q.h?
Status: Beta
Brought to you by:
james-antill
From: James A. <ja...@an...> - 2006-03-15 16:01:12
|
Bennett Todd <be...@ra...> writes: > 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 Ahh, you don't have libcap in your distro? ... this patch should work around that: http://www.and.org/patches/and-httpd-2006-03-15-cap.patch ...thanks for the work, hopefully it'll actually build now :). -- James Antill -- ja...@an... http://www.and.org/and-httpd |