On Tue, Apr 13, 2004 at 01:24:08PM +0200, Peter Eschler wrote: > If you don't mind heres's another trick ;-)
I don't mind at all, the screenshots are so attractive that I do want to give LDRUM a try :) > Hopefully this time it will do what it's meant for... > Replace the two lines (25 and 35) in paramtooltip.h with: > > t = (_param->name() + ": " + _param->toString()).c_str(); Ok, this one works, but it fails soon after for the same kind of reason I think : make[3]: Entering directory `/home2/al/ldrum-0.6.0/gui' g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.2.3/mkspecs/default -I. -I../widgets -I../engine -I/usr/lib/qt-3.2.3/include -I/usr/X11R6/include -o channelui.o channelui.cpp channelui.cpp: In member function `virtual void ldrumgui::ChannelUI::notify(ldrum::Subject*)': channelui.cpp:211: error: no matching function for call to `QFileInfo:: QFileInfo(std::string&)' /usr/lib/qt-3.2.3/include/qfileinfo.h:67: error: candidates are: QFileInfo::QFileInfo(const QFileInfo&) /usr/lib/qt-3.2.3/include/qfileinfo.h:65: error: QFileInfo::QFileInfo(const QDir&, const QString&) /usr/lib/qt-3.2.3/include/qfileinfo.h:63: error: QFileInfo::QFileInfo(const QFile&) /usr/lib/qt-3.2.3/include/qfileinfo.h:62: error: QFileInfo::QFileInfo(const QString&) /usr/lib/qt-3.2.3/include/qfileinfo.h:61: error: QFileInfo::QFileInfo() channelui.cpp: In member function `void ldrumgui::ChannelUI::onBtnLoadSampleClicked()': channelui.cpp:331: error: no matching function for call to `ldrum::Ldrum:: executeLoadSample(int, QString&)' ../engine/ldrum.h:198: error: candidates are: bool ldrum::Ldrum::executeLoadSample(unsigned char, const std::string&) make[3]: *** [channelui.o] Error 1 make[3]: Leaving directory `/home2/al/ldrum-0.6.0/gui' make[2]: *** [gui] Error 2 make[2]: Leaving directory `/home2/al/ldrum-0.6.0/gui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home2/al/ldrum-0.6.0' make: *** [all] Error 2 > Just to find the reason for this, could you please tell me the version > of your gcc compiler? Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.3/specs Configured with: ../gcc-3.3.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 3.3.3 I had a look at your C++ wrapper for JACK, it's a good thing to provide it as a separate package. I'll try to use this for a little project I'm working on.
