Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 96938 invoked from network); 7 Oct 2003 15:19:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Oct 2003 15:19:38 -0000 Received: (qmail 85846 invoked by uid 500); 7 Oct 2003 15:19:32 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 85819 invoked by uid 500); 7 Oct 2003 15:19:32 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 85805 invoked from network); 7 Oct 2003 15:19:31 -0000 Received: from unknown (HELO dragon.ti.com) (192.94.94.33) by daedalus.apache.org with SMTP; 7 Oct 2003 15:19:31 -0000 Received: from dlep52.itg.ti.com ([157.170.134.103]) by dragon.ti.com (8.12.10/8.12.10) with ESMTP id h97FJYOw001082 for ; Tue, 7 Oct 2003 10:19:34 -0500 (CDT) Received: from dlep90.itg.ti.com (localhost [127.0.0.1]) by dlep52.itg.ti.com (8.12.10/8.12.10) with ESMTP id h97FJXJf017425 for ; Tue, 7 Oct 2003 10:19:33 -0500 (CDT) Received: from dlee71.itg.ti.com (dlee71.itg.ti.com [157.170.135.149]) by dlep90.itg.ti.com (8.12.10/8.12.10) with ESMTP id h97FJWbR004789 for ; Tue, 7 Oct 2003 10:19:33 -0500 (CDT) Received: by dlee71.itg.ti.com with Internet Mail Service (5.5.2653.19) id ; Tue, 7 Oct 2003 10:19:32 -0500 Message-ID: <55E815D2673DD71193CD0000F8FE891F02C090C5@dlee02.itg.ti.com> From: "Wood, Bryan" To: "'test-dev@httpd.apache.org'" Subject: RE: Error when compiling flood-0.4 Date: Tue, 7 Oct 2003 10:19:22 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N So I symlinked /usr/bin/libtool to /usr/share/build/libtool and I get this compile error. Any ideas? /bin/sh /usr/share/build/libtool --silent --mode=compile gcc -g -O2 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include -I/usr/include -I. -c flood_net.c && touch flood_net.lo flood_net.c: In function `open_socket': flood_net.c:81: warning: passing arg 4 of `apr_socket_create' makes pointer from integer without a cast flood_net.c:81: too many arguments to function `apr_socket_create' make: *** [flood_net.lo] Error 1 obviously to many arguments to apr_socket_create... *goes off to read the header with that function in it* -----Original Message----- From: Joe Orton [mailto:jorton@redhat.com] Sent: Tuesday, October 07, 2003 4:15 AM To: Fernando Marques Cc: test-dev@httpd.apache.org Subject: Re: Error when compiling flood-0.4 On Mon, Oct 06, 2003 at 08:20:26PM -0300, Fernando Marques wrote: > > Hello, > > I experienced an error when compiling flood-0.4. For instance, I'm using > Red Hat 9. First, I've used your recomendations: The APR installation included in the Subversion package in RHL9 does not have a fully working apr-config script. If you first do: # rpm --erase subversion-devel then flood should work. Regards, joe