Habe mir gerade Tetrinet für Linux runtergeladen. Auf der HP steht, das das für Gnome ist. 1. kann ich das auch mit KDE spielen?? 2. Ich finde keine Ausführbare datei??. Nur shell-skripte und eine Datei bei der die meldung kommt:
Code:
KDEInit konnte "gtetrinet" nicht starten.: Could not find 'gtetrinet' executable.
(die Seite mit Download: www.tetrinet.de/downloads/) -- MFG RedEagleDieser Post wurde am 16.07.2004 um 10:20 Uhr von RedEagle editiert.
Ob Tetrinet laeuft haengt davon ab, ob du die noetigen gnome-libs installiert hast. Aber meistens ist das der Fall, wenn du KDE installiert hast.
Was dein Problem angeht: Hast du dir den Source Code runtergeladen? (davon gehe ich mal aus) Hast du die Anweisungen der README/INSTALL Datei befolgt? Meinstens wird folgendermassen kompiliert:
Code:
./configure make make install
Aber lies mal die README/INSTALL durch. Die helfen in der Regel weiter -- All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
./configure hat bestimmt den Fehler gehabt und deshalb keine Makefile angelegt, deshalb bekommst du diesen Fehler beim "make". Hat ./configure Fehlermeldungen gehabt oder so? -- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth!
Also das wurde ausgegeben (ich glaube unten ist so ein Fehler)
Code:
redeagle@linux:~/Desktop/Tetrinet/gtetrinet-0.7.5> ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for intltool >= 0.25... 0.27.2 found checking for perl... /usr/bin/perl checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... am az ca cs cy de es eu fr ja mk ml ms nl no pl pt pt_BR ru sr sr@Latn sv uk zh_TW checking for gconftool-2... /opt/gnome/bin/gconftool-2 Using config source xml::/etc/opt/gnome/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas/ as install directory for schema files checking for pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config. *** Or see www.freedesktop.org/software/pkgconfig to get pkg-config. configure: error: Library requirements (libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. redeagle@linux:~/Desktop/Tetrinet/gtetrinet-0.7.5>
error: Library requirements (libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Das steht da Fehler. Du hast wohl nicht die neuen gnome libs. Hast du überhaupt gnome installiert? Solltest ein Update machen.
Zitat:
checking for pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config.
Du hast gtk libs für Programmier nicht, deshalb kannst du nicht kompilieren. du musst auch gtk installieren.
Welches Linux hast du? -- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth!Dieser Post wurde am 16.07.2004 um 18:13 Uhr von Pablo editiert.
ja. wenn du die Sachen selber kompilieren musst, dann musst du auch die libs haben. -- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth!