You are here

Add new comment

Thanks for your reply. I did it as you told.
But unfortunately it ran in a similar way. Configure only as root. And make exits with an error message. But as a difference, this time 5 more lines beginning with "g++" came through before the error. (Maybe it's the still the same as before, though, as another try with "make" shows the same shortened output as mentioned in my initial post. So I guess it just foregoes the processes already finished in the first instance).

This is the full output:

user@linux-frx0:~/make/drumkv1-0.9.7> make
Info: creating stash file /home/user/make/drumkv1-0.9.7/.qmake.stash
make[1]: Entering directory '/home/user/make/drumkv1-0.9.7'
cd src/ && ( test -e Makefile.src_core || /usr/bin/qmake-qt5 -o Makefile.src_core /home/user/make/drumkv1-0.9.7/src/src_core.pro ) && make -f Makefile.src_core
make[2]: Entering directory '/home/user/make/drumkv1-0.9.7/src'
g++ -c -pipe -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I.moc_core -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj_core/drumkv1.o drumkv1.cpp
g++ -c -pipe -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I.moc_core -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj_core/drumkv1_config.o drumkv1_config.cpp
g++ -c -pipe -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I.moc_core -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj_core/drumkv1_formant.o drumkv1_formant.cpp
g++ -c -pipe -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I.moc_core -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj_core/drumkv1_resampler.o drumkv1_resampler.cpp
g++ -c -pipe -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I.moc_core -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj_core/drumkv1_sample.o drumkv1_sample.cpp
g++ -c -pipe -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I.moc_core -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj_core/drumkv1_wave.o drumkv1_wave.cpp
g++ -c -pipe -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtCore -I.moc_core -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj_core/drumkv1_param.o drumkv1_param.cpp
drumkv1_param.cpp:27:10: fatal error: QDomDocument: No such file or directory
#include
^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile.src_core:475: .obj_core/drumkv1_param.o] Error 1
make[2]: Leaving directory '/home/user/make/drumkv1-0.9.7/src'
make[1]: *** [drumkv1.mak:45: sub-src-src_core-pro-make_first] Error 2
make[1]: Leaving directory '/home/user/make/drumkv1-0.9.7'
make: *** [Makefile:128: core] Error 2