Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 89623 invoked from network); 11 Oct 2004 10:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Oct 2004 10:32:50 -0000 Received: (qmail 70412 invoked by uid 500); 11 Oct 2004 10:32:46 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 70300 invoked by uid 500); 11 Oct 2004 10:32:44 -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 70232 invoked by uid 99); 11 Oct 2004 10:32:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.68.1.20] (HELO relay.pair.com) (209.68.1.20) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Oct 2004 03:32:43 -0700 Received: (qmail 53596 invoked from network); 11 Oct 2004 10:32:36 -0000 Received: from unknown (HELO ?192.168.101.4?) (220.247.229.70) by relay.pair.com with SMTP; 11 Oct 2004 10:32:36 -0000 X-pair-Authenticated: 220.247.229.70 Subject: Re: no bin in axiscpp_deploy From: damitha kumarage To: Apache AXIS C User List In-Reply-To: <1097486358.10240.14.camel@localhost.localdomain> References: <1097486358.10240.14.camel@localhost.localdomain> Content-Type: text/plain Organization: Message-Id: <1097490877.26920.17.camel@axisc-public> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 11 Oct 2004 16:34:37 +0600 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N just give the cofigure option --enable-libwww=no if you don't want libwww installed On Mon, 2004-10-11 at 15:19, Dinesh Prelalal wrote: > Hi, > I tried to install axis c++ beta 1.3 version , I use Red hat 9 , and > expat as the parser with apache2. after "make" step it gives following > errors. > After I continue with "make install" it creates axiscpp_deploy. In side > this directory there is only lib and log dirs' . SO I can't continue > with user guide. > I installed expat1957 and libwww and apache2 again.but > no worth. > Do you have any idea. > kind regards, > Dinesh > ============================================================================== > Param.cpp:376:23: warning: no newline at end of file > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > MessageData.cpp:183:23: warning: no newline at end of file > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > ArrayBean.cpp:401:23: warning: no newline at end of file > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > AxisUtils.cpp:132:23: warning: no newline at end of file > AxisTrace.cpp:270:23: warning: no newline at end of file > AdminUtils.cpp:40:23: warning: no newline at end of file > AxisConfigException.cpp:129:23: warning: no newline at end of file > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > CharacterElement.cpp:112:23: warning: no newline at end of file > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > SoapFault.h:50: warning: `SoapFaultStruct*s_parrSoapFaultStruct' defined > but > not used > SoapDeSerializer.cpp: In member function `virtual void > axiscpp::SoapDeSerializer::getChardataAs(void*, XSDTYPETag)': > SoapDeSerializer.cpp:3393: warning: assignment to `int' from `double' > SoapDeSerializer.cpp:3393: warning: argument to `int' from `double' > SoapDeSerializer.cpp:3402: warning: assignment to `short int' from > `double' > SoapDeSerializer.cpp:3402: warning: argument to `short int' from > `double' > SoapDeSerializer.cpp:3408: warning: assignment to `char' from `double' > SoapDeSerializer.cpp:3408: warning: argument to `char' from `double' > SoapDeSerializer.cpp: At top level: > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > SoapFault.h:50: warning: `SoapFaultStruct*s_parrSoapFaultStruct' defined > but > not used > SoapFault.h:50: warning: `SoapFaultStruct*s_parrSoapFaultStruct' defined > but > not used > SoapHeader.cpp:269:23: warning: no newline at end of file > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > SoapSerializer.cpp: In member function `axiscpp::IWrapperSoapSerializer& > axiscpp::SoapSerializer::operator<<(const char*)': > SoapSerializer.cpp:358: warning: unused variable `int nStatus' > HeaderBlock.h: At top level: > ../../include/axis/server/SoapEnvVersions.h:80: warning: > `SoapEnvVersionsStruct > gs_SoapEnvVersionsStruct[2]' defined but not used > SoapFault.h:50: warning: `SoapFaultStruct*s_parrSoapFaultStruct' defined > but > not used > URIMapping.cpp:67:23: warning: no newline at end of file > AxisSoapException.cpp:140:23: warning: no newline at end of file > AxisWsddException.cpp:136:23: warning: no newline at end of file > AxisTransport.cpp: In member function `virtual AXIS_TRANSPORT_STATUS > AxisTransport::flushOutput()': > AxisTransport.cpp:163: warning: unused variable `int index' > LibWWWTransport.cpp: In member function `virtual AXIS_TRANSPORT_STATUS > LibWWWTransport::flushOutput()': > LibWWWTransport.cpp:301: `METHOD_EXT_0' undeclared (first use this > function) > LibWWWTransport.cpp:301: (Each undeclared identifier is reported only > once for > each function it appears in.) > make[4]: *** [LibWWWTransport.lo] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > >