Problems while compiling xorg
pplive
p2pnet10 at gmail.com
Fri Mar 21 10:41:19 PDT 2014
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.
Thanks so much!
Best regards,
Alex
More information about the xorg
mailing list