Advertisement
Guest User

Untitled

a guest
Feb 1st, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. Log started at: Sat 2 Feb 01:22:53 UTC 2019
  2.  
  3. RetroPie-Setup version: 4.4.5 (ac06bc69)
  4. System: Linux retropie 4.14.50-v7+ #1 SMP Wed Jun 20 20:40:02 UTC 2018 armv7l GNU/Linux
  5.  
  6. = = = = = = = = = = = = = = = = = = = = =
  7. Installing dependencies for 'openbor-3400' : OpenBOR - Beat 'em Up Game Engine v3400 (unsupported!)
  8. = = = = = = = = = = = = = = = = = = = = =
  9.  
  10. RetroPie module references libpng12-dev and should be changed to libpng-dev
  11. /home/pi/RetroPie-Setup/tmp/build/openbor-3400 /home/pi
  12.  
  13. = = = = = = = = = = = = = = = = = = = = =
  14. Getting sources for 'openbor-3400' : OpenBOR - Beat 'em Up Game Engine v3400 (unsupported!)
  15. = = = = = = = = = = = = = = = = = = = = =
  16.  
  17. git clone --recursive --depth 1 "https://github.com/crcerror/OpenBOR-3400.git" "/home/pi/RetroPie-Setup/tmp/build/openbor-3400"
  18. Cloning into '/home/pi/RetroPie-Setup/tmp/build/openbor-3400'...
  19. HEAD is now in branch 'master' at commit '921c8e3205bbb01fe7c200d45fc0a519f5f7653b'
  20. /home/pi
  21. /home/pi/RetroPie-Setup/tmp/build/openbor-3400 /home/pi
  22.  
  23. = = = = = = = = = = = = = = = = = = = = =
  24. Building 'openbor-3400' : OpenBOR - Beat 'em Up Game Engine v3400 (unsupported!)
  25. = = = = = = = = = = = = = = = = = = = = =
  26.  
  27.  
  28. Removing All Files...
  29. Done!
  30.  
  31. Compiling Port: openbor.c...
  32. Compiling Port: data.c...
  33. cc -O2 -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -ftree-vectorize -funsafe-math-optimizations -Isdl -I. -Isource -Isource/adpcmlib -Isource/gamelib -Isource/preprocessorlib -Isource/randlib -Isource/scriptlib -Isource/pnglib -Isource/pcxlib -Isource/gfxlib -I/include -I/include/SDL -Wall -Werror -fsigned-char -fno-ident -freorder-blocks -DSDL -DOV_EXCLUDE_STATIC_CALLBACKS -DOPENGL -DLOADGL -c openbor.c -o openbor.o
  34. cc -O2 -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -ftree-vectorize -funsafe-math-optimizations -Isdl -I. -Isource -Isource/adpcmlib -Isource/gamelib -Isource/preprocessorlib -Isource/randlib -Isource/scriptlib -Isource/pnglib -Isource/pcxlib -Isource/gfxlib -I/include -I/include/SDL -Wall -Werror -fsigned-char -fno-ident -freorder-blocks -DSDL -DOV_EXCLUDE_STATIC_CALLBACKS -DOPENGL -DLOADGL -c data.c -o data.o
  35. openbor.c: In function ‘savesettings’:
  36. openbor.c:1288:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  37. int disCcWarns;
  38. ^~~~~~~~~~
  39. openbor.c: In function ‘saveasdefault’:
  40. openbor.c:1303:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  41. int disCcWarns;
  42. ^~~~~~~~~~
  43. openbor.c: In function ‘loadsettings’:
  44. openbor.c:1317:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  45. int disCcWarns;
  46. ^~~~~~~~~~
  47. openbor.c: In function ‘loadfromdefault’:
  48. openbor.c:1339:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  49. int disCcWarns;
  50. ^~~~~~~~~~
  51. openbor.c: In function ‘saveGameFile’:
  52. openbor.c:1374:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  53. int disCcWarns;
  54. ^~~~~~~~~~
  55. openbor.c: In function ‘loadGameFile’:
  56. openbor.c:1391:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  57. int disCcWarns;
  58. ^~~~~~~~~~
  59. openbor.c: In function ‘saveHighScoreFile’:
  60. openbor.c:1412:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  61. int disCcWarns;
  62. ^~~~~~~~~~
  63. openbor.c: In function ‘loadHighScoreFile’:
  64. openbor.c:1427:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  65. int disCcWarns;
  66. ^~~~~~~~~~
  67. openbor.c: In function ‘saveScriptFile’:
  68. openbor.c:1445:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  69. int disCcWarns;
  70. ^~~~~~~~~~
  71. openbor.c: In function ‘loadScriptFile’:
  72. openbor.c:1481:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  73. int disCcWarns;
  74. ^~~~~~~~~~
  75. openbor.c: In function ‘lifebar_colors’:
  76. openbor.c:2021:4: error: typedef ‘lifebar_txt_commands’ locally defined but not used [-Werror=unused-local-typedefs]
  77. } lifebar_txt_commands;
  78. ^~~~~~~~~~~~~~~~~~~~
  79. Compiling Port: openborscript.c...
  80. cc -O2 -march=armv8-a+crc -mtune=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -ftree-vectorize -funsafe-math-optimizations -Isdl -I. -Isource -Isource/adpcmlib -Isource/gamelib -Isource/preprocessorlib -Isource/randlib -Isource/scriptlib -Isource/pnglib -Isource/pcxlib -Isource/gfxlib -I/include -I/include/SDL -Wall -Werror -fsigned-char -fno-ident -freorder-blocks -DSDL -DOV_EXCLUDE_STATIC_CALLBACKS -DOPENGL -DLOADGL -c openborscript.c -o openborscript.o
  81. openborscript.c: In function ‘openbor_openfilestream’:
  82. openborscript.c:6467:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  83. int disCcWarns;
  84. ^~~~~~~~~~
  85. openborscript.c: In function ‘openbor_savefilestream’:
  86. openborscript.c:6781:6: error: variable ‘disCcWarns’ set but not used [-Werror=unused-but-set-variable]
  87. int disCcWarns;
  88. ^~~~~~~~~~
  89. openborscript.c: In function ‘openbor_getlevelproperty’:
  90. openborscript.c:9504:4: error: typedef ‘prop_enum’ locally defined but not used [-Werror=unused-local-typedefs]
  91. } prop_enum;
  92. ^~~~~~~~~
  93. openbor.c: In function ‘set_model_ex’:
  94. openbor.c:12096:15: error: variable ‘animpos’ set but not used [-Werror=unused-but-set-variable]
  95. int animnum, animpos;
  96. ^~~~~~~
  97. openbor.c:12096:6: error: variable ‘animnum’ set but not used [-Werror=unused-but-set-variable]
  98. int animnum, animpos;
  99. ^~~~~~~
  100. openbor.c: In function ‘checkdeath’:
  101. openbor.c:12922:10: error: variable ‘item’ set but not used [-Werror=unused-but-set-variable]
  102. entity *item;
  103. ^~~~
  104. openbor.c: In function ‘didfind_item’:
  105. openbor.c:15494:41: error: self-comparison always evaluates to false [-Werror=tautological-compare]
  106. if(self->weapent->modeldata.shootnum > self->weapent->modeldata.shootnum)
  107. ^
  108. openbor.c: In function ‘fade_out’:
  109. openbor.c:18725:17: error: variable ‘thepal’ set but not used [-Werror=unused-but-set-variable]
  110. unsigned char *thepal = NULL;
  111. ^~~~~~
  112. cc1: all warnings being treated as errors
  113. Makefile:240: recipe for target 'openborscript.o' failed
  114. make: *** [openborscript.o] Error 1
  115. make: *** Waiting for unfinished jobs....
  116. cc1: all warnings being treated as errors
  117. Makefile:240: recipe for target 'openbor.o' failed
  118. make: *** [openbor.o] Error 1
  119. /home/pi
  120. Could not successfully build openbor-3400 - OpenBOR - Beat 'em Up Game Engine v3400 (unsupported!) (/home/pi/RetroPie-Setup/tmp/build/openbor-3400/OpenBOR not found).
  121.  
  122. Log ended at: Sat 2 Feb 01:23:55 UTC 2019
  123. Total running time: 0 hours, 1 mins, 2 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement