Ubuntu Pastebin

Paste from mcphail at Thu, 9 Jul 2015 17:13:05 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
ubuntu@beast:~/hw/hedgewars-src-0.9.21$ make
[  2%] Built target physlayer
[  2%] Building Pascal object hedgewars/CMakeFiles/hwengine.dir/hwengine.o
uRender.pas(81,11) Error: Forward declaration not solved "CreateFramebuffer(var LongWord,var LongWord,var LongWord);"
uRender.pas(82,11) Error: Forward declaration not solved "DeleteFramebuffer(var LongWord,var LongWord,var LongWord);"
uRender.pas(1740) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcarm returned an error exitcode (normal if you did not specify a source file to be compiled)
hedgewars/CMakeFiles/hwengine.dir/build.make:120: recipe for target 'hedgewars/CMakeFiles/hwengine.dir/hwengine.o' failed
make[2]: *** [hedgewars/CMakeFiles/hwengine.dir/hwengine.o] Error 1
CMakeFiles/Makefile2:187: recipe for target 'hedgewars/CMakeFiles/hwengine.dir/all' failed
make[1]: *** [hedgewars/CMakeFiles/hwengine.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
Download as text