Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 67389 invoked from network); 28 Apr 2002 14:37:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Apr 2002 14:37:16 -0000 Received: (qmail 21673 invoked by uid 97); 28 Apr 2002 14:37:11 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 21657 invoked by uid 97); 28 Apr 2002 14:37:11 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 21646 invoked from network); 28 Apr 2002 14:37:10 -0000 Message-ID: <01f301c1eec2$6569e770$0a0aa8c0@michael> From: "Michael Delamere" To: , Subject: mod_jk error when running "ant native" Date: Sun, 28 Apr 2002 16:38:38 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I thought whilst I�m at it, I�ll just post you the error I get when running "ant native" from "jakarta-tomcat-connectors-src/jk" I don�t understand why it�s trying to compile the apache1.3 version because I commented the apache1.3 line out and only set the path for apache2.0.35. # Location of Apache2, Apache1.3, Netscape, IIS apache2.home=/usr/local/apache2.0.35 #apache13.home=/opt/apache13 #iplanet.home=/opt/iplanet6 # iplanet.home=d:/tools/sdk/netscape # iis.home=e:/ Thanks Michael Delamere [...] /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1493: warning: initialization make s pointer from integer without a cast /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1497: `HTTP_INTERNAL_SERVER_ERROR' undeclared (first use in this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1502: `REQUEST_CHUNKED_DECHUNK' un declared (first use in this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1507: `conf' undeclared (first use in this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1508: parse error before ')' token /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1516: storage size of `private_dat a' isn't known /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1546: warning: initialization make s pointer from integer without a cast /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1567: warning: assignment makes po inter from integer without a cast /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1576: `OK' undeclared (first use i n this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c: At top level: /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1587: parse error before '*' token /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c: In function `create_jk_config': /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1589: `c' undeclared (first use in this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1590: parse error before ')' token /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1633: `APLOG_MARK' undeclared (fir st use in this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1633: `APLOG_EMERG' undeclared (fi rst use in this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1633: `p' undeclared (first use in this function) /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c: At top level: /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1650: parse error before '*' token /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c: In function `copy_jk_map': /home/mdelamere/public_html/jakarta-tomcat-connectors/jk/native/apache-1.3/m od_jk.c:1652: `src' undeclared (first use in this function) [...] -- To unsubscribe, e-mail: For additional commands, e-mail: