[Spice-devel] qxl fails to build on OpenSUSE 12.3

Erik Lotspeich erik at lotspeich.org
Tue Aug 6 09:00:05 PDT 2013


Hi,

The qxl driver fails to build on OpenSUSE 12.3 with the following error.
Incidentally, it also fails to build on CentOS 5.3 with a different error.

I don't have much experience with X development. Does anyone have any
pointers?

Thanks,

Erik

# make
make  all-recursive
make[1]: Entering directory `/usr/src/compile/xf86-video-qxl-0.0.17'
Making all in src
make[2]: Entering directory `/usr/src/compile/xf86-video-qxl-0.0.17/src'
Making all in uxa
make[3]: Entering directory `/usr/src/compile/xf86-video-qxl-0.0.17/src/uxa'
  CC     uxa.lo
uxa.c: In function 'uxa_close_screen':
uxa.c:434:30: warning: assignment from incompatible pointer type
[enabled by default]
uxa.c:450:2: warning: passing argument 1 of 'pScreen->CloseScreen' makes
pointer from integer without a cast [enabled by default]
uxa.c:450:2: note: expected 'ScreenPtr' but argument is of type 'int'
uxa.c:450:2: error: too many arguments to function 'pScreen->CloseScreen'
uxa.c: In function 'uxa_driver_init':
uxa.c:540:22: warning: assignment from incompatible pointer type
[enabled by default]
uxa.c:561:41: warning: assignment from incompatible pointer type
[enabled by default]
uxa.c:562:30: warning: assignment from incompatible pointer type
[enabled by default]
make[3]: *** [uxa.lo] Error 1
make[3]: Leaving directory `/usr/src/compile/xf86-video-qxl-0.0.17/src/uxa'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/compile/xf86-video-qxl-0.0.17/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/compile/xf86-video-qxl-0.0.17'
make: *** [all] Error 2


More information about the Spice-devel mailing list