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: devel-admin@xxxxxxxxxxx [mailto:devel-admin@xxxxxxxxxxx] On Behalf Of cckuo Sent: Wednesday, August 23, 2006 3:40 PM To: devel@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 _______________________________________________ Devel mailing list Devel@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/devel