Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 81191 invoked from network); 5 Apr 2006 23:09:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2006 23:09:30 -0000 Received: (qmail 38593 invoked by uid 500); 5 Apr 2006 23:09:30 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 38575 invoked by uid 500); 5 Apr 2006 23:09:30 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 38562 invoked by uid 99); 5 Apr 2006 23:09:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 16:09:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [158.57.150.61] (HELO [158.57.150.61]) (158.57.150.61) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 16:09:29 -0700 Received: from m020eg2.coned.com by [158.57.150.61] via smtpd (for asf.osuosl.org [140.211.166.49]) with ESMTP; Wed, 5 Apr 2006 19:09:09 -0400 Received: from m020ex41.conedison.net ([158.57.159.29]) by m020exg2.conedison.net with Microsoft SMTPSVC(5.0.2195.6872); Wed, 5 Apr 2006 19:09:08 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: "Token" unable to recognise Date: Wed, 5 Apr 2006 19:09:08 -0400 Message-ID: <0741D1F3E19C0A4D9638C5FC23CC2D9010F6CC80@m020ex41.conedison.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: overloaded function "Token" is not a type name Thread-Index: AcZY//e9jj/y98XERfuOTKIESGbZmAABeRJQ From: "Tatireddy, Vinod " To: X-OriginalArrivalTime: 05 Apr 2006 23:09:08.0629 (UTC) FILETIME=[F1653C50:01C65905] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Iam getting below error when compiling xercesc XML parser with my C++ = code. I opened the xercesc Op.hpp and has Token class as forward = declaration but for some reasons "cxx compiler driver" couldn't able to = recognize it, can you please shed some light.=20 >=20 > Compiler:- Compaq C++ V6.5-014 for Compaq Tru64 UNIX V5.1B (Rev. 2650) > Machine:- OSF1 V5.1 2650 alpha >=20 > snippet of error log.. > cxx: Error: /opt/oms/include/xercesc/util/regx/Op.hpp, line 124: #757=20 > overloaded function "Token" is not a type name = (symnottypname) > virtual const Token* getToken() const; > ------------------^ > cxx: Error: /opt/oms/include/xercesc/util/regx/Op.hpp, line 279: #757=20 > overloaded function "Token" is not a type name = (symnottypname) > RangeOp(const short type, const Token* const token, = MemoryManager* const manager =3D XMLPlatformUtils::fgMemoryManager); > ----------------------------------------^ >=20 >=20 > Thanks in advance > Vinod >=20