I just downloaded the new 1.6.4 version, but when I try to compile the oss package I receive this an error. The complete output is listed below:
Code: Select all
mkdir -p out
gcc -O3 -D_linux_ -oout/makemkv.full -Imakemkvgui/inc -Ilibmakemkv/inc -Isstring/inc -Ilibdriveio/inc \
makemkvgui/src/aboutbox.cpp makemkvgui/src/client.cpp makemkvgui/src/dirselectbox.cpp makemkvgui/src/logic.cpp makemkvgui/src/logtext.cpp makemkvgui/src/main.cpp makemkvgui/src/nativefiledialog.cpp makemkvgui/src/mainwnd.cpp makemkvgui/src/marshall.cpp makemkvgui/src/progress.cpp makemkvgui/src/scsiinfo.cpp makemkvgui/src/settingdlg.cpp makemkvgui/src/uisync.cpp makemkvgui/src/viteminfo.cpp makemkvgui/src/backupdlg.cpp makemkvgui/src/lstring.cpp makemkvgui/src/notify.cpp makemkvgui/src/str/en_utf16.cpp makemkvgui/src/api_posix.cpp makemkvgui/src/api_linux.cpp makemkvgui/src/logic_posix.cpp makemkvgui/src/notify_linux.cpp tmp/qt_rsrc.cpp tmp/moc_mainwnd.cpp tmp/moc_logtext.cpp tmp/moc_dirselectbox.cpp tmp/moc_aboutbox.cpp tmp/moc_settingdlg.cpp tmp/moc_backupdlg.cpp sstring/src/sstring.cpp libdriveio/src/srlist.cpp \
-DHAVE_BUILDINFO_H -Itmp \
-I/usr/include/qt4 -I/usr/lib/qt4/include -L/usr/lib/qt4 -L/usr/lib/qt4/lib -lc -lstdc++ -lQtGui -lQtCore \
-lpthread -lz -lrt
/tmp/ccpBd3g3.o: In function `notifyEvent(QMainWindow*, unsigned long, char const*, QString const&)':
notify_linux.cpp:(.text+0x1d6): undefined reference to `QDBusAbstractInterface::call(QDBus::CallMode, QString const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&)'
notify_linux.cpp:(.text+0x1e3): undefined reference to `QDBusMessage::~QDBusMessage()'
/tmp/ccpBd3g3.o: In function `notifyInit()':
notify_linux.cpp:(.text+0x53d): undefined reference to `QDBusMessage::QDBusMessage()'
notify_linux.cpp:(.text+0x592): undefined reference to `QDBusConnection::sessionBus()'
notify_linux.cpp:(.text+0x5c5): undefined reference to `QDBusInterface::QDBusInterface(QString const&, QString const&, QString const&, QDBusConnection const&, QObject*)'
notify_linux.cpp:(.text+0x5d4): undefined reference to `QDBusConnection::~QDBusConnection()'
notify_linux.cpp:(.text+0x622): undefined reference to `QDBusAbstractInterface::isValid() const'
notify_linux.cpp:(.text+0x827): undefined reference to `QDBusAbstractInterface::call(QDBus::CallMode, QString const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&, QVariant const&)'
notify_linux.cpp:(.text+0x837): undefined reference to `QDBusMessage::operator=(QDBusMessage const&)'
notify_linux.cpp:(.text+0x844): undefined reference to `QDBusMessage::~QDBusMessage()'
notify_linux.cpp:(.text+0x8a8): undefined reference to `QDBusMessage::type() const'
notify_linux.cpp:(.text+0x8d6): undefined reference to `QDBusMessage::~QDBusMessage()'
notify_linux.cpp:(.text+0x95c): undefined reference to `QDBusMessage::arguments() const'
notify_linux.cpp:(.text+0xa03): undefined reference to `QDBusMessage::~QDBusMessage()'
notify_linux.cpp:(.text+0xa73): undefined reference to `QDBusMessage::~QDBusMessage()'
notify_linux.cpp:(.text+0xabd): undefined reference to `QDBusConnection::~QDBusConnection()'
collect2: ld returned 1 exit status
make: *** [out/makemkv.full] Error 1
Am I doing something wrong, or is this package broken?
Best regards,
Robert