Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 93105 invoked from network); 29 Nov 2005 23:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Nov 2005 23:56:21 -0000 Received: (qmail 31004 invoked by uid 500); 29 Nov 2005 23:56:13 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 30942 invoked by uid 500); 29 Nov 2005 23:56:13 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 30913 invoked by uid 99); 29 Nov 2005 23:56:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 15:56:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jsmusgrave@gmail.com designates 64.233.184.203 as permitted sender) Received: from [64.233.184.203] (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 15:57:41 -0800 Received: by wproxy.gmail.com with SMTP id 50so1651207wri for ; Tue, 29 Nov 2005 15:55:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uNzsLp+3VX+Vq16M3mZXm3kfSKWco9qWG0HwaTAxGyZ4hkhGd60JhIOiFnoL2/3/fK5aI+yodGmRbM51pWVQGNwM07ZFs2cGwtJ5Np8Fuf6jH1pbbgxlEUYrNC4e7oCgNjGbm2d9bfPXDPNVefqGmQ1YRmmsuxVZoDg8f+VR3Ec= Received: by 10.54.70.5 with SMTP id s5mr919033wra; Tue, 29 Nov 2005 15:55:50 -0800 (PST) Received: by 10.54.127.13 with HTTP; Tue, 29 Nov 2005 15:55:50 -0800 (PST) Message-ID: <4fd783940511291555g692f67c2v5e757603fe69ac15@mail.gmail.com> Date: Tue, 29 Nov 2005 16:55:50 -0700 From: Jason Musgrave To: Dino LaChiusa , axis-c-user@ws.apache.org Subject: Re: building apache axis c on aix 5.2 with the ant build fails In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dino, It seems that AIX 5.2 has some header problems. What seems to be happening is there is an inconsistency in the way the constant defining bitorder is being treated in the headerfiles in AIX 5.2 (Causing the AXIS build to fail.) I turned it over to our admins when I got that far, I believe they grabbed the header file from 5.1 (which hopefully you have the rights to do.) FYI there seems to be a problem with the way this rev handles openssl sockets. Good luck, Jason On 11/29/05, Dino LaChiusa wrote: > > I recently got this error, did you ever resolve it?? > > thanks, > Dino > > Building Apache Axis C on AIX 5.2 with the ANT build fails giving: > > [cc] /usr/vacpp/exe/xlCentry -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 > -D_AIX50 -D_AIX51 -D_AIX52 -D_IBMR2 -D_POWER -DAXISTRACE_LIBRARY > -DENABLE_AXIS_EXCEPTION -DHAVE_CONFIG_H -DAIX > -I/home/jmusgrav/axis/axis-c-1.5.0-linux-src/include -q64 -qlargetype > -qansialias -qstaticinline -oAxis2Transport.o > /home/jmusgrav/axis/axis-c-1.5.0-linux-src/src/transport/axis2/Axis2Trans= po=ADrt.cpp > /tmp/xlcW0J-MiMa /tmp/xlcW1J-MiMb /dev/null Axis2Transport.lst > /dev/null /tmp/xlcW2J-MiMc > [cc] "/usr/include/netinet/ip.h", line 119.25: 1540-0057 (S) The > declaration specifier is missing. > > Does anyone have any suggestions? > > thanks, > Jason