Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » GNU/Linux » Tetrinet für linux

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 < [ 2 ]
000
16.07.2004, 10:19 Uhr
RedEagle



Tach,

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 RedEagle

Dieser Post wurde am 16.07.2004 um 10:20 Uhr von RedEagle editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
16.07.2004, 10:49 Uhr
typecast
aka loddab
(Operator)


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)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
16.07.2004, 12:15 Uhr
RedEagle



Habe die Datei gefunden. den 1. Punkt konnte ich machen.
als 2. stand dann da:
" Type `make' to compile the package "


Code:
redeagle@linux:~/Desktop/Tetrinet/gtetrinet-0.7.5> make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.


das kam raus


Bearbeitung von typecast:
code-Tags korrigiert

--
MFG RedEagle

Dieser Post wurde am 16.07.2004 um 21:57 Uhr von typecast editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
16.07.2004, 13:37 Uhr
Pablo
Supertux
(Operator)


./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!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
16.07.2004, 14:18 Uhr
RedEagle



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>


--
MFG RedEagle
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
16.07.2004, 18:11 Uhr
Pablo
Supertux
(Operator)



Zitat:

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.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
16.07.2004, 18:55 Uhr
FloSoft
Medialer Over-Flow
(Administrator)



Code:
checking for pkg-config... no



das ist der fehler, installier pgk-config, dann sollte es gehen
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
16.07.2004, 21:25 Uhr
~RedEagle
Gast


Habe SuSE Linux 9.1
...
also muss ich
"gtk libs" und "pgk-config" installieren??

Werds morgen ausprobieren, wenn ich wieder unter Linux bin
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
008
16.07.2004, 21:29 Uhr
Pablo
Supertux
(Operator)


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!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
009
17.07.2004, 10:17 Uhr
RedEagle



habe alles installier (die libs).
biem 3. Punkt (make install) eingeben kommt dan dieser Fehler:

Code:
redeagle@linux:~/Desktop/Tetrinet/gtetrinet-0.7.5> make install
Making install in doc
make[1]: Entering directory `/home/RedEagle/Desktop/Tetrinet/gtetrinet-0.7.5/doc'
make[2]: Entering directory `/home/RedEagle/Desktop/Tetrinet/gtetrinet-0.7.5/doc'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
/bin/sh ../mkinstalldirs /usr/local/man/man6
/usr/bin/install -c -m 644 ./gtetrinet.6 /usr/local/man/man6/gtetrinet.6
/usr/bin/install: reguläre Datei ?/usr/local/man/man6/gtetrinet.6? kann nicht angelegt werden: Keine Berechtigung
make[2]: *** [install-man6] Fehler 1
make[2]: Leaving directory `/home/RedEagle/Desktop/Tetrinet/gtetrinet-0.7.5/doc'
make[1]: *** [install-am] Fehler 2
make[1]: Leaving directory `/home/RedEagle/Desktop/Tetrinet/gtetrinet-0.7.5/doc'
make: *** [install-recursive] Fehler 1
redeagle@linux:~/Desktop/Tetrinet/gtetrinet-0.7.5>


--
MFG RedEagle
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 < [ 2 ]     [ GNU/Linux ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: