Torque6 icon indicating copy to clipboard operation
Torque6 copied to clipboard

Linux build failing on missing SDL symbol X11_KeyToUnicode

Open hpvb opened this issue 8 years ago • 1 comments

$ make release64 Linking Torque6 ==== Building Torque6App (release64) ==== Linking Torque6App ../bin/libTorque6.so: undefined reference to `X11_KeyToUnicode'

There are some bugs against Torque2d as well.

hpvb avatar Feb 10 '16 02:02 hpvb

It would seem that porting to SDL2 for UNIX at least would solve this problem, as it has some facilities to convert from scancodes to unicode built in.

hpvb avatar Feb 20 '16 13:02 hpvb