Ubuntu Pastebin

Paste from kanti at Sun, 8 Mar 2015 03:58:52 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
kanti@kanti:~/Cockatrice/build$ make
[ 74%] Automoc for target cockatrice_common
[ 74%] Built target cockatrice_common_automoc
[ 74%] Automoc for target cockatrice_protocol
[ 74%] Built target cockatrice_protocol_automoc
[ 74%] Built target cockatrice_protocol
[ 74%] Built target cockatrice_common
[ 74%] Automoc for target cockatrice
[ 74%] Built target cockatrice_automoc
[ 74%] Building CXX object cockatrice/CMakeFiles/cockatrice.dir/src/handcounter.cpp.o
/home/kanti/Cockatrice/cockatrice/src/handcounter.cpp:2:24: fatal error: QSvgRenderer: No such file or directory
 #include <QSvgRenderer>
                        ^
compilation terminated.
make[2]: *** [cockatrice/CMakeFiles/cockatrice.dir/src/handcounter.cpp.o] Error 1
make[1]: *** [cockatrice/CMakeFiles/cockatrice.dir/all] Error 2
make: *** [all] Error 2
kanti@kanti:~/Cockatrice/build$ 
Download as text