Hi,
I'm trying to build Qt-Creator on Tiny Core 5.4. I've followed the instructions found here:
http://www.m-opensolutions.com/?p=600http://www.m-opensolutions.com/?p=622with updates to the scripts to use newer versions of the sources (qt-everywhere-opensource-src-5.3.2.tar.gz and qt-creator-opensource-src-3.2.1.tar.gz).
After building, Qt Creator won't run without "-noload Welcome" on the command line. Which is fine. But the keyboard doesn't work.
Output in the terminal looks like this:
tc@box:~/build/qt-creator-opensource-src-3.2.1/bin$ ./qtcreator.sh -noload Welcome
xkbcommon: ERROR: failed to add default include path auto
Qt: Failed to create XKB context!
Use QT_XKB_CONFIG_ROOT environmental variable to provide an additional search path, add ':' as separator to provide several search paths and/or make sure that XKB configuration data directory contains recent enough contents, to update please see http://cgit.freedesktop.org/xkeyboard-config/ .
Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
tc@box:~/build/qt-creator-opensource-src-3.2.1/bin$
Does anyone know how to solve the keyboard issue?
Thanks!