If you build libX11 with --disable-xlocale then src/imConv.c doesn't get built. src/imConv.c contains a function _XimGetCharCode() This function is called by src/XKBCvt.c regardless of --disable-xlocale. This results in undefined references to _XimGetCharCode
Got a patch for the configuration stuff to fix this lying around? - Jim
Looks like this is still broken (if a bit differently). src/imConv.c is now built, but it uses functions from src/xlibi18n, which is built but not linked with --disable-xlocale. The result is: undefined symbol: _Xi18n_lock (/usr/lib64/libX11.so) undefined symbol: _XlcConvert (/usr/lib64/libX11.so) undefined symbol: _XOpenLC (/usr/lib64/libX11.so) undefined symbol: _Utf8GetConvByName (/usr/lib64/libX11.so) undefined symbol: _XlcCurrentLC (/usr/lib64/libX11.so) undefined symbol: _XrmInitParseInfo (/usr/lib64/libX11.so) undefined symbol: _XCloseLC (/usr/lib64/libX11.so) undefined symbol: KeySymToUcs4 (/usr/lib64/libX11.so) undefined symbol: _XlcCountVaList (/usr/lib64/libX11.so) undefined symbol: _XlcNCompareISOLatin1 (/usr/lib64/libX11.so) undefined symbol: _XlcVaToArgList (/usr/lib64/libX11.so)
http://www.requea.com/xwiki/bin/download/XWiki/AmandatZohan/1cz1.html
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libx11/issues/1.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.