
Hallo ! Ich bekomme folgende Fehlermeldung beim Compile des aktuellen Snapshots des Spieles Flightgear 7.2: options.cxx: In method `fgOPTIONS::fgOPTIONS()': options.cxx:210: `PKGLIBDIR' undeclared (first use this function) options.cxx:210: (Each undeclared identifier is reported only once options.cxx:210: for each function it appears in.) make[2]: *** [options.o] Error 1 make[2]: Leaving directory `/privat/games/FlightGear-0.7.2/Simulator/Main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/privat/games/FlightGear-0.7.2/Simulator' make: *** [all-recursive] Error 1 Ich habe bis jetzt keine Version von Flightgear übersetzen können. Meine Konfiguration: SuSE 6.3, Kernel 2.2.14, KDE 1.1.2, Xfree86 3.3.6, gcc 2.95.2 Ich hoffe auf eure Hilfe. Dirk --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com

* Dirk Vornheder (DVornheder@t-online.de) [20000130 13:22]:
options.cxx: In method `fgOPTIONS::fgOPTIONS()': options.cxx:210: `PKGLIBDIR' undeclared (first use this function)
Tja, da ist Suchen angesagt. Du musst den Header finden, der dieses Makro definiert und den dann einbinden. Die Suche würde ich so machen 'fgrep PKGLIBDIR $(find . -name \*.h)' im Toplevelverzeichnis der Quellcodebaums. Philipp -- Philipp Thomas <pthomas@suse.de> SuSE GmbH, Deutschherrenstrasse 15-29, 90429 Nuremberg Life is an ocean and love is a boat, in troubled waters, it keeps us afloat Christy Moore --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
participants (2)
-
DVornheder@t-online.de
-
pthomas@suse.de