| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Tue, 27 Aug 2002 14:13:27 +0200 |
| From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Reply-To: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <70-314970674.20020827141327@familiehaase.de> |
| To: | Abraham Backus <abraham AT backus DOT com> |
| CC: | "Franck Leray" <franck DOT leray AT cheops DOT fr>, cygwin AT cygwin DOT com |
| Subject: | Re: Xerces Compilation Problem |
| In-Reply-To: | <74-319271979.20020827130146@familiehaase.de> |
| References: | <2DFB37B7D3EBFD4BB4FEDEC443C50B330C16CF AT mailserver> |
| <74-319271979 DOT 20020827130146 AT familiehaase DOT de> | |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |