Ubuntu Pastebin

Paste from codfection at Mon, 23 May 2016 07:17:31 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
make
cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/codfection/Downloads/debugger/src/src.pro -o Makefile ) && make -f Makefile 
make[1]: Entering directory '/home/codfection/Downloads/debugger/src'
/usr/lib/x86_64-linux-gnu/qt5/bin/qmake -o Makefile src.pro
Project ERROR: Unknown module(s) in QT: xmlpatterns
Makefile:440: recipe for target 'Makefile' failed
make[1]: *** [Makefile] Error 3
make[1]: Leaving directory '/home/codfection/Downloads/debugger/src'
Makefile:43: recipe for target 'sub-src-make_first' failed
make: *** [sub-src-make_first] Error 2
Download as text