Hi list,
I can't compile modular xorg, stable version.
The error occurs while compiling libxkbfile :
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/
-I../include/X11/extensions/ -O2 -pipe -march=k8 -MT
cout.lo -MD -MP -MF .deps/cout.Tpo -c cout.c -fPIC -DPIC -o .libs/cout.o
cout.c:35:21: X11/Xos.h: No such file or directory
cout.c:36:22: X11/Xlib.h: No such file or directory
cout.c:37:24: X11/XKBlib.h: No such file or directory
cout.c:38:36: X11/extensions/XKBgeom.h: No such file or directory
In file included from cout.c:40:
../include/X11/extensions/XKMformat.h:32:32: X11/extensions/XKB.h: No
such file or directory
../include/X11/extensions/XKMformat.h:33:37:
X11/extensions/XKBproto.h: No such file or directory
And then the bunch of "Syntax error" "undeclared (first use in this
function)" shows up
I joined the tree output of the portage working directory. It seems to
miss some file ...
can someone help me ?
thanks a lot
Jo
/stock/portage/tmp/portage/libxkbfile-1.0.3/
|-- build-info
| `-- libxkbfile-1.0.3.ebuild
|-- distdir
| `-- libxkbfile-1.0.3.tar.bz2 -> /usr/portage/distfiles/libxkbfile-1.0.3.tar.bz2
|-- homedir
|-- temp
| |-- eclass-debug.log
| |-- elibtool.log
| |-- environment
| `-- logging
| `-- unpack.INFO
`-- work
`-- libxkbfile-1.0.3
|-- AUTHORS
|-- COPYING
|-- ChangeLog
|-- INSTALL
|-- Makefile
|-- Makefile.am
|-- Makefile.in
|-- NEWS
|-- README
|-- aclocal.m4
|-- autogen.sh
|-- config.guess
|-- config.h
|-- config.h.in
|-- config.log
|-- config.status
|-- config.sub
|-- configure
|-- configure.ac
|-- depcomp
|-- include
| `-- X11
| `-- extensions
| |-- XKBbells.h
| |-- XKBconfig.h
| |-- XKBfile.h
| |-- XKBrules.h
| |-- XKM.h
| `-- XKMformat.h
|-- install-sh
|-- libtool
|-- ltmain.sh
|-- missing
|-- src
| |-- Makefile
| |-- Makefile.am
| |-- Makefile.in
| |-- XKBfileInt.h
| |-- cout.c
| |-- cout.loT
| |-- magic
| |-- maprules.c
| |-- maprules.loT
| |-- srvmisc.c
| |-- xkbatom.c
| |-- xkbbells.c
| |-- xkbconfig.c
| |-- xkbdraw.c
| |-- xkberrs.c
| |-- xkbmisc.c
| |-- xkbout.c
| |-- xkbtext.c
| |-- xkmout.c
| `-- xkmread.c
|-- stamp-h1
|-- xkbfile.pc
`-- xkbfile.pc.in
11 directories, 59 files