> Yeah, it's actually written in the Wiki:
https://github.com/mcallegari/qlcplus/w ... uild-HOWTO
Got it! There is a little misstake: libmad-dev is not in the debian-repos, but libmad0-dev is.
Also, I couldn't get OLA compiled so I took the deb packages they're offering, see:
http://opendmx.net/index.php/Download_&_Install_OLA
Unfortunately, no repo-keys.
Anyway: Installed the ola-dev package, tried to build qlcplus, again and got stuck, again:
make[3]: Entering directory `/home/mitsch/src/qlcplus-4.4.0beta1/plugins/ola'
/usr/bin/uic-qt4 configureolaio.ui -o ui_configureolaio.h
g++ -c -m64 -pipe -Werror -Wno-unused-local-typedefs -O2 -Wall -W -D_REENTRANT -fPIC -DQT_WEBKIT -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I../interfaces -I. -I. -o olaio.o olaio.cpp
g++ -c -m64 -pipe -Werror -Wno-unused-local-typedefs -O2 -Wall -W -D_REENTRANT -fPIC -DQT_WEBKIT -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I../interfaces -I. -I. -o olaoutthread.o olaoutthread.cpp
olaoutthread.cpp: In member function ‘virtual bool OlaEmbeddedServer::init()’:
olaoutthread.cpp:252:5: error: ‘ola_server_options’ is not a member of ‘ola’
olaoutthread.cpp:252:29: error: expected ‘;’ before ‘options’
olaoutthread.cpp:253:5: error: ‘options’ was not declared in this scope
make[3]: *** [olaoutthread.o] Fehler 1
make[3]: Leaving directory `/home/mitsch/src/qlcplus-4.4.0beta1/plugins/ola'
make[2]: *** [sub-ola-make_default] Fehler 2
make[2]: Leaving directory `/home/mitsch/src/qlcplus-4.4.0beta1/plugins'
make[1]: *** [sub-plugins-make_default-ordered] Fehler 2
make[1]: Leaving directory `/home/mitsch/src/qlcplus-4.4.0beta1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Fehler 25
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
Don't know: Is it necessary to compile the ola-plugin for my Enttec DMX USB Pro? If yes: What to do, now?