On Mon, Apr 12, 2010 at 2:37 PM, lux-integ <lux-in...@btconnect.com> wrote:
> CMakeFiles/kcm_keyboard_layout.dir/x11helper.o: In function
> `X11Helper::registerForNewDeviceEvent(_XDisplay*)':
> $SOURCES/kdebase-workspace-4.4.2/kcontrol/kxkb/x11helper.cpp:413: undefined
> reference to `_XiGetDevicePresenceNotifyEvent'
> $SOURCES/kdebase-workspace-4.4.2/kcontrol/kxkb/x11helper.cpp:414: undefined
> reference to `XSelectExtensionEvent'
> CMakeFiles/kcm_keyboard_layout.dir/x11helper.o: In function
> `X11Helper::isNewDeviceEvent(_XEvent*)':
> $SOURCES/kdebase-workspace-4.4.2/kcontrol/kxkb/x11helper.cpp:388: undefined
> reference to `XListInputDevices'
> $SOURCES/kdebase-workspace-4.4.2/kcontrol/kxkb/x11helper.cpp:399: undefined
> reference to `XFreeDeviceList'
Hmm... You might want to try this:

ln -sfv $XORG_PREFIX/lib/libXi.so /usr/lib

CMAKE, unfountrantly, always assumes that X.org is in /usr, and you
have to satisfy it.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--------------

"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to