On Fri, Jan 9, 2009 at 3:43 AM, D. Michael McIntyre <[email protected]> wrote: > It builds here, but fails to link. Everything is all about i18n. Thousands > of these and cousins: > > /home/me/SVN/qt4/src/gui/application/main.cpp:460: undefined reference to > `KLocalizedString::~KLocalizedString()'
In case you do consider trying the qt4-makefile build again, try looking in all the libraries and see what you find. For example: $ cd /usr/lib # wherever your kde4 libraries are $ for x in libkde*.so.*.*.* ; do if objdump -T $x | grep KLocalizedString | grep -q text ; then echo $x ; fi ; done libkdecore.so.5.1.0 libkdeui.so.5.1.0 $ Anything in there that is _not_ kdeui or kdecore, try adding to line 48 of qt4-makefile. Well, it's worth a go... Chris ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
