Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 40736 invoked from network); 12 Oct 2004 02:02:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Oct 2004 02:02:29 -0000 Received: (qmail 27995 invoked by uid 500); 12 Oct 2004 02:02:29 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 27825 invoked by uid 500); 12 Oct 2004 02:02:28 -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 27806 invoked by uid 99); 12 Oct 2004 02:02:28 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [66.218.78.151] (HELO web40614.mail.yahoo.com) (66.218.78.151) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Oct 2004 19:02:26 -0700 Message-ID: <20041012020225.17404.qmail@web40614.mail.yahoo.com> Received: from [202.162.29.13] by web40614.mail.yahoo.com via HTTP; Mon, 11 Oct 2004 19:02:25 PDT Date: Mon, 11 Oct 2004 19:02:25 -0700 (PDT) From: Samisa Abeysinghe Subject: Re: no bin in axiscpp_deploy To: Apache AXIS C User List In-Reply-To: <20041012015343.59435.qmail@web40622.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I dropped the LibWWW based transport from the default build. Now unless someone uses --enable-libwww=yes with configure, LibWWW based transport would not be built. You can get the source from cvs and try this out. Samisa... --- Samisa Abeysinghe wrote: > Alternatively, if you want to build LibWWW based transport for Axis C++ have a look at > src/transport/libwww/readme.txt. This explains how to solve your compilation problem. > > BTW: As LibWWW is an external dependancy, I think it is better to remove it from the default > build. > > Samisa... > > --- damitha kumarage wrote: > > > 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 > > > > > > > > > > > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Helps protect you from nasty viruses. > http://promotions.yahoo.com/new_mail > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com