Return-Path: Delivered-To: apmail-xml-xalan-dev-archive@xml.apache.org Received: (qmail 74823 invoked by uid 500); 11 Mar 2003 19:06:05 -0000 Mailing-List: contact xalan-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: xalan-dev@xml.apache.org Delivered-To: mailing list xalan-dev@xml.apache.org Received: (qmail 74810 invoked from network); 11 Mar 2003 19:06:05 -0000 Received: from lotus.lotus.com (129.42.250.41) by daedalus.apache.org with SMTP; 11 Mar 2003 19:06:05 -0000 Received: from internet1.lotus.com (internet1 [172.16.131.235]) by lotus.lotus.com (8.12.8/8.12.6) with ESMTP id h2BJ0Dri019782 for ; Tue, 11 Mar 2003 14:00:13 -0500 (EST) Received: from a3mail.lotus.com (a3mail.lotus.com [9.33.9.65]) by internet1.lotus.com (8.12.8/8.12.6) with ESMTP id h2BJ68NP011419 for ; Tue, 11 Mar 2003 14:06:08 -0500 (EST) In-Reply-To: <000c01c2e784$cfbe26c0$9a01010a@logipolis.com> Subject: Re: Need help with Xalan 1.4 (Xerces 2.1.0) in Borland C++ Builder 5 To: xalan-dev@xml.apache.org X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: David N Bertoni/Cambridge/IBM Date: Tue, 11 Mar 2003 11:05:31 -0800 X-MIMETrack: Serialize by Router on A3MAIL/CAM/H/Lotus(Release 6.0|September 26, 2002) at 03/11/2003 02:06:03 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N That looks like a bug in Borland's include files, since the compiler things the definition is already in the std namespace. You might want to try upgrading to BCB6 to see if that fixes it, or look to see if there are any patches on the Borland site. Dave "Ian Lo" net.sg> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: Need help with Xalan 1.4 (Xerces 2.1.0) in Borland C++ Builder 5 03/10/2003 08:15 PM Please respond to xalan-dev Hi, I keep getting this error: 'std' is not a member of 'std' when compiling the file StylesheetConstructionContext.cpp and StylesheetConstructionContextDefault.cpp When I look at the offending line, it points me to the stdlib.h file at the using std::_itoa line Any ideas as to why this is happenning? Thanks! Ian