Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 1489 invoked by uid 500); 19 Mar 2003 16:44:46 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 1468 invoked from network); 19 Mar 2003 16:44:46 -0000 Date: 19 Mar 2003 16:46:31 -0000 Message-ID: <20030319164631.14460.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 9457] - Compilation fails on HP-UX 10.20 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9457 Compilation fails on HP-UX 10.20 ------- Additional Comments From l_faillie@yahoo.com 2003-03-19 16:46 ------- I have applied this patch on a clean directory (rm -rf httpd-2.0.44; gtar xzvf httpd-2.0.44.tar.gz) but the configuration doesn't succeed : thread.c: In function `apr_thread_create': thread.c:165: incompatible type for argument 2 of `pthread_create' thread.c: In function `apr_thread_detach': thread.c:223: incompatible type for argument 1 of `pthread_detach' thread.c: In function `apr_thread_once_init': thread.c:281: `PTHREAD_ONCE_INIT' undeclared (first use in this function) thread.c:281: (Each undeclared identifier is reported only once thread.c:281: for each function it appears in.) gmake[4]: *** [thread.lo] Error 1 gmake[4]: Leaving directory `/datas/depot/httpd-2.0.44/srclib/apr/threadproc/unix' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/datas/depot/httpd-2.0.44/srclib/apr/threadproc/unix' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/datas/depot/httpd-2.0.44/srclib/apr' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/datas/depot/httpd-2.0.44/srclib' gmake: *** [all-recursive] Error 1 It seems, it still want to use threading. I'm making some checks to find where is the trouble w/ this ... Bye Laurent --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org