<p>On Mar 21, 2014 1:14 PM, "pplive" <<a href="mailto:p2pnet10@gmail.com">p2pnet10@gmail.com</a>> wrote:<br>
><br>
> Dear all,<br>
><br>
> I try to compile xorg according to the following instruction:<br>
><br>
> <a href="http://www.x.org/wiki/Building_the_X_Window_System/">http://www.x.org/wiki/Building_the_X_Window_System/</a><br>
><br>
> When I tried to execute "./util/modular/build.sh --clone $HOME/build",<br>
> I have received the following error information:<br>
><br>
> sis_driver.c: In function 'SiS_GetSetBIOSScratch':<br>
> sis_driver.c:14022:8: warning: 'xf86MapVidMem' is deprecated (declared<br>
> at /home/yeung/Code/xorg-code/build/include/xorg/xf86_OSproc.h:135)<br>
> [-Wdeprecated-declarations]<br>
>         base = xf86MapVidMem(pScrn->scrnIndex, VIDMEM_MMIO, 0, 0x2000);<br>
>         ^<br>
> sis_driver.c:14035:8: warning: 'xf86UnMapVidMem' is deprecated<br>
> (declared at /home/yeung/Code/xorg-code/build/include/xorg/xf86_OSproc.h:137)<br>
> [-Wdeprecated-declarations]<br>
>         xf86UnMapVidMem(pScrn->scrnIndex, base, 0x2000);<br>
>         ^<br>
> make[2]: *** [sis_driver.lo] Error 1<br>
> make[2]: Leaving directory<br>
> `/home/yeung/Code/xorg-code/src/driver/xf86-video-sis/src'<br>
> make[1]: *** [all-recursive] Error 1<br>
> make[1]: Leaving directory<br>
> `/home/yeung/Code/xorg-code/src/driver/xf86-video-sis'<br>
> make: *** [all] Error 2<br>
> build.sh: "make " failed on driver/xf86-video-sis<br>
> build.sh: error processing:  "driver/xf86-video-sis"<br>
><br>
> Can somebody provide me some hints? My system is Ubuntu 13.10.</p>
<p>Looks like the sis driver is broken right now. You almost certainly won't need it, so just edit the build.sh script and comment out xf86-video-sis. I don't have the script in front of me, but hopefully you can figure that out. Good luck!</p>

<p>Dan</p>