Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Jak nainstalovat Xscrabble  (Přečteno 1881 krát)

vasicekabc

Jak nainstalovat Xscrabble
« kdy: 27 Září 2010, 12:50:48 »
Dobrý den,

Máte někdo zkušenost s instalací hry xscrabble?

Ať dělám co dělám, nedaří se mi rozchodit. Stáhnul jsem archiv z http://www.tucows.com/preview/77412. archiv jsem rozbalil a do vzniklé složky xscrabble jsem stáhl jazykový balíček xscrabble_en.tgz ze stránky http://mcsuper5.mdns.org:8080/dl/. podle READ ME jsem v terminálu zadal

./build install
./build lang XX     (xx jsem nahradil en)

No a výsledek se nedostavil.

Jsem začátečník, hledal jsem nějaký návod, ale nic z čeho bych byl moudrý jsem nenašel.

Kdo poradí?

Vojtěch Trefný

  • Příspěvků: 9307
  • Don Quijote
Re: Jak nainstalovat Xscrabble
« Odpověď #1 kdy: 27 Září 2010, 15:55:28 »
"Výsledek se nedostavil"

Prosím zkuste to trochu lépe popsat (nejlépe poslat chybovou hlášku z terminálu).

vasicekabc

Re: Jak nainstalovat Xscrabble
« Odpověď #2 kdy: 27 Září 2010, 16:08:42 »
Tak tady je celý postup, který jsem s tím provedl. Ten jazykový balíček mám i ve složce programy, i ve složce xscrabble, protože jsem nevěděl, kde ho bude hledat.
Kód: [Vybrat]
vasek@vasek-laptop:~$ cd Programy/xscrabble-2.10/
vasek@vasek-laptop:~/Programy/xscrabble-2.10$ ./build install
./build: 67: mkdirhier: not found
mkdirhier /usr/games/bin
install: nelze získat informace o „src/xscrab“: No such file or directory
install -c -s src/xscrab /usr/games/bin
install: nelze získat informace o „src/xscrabble“: No such file or directory
install -c -s src/xscrabble /usr/games/bin
cp: cannot create regular file „/usr/lib/X11/app-defaults“: Permission denied
cp -f XScrabble /usr/lib/X11/app-defaults

Now, type './build lang XX' to install dictionaries in
           /usr/games/lib/scrabble
The language installed in last place will be the default.

vasek@vasek-laptop:~/Programy/xscrabble-2.10$ ./build lang en
Installing language () dictionary and related files...
./build: 103: mkdirhier: not found
xscrabble_en/
xscrabble_en/app-defaults/
xscrabble_en/app-defaults/XScrabble_en
xscrabble_en/lib/
xscrabble_en/lib/OSPD3.gz
xscrabble_en/lib/duplicate
xscrabble_en/lib/scrabble_rules
xscrabble_en/lib/scrabble_scores

rm -rf /usr/games/lib/scrabble/en
mv: nelze přesunout „xscrabble_en/lib“ do „/usr/games/lib/scrabble/en“: No such file or directory
mv -f xscrabble_en/lib /usr/games/lib/scrabble/en
mv: nelze přesunout „xscrabble_en/app-defaults/XScrabble_en“ do „/usr/lib/X11/app-defaults“: Permission denied
mv -f xscrabble_en/app-defaults/XScrabble_en /usr/lib/X11/app-defaults
rm -f /usr/lib/X11/app-defaults/XScrabble
ln: vytvářím symbolický odkaz „/usr/lib/X11/app-defaults/XScrabble“: No such file or directory
ln -fs /usr/lib/X11/app-defaults/XScrabble_en /usr/lib/X11/app-defaults/XScrabble
chmod: cannot access „/usr/games/lib/scrabble/en“: No such file or directory
chmod: cannot access „/usr/games/lib/scrabble/en/scrabble_scores“: No such file or directory

Type './build lang YY' to install any other dictionaries in
          /usr/games/lib/scrabble
The language installed in last place will be the default.
When installation is finished, type './build clean' to clean-up everything.

vasek@vasek-laptop:~/Programy/xscrabble-2.10$
« Poslední změna: 27 Září 2010, 19:20:23 od kiklhorn »

GdH

  • Moderátor
  • Závislák
  • ***
  • Příspěvků: 3176
    • GdH-Notes
Re: Jak nainstalovat Xscrabble
« Odpověď #3 kdy: 27 Září 2010, 16:22:21 »
Možná jsi špatně přečetl README a zapoměl jsi nejprve udělat build ↓
Kód: [Vybrat]
./build bin
Ale předtím je tam ještě:

Preparation:
First edit the top of the 'build' script to adapt the installation
directories according to your needs.


To build:
   ./build bin
« Poslední změna: 27 Září 2010, 16:25:33 od GdH »

vasicekabc

Re: Jak nainstalovat Xscrabble
« Odpověď #4 kdy: 27 Září 2010, 16:58:00 »
Takže jsem v tom buid scriptu změnil ty tři adresáře pro instalaci na existující, začal příkazem ./build bin a pak zopakoval postup z předchozí instalace, ale opět nic.

Kód: [Vybrat]
vasek@vasek-laptop:~$ cd Programy/xscrabble-2.10/
vasek@vasek-laptop:~/Programy/xscrabble-2.10$ ./build bin
Building src/config.h
./build: 40: xmkmf: not found
make: *** No targets specified and no makefile found.  Stop.

Now, type './build install' to install programs in /home/vasek/Programy


vasek@vasek-laptop:~/Programy/xscrabble-2.10$ ./build install
./build: 67: mkdirhier: not found
mkdirhier /home/vasek/Programy
install: nelze získat informace o „src/xscrab“: No such file or directory
install -c -s src/xscrab /home/vasek/Programy
install: nelze získat informace o „src/xscrabble“: No such file or directory
install -c -s src/xscrabble /home/vasek/Programy
cp -f XScrabble /home/vasek/Programy

Now, type './build lang XX' to install dictionaries in
           /home/vasek/Programy
The language installed in last place will be the default.

vasek@vasek-laptop:~/Programy/xscrabble-2.10$ ./build lang en
Installing language () dictionary and related files...
./build: 103: mkdirhier: not found
xscrabble_en/
xscrabble_en/app-defaults/
xscrabble_en/app-defaults/XScrabble_en
xscrabble_en/lib/
xscrabble_en/lib/OSPD3.gz
xscrabble_en/lib/duplicate
xscrabble_en/lib/scrabble_rules
xscrabble_en/lib/scrabble_scores

rm -rf /home/vasek/Programy/en
mv -f xscrabble_en/lib /home/vasek/Programy/en
mv -f xscrabble_en/app-defaults/XScrabble_en /home/vasek/Programy
rm -f /home/vasek/Programy/XScrabble
ln -fs /home/vasek/Programy/XScrabble_en /home/vasek/Programy/XScrabble

Type './build lang YY' to install any other dictionaries in
          /home/vasek/Programy
The language installed in last place will be the default.
When installation is finished, type './build clean' to clean-up everything.


vasek@vasek-laptop:~/Programy/xscrabble-2.10$
« Poslední změna: 27 Září 2010, 19:20:40 od kiklhorn »

Martin Kiklhorn

  • Člen občanského sdružení Ubuntu ČR a placené komunitní podpory
  • Administrátor fóra
  • Závislák
  • ******
  • Příspěvků: 4807
  • グーグル!ご存知ですか?
    • HEJ
Re: Jak nainstalovat Xscrabble
« Odpověď #5 kdy: 27 Září 2010, 19:19:29 »
doinstalujte xutils-dev a pak zkuste znovu build bin
Jsou ve vašem dotazu OPRAVDU VŠECHNY vám dostupné informace o problému?
Linux user since 2007-10-11, Registered #456007
Virtual
| Distribuce
~/slozka znamená /home/"vase jmeno"/slozka
6521 69DE 0F34 FCBC FB1D  DE76 360E 52B2 F71A B8E8

vasicekabc

Re: Jak nainstalovat Xscrabble
« Odpověď #6 kdy: 27 Září 2010, 19:41:01 »
Zkusil jsem a také to není ono. Ačkoliv se toho už dělo mnohem víc:

Kód: [Vybrat]
make[1]: Entering directory `/home/vasek/Programy/xscrabble-2.10/src'
make[1]: Nothing to be done for `includes'.
make[1]: Leaving directory `/home/vasek/Programy/xscrabble-2.10/src'
make depend
depending in ./Xc...
make[1]: Entering directory `/home/vasek/Programy/xscrabble-2.10/Xc'
gccmakedep  --  -I.. -I.    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64      -DFUNCPROTO=15 -DNARROWPROTO      -- Control.c Value.c BarGraf.c
Control.c:20:22: error: X11/Xlib.h: No such file or directory
Control.c:23:28: error: X11/StringDefs.h: No such file or directory
Control.c:24:28: error: X11/IntrinsicP.h: No such file or directory
Control.c:28:25: error: X11/Xmu/Xmu.h: No such file or directory
In file included from Control.c:32:
../X11/Xc/ControlP.h:18:23: error: X11/CoreP.h: No such file or directory
Value.c:18:22: error: X11/Xlib.h: No such file or directory
Value.c:21:28: error: X11/StringDefs.h: No such file or directory
Value.c:22:28: error: X11/IntrinsicP.h: No such file or directory
In file included from Value.c:29:
../X11/Xc/ValueP.h:18:23: error: X11/CoreP.h: No such file or directory
BarGraf.c:20:22: error: X11/Xlib.h: No such file or directory
BarGraf.c:23:28: error: X11/StringDefs.h: No such file or directory
BarGraf.c:24:28: error: X11/IntrinsicP.h: No such file or directory
In file included from BarGraf.c:31:
../X11/Xc/BarGrafP.h:18:23: error: X11/CoreP.h: No such file or directory
make[1]: Leaving directory `/home/vasek/Programy/xscrabble-2.10/Xc'
depending in ./src...
make[1]: Entering directory `/home/vasek/Programy/xscrabble-2.10/src'
gccmakedep  -- -I..     -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64      -DFUNCPROTO=15 -DNARROWPROTO      -- init.c xinit.c misc.c moves.c cmove.c main.c xutils.c mess.c popup.c widgets.c display.c user.c CircPerc.c
In file included from scrab.h:5,
                 from init.c:7:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from init.c:7:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from xinit.c:17:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from xinit.c:17:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from misc.c:7:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from misc.c:7:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from moves.c:7:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from moves.c:7:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from cmove.c:7:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from cmove.c:7:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from main.c:17:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from main.c:17:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
xutils.c:17:27: error: X11/Intrinsic.h: No such file or directory
xutils.c:18:28: error: X11/StringDefs.h: No such file or directory
xutils.c:19:23: error: X11/Xatom.h: No such file or directory
xutils.c:20:28: error: X11/cursorfont.h: No such file or directory
xutils.c:21:23: error: X11/Shell.h: No such file or directory
xutils.c:22:28: error: X11/Xaw/Simple.h: No such file or directory
xutils.c:23:21: error: X11/xpm.h: No such file or directory
In file included from scrab.h:5,
                 from mess.c:17:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from mess.c:17:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
mess.c:20:26: error: X11/Xaw/Text.h: No such file or directory
mess.c:21:29: error: X11/Xaw/TextSrc.h: No such file or directory
In file included from scrab.h:5,
                 from popup.c:17:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from popup.c:17:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from widgets.c:17:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from widgets.c:17:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from display.c:17:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from display.c:17:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
In file included from scrab.h:5,
                 from user.c:17:
xscrab.h:18:27: error: X11/Intrinsic.h: No such file or directory
xscrab.h:19:28: error: X11/StringDefs.h: No such file or directory
xscrab.h:20:28: error: X11/cursorfont.h: No such file or directory
xscrab.h:22:27: error: X11/Xaw/Label.h: No such file or directory
xscrab.h:23:29: error: X11/Xaw/Command.h: No such file or directory
xscrab.h:24:26: error: X11/Xaw/Form.h: No such file or directory
xscrab.h:25:28: error: X11/Xaw/Toggle.h: No such file or directory
xscrab.h:26:31: error: X11/Xaw/AsciiText.h: No such file or directory
xscrab.h:27:32: error: X11/Xaw/MenuButton.h: No such file or directory
xscrab.h:28:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
xscrab.h:29:25: error: X11/Xaw/Sme.h: No such file or directory
xscrab.h:30:28: error: X11/Xaw/SmeBSB.h: No such file or directory
xscrab.h:32:23: error: X11/Xatom.h: No such file or directory
xscrab.h:33:23: error: X11/Shell.h: No such file or directory
xscrab.h:34:21: error: X11/xpm.h: No such file or directory
In file included from xscrab.h:36,
                 from scrab.h:5,
                 from user.c:17:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
CircPerc.c:6:28: error: X11/IntrinsicP.h: No such file or directory
CircPerc.c:7:28: error: X11/StringDefs.h: No such file or directory
In file included from CircPerc.c:9:
CircPercP.h:4:23: error: X11/CoreP.h: No such file or directory
In file included from CircPercP.h:5,
                 from CircPerc.c:9:
CircPerc.h:24:22: error: X11/Core.h: No such file or directory
make[1]: Leaving directory `/home/vasek/Programy/xscrabble-2.10/src'
making all in ./Xc...
make[1]: Entering directory `/home/vasek/Programy/xscrabble-2.10/Xc'
gcc -m32 -O     -I.. -I.    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64      -DFUNCPROTO=15 -DNARROWPROTO       -c -o Control.o Control.c
Control.c:20:22: error: X11/Xlib.h: No such file or directory
Control.c:23:28: error: X11/StringDefs.h: No such file or directory
Control.c:24:28: error: X11/IntrinsicP.h: No such file or directory
Control.c:28:25: error: X11/Xmu/Xmu.h: No such file or directory
In file included from Control.c:32:
../X11/Xc/ControlP.h:18:23: error: X11/CoreP.h: No such file or directory
In file included from ../X11/Xc/ControlP.h:28,
                 from Control.c:32:
../X11/Xc/Control.h:58: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xcControlWidgetClass’
../X11/Xc/Control.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Point_In_Rect’
In file included from Control.c:32:
../X11/Xc/ControlP.h:47: error: expected specifier-qualifier-list before ‘CoreClassPart’
../X11/Xc/ControlP.h:65: error: expected specifier-qualifier-list before ‘Pixel’
../X11/Xc/ControlP.h:92: error: expected specifier-qualifier-list before ‘CorePart’
Control.c:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SetValues’
Control.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘resources’
Control.c:110: error: extra brace group at end of initializer
Control.c:110: error: (near initialization for ‘controlClassRec’)
Control.c:112: error: ‘WidgetClass’ undeclared here (not in a function)
Control.c:112: error: ‘widgetClassRec’ undeclared here (not in a function)
Control.c:117: error: ‘FALSE’ undeclared here (not in a function)
Control.c:120: error: ‘XtInheritRealize’ undeclared here (not in a function)
Control.c:123: error: ‘resources’ undeclared here (not in a function)
Control.c:125: error: ‘NULLQUARK’ undeclared here (not in a function)
Control.c:126: error: ‘TRUE’ undeclared here (not in a function)
Control.c:133: error: ‘SetValues’ undeclared here (not in a function)
Control.c:135: error: ‘XtInheritSetValuesAlmost’ undeclared here (not in a function)
Control.c:138: error: ‘XtVersion’ undeclared here (not in a function)
Control.c:144: warning: excess elements in struct initializer
Control.c:144: warning: (near initialization for ‘controlClassRec’)
Control.c:145: error: extra brace group at end of initializer
Control.c:145: error: (near initialization for ‘controlClassRec’)
Control.c:148: warning: excess elements in struct initializer
Control.c:148: warning: (near initialization for ‘controlClassRec’)
Control.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘xcControlWidgetClass’
Control.c: In function ‘Initialize’:
Control.c:171: error: ‘XColor’ undeclared (first use in this function)
Control.c:171: error: (Each undeclared identifier is reported only once
Control.c:171: error: for each function it appears in.)
Control.c:171: error: expected ‘;’ before ‘bg’
Control.c:172: error: ‘Display’ undeclared (first use in this function)
Control.c:172: error: ‘display’ undeclared (first use in this function)
Control.c:174: error: ‘XGCValues’ undeclared (first use in this function)
Control.c:174: error: expected ‘;’ before ‘values’
Control.c:175: error: ‘XtGCMask’ undeclared (first use in this function)
Control.c:175: error: expected ‘;’ before ‘mask’
Control.c:238: warning: incompatible implicit declaration of built-in function ‘strlen’
Control.c:238: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:241: warning: incompatible implicit declaration of built-in function ‘strcpy’
Control.c:241: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:244: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:245: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:248: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:253: error: ‘values’ undeclared (first use in this function)
Control.c:253: error: ‘False’ undeclared (first use in this function)
Control.c:254: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:255: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:256: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:257: error: ‘mask’ undeclared (first use in this function)
Control.c:257: error: ‘GCForeground’ undeclared (first use in this function)
Control.c:257: error: ‘GCBackground’ undeclared (first use in this function)
Control.c:257: error: ‘GCFont’ undeclared (first use in this function)
Control.c:257: error: ‘GCGraphicsExposures’ undeclared (first use in this function)
Control.c:258: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:264: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:264: error: ‘LineSolid’ undeclared (first use in this function)
Control.c:265: error: ‘CapButt’ undeclared (first use in this function)
Control.c:265: error: ‘JoinRound’ undeclared (first use in this function)
Control.c:266: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c: At top level:
Control.c:283: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SetValues’
Control.c:285: error: expected identifier or ‘(’ before ‘{’ token
Control.c: In function ‘Destroy’:
Control.c:338: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:339: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c: At top level:
Control.c:358: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Point_In_Rect’
Control.c:381: error: expected identifier or ‘(’ before ‘{’ token
Control.c: In function ‘Rect3d’:
Control.c:411: error: expected declaration specifiers before ‘Display’
Control.c:412: error: expected declaration specifiers before ‘Drawable’
Control.c:413: error: expected declaration specifiers before ‘GC’
Control.c:428: error: ‘LineOnOffDash’ undeclared (first use in this function)
Control.c:428: error: ‘CapButt’ undeclared (first use in this function)
Control.c:428: error: ‘JoinRound’ undeclared (first use in this function)
Control.c:432: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:450: error: ‘FillSolid’ undeclared (first use in this function)
Control.c:451: error: ‘LineSolid’ undeclared (first use in this function)
Control.c:452: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:453: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:454: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:455: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:456: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:456: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:457: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c: In function ‘VarRect3d’:
Control.c:476: error: expected declaration specifiers before ‘Display’
Control.c:477: error: expected declaration specifiers before ‘Drawable’
Control.c:478: error: expected declaration specifiers before ‘GC’
Control.c:494: error: ‘LineOnOffDash’ undeclared (first use in this function)
Control.c:494: error: ‘CapButt’ undeclared (first use in this function)
Control.c:494: error: ‘JoinRound’ undeclared (first use in this function)
Control.c:498: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:516: error: ‘LineSolid’ undeclared (first use in this function)
Control.c:517: error: ‘FillSolid’ undeclared (first use in this function)
Control.c:518: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c: In function ‘CvtStringToOrient’:
Control.c:566: error: expected declaration specifiers before ‘XrmValuePtr’
Control.c:567: error: expected declaration specifiers before ‘Cardinal’
Control.c:568: error: expected declaration specifiers before ‘XrmValuePtr’
Control.c:569: error: expected declaration specifiers before ‘XrmValuePtr’
Control.c:577: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:587: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:587: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:587: error: ‘caddr_t’ undeclared (first use in this function)
Control.c:592: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:592: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:599: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:600: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:601: error: invalid type argument of ‘->’ (have ‘int’)
Control.c: In function ‘Arrow3d’:
Control.c:619: error: expected declaration specifiers before ‘Display’
Control.c:620: error: expected declaration specifiers before ‘Drawable’
Control.c:621: error: expected declaration specifiers before ‘GC’
Control.c:622: error: expected declaration specifiers before ‘XRectangle’
Control.c:627: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:628: error: ‘XPoint’ undeclared (first use in this function)
Control.c:628: error: expected ‘;’ before ‘points’
Control.c:638: error: ‘LineOnOffDash’ undeclared (first use in this function)
Control.c:638: error: ‘CapButt’ undeclared (first use in this function)
Control.c:638: error: ‘JoinRound’ undeclared (first use in this function)
Control.c:654: error: ‘points’ undeclared (first use in this function)
Control.c:654: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:655: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:655: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:657: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:658: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:660: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:666: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:667: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:669: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:670: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:670: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:672: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:678: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:678: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:679: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:679: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:681: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:682: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:682: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:685: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:690: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:691: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:693: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:693: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:694: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:694: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:697: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:697: error: invalid type argument of ‘->’ (have ‘int’)
Control.c:706: error: ‘struct _ControlRec’ has no member named ‘control’
Control.c:756: error: ‘LineSolid’ undeclared (first use in this function)
Control.c:757: error: ‘FillSolid’ undeclared (first use in this function)
make[1]: *** [Control.o] Error 1
make[1]: Leaving directory `/home/vasek/Programy/xscrabble-2.10/Xc'
make: *** [all] Error 2

Now, type './build install' to install programs in /home/vasek/Programy

vasek@vasek-laptop:~/Programy/xscrabble-2.10$ ./build install
mkdirhier /home/vasek/Programy
install: nelze získat informace o „src/xscrab“: No such file or directory
install -c -s src/xscrab /home/vasek/Programy
install: nelze získat informace o „src/xscrabble“: No such file or directory
install -c -s src/xscrabble /home/vasek/Programy
cp -f XScrabble /home/vasek/Programy

Now, type './build lang XX' to install dictionaries in
           /home/vasek/Programy
The language installed in last place will be the default.

vasek@vasek-laptop:~/Programy/xscrabble-2.10$ ./build lang en
Installing language () dictionary and related files...
xscrabble_en/
xscrabble_en/app-defaults/
xscrabble_en/app-defaults/XScrabble_en
xscrabble_en/lib/
xscrabble_en/lib/OSPD3.gz
xscrabble_en/lib/duplicate
xscrabble_en/lib/scrabble_rules
xscrabble_en/lib/scrabble_scores

rm -rf /home/vasek/Programy/en
mv -f xscrabble_en/lib /home/vasek/Programy/en
mv -f xscrabble_en/app-defaults/XScrabble_en /home/vasek/Programy
rm -f /home/vasek/Programy/XScrabble
ln -fs /home/vasek/Programy/XScrabble_en /home/vasek/Programy/XScrabble

Type './build lang YY' to install any other dictionaries in
          /home/vasek/Programy
The language installed in last place will be the default.
When installation is finished, type './build clean' to clean-up everything.

vasek@vasek-laptop:~/Programy/xscrabble-2.10$

Martin Kiklhorn

  • Člen občanského sdružení Ubuntu ČR a placené komunitní podpory
  • Administrátor fóra
  • Závislák
  • ******
  • Příspěvků: 4807
  • グーグル!ご存知ですか?
    • HEJ
Re: Jak nainstalovat Xscrabble
« Odpověď #7 kdy: 29 Září 2010, 21:54:49 »
doinstalovat libxt-dev ?
Jsou ve vašem dotazu OPRAVDU VŠECHNY vám dostupné informace o problému?
Linux user since 2007-10-11, Registered #456007
Virtual
| Distribuce
~/slozka znamená /home/"vase jmeno"/slozka
6521 69DE 0F34 FCBC FB1D  DE76 360E 52B2 F71A B8E8

 

Provoz zaštiťuje spolek OpenAlt.