On Fri, Jan 9, 2009 at 4:10 AM, D. Michael McIntyre
<[email protected]> wrote:
> Now I have an official core dump too.  I feel special.  The intersting part of
> it is:
>
> <unknown program name>(8835)/ KLocalizedStringPrivate::substituteSimple: "0
> [...]
> instead of 1 arguments to message {C%1} supplied before conversion."

I don't get that message here, and have no idea what it means.

> Rosegarden::RosegardenGUIApp::slotSequencerExited()

I wonder why slotSequencerExited is being called?  We're no longer
supposed to be starting the sequencer -- it's in-process.  Oh well,
that's the least of our worries.

> ActionFileClient::createGUI: ERROR: Failed to load action file

This one means that the CMake build hasn't been updated to build in
the resource file yet.  It needs to do "rcc data/data.qrc >
data.data.cpp", then build data.cpp to data.o and link that into the
executable.  qt4-makefile does this, but if it doesn't link...

Are you sure the linkage problems weren't just down to some KDE
library not being linked in by qt4-makefile?  Check out the
-lkde<whatever>s you get in the link command from CMake and see
whether any of them are missing from qt4-makefile.  It may be that
newer distros have a dependency recorded in the library itself that's
missing in older versions.

> #0  0xb6ed48eb in QPixmap::operator= () from /usr/lib/libQtGui.so.4
> #1  0x0826751f in Rosegarden::TransportDialog::TransportDialog
> (this=0x8974010, parent=0x894b010, name=0x0, fla...@0xbfbba6b8)
>    at /home/silvan/SVN/qt4/src/gui/dialogs/TransportDialog.cpp:180

I committed a fix for that one this morning -- but don't worry, it
just leads into another one.


Chris

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to