problem of compiling Xgl

Chong, Weiliang weiliang.chong at intel.com
Fri Sep 29 18:36:09 PDT 2006


Hi all,

 

Is there any one who has compiled Xgl? I met some problems with the

compiling.

 

My step is following,

 

         $ git-clone git://anongit.freedesktop.org/xorg/xserver

$ cd xserver

$./autogen.sh --prefix=/opt/X11R7 --enable-xgl --enable-xglx

--with-mesa-source=/path/to/mesa

$make

 

Then, I got the error,

         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)

 

I see the function is in "xcsecurity", so I add option
--disable-xcsecurity

But another error appeared,

libxgl.a(xglscreen.o): In function
`xglScreenInit':/home/veelion/xserver/hw/xgl/xglscreen.c:155: undefined
reference to `fbSetVisualTypesAndMasks'

:/home/veelion/xserver/hw/xgl/xglscreen.c:182: undefined reference to
`fbSetVisualTypesAndMasks'

 

Is my options for autogen.sh right? Is there any other options to build
Xgl?

 

Thanks,

-Veelion

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20060930/117e7820/attachment.html>


More information about the xorg mailing list