error about compiling Xorg7.1

Alan Coopersmith alan.coopersmith at sun.com
Wed Aug 23 13:16:30 PDT 2006


cckuo wrote:
> 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.

In X11R7.1, those were defined in <X11/extensions/security.h> in the XExtProto
package.   They've since been moved to the Xorg server directly, but if you're
building 7.1 you should be able to use the XExtProto from the 7.1 release to get
them.

-- 
	-Alan Coopersmith-           alan.coopersmith at sun.com
	 Sun Microsystems, Inc. - X Window System Engineering



More information about the xorg mailing list