On Fri, Mar 12, 2010 at 7:08 AM, William Immendorf <will.immendorf@xxxxxxxxx> wrote: > Linking CXX shared library ../lib/libkdeui.so > CMakeFiles/kdeui.dir/kernel/kapplication.o: In function > `KApplication::~KApplication()': > kapplication.cpp:(.text+0x12d9): undefined reference to `IceSetIOErrorHandler' > CMakeFiles/kdeui.dir/kernel/kapplication.o: In function > `KApplication::~KApplication()': > kapplication.cpp:(.text+0x1599): undefined reference to `IceSetIOErrorHandler' > CMakeFiles/kdeui.dir/kernel/kapplication.o: In function > `KApplication::~KApplication()': > kapplication.cpp:(.text+0x1699): undefined reference to `IceSetIOErrorHandler' > CMakeFiles/kdeui.dir/kernel/kapplication.o: In function > `KApplication::enableSessionManagement()': > kapplication.cpp:(.text+0x6e3): undefined reference to `IceFlush' I've fixed it myself by linking /opt/X11/lib/libICE.so to /usr/lib using a ln command. This is more of a CMAKE issue, as it should find libICE even if it's not located in /usr. I'll report this to CMAKE upstream. -- 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 ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.