<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I downloaded Xorg 7.0.0 (tar balls) and able to build & install successfully in a seperate directory (~/x/xorg700/modular). I was able to startx from there and everything seems fine.</DIV>
<DIV> </DIV>
<DIV>Now I have 2 issues:</DIV>
<DIV>1) Before doing any thing to my local tree, I tried to reconfigure and rebuild i810 driver. So what I did is</DIV>
<DIV>    a) cd ~/x/xorg/src/driver/xf86-video-i810*/</DIV>
<DIV>    b) autoreconf - success</DIV>
<DIV>    c) ./configure --prefix ~/x/xorg700/modular - failed</DIV>
<DIV>        This is failing with a syntax error "unexpected token RANDR".</DIV>
<DIV> </DIV>
<DIV>    Here is the log:</DIV>
<DIV><FONT color=#ff0000>    checking dependency style of gcc... (cached) gcc3<BR>    ./configure: line 19523: syntax error near unexpected token `RANDR,'<BR>    ./configure: line 19523: `XORG_DRIVER_CHECK_EXT(RANDR, randrproto)'<BR></FONT></DIV>
<DIV> </DIV>
<DIV>2) So to avoid the first issue, I commented the below 4 lines in configure.ac just to move forward:</DIV>
<DIV>    # Checks for extensions<BR><FONT color=#ff0000>    #XORG_DRIVER_CHECK_EXT(RANDR, randrproto)<BR>    #XORG_DRIVER_CHECK_EXT(RENDER, renderproto)<BR>    #XORG_DRIVER_CHECK_EXT(XF86DRI, xextproto x11)<BR>    #XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)</FONT><BR></DIV>
<DIV>    I re-ran autoreconf which is success. And ./configure --prefix failed while checking package requirements: See log         below:</DIV>
<DIV> </DIV>
<DIV><FONT color=#ff0000>    >>>> LOG START</FONT></DIV>
<DIV><FONT color=#ff0000>    checking for XORG... configure: error: Package requirements (xorg-server xproto<BR>    xvmc fontsproto ) were not met:<BR> <BR>    No package 'xorg-server' found<BR> <BR>    Consider adjusting the PKG_CONFIG_PATH environment variable if you<BR>    installed software in a non-standard prefix.<BR> <BR>    Alternatively, you may set the environment variables XORG_CFLAGS<BR>    and XORG_LIBS to avoid the need to call pkg-config.<BR>    See the pkg-config man page for more details.<BR>    <<<<<<< LOG END</FONT></DIV>
<DIV> </DIV>
<DIV>    But the package xorg-server is installed when I first build the whole tree. I checked the files in ~/x/xorg700/modular/lib/pkgconfig and xorg-server.pc is there. Why the pkgconfig isn't able to see this?</DIV>
<DIV> </DIV>
<DIV>Can anyone tell me what I am missing here? Any help is appreciated.</DIV>
<P> </P>
<DIV><FONT color=#000000>-C</FONT></DIV></div></body></html>