On Mar 21, 2014 1:14 PM, "pplive" <p2pne...@gmail.com> wrote:
>
> Dear all,
>
> I try to compile xorg according to the following instruction:
>
> http://www.x.org/wiki/Building_the_X_Window_System/
>
> When I tried to execute "./util/modular/build.sh --clone $HOME/build",
> I have received the following error information:
>
> sis_driver.c: In function 'SiS_GetSetBIOSScratch':
> sis_driver.c:14022:8: warning: 'xf86MapVidMem' is deprecated (declared
> at /home/yeung/Code/xorg-code/build/include/xorg/xf86_OSproc.h:135)
> [-Wdeprecated-declarations]
>         base = xf86MapVidMem(pScrn->scrnIndex, VIDMEM_MMIO, 0, 0x2000);
>         ^
> sis_driver.c:14035:8: warning: 'xf86UnMapVidMem' is deprecated
> (declared at
/home/yeung/Code/xorg-code/build/include/xorg/xf86_OSproc.h:137)
> [-Wdeprecated-declarations]
>         xf86UnMapVidMem(pScrn->scrnIndex, base, 0x2000);
>         ^
> make[2]: *** [sis_driver.lo] Error 1
> make[2]: Leaving directory
> `/home/yeung/Code/xorg-code/src/driver/xf86-video-sis/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/yeung/Code/xorg-code/src/driver/xf86-video-sis'
> make: *** [all] Error 2
> build.sh: "make " failed on driver/xf86-video-sis
> build.sh: error processing:  "driver/xf86-video-sis"
>
> Can somebody provide me some hints? My system is Ubuntu 13.10.

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!

Dan
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Reply via email to