FreeSpacenav / spacenavd

Free user-space driver for 6-dof space-mice.
http://spacenav.sourceforge.net
GNU General Public License v3.0
279 stars 55 forks source link

[master] ./configure --disable-x11 fails to compile with X11/Xlib.h: No such file or directory #22

Closed hartwork closed 4 years ago

hartwork commented 4 years ago
In file included from src/dev.c:28:
src/proto_x11.h:23:10: fatal error: X11/Xlib.h: No such file or directory
   23 | #include <X11/Xlib.h>
      |          ^~~~~~~~~~~~

Probably the include to proto_x11.h in src/dev.c should be guarded by the X11 support macro.

Full log at https://708646.bugs.gentoo.org/attachment.cgi?id=612568

jtsiomb commented 4 years ago

fixed, commit: 0e7ee93

hartwork commented 4 years ago

Thank you!