Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 16991 invoked from network); 14 Feb 2005 07:53:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Feb 2005 07:53:34 -0000 Received: (qmail 71048 invoked by uid 500); 14 Feb 2005 07:53:33 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 71027 invoked by uid 500); 14 Feb 2005 07:53:33 -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 71014 invoked by uid 99); 14 Feb 2005 07:53:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of samisa.abeysinghe@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 13 Feb 2005 23:53:32 -0800 Received: by wproxy.gmail.com with SMTP id 68so1757531wra for ; Sun, 13 Feb 2005 23:53:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gFffvIP7Oh9nmm8dLyNdh9l4bm+Bsl94BGrv0P1SGzQZ/60BNw5nfxw0BL16DL1UTBgRMfh9n4Z3npYDqmKGUZNL5WYPlUj5WDJXSScJ/p6SATVEcOd/PCtM4I9Qh+sZ3SSVmrfwUFDUyAUKz6gtIXlO3O3rxLsbe77qNe5gUf8= Received: by 10.54.2.48 with SMTP id 48mr128084wrb; Sun, 13 Feb 2005 23:53:27 -0800 (PST) Received: by 10.54.28.26 with HTTP; Sun, 13 Feb 2005 23:53:26 -0800 (PST) Message-ID: Date: Mon, 14 Feb 2005 13:53:26 +0600 From: Samisa Abeysinghe Reply-To: Samisa Abeysinghe To: Apache AXIS C User List , "Chinthana C. Dinapala" Subject: Re: Ant Build Faild in Windows In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The problem was fixed. Please check now. Thanks, Samisa... On Mon, 14 Feb 2005 09:09:32 +0600, Chinthana C. Dinapala wrote: > Guys, > > Ant build give following arror. > > [cc] This conversion requires a reinterpret_cast, a C-style cast > or function-style cast > [cc] C:\build\ws-axis\c\src\cbindings\IAttributeC.cpp(63) : error C2040: > '==' : 'int' differs in levels of indirection from 'const char *' > [cc] AxisExceptionC.cpp > [cc] Generating Code... > > BUILD FAILED > C:\build\ws-axis\c\build.xml:197: The following error occurred while executing t > his line: > C:\build\ws-axis\c\build\buildTools.xml:82: cl failed with return code 2 > > Total time: 2 minutes 16 seconds > C:\build\ws-axis\c> > > Thanks > > Chinthana >