Gentoo Archives: gentoo-amd64

From: Roman Zilka <rzilka@××××.cz>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Missing source file in libxkbfile packge
Date: Mon, 31 Jul 2006 10:24:32
Message-Id: 20060731122240.A12934@eniac.gvid.cz
In Reply to: [gentoo-amd64] Missing source file in libxkbfile packge by Jonathan Schaeffer
1 > Hi list,
2 >
3 > I can't compile modular xorg, stable version.
4 > The error occurs while compiling libxkbfile :
5 >
6 > x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/
7 > -I../include/X11/extensions/ -O2 -pipe -march=k8 -MT
8 > cout.lo -MD -MP -MF .deps/cout.Tpo -c cout.c -fPIC -DPIC -o .libs/cout.o
9 > cout.c:35:21: X11/Xos.h: No such file or directory
10 > cout.c:36:22: X11/Xlib.h: No such file or directory
11 > cout.c:37:24: X11/XKBlib.h: No such file or directory
12 > cout.c:38:36: X11/extensions/XKBgeom.h: No such file or directory
13 > In file included from cout.c:40:
14 > ../include/X11/extensions/XKMformat.h:32:32: X11/extensions/XKB.h: No
15 > such file or directory
16 > ../include/X11/extensions/XKMformat.h:33:37:
17 > X11/extensions/XKBproto.h: No such file or directory
18 >
19 > And then the bunch of "Syntax error" "undeclared (first use in this
20 > function)" shows up
21 >
22 > I joined the tree output of the portage working directory. It seems to
23 > miss some file ...
24 > can someone help me ?
25 >
26 > thanks a lot
27 >
28 > Jo
29
30 Try emerging these by hand: kbproto, xproto, libX11, libxkbfile. All the
31 missing header files should be covered by this bunch of packages (at least
32 my Gentoo says so:). I hope I'm not speaking nonsense:)...
33
34 -Roman
35 --
36 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Missing source file in libxkbfile packge Jonathan Schaeffer <joschaeffer@×××××.com>