error about compiling Xorg7.1
"cckuo" <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <003601c6c687$5ec7e100$5d62a8c0@sofia> |
Dear X friends: I download the Xserver7.1 from the http://ftp.x.org/pub/X11R7.1/src/xserver/ After producing Makefile by typing "configure", I found the error message says extension.c:234: error: "UntrustedProcVector" undeclared (first use in this function) extension.c:234: error: (Each undeclared identifier is reported only once extension.c:234: error: for each function it appears in.) extension.c:235: error: "SwappedUntrustedProcVector"undeclared (first use in this function) make[1]: *** [extension.lo] Error 1 make[1]: Leaving directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/dix' make: *** [all-recursive] Error 1 I grep both the "UntrustedProcVector" and " SwappedUntrustedProcVector", and I found it was defined in Xext/Security.c. Should I add some compiling options or download additional files to compile? Sincerely Yours, cckuo
make.log
(application/octet-stream, 2.9 KB)
Making all in doc make[1]: Entering directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/doc' make all-am make[2]: Entering directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/doc' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/doc' make[1]: Leaving directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/doc' Making all in include make[1]: Entering directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/include' make all-am make[2]: Entering directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/include' make[2]: Leaving directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/include' make[1]: Leaving directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/include' Making all in dix make[1]: Entering directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/dix' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I../include -I../include -I../include -I../include -I../include -I../Xprint -DHAVE_DIX_CONFIG_H -DXFree86Server -DXFree86LOADER -DVENDOR_STRING=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((7) * 10000000) + ((1) * 100000) + ((0) * 1000) + 0)" -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../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 extension.lo -MD -MP -MF ".deps/extension.Tpo" -c -o extension.lo extension.c; \ then mv -f ".deps/extension.Tpo" ".deps/extension.Plo"; else rm -f ".deps/extension.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I../include -I../include -I../include -I../include -I../include -I../Xprint -DHAVE_DIX_CONFIG_H -DXFree86Server -DXFree86LOADER "-DVENDOR_STRING=\"The X.Org Foundation\"" "-DVENDOR_RELEASE=(((7) * 10000000) + ((1) * 100000) + ((0) * 1000) + 0)" -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../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 extension.lo -MD -MP -MF .deps/extension.Tpo -c extension.c -fPIC -DPIC -o .libs/extension.o extension.c: In function ‘DeclareExtensionSecurity’: extension.c:234: error: ‘UntrustedProcVector’ undeclared (first use in this function) extension.c:234: error: (Each undeclared identifier is reported only once extension.c:234: error: for each function it appears in.) extension.c:235: error: ‘SwappedUntrustedProcVector’ undeclared (first use in this function) make[1]: *** [extension.lo] Error 1 make[1]: Leaving directory `/mnt/hdc/cckuo/Xorg/7.1/xserver/dix' make: *** [all-recursive] Error 1