xf86-video-sis fails to compile with current git
Submitted by Chris Bainbridge
Assigned to Xorg Project Team
Description
Trying to compile Xorg following instructions at http://www.x.org/wiki/Building_the_X_Window_System/ - "./util/modular/build.sh --clone ~/build" eventually fails:
sis_driver.c: In function 'SISMergedPointerMoved':
sis_driver.c:9384:13: error: too few arguments to function 'miPointerSetPosition'
miPointerSetPosition(inputInfo.pointer, Absolute, &dx, &dy);
^
In file included from /opt/xorg/include/xorg/xf86Cursor.h:6:0,
from sis.h:83,
from sis_driver.c:50:
/opt/xorg/include/xorg/mipointer.h:106:1: note: declared here
miPointerSetPosition(DeviceIntPtr pDev, int mode, double *x, double *y,
Version: git
Edited by Alan Coopersmith