Last week I said I prefer XFCE but when I saw that Gnome was being
upgraded I thought I'd give it a try. As a result I have a comment and
a problem.
First the comment. The libgnome-2.18.0 package lists EsounD-0.2.37 as
an optional dependency. But when I ran the configure step just as it's
shown it balked at esound and audiofile not being installed. So
shouldn't it be a required depenedency?
Second the problem. I've gotten to libgnomekbd-2.18.2 and it's failing
during the build. First, my XOrg 7.2 is installed to /opt/xorg-7.2 and
I'm installing Gnome to /opt/gnome-2.18.3. During the build I get:
creating gkbd-keyboard-drawing-test
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wmissing-prototypes -I..
-Wall -Werror -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -g -O2 -MT
gkbd_config_registry_server-gkbd-config-registry-server.o -MD -MP -MF
".deps/gkbd_config_registry_server-gkbd-config-registry-server.Tpo" -c
-o gkbd_config_registry_server-gkbd-config-registry-server.o `test -f
'gkbd-config-registry-server.c' || echo
'./'`gkbd-config-registry-server.c; \
then mv -f
".deps/gkbd_config_registry_server-gkbd-config-registry-server.Tpo"
".deps/gkbd_config_registry_server-gkbd-config-registry-server.Po"; else
rm -f
".deps/gkbd_config_registry_server-gkbd-config-registry-server.Tpo";
exit 1; fi
gkbd-config-registry-server.c:23:22: error: X11/Xlib.h: No such file or
directory
In file included from /usr/include/libxklavier/xklavier.h:29,
from gkbd-config-registry-server.c:24:
/usr/include/libxklavier/xkl_engine.h:125: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:126: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:162: error: expected ')' before
'*' token
/usr/include/libxklavier/xkl_engine.h:292: error: expected declaration
specifiers or '...' before 'XEvent'
/usr/include/libxklavier/xkl_engine.h:311: error: expected '=', ',',
';', 'asm' or '__attribute__' before 'xkl_engine_get_current_window'
/usr/include/libxklavier/xkl_engine.h:331: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:345: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:356: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:366: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:380: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:393: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:408: error: expected declaration
specifiers or '...' before 'Window'
/usr/include/libxklavier/xkl_engine.h:409: error: expected declaration
specifiers or '...' before 'Window'
In file included from /usr/include/libxklavier/xklavier.h:30,
from gkbd-config-registry-server.c:24:
/usr/include/libxklavier/xkl_config_rec.h:165: error: expected
declaration specifiers or '...' before 'Atom'
/usr/include/libxklavier/xkl_config_rec.h:187: error: expected
declaration specifiers or '...' before 'Atom'
make[2]: *** [gkbd_config_registry_server-gkbd-config-registry-server.o]
Error 1
make[2]: Leaving directory `/usr/src/libgnomekbd-2.18.2/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/libgnomekbd-2.18.2'
make: *** [all] Error 2
If I'm reading the error right /usr/include/libxklavier/xklavier.h is
trying to open X11/Xlib.h and can't find it. But Xlib.h is in
/opt/xorg-7.2/include/X11 so I need to tell configure where to locate
Xlib.h. I've looked at configure --help and I don't see where I would
set this parameter.
Of course I could be (and probably am) completely off base with what I'm
seeing. I'd appreciate any help anyone can offer.
Thanks
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page