Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 27 Aug 2002 14:13:27 +0200
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Reply-To: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <70-314970674.20020827141327@familiehaase.de>
To: Abraham Backus <abraham@backus.com>
CC: "Franck Leray" <franck.leray@cheops.fr>, cygwin@cygwin.com
Subject: Re: Xerces Compilation Problem
In-Reply-To: <74-319271979.20020827130146@familiehaase.de>
References: <2DFB37B7D3EBFD4BB4FEDEC443C50B330C16CF@mailserver>
 <74-319271979.20020827130146@familiehaase.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Gerrit schrieb:

> Franck schrieb:

>> I'm trying to compil Xerces on 'my cygwin platform'.
>> gcc version is 3.2
>> I've got the following problem in the make step.

>> In file included from XMLScanner.cpp:93:
>> /usr/src/include/xercesc/validators/schema/identity/ValueStoreCache.hpp:131: ISO  C++ forbids declaration of `initialDepth' with no type
>> make[1]: *** [XMLScanner.o] Error 1
>> make[1]: Leaving directory `/usr/src/xml-xerces/c/src/xercesc/internal'
>> make: *** [Internal] Error 2

>> Any ideas ?

> Nope, have not seen this yesterday, I checked out a new copy today
> and I'm compiling now, I'll see if there is a new problem.

I see this too now:
In file included from XMLScanner.cpp:93:
/stuff/Xerces/xml-xerces/c/include/xercesc/validators/schema/identity/ValueStoreCache.hpp:131: ISO
   C++ forbids declaration of `initialDepth' with no type
make[1]: *** [XMLScanner.o] Error 1
make[1]: Leaving directory `/stuff/Xerces/xml-xerces/c/src/xercesc/internal'
make: *** [Internal] Error 2

Maybe just the type is missing, try changing it to int as it is at other
places in the source:

    ValueStore* getValueStoreFor(const IC_Field* const field, const int initialDepth);


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

