On 11.06.09 10:57:38, Sean Tilley wrote: > I've recently been attempting to build the latest /trunk of KDE on gNewsense > for educational purposes, however after building Cmake 2.6-4, Qt 4.5.1, and > kdesupport, I am completely unable to complete building kdelibs. > > The output can be found at: http://pastebin.com/m75d12df7 > > It always fails building around 83%, right after it displays "Linking CXX > shared module ../lib/katepart.so" > > The admin on forum.kde.org (bcooksley) suggested altering the > TARGET_LINK_LIBRARIES argument for KatePart in the appropriate > CMakeLists.txt file to include the KTextEditor linking
Well thats alreadydone anyway so it won't help you in your case. Do you maybe use make with -j? In that case I suggest trying it without -j, I haven't seen any case yet where parallel builds with cmake fail - especially not when doing such simple things as in this case, but you never know... Also check wether there's a libktexteditor.so in <builddir>/lib and wether you maybe have a similar named library anywhere else on your system. Andreas -- You have taken yourself too seriously. _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
