Problems while compiling xorg on Ubuntu

Gaetan Nadon memsize at videotron.ca
Sat Mar 22 16:14:59 PDT 2014


On 14-03-22 06:06 PM, Felix Miata wrote:
> On 2014-03-22 16:58 (GMT-0400) Gaetan Nadon composed:
>
>> The sis driver has been unmaintained for a long time. The build.sh
>> contains pretty much all of the video drivers one may need. There are
>> about 50 of them. Most would work only with a specific video card
>> anyway. Feel free to trim the list of modules you reasonably need.
>
> To be sure, it is not broken for everyone. I have it working here with
> openSUSE X Server 1.15.0 and Z7/XG20 gfxchip.
Interesting, how does it not hit this error?

sis_driver.c: In function 'SISMergedPointerMoved':
sis_driver.c:9384:13: error: too few arguments to function 'miPointerSetPosition'

This was introduced with a server code change 21a15f9a04ec0a6c8f654eef943561e98db2475d. 
ABI level 1.19. A couple of parameters was added to the function

    ScreenPtr
    miPointerSetPosition(DeviceIntPtr pDev, int mode, double *screenx,
    - double *screeny)
    + double *screeny,
    + int *nevents, InternalEvent* events)




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20140322/e01ed158/attachment.html>


More information about the xorg-devel mailing list