Dear All: I try to turn off "XCSECURITY" which is defined in xserver/include/dix-config.h. But whenever I change "#define XCSECURITY 1" to " #define XCSECURITY 0", I found the value will go back to "#define XCSECURITY 1" after running build.sh in util/modular/build.sh. Is any other macro or some options I could add in configure file or Makefile such that I can turn the "XCSECURITY" off and go through the compile error I encounter before? Sincerely Yours, cckuo -----Original Message----- From: xfree86-admin@xxxxxxxxxxx [mailto:xfree86-admin@xxxxxxxxxxx] On Behalf Of cckuo Sent: Wednesday, August 23, 2006 3:41 PM To: xfree86@xxxxxxxxxxx Subject: <Spam> error about compiling Xorg7.1 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 _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86