merge / xf86-input-tslib

X.org tslib input driver
MIT License
7 stars 2 forks source link

./configure fails against: unexpected token `RANDR,' #9

Closed JacekJaworski closed 6 years ago

JacekJaworski commented 6 years ago

Hi I try to compile xf86-input-tslib, but it failed. I try execute autogen.sh and it fail with suggestion to instal sudo apt-get install xutils-dev I did this. Next I invoke ./configure and it failed with following message:

./configure: line 18549: syntax error near unexpected token RANDR,' ./configure: line 18549:XORG_DRIVER_CHECK_EXT(RANDR, randrproto)'

What I am supposed to do?!? Rasbian is fully updated... thanks and best regards Jacek

JacekJaworski commented 6 years ago

The solution was: sudo apt-get install xorg-dev Then: autogen-clean.sh autogen.sh configure and then it woks, and I be able to compile...

alegator-cs commented 1 year ago

This issue was helpful while building SVGA3D: https://mesa-docs.readthedocs.io/en/latest/vmware-guest.html I had a similar error for xf86-video-vmware, during the autogen step, and installing xorg-dev, then cloning a fresh repository for xf86-video-vmware, allowed the installation to complete.