PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 3dwm



3qualizer
07.10.02, 14:28
Hi.

Wenn ich versuche 3dwm (http://www.3dwm.org/) zu kompilieren, kommt diese Meldung:
(omniOrb3.0.5 (http://omniorb.sourceforge.net/) ist installiert)

c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -Wall -c ExpatParser.cc -fPIC -DPIC -o .libs/ExpatParser.lo
In file included from ExpatParser.cc:42:
../../../include/Celsius/SAX/Exception.hh:64: parse error before `&' token
../../../include/Celsius/SAX/Exception.hh:64: missing ';' before right brace
../../../include/Celsius/SAX/Exception.hh:72: ISO C++ forbids defining types
within return type
../../../include/Celsius/SAX/Exception.hh:72: semicolon missing after
declaration of `class SAX::Exception'
../../../include/Celsius/SAX/Exception.hh: In function `int
SAX::Exception(std::exception&)':
../../../include/Celsius/SAX/Exception.hh:72: only constructors take base
initializers
../../../include/Celsius/SAX/Exception.hh:72: confused by earlier errors, bailing out

Kennt jemand den Grund/eine Lösung für diesen Fehler?

Eric