xkb building problem in the modular tree

Carlos Eduardo Rodrigues Diogenes cerdiogenes at yahoo.com.br
Sat Sep 10 16:11:50 PDT 2005


Hi,

While compiling the modular tree I get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include 
-I../include -I../include -I../include -DHAVE_DIX_CONFIG_H -Wall 
-Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing 
-D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/tmp/modular/include 
-I/usr/include/freetype2 -I../include -I../include -I../Xext 
-I../composite -I../damageext -I../xfixes -I../Xi -I../mi 
-I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -g 
-O2 -MT ddxLoad.lo -MD -MP -MF .deps/ddxLoad.Tpo -c ddxLoad.c  -fPIC 
-DPIC -o .libs/ddxLoad.o
ddxLoad.c: In function `XkbDDXCompileNamedKeymap':
ddxLoad.c:246: error: `XkbBinDirectory' undeclared (first use in this 
function)
ddxLoad.c:246: error: (Each undeclared identifier is reported only once
ddxLoad.c:246: error: for each function it appears in.)
ddxLoad.c: In function `XkbDDXCompileKeymapByNames':
ddxLoad.c:345: error: `XkbBinDirectory' undeclared (first use in this 
function)

I saw that XkbBinDirectory is declared in xkbInit.c an initialized with 
XKB_BIN_DIRECTORY. The XkbBinDirectory in ddxLoad.c:246 annd 
ddxLoad.c:345 must be substituted by XKB_BIN_DIRECTORY?

Thanks,
Carlos.



More information about the xorg mailing list