During the building tinyx for handhelds process, I encountered the following
problem after issuing the make install command :
make[3]: Entre dans le répertoire `/opt/hardhat/xc/programs/setxkbmap'
/skiff/local/bin/arm-linux-gcc -O2 -I../../include/extensions -I../..
-I../../exports/include -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE
-D_GNU_SOURCE -DX_LOCALE -DFUNCPROTO=15 -DNARROWPROTO
-DDFLT_XKB_CONFIG_ROOT=\"/opt/hardhat/devkit/arm/sa110_le/target/usr/X11R6/lib/X11/xkb\"
-c -o setxkbmap.o setxkbmap.c
setxkbmap.c:36: X11/extensions/XKBfile.h: Aucun fichier ou répertoire de ce type
setxkbmap.c:37: X11/extensions/XKBconfig.h: Aucun fichier ou répertoire de ce
type
setxkbmap.c:38: X11/extensions/XKBrules.h: Aucun fichier ou répertoire de ce
type
make[3]: *** [setxkbmap.o] Erreur 1
make[3]: Quitte le répertoire `/opt/hardhat/xc/programs/setxkbmap'
I tried to correct this by issuing the followings :
cd /opt/hardhat/xc/exports/include/X11/extensions
ln -s /opt/hardhat/xc/lib/xkbfile/XKBfile.h .
ln -s /opt/hardhat/xc/lib/xkbfile/XKBconfig.h .
ln -s /opt/hardhat/xc/lib/xkbfile/XKBrules.h .
I then got this new error :
installing in programs/setxkbmap...
make[3]: Entre dans le répertoire `/opt/hardhat/xc/programs/setxkbmap'
/skiff/local/bin/arm-linux-gcc -O2 -I../../include/extensions -I../..
-I../../exports/include -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE
-D_GNU_SOURCE -DX_LOCALE -DFUNCPROTO=15 -DNARROWPROTO
-DDFLT_XKB_CONFIG_ROOT=\"/opt/hardhat/devkit/arm/sa110_le/target/usr/X11R6/lib/X11/xkb\"
-c -o setxkbmap.o setxkbmap.c
make[3]: *** Pas de règle pour fabriquer la cible
`../../exports/lib/libxkbfile.a', nécessaire pour `setxkbmap'. Arrêt.
make[3]: Quitte le répertoire `/opt/hardhat/xc/programs/setxkbmap'
Has somebody any clue?
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.