Greetings,
I tried to compile freeglut 3.0.0 on Solaris 10, and got a link-time error related to joystick support, the relevant messages are an attachment to this report.
My Question / Feature Request: Is there a simple way to tell cmake and thus the build process that my platform does not have supported joystick code?
It seems reasonable to have a build option to disable or make joystick support an effective NO-OP, i.e. the API is there, it just reports either "no joystick present" or "no joystick support on this platform".
Many Thanks in Advance,
Peter
BTW: 2.8.1 compiles on Solaris 10 and 11, 32-bit and 64-bit with GCC 4.9.3 and GCC 4.8.3 and the latest X11 source code. Not tested against Solaris supplied GCC or X11.