On 01/04/2010 09:26 AM, Dan Nicholson wrote: > > Two things affect XKeysymToKeycode: > > $includedir/X11/keysymdef.h (built into libX11 as a hash table) > $datadir/X11/XKeysymDB (cached at runtime) > > You could try moving XKeysymDB out of the way, or try building you're > own Xlib for testing. Pull xproto (for the newest keysymdef.h) and > libX11 and build them --prefix=$HOME (or somewhere else) making sure > to set PKG_CONFIG_PATH=$HOME/lib/pkgconfig:$HOME/share/pkgconfig so > that the new xproto is picked up. Then run your app with > LD_LIBRARY_PATH=$HOME/lib and see if you still see errors. > > -- > Dan
Thanks for the post Dan. I tried both of these, removing XKeysymDB and rebuilding libX11. Unfortunately, neither of these worked. I get the same errors. The version I downloaded was more recent that the version which comes with fedora 11. > _______________________________________________ > xorg mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/xorg _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
