Guest User

Gzdoom

a guest
Jul 13th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.08 KB | None | 0 0
  1. [root@localhost build]# make
  2. [ 4%] Built target lzma
  3. [ 15%] Built target re2c
  4. [ 15%] Built target lemon
  5. [ 16%] Built target zipdir
  6. [ 16%] Built target arithchk
  7. [ 16%] Built target qnan
  8. [ 17%] Built target gdtoa
  9. src/gitinfo.h is up to date at commit g4.5pre-69-g6e7920993.
  10. [ 17%] Built target revision_check
  11. [ 17%] Linking CXX executable ../gzdoom
  12. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::SWRenderLine::IsSolid() const':
  13. r_all.cpp:(.text+0xfc48): undefined reference to `skyflatnum'
  14. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::SWRenderLine::IsDoorClosed() const':
  15. r_all.cpp:(.text+0xfdb8): undefined reference to `skyflatnum'
  16. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::SWRenderLine::IsInvisibleLine() const':
  17. r_all.cpp:(.text+0x10370): undefined reference to `skyflatnum'
  18. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::SWRenderLine::ShouldMarkCeiling() const':
  19. r_all.cpp:(.text+0x10b14): undefined reference to `skyflatnum'
  20. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::SWRenderLine::SetTextures()':
  21. r_all.cpp:(.text+0x10d0c): undefined reference to `skyflatnum'
  22. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o:r_all.cpp:(.text+0x10d7c): more undefined references to `skyflatnum' follow
  23. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderSkyPlane::RenderSkyPlane(swrenderer::RenderThread*)':
  24. r_all.cpp:(.text+0x147e0): undefined reference to `r_skymode'
  25. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::VisiblePlaneList::FindPlane(secplane_t const&, FTextureID, int, bool, double, bool, FTransform const&, int, FSectorPortal*, FDynamicColormap*, swrenderer::Fake3DOpaque::Type, int)':
  26. r_all.cpp:(.text+0x15a74): undefined reference to `skyflatnum'
  27. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderOpaquePass::FakeFlat(sector_t*, sector_t*, int*, int*, seg_t*, int, int, double, double)':
  28. r_all.cpp:(.text+0x16e5c): undefined reference to `skyflatnum'
  29. /usr/bin/ld: r_all.cpp:(.text+0x17278): undefined reference to `skyflatnum'
  30. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderParticle::Project(swrenderer::RenderThread*, particle_t*, sector_t const*, int, swrenderer::WaterFakeSide, bool)':
  31. r_all.cpp:(.text+0x1a308): undefined reference to `skyflatnum'
  32. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderViewport::SetupPolyViewport(swrenderer::RenderThread*)':
  33. r_all.cpp:(.text+0x24db8): undefined reference to `VSMatrix::loadIdentity()'
  34. /usr/bin/ld: r_all.cpp:(.text+0x24de8): undefined reference to `VSMatrix::translate(float, float, float)'
  35. /usr/bin/ld: r_all.cpp:(.text+0x24df4): undefined reference to `VSMatrix::multMatrix(float const*)'
  36. /usr/bin/ld: r_all.cpp:(.text+0x24ed0): undefined reference to `VSMatrix::loadMatrix(float const*)'
  37. /usr/bin/ld: r_all.cpp:(.text+0x24f04): undefined reference to `VSMatrix::multMatrix(float const*)'
  38. /usr/bin/ld: r_all.cpp:(.text+0x24f44): undefined reference to `VSMatrix::scale(float, float, float)'
  39. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderViewport::SoftwareWorldToView(FRenderViewpoint const&)':
  40. r_all.cpp:(.text+0x24fec): undefined reference to `VSMatrix::loadIdentity()'
  41. /usr/bin/ld: r_all.cpp:(.text+0x25018): undefined reference to `VSMatrix::translate(float, float, float)'
  42. /usr/bin/ld: r_all.cpp:(.text+0x25024): undefined reference to `VSMatrix::multMatrix(float const*)'
  43. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderViewport::SoftwareViewToClip()':
  44. r_all.cpp:(.text+0x25138): undefined reference to `VSMatrix::loadMatrix(float const*)'
  45. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::SWRenderLine::RenderWallSegment(int, int)':
  46. r_all.cpp:(.text+0x2b994): undefined reference to `skyflatnum'
  47. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderOpaquePass::AddSprites(sector_t*, int, swrenderer::WaterFakeSide, bool, FDynamicColormap*)':
  48. r_all.cpp:(.text+0x2c3a0): undefined reference to `skyflatnum'
  49. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderSkyPlane::DrawSkyColumnStripe(int, int, int, double, double, double)':
  50. r_all.cpp:(.text+0x30b50): undefined reference to `r_skymode'
  51. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderSkyPlane::Render(swrenderer::VisiblePlane*)':
  52. r_all.cpp:(.text+0x30ffc): undefined reference to `skyflatnum'
  53. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::VisiblePlane::Render(swrenderer::RenderThread*, int, bool, bool)':
  54. r_all.cpp:(.text+0x310c0): undefined reference to `skyflatnum'
  55. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::VisiblePlaneList::RenderHeight(double)':
  56. r_all.cpp:(.text+0x312d8): undefined reference to `skyflatnum'
  57. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::VisiblePlaneList::Render()':
  58. r_all.cpp:(.text+0x314b8): undefined reference to `skyflatnum'
  59. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o: in function `swrenderer::RenderOpaquePass::RenderSubsector(subsector_t*)':
  60. r_all.cpp:(.text+0x33ccc): undefined reference to `skyflatnum'
  61. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/r_all.cpp.o:r_all.cpp:(.text+0x36fb0): more undefined references to `skyflatnum' follow
  62. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_bsp.cpp.o: in function `HWDrawInfo::RenderBSP(void*, bool)':
  63. hw_bsp.cpp:(.text+0x33b0): undefined reference to `HWDrawInfo::PreparePlayerSprites(sector_t*, area_t)'
  64. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_portal.cpp.o: in function `HWEEHorizonPortal::DrawContents(HWDrawInfo*, FRenderState&)':
  65. hw_portal.cpp:(.text+0x343c): undefined reference to `skyflatnum'
  66. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_fakeflat.cpp.o: in function `hw_CheckClip(side_t*, sector_t*, sector_t*)':
  67. hw_fakeflat.cpp:(.text+0x52c): undefined reference to `skyflatnum'
  68. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_fakeflat.cpp.o: in function `hw_FakeFlat(sector_t*, area_t, bool, sector_t*)':
  69. hw_fakeflat.cpp:(.text+0xe68): undefined reference to `skyflatnum'
  70. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_drawinfo.cpp.o: in function `HWDrawInfo::StartScene(FRenderViewpoint&, HWViewpointUniforms*)':
  71. hw_drawinfo.cpp:(.text+0xbac): undefined reference to `VSMatrix::loadIdentity()'
  72. /usr/bin/ld: hw_drawinfo.cpp:(.text+0xbb4): undefined reference to `VSMatrix::loadIdentity()'
  73. /usr/bin/ld: hw_drawinfo.cpp:(.text+0xbbc): undefined reference to `VSMatrix::loadIdentity()'
  74. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_drawinfo.cpp.o: in function `HWDrawInfo::SetViewMatrix(TRotator<float> const&, float, float, float, bool, bool)':
  75. hw_drawinfo.cpp:(.text+0x12e8): undefined reference to `VSMatrix::loadIdentity()'
  76. /usr/bin/ld: hw_drawinfo.cpp:(.text+0x1300): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  77. /usr/bin/ld: hw_drawinfo.cpp:(.text+0x1318): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  78. /usr/bin/ld: hw_drawinfo.cpp:(.text+0x1330): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  79. /usr/bin/ld: hw_drawinfo.cpp:(.text+0x1344): undefined reference to `VSMatrix::translate(float, float, float)'
  80. /usr/bin/ld: hw_drawinfo.cpp:(.text+0x1360): undefined reference to `VSMatrix::scale(float, float, float)'
  81. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_drawinfo.cpp.o: in function `HWDrawInfo::SetupView(FRenderState&, float, float, float, bool, bool)':
  82. hw_drawinfo.cpp:(.text+0x1404): undefined reference to `VSMatrix::computeNormalMatrix(float const*)'
  83. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_drawinfo.cpp.o: in function `HWDrawInfo::EndDrawScene(sector_t*, FRenderState&)':
  84. hw_drawinfo.cpp:(.text+0x1f00): undefined reference to `HWDrawInfo::DrawPlayerSprites(bool, FRenderState&)'
  85. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_drawinfo.cpp.o: in function `HWDrawInfo::DrawEndScene2D(sector_t*, FRenderState&)':
  86. hw_drawinfo.cpp:(.text+0x2060): undefined reference to `VSMatrix::loadIdentity()'
  87. /usr/bin/ld: hw_drawinfo.cpp:(.text+0x20e8): undefined reference to `HWDrawInfo::DrawPlayerSprites(bool, FRenderState&)'
  88. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sky.cpp.o: in function `HWWall::SkyPlane(HWDrawInfo*, sector_t*, int, bool) [clone .constprop.0]':
  89. hw_sky.cpp:(.text+0x594): undefined reference to `skyflatnum'
  90. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sky.cpp.o: in function `HWWall::SkyPlane(HWDrawInfo*, sector_t*, int, bool)':
  91. hw_sky.cpp:(.text+0x7e4): undefined reference to `skyflatnum'
  92. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sky.cpp.o: in function `HWWall::SkyNormal(HWDrawInfo*, sector_t*, vertex_t*, vertex_t*)':
  93. hw_sky.cpp:(.text+0xb4c): undefined reference to `skyflatnum'
  94. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sky.cpp.o: in function `HWWall::SkyTop(HWDrawInfo*, seg_t*, sector_t*, sector_t*, vertex_t*, vertex_t*)':
  95. hw_sky.cpp:(.text+0x108c): undefined reference to `skyflatnum'
  96. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sky.cpp.o: in function `HWWall::SkyBottom(HWDrawInfo*, seg_t*, sector_t*, sector_t*, vertex_t*, vertex_t*)':
  97. hw_sky.cpp:(.text+0x160c): undefined reference to `skyflatnum'
  98. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sprites.cpp.o: in function `HWSprite::DrawSprite(HWDrawInfo*, FRenderState&, bool)':
  99. hw_sprites.cpp:(.text+0x20d0): undefined reference to `HWDrawInfo::GetDynSpriteLight(AActor*, particle_t*, float*)'
  100. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sprites.cpp.o: in function `HWSprite::SplitSprite(HWDrawInfo*, sector_t*, bool)':
  101. hw_sprites.cpp:(.text+0x2544): undefined reference to `hw_GetDynModelLight(AActor*, FDynLightData&)'
  102. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sprites.cpp.o: in function `HWSprite::Process(HWDrawInfo*, AActor*, sector_t*, area_t, int)':
  103. hw_sprites.cpp:(.text+0x3290): undefined reference to `skyflatnum'
  104. /usr/bin/ld: hw_sprites.cpp:(.text+0x3f34): undefined reference to `hw_GetDynModelLight(AActor*, FDynLightData&)'
  105. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_sprites.cpp.o: in function `HWSprite::ProcessParticle(HWDrawInfo*, particle_t*, sector_t*)':
  106. hw_sprites.cpp:(.text+0x44b8): undefined reference to `skyflatnum'
  107. /usr/bin/ld: hw_sprites.cpp:(.text+0x45c4): undefined reference to `hw_GetDynModelLight(AActor*, FDynLightData&)'
  108. /usr/bin/ld: CMakeFiles/zdoom.dir/am_map.cpp.o: in function `AM_FakeFlat(AActor*, sector_t*, sector_t*) [clone .part.0]':
  109. am_map.cpp:(.text+0x17fc): undefined reference to `skyflatnum'
  110. /usr/bin/ld: CMakeFiles/zdoom.dir/am_map.cpp.o: in function `DAutomap::drawSubsectors()':
  111. am_map.cpp:(.text+0x9c9c): undefined reference to `skyflatnum'
  112. /usr/bin/ld: CMakeFiles/zdoom.dir/console/c_cmds.cpp.o: in function `Cmd_changesky(FCommandLine&, int)':
  113. c_cmds.cpp:(.text+0x1844): undefined reference to `InitSkyMap(FLevelLocals*)'
  114. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: in function `Cmd_restart(FCommandLine&, int)':
  115. (.text+0x1d4): undefined reference to `.LC35'
  116. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC35' can not be used when making a PIE executable; recompile with -fPIC
  117. (.text+0x1d4): dangerous relocation: unsupported relocation
  118. /usr/bin/ld: (.text+0x1d8): undefined reference to `.LC36'
  119. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC36' can not be used when making a PIE executable; recompile with -fPIC
  120. (.text+0x1d8): dangerous relocation: unsupported relocation
  121. /usr/bin/ld: (.text+0x1dc): undefined reference to `.LC37'
  122. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC37' can not be used when making a PIE executable; recompile with -fPIC
  123. (.text+0x1dc): dangerous relocation: unsupported relocation
  124. /usr/bin/ld: (.text+0x1e0): undefined reference to `.LC38'
  125. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC38' can not be used when making a PIE executable; recompile with -fPIC
  126. (.text+0x1e0): dangerous relocation: unsupported relocation
  127. /usr/bin/ld: (.text+0x1e4): undefined reference to `.LC39'
  128. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC39' can not be used when making a PIE executable; recompile with -fPIC
  129. (.text+0x1e4): dangerous relocation: unsupported relocation
  130. /usr/bin/ld: (.text+0x1e8): undefined reference to `.LC40'
  131. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC40' can not be used when making a PIE executable; recompile with -fPIC
  132. (.text+0x1e8): dangerous relocation: unsupported relocation
  133. /usr/bin/ld: (.text+0x1ec): undefined reference to `.LC41'
  134. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC41' can not be used when making a PIE executable; recompile with -fPIC
  135. (.text+0x1ec): dangerous relocation: unsupported relocation
  136. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: in function `cvarfunc_dmflags(FIntCVar&)':
  137. (.text+0x50c): undefined reference to `R_InitSkyMap()'
  138. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: in function `D_Display()':
  139. (.text+0x1a34): undefined reference to `R_UpdateSky(unsigned long long)'
  140. /usr/bin/ld: (.text+0x1b44): undefined reference to `DrawRateStuff()'
  141. /usr/bin/ld: (.text+0x1cd8): undefined reference to `std::_Function_base::_Base_manager<D_Display()::{lambda()#1}>::_M_manager(std::_Any_data&, std::_Function_base::_Base_manager<D_Display()::{lambda()#1}> const&, std::_Manager_operation)'
  142. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZNSt14_Function_base13_Base_managerIZ9D_DisplayvEUlvE_E10_M_managerERSt9_Any_dataRKS3_St18_Manager_operation' can not be used when making a PIE executable; recompile with -fPIC
  143. (.text+0x1cd8): dangerous relocation: unsupported relocation
  144. /usr/bin/ld: (.text+0x1cdc): undefined reference to `std::_Function_handler<void (), D_Display()::{lambda()#1}>::_M_invoke(std::_Any_data const&)'
  145. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZNSt17_Function_handlerIFvvEZ9D_DisplayvEUlvE_E9_M_invokeERKSt9_Any_data' can not be used when making a PIE executable; recompile with -fPIC
  146. (.text+0x1cdc): dangerous relocation: unsupported relocation
  147. /usr/bin/ld: (.text+0x1d24): undefined reference to `.LC18'
  148. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC18' can not be used when making a PIE executable; recompile with -fPIC
  149. (.text+0x1d24): dangerous relocation: unsupported relocation
  150. /usr/bin/ld: (.text+0x1d44): undefined reference to `DrawRateStuff()'
  151. /usr/bin/ld: (.text+0x20d8): undefined reference to `DrawRateStuff()'
  152. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: in function `D_DoomLoop()':
  153. (.text+0x34f0): undefined reference to `.LC18'
  154. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC18' can not be used when making a PIE executable; recompile with -fPIC
  155. (.text+0x34f0): dangerous relocation: unsupported relocation
  156. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: in function `D_DoomMain_Internal()':
  157. (.text+0x57f0): undefined reference to `GC_MarkGameRoots()'
  158. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZL16GC_MarkGameRootsv' can not be used when making a PIE executable; recompile with -fPIC
  159. (.text+0x57f0): dangerous relocation: unsupported relocation
  160. /usr/bin/ld: (.text+0x57fc): undefined reference to `Doom_CastSpriteIDToString(FString*, unsigned int)'
  161. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZL25Doom_CastSpriteIDToStringP7FStringj' can not be used when making a PIE executable; recompile with -fPIC
  162. (.text+0x57fc): dangerous relocation: unsupported relocation
  163. /usr/bin/ld: (.text+0x5808): undefined reference to `Mlook_ReleaseHandler()'
  164. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_Z20Mlook_ReleaseHandlerv' can not be used when making a PIE executable; recompile with -fPIC
  165. (.text+0x5808): dangerous relocation: unsupported relocation
  166. /usr/bin/ld: (.text+0x581c): undefined reference to `NewFailure()'
  167. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZL10NewFailurev' can not be used when making a PIE executable; recompile with -fPIC
  168. (.text+0x581c): dangerous relocation: unsupported relocation
  169. /usr/bin/ld: (.text+0x5840): undefined reference to `.LC36'
  170. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC36' can not be used when making a PIE executable; recompile with -fPIC
  171. (.text+0x5840): dangerous relocation: unsupported relocation
  172. /usr/bin/ld: (.text+0x5848): undefined reference to `.LC37'
  173. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC37' can not be used when making a PIE executable; recompile with -fPIC
  174. (.text+0x5848): dangerous relocation: unsupported relocation
  175. /usr/bin/ld: (.text+0x5858): undefined reference to `.LC38'
  176. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC38' can not be used when making a PIE executable; recompile with -fPIC
  177. (.text+0x5858): dangerous relocation: unsupported relocation
  178. /usr/bin/ld: (.text+0x585c): undefined reference to `.LC39'
  179. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC39' can not be used when making a PIE executable; recompile with -fPIC
  180. (.text+0x585c): dangerous relocation: unsupported relocation
  181. /usr/bin/ld: (.text+0x5890): undefined reference to `D_DoomMain_Internal()::{lambda()#1}::_FUN()'
  182. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZZL19D_DoomMain_InternalvENUlvE_4_FUNEv' can not be used when making a PIE executable; recompile with -fPIC
  183. (.text+0x5890): dangerous relocation: unsupported relocation
  184. /usr/bin/ld: (.text+0x58a0): undefined reference to `.LC39'
  185. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC39' can not be used when making a PIE executable; recompile with -fPIC
  186. (.text+0x58a0): dangerous relocation: unsupported relocation
  187. /usr/bin/ld: (.text+0x58b4): undefined reference to `.LC19'
  188. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC19' can not be used when making a PIE executable; recompile with -fPIC
  189. (.text+0x58b4): dangerous relocation: unsupported relocation
  190. /usr/bin/ld: (.text+0x5920): undefined reference to `std::_Function_base::_Base_manager<D_DoomMain_Internal()::{lambda()#2}>::_M_manager(std::_Any_data&, std::_Function_base::_Base_manager<D_DoomMain_Internal()::{lambda()#2}> const&, std::_Manager_operation)'
  191. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZNSt14_Function_base13_Base_managerIZL19D_DoomMain_InternalvEUlvE0_E10_M_managerERSt9_Any_dataRKS3_St18_Manager_operation' can not be used when making a PIE executable; recompile with -fPIC
  192. (.text+0x5920): dangerous relocation: unsupported relocation
  193. /usr/bin/ld: (.text+0x5954): undefined reference to `.LC18'
  194. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC18' can not be used when making a PIE executable; recompile with -fPIC
  195. (.text+0x5954): dangerous relocation: unsupported relocation
  196. /usr/bin/ld: (.text+0x598c): undefined reference to `.LC40'
  197. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC40' can not be used when making a PIE executable; recompile with -fPIC
  198. (.text+0x598c): dangerous relocation: unsupported relocation
  199. /usr/bin/ld: (.text+0x59c4): undefined reference to `.LC18'
  200. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC18' can not be used when making a PIE executable; recompile with -fPIC
  201. (.text+0x59c4): dangerous relocation: unsupported relocation
  202. /usr/bin/ld: (.text+0x7748): undefined reference to `ParseGameInfo(TArray<FString, FString>&, char const*, char const*, int)'
  203. /usr/bin/ld: (.text+0x7a10): undefined reference to `CheckForHacks(BuildInfo&)'
  204. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZL13CheckForHacksR9BuildInfo' can not be used when making a PIE executable; recompile with -fPIC
  205. (.text+0x7a10): dangerous relocation: unsupported relocation
  206. /usr/bin/ld: (.text+0x7a38): undefined reference to `.LC36'
  207. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC36' can not be used when making a PIE executable; recompile with -fPIC
  208. (.text+0x7a38): dangerous relocation: unsupported relocation
  209. /usr/bin/ld: (.text+0x7a3c): undefined reference to `.LC37'
  210. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC37' can not be used when making a PIE executable; recompile with -fPIC
  211. (.text+0x7a3c): dangerous relocation: unsupported relocation
  212. /usr/bin/ld: (.text+0x7a60): undefined reference to `FStartupScreen::~FStartupScreen()'
  213. /usr/bin/ld: (.text+0x7a80): undefined reference to `.LC38'
  214. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC38' can not be used when making a PIE executable; recompile with -fPIC
  215. (.text+0x7a80): dangerous relocation: unsupported relocation
  216. /usr/bin/ld: (.text+0x7a88): undefined reference to `.LC41'
  217. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC41' can not be used when making a PIE executable; recompile with -fPIC
  218. (.text+0x7a88): dangerous relocation: unsupported relocation
  219. /usr/bin/ld: (.text+0x7bd4): undefined reference to `.LC9'
  220. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `.LC9' can not be used when making a PIE executable; recompile with -fPIC
  221. (.text+0x7bd4): dangerous relocation: unsupported relocation
  222. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: in function `GameMain()':
  223. (.text+0x8538): undefined reference to `FStartupScreen::~FStartupScreen()'
  224. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: in function `_GLOBAL__sub_I_M_DemoNoPlay':
  225. (.text.startup+0x590): undefined reference to `FStartupInfo::~FStartupInfo()'
  226. /usr/bin/ld: (.text.startup+0x6bc): undefined reference to `cvarfunc_compatmode(FIntCVar&)'
  227. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o: relocation R_ARM_REL32 against external or undefined symbol `_ZL19cvarfunc_compatmodeR8FIntCVar' can not be used when making a PIE executable; recompile with -fPIC
  228. (.text.startup+0x6bc): dangerous relocation: unsupported relocation
  229. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel.ro.local._ZTV14FStartupScreen[_ZTV14FStartupScreen]+0x8): undefined reference to `FStartupScreen::~FStartupScreen()'
  230. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel.ro.local._ZTV14FStartupScreen[_ZTV14FStartupScreen]+0xc): undefined reference to `FStartupScreen::~FStartupScreen()'
  231. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x0): undefined reference to `System_WantGuiCapture()'
  232. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x4): undefined reference to `System_WantLeftButton()'
  233. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x8): undefined reference to `System_NetGame()'
  234. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0xc): undefined reference to `System_WantNativeMouse()'
  235. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x14): undefined reference to `System_CrashInfo(char*, unsigned int, char const*)'
  236. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x18): undefined reference to `System_PlayStartupSound(char const*)'
  237. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x20): undefined reference to `System_DisableTextureFilter()'
  238. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x24): undefined reference to `System_OnScreenSizeChanged()'
  239. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x28): undefined reference to `System_GetSceneRect()'
  240. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel+0x2c): undefined reference to `System_GetLocationDescription()'
  241. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel.local+0x80): undefined reference to `StrTable_ValidFilter(char const*)'
  242. /usr/bin/ld: CMakeFiles/zdoom.dir/d_main.cpp.o:(.data.rel.local+0x84): undefined reference to `StrTable_GetGender()'
  243. /usr/bin/ld: CMakeFiles/zdoom.dir/g_game.cpp.o:(.data.rel.ro+0x4c): undefined reference to `skyflatnum'
  244. /usr/bin/ld: CMakeFiles/zdoom.dir/g_level.cpp.o: in function `FLevelLocals::DoLoadLevel(FString const&, int, bool, bool)':
  245. g_level.cpp:(.text+0x39e8): undefined reference to `InitSkyMap(FLevelLocals*)'
  246. /usr/bin/ld: g_level.cpp:(.text+0x3f08): undefined reference to `skyflatnum'
  247. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_acs.cpp.o: in function `DLevelScript::RunScript()':
  248. p_acs.cpp:(.text+0x17a0c): undefined reference to `InitSkyMap(FLevelLocals*)'
  249. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_map.cpp.o: in function `FSlide::BounceWall(AActor*) [clone .part.0]':
  250. p_map.cpp:(.text+0x4a94): undefined reference to `skyflatnum'
  251. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_map.cpp.o: in function `P_RailAttack(FRailParams*)':
  252. p_map.cpp:(.text+0x8b80): undefined reference to `skyflatnum'
  253. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_mobj.cpp.o: in function `P_XYMovement(AActor*, TVector2<double>)':
  254. p_mobj.cpp:(.text+0x81d0): undefined reference to `skyflatnum'
  255. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_mobj.cpp.o: in function `AActor::FloorBounceMissile(secplane_t&)':
  256. p_mobj.cpp:(.text+0x123b8): undefined reference to `skyflatnum'
  257. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_mobj.cpp.o: in function `P_ZMovement(AActor*, double)':
  258. p_mobj.cpp:(.text+0x13430): undefined reference to `skyflatnum'
  259. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/r_utility.cpp.o: in function `R_SetWindow(FRenderViewpoint&, FViewWindow&, int, int, int, int, bool)':
  260. r_utility.cpp:(.text+0x508): undefined reference to `R_InitSkyMap()'
  261. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/r_utility.cpp.o: in function `R_ExecuteSetViewSize(FRenderViewpoint&, FViewWindow&)':
  262. r_utility.cpp:(.text+0x79c): undefined reference to `R_InitSkyMap()'
  263. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/mapthinkers/a_lightning.cpp.o: in function `DLightningThinker::LightningFlash()':
  264. a_lightning.cpp:(.text+0x780): undefined reference to `skyflatnum'
  265. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/mapthinkers/a_lightning.cpp.o: in function `FLevelLocals::StartLightning()':
  266. a_lightning.cpp:(.text+0x964): undefined reference to `skyflatnum'
  267. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_sectors.cpp.o: in function `sector_t::ValidatePortal(int)':
  268. p_sectors.cpp:(.text+0x1828): undefined reference to `skyflatnum'
  269. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/hw_models.cpp.o: in function `FHWModelRenderer::GetViewToWorldMatrix()':
  270. hw_models.cpp:(.text+0x224): undefined reference to `VSMatrix::inverseMatrix(VSMatrix&)'
  271. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_lighting.cpp.o: in function `HWDrawInfo::CheckFog(sector_t*, sector_t*)':
  272. hw_lighting.cpp:(.text+0x5bc): undefined reference to `skyflatnum'
  273. /usr/bin/ld: CMakeFiles/zdoom.dir/maploader/maploader.cpp.o: in function `MapLoader::LoadSectors(MapData*, TMap<FString, FMissingCount, THashTraits<FString>, TValueTraits<FMissingCount> >&)':
  274. maploader.cpp:(.text+0x6abc): undefined reference to `skyflatnum'
  275. /usr/bin/ld: CMakeFiles/zdoom.dir/r_data/models.cpp.o: in function `RenderModel(FModelRenderer*, float, float, float, FSpriteModelFrame*, AActor*, double)':
  276. models.cpp:(.text+0x18c8): undefined reference to `VSMatrix::loadIdentity()'
  277. /usr/bin/ld: models.cpp:(.text+0x18dc): undefined reference to `VSMatrix::translate(float, float, float)'
  278. /usr/bin/ld: models.cpp:(.text+0x190c): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  279. /usr/bin/ld: models.cpp:(.text+0x1924): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  280. /usr/bin/ld: models.cpp:(.text+0x193c): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  281. /usr/bin/ld: models.cpp:(.text+0x1964): undefined reference to `VSMatrix::scale(float, float, float)'
  282. /usr/bin/ld: models.cpp:(.text+0x1990): undefined reference to `VSMatrix::translate(float, float, float)'
  283. /usr/bin/ld: models.cpp:(.text+0x19ac): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  284. /usr/bin/ld: models.cpp:(.text+0x19c4): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  285. /usr/bin/ld: models.cpp:(.text+0x19e0): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  286. /usr/bin/ld: models.cpp:(.text+0x1a38): undefined reference to `VSMatrix::scale(float, float, float)'
  287. /usr/bin/ld: models.cpp:(.text+0x1cbc): undefined reference to `VSMatrix::translate(float, float, float)'
  288. /usr/bin/ld: models.cpp:(.text+0x1cd4): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  289. /usr/bin/ld: models.cpp:(.text+0x1cf4): undefined reference to `VSMatrix::translate(float, float, float)'
  290. /usr/bin/ld: models.cpp:(.text+0x1d18): undefined reference to `VSMatrix::translate(float, float, float)'
  291. /usr/bin/ld: models.cpp:(.text+0x1d34): undefined reference to `VSMatrix::translate(float, float, float)'
  292. /usr/bin/ld: CMakeFiles/zdoom.dir/r_data/models.cpp.o: in function `RenderHUDModel(FModelRenderer*, DPSprite*, float, float)':
  293. models.cpp:(.text+0x1efc): undefined reference to `VSMatrix::scale(float, float, float)'
  294. /usr/bin/ld: models.cpp:(.text+0x1f28): undefined reference to `VSMatrix::translate(float, float, float)'
  295. /usr/bin/ld: models.cpp:(.text+0x1f44): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  296. /usr/bin/ld: models.cpp:(.text+0x1f70): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  297. /usr/bin/ld: models.cpp:(.text+0x1f88): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  298. /usr/bin/ld: models.cpp:(.text+0x1fa4): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  299. /usr/bin/ld: models.cpp:(.text+0x1fbc): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  300. /usr/bin/ld: CMakeFiles/zdoom.dir/r_data/models.cpp.o:models.cpp:(.text+0x1fd8): more undefined references to `VSMatrix::rotate(float, float, float, float)' follow
  301. /usr/bin/ld: CMakeFiles/zdoom.dir/scripting/vmthunks.cpp.o: in function `AF_FLevelLocals_ChangeSky(VMValue*, int, VMReturn*, int)':
  302. vmthunks.cpp:(.text+0x4230): undefined reference to `InitSkyMap(FLevelLocals*)'
  303. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/swrenderer/textures/r_swtexture.cpp.o: in function `cvarfunc_vid_nopalsubstitutions(FBoolCVar&)':
  304. r_swtexture.cpp:(.text+0x0): undefined reference to `R_InitSkyMap()'
  305. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/hwrenderer/hw_draw2d.cpp.o: in function `Draw2D(F2DDrawer*, FRenderState&)':
  306. hw_draw2d.cpp:(.text+0x660): undefined reference to `VSMatrix::loadIdentity()'
  307. /usr/bin/ld: hw_draw2d.cpp:(.text+0x674): undefined reference to `VSMatrix::scale(float, float, float)'
  308. /usr/bin/ld: hw_draw2d.cpp:(.text+0x688): undefined reference to `VSMatrix::translate(float, float, float)'
  309. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/hwrenderer/data/hw_skydome.cpp.o: in function `FSkyVertexBuffer::SetupMatrices(FGameTexture*, float, float, bool, int, VSMatrix&, VSMatrix&, bool)':
  310. hw_skydome.cpp:(.text+0xec0): undefined reference to `VSMatrix::loadIdentity()'
  311. /usr/bin/ld: hw_skydome.cpp:(.text+0xedc): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  312. /usr/bin/ld: hw_skydome.cpp:(.text+0xf84): undefined reference to `VSMatrix::translate(float, float, float)'
  313. /usr/bin/ld: hw_skydome.cpp:(.text+0xfa8): undefined reference to `VSMatrix::scale(float, float, float)'
  314. /usr/bin/ld: hw_skydome.cpp:(.text+0xfc8): undefined reference to `VSMatrix::translate(float, float, float)'
  315. /usr/bin/ld: hw_skydome.cpp:(.text+0xfdc): undefined reference to `VSMatrix::scale(float, float, float)'
  316. /usr/bin/ld: hw_skydome.cpp:(.text+0xfe8): undefined reference to `VSMatrix::loadIdentity()'
  317. /usr/bin/ld: hw_skydome.cpp:(.text+0x1004): undefined reference to `VSMatrix::scale(float, float, float)'
  318. /usr/bin/ld: hw_skydome.cpp:(.text+0x1020): undefined reference to `VSMatrix::translate(float, float, float)'
  319. /usr/bin/ld: hw_skydome.cpp:(.text+0x1040): undefined reference to `VSMatrix::translate(float, float, float)'
  320. /usr/bin/ld: hw_skydome.cpp:(.text+0x1054): undefined reference to `VSMatrix::scale(float, float, float)'
  321. /usr/bin/ld: hw_skydome.cpp:(.text+0x1074): undefined reference to `VSMatrix::translate(float, float, float)'
  322. /usr/bin/ld: hw_skydome.cpp:(.text+0x108c): undefined reference to `VSMatrix::scale(float, float, float)'
  323. /usr/bin/ld: hw_skydome.cpp:(.text+0x10b0): undefined reference to `VSMatrix::translate(float, float, float)'
  324. /usr/bin/ld: hw_skydome.cpp:(.text+0x10c4): undefined reference to `VSMatrix::scale(float, float, float)'
  325. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/hwrenderer/data/hw_skydome.cpp.o: in function `FSkyVertexBuffer::RenderBox(FRenderState&, FTextureID, FSkyBox*, float, bool, float, TVector3<float> const&, TVector3<float> const&)':
  326. hw_skydome.cpp:(.text+0x1484): undefined reference to `VSMatrix::loadIdentity()'
  327. /usr/bin/ld: hw_skydome.cpp:(.text+0x149c): undefined reference to `VSMatrix::scale(float, float, float)'
  328. /usr/bin/ld: hw_skydome.cpp:(.text+0x14cc): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  329. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/hwrenderer/data/hw_vrmodes.cpp.o: in function `VRMode::GetHUDSpriteProjection() const':
  330. hw_vrmodes.cpp:(.text+0x248): undefined reference to `VSMatrix::ortho(float, float, float, float, float, float)'
  331. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/hwrenderer/data/hw_vrmodes.cpp.o: in function `VREyeInfo::GetProjection(float, float, float) const':
  332. hw_vrmodes.cpp:(.text+0x358): undefined reference to `VSMatrix::loadIdentity()'
  333. /usr/bin/ld: hw_vrmodes.cpp:(.text+0x37c): undefined reference to `VSMatrix::frustum(float, float, float, float, float, float)'
  334. /usr/bin/ld: hw_vrmodes.cpp:(.text+0x400): undefined reference to `VSMatrix::perspective(float, float, float, float)'
  335. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/gl/gl_renderstate.cpp.o: in function `OpenGLRenderer::FGLRenderState::Reset()':
  336. gl_renderstate.cpp:(.text+0x6d0): undefined reference to `VSMatrix::loadIdentity()'
  337. /usr/bin/ld: gl_renderstate.cpp:(.text+0x6d8): undefined reference to `VSMatrix::loadIdentity()'
  338. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/gl/gl_renderstate.cpp.o: in function `OpenGLRenderer::FGLRenderState::ApplyShader()':
  339. gl_renderstate.cpp:(.text+0xd84): undefined reference to `VSMatrix::computeNormalMatrix(float const*)'
  340. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/gl/gl_renderstate.cpp.o: in function `_GLOBAL__sub_I__ZN14OpenGLRenderer14gl_RenderStateE':
  341. gl_renderstate.cpp:(.text.startup+0x74): undefined reference to `VSMatrix::loadIdentity()'
  342. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_flats.cpp.o: in function `hw_SetPlaneTextureRotation(HWSectorPlane const*, FGameTexture*, VSMatrix&)':
  343. hw_flats.cpp:(.text+0x5c): undefined reference to `VSMatrix::loadIdentity()'
  344. /usr/bin/ld: hw_flats.cpp:(.text+0x70): undefined reference to `VSMatrix::scale(float, float, float)'
  345. /usr/bin/ld: hw_flats.cpp:(.text+0x84): undefined reference to `VSMatrix::translate(float, float, float)'
  346. /usr/bin/ld: hw_flats.cpp:(.text+0x9c): undefined reference to `VSMatrix::scale(float, float, float)'
  347. /usr/bin/ld: hw_flats.cpp:(.text+0xb4): undefined reference to `VSMatrix::rotate(float, float, float, float)'
  348. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_flats.cpp.o: in function `HWFlat::ProcessSector(HWDrawInfo*, sector_t*, int)':
  349. hw_flats.cpp:(.text+0x1ce4): undefined reference to `skyflatnum'
  350. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_renderhacks.cpp.o: in function `HWDrawInfo::PrepareUpperGap(seg_t*)':
  351. hw_renderhacks.cpp:(.text+0x2ed8): undefined reference to `skyflatnum'
  352. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_renderhacks.cpp.o: in function `HWDrawInfo::PrepareLowerGap(seg_t*)':
  353. hw_renderhacks.cpp:(.text+0x3378): undefined reference to `skyflatnum'
  354. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_renderhacks.cpp.o: in function `HWDrawInfo::PrepareUnhandledMissingTextures()':
  355. hw_renderhacks.cpp:(.text+0x35a8): undefined reference to `skyflatnum'
  356. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_walls.cpp.o: in function `HWWall::DoHorizon(HWDrawInfo*, seg_t*, sector_t*, vertex_t*, vertex_t*)':
  357. hw_walls.cpp:(.text+0x4a28): undefined reference to `skyflatnum'
  358. /usr/bin/ld: CMakeFiles/zdoom.dir/rendering/hwrenderer/scene/hw_walls.cpp.o:hw_walls.cpp:(.text+0x5a40): more undefined references to `skyflatnum' follow
  359. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/polyrenderer/backend/poly_renderstate.cpp.o: in function `PolyRenderState::PolyRenderState()':
  360. poly_renderstate.cpp:(.text+0x3cc): undefined reference to `VSMatrix::loadIdentity()'
  361. /usr/bin/ld: poly_renderstate.cpp:(.text+0x54c): undefined reference to `VSMatrix::loadIdentity()'
  362. /usr/bin/ld: poly_renderstate.cpp:(.text+0x554): undefined reference to `VSMatrix::loadIdentity()'
  363. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/polyrenderer/backend/poly_renderstate.cpp.o: in function `PolyRenderState::ApplyMatrices()':
  364. poly_renderstate.cpp:(.text+0x6f8): undefined reference to `VSMatrix::computeNormalMatrix(float const*)'
  365. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_destructible.cpp.o: in function `AF_FDestructible_CheckSectorVulnerable(VMValue*, int, VMReturn*, int)':
  366. p_destructible.cpp:(.text+0xc0): undefined reference to `skyflatnum'
  367. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_destructible.cpp.o: in function `AF_FDestructible_ProjectileHitPlane(VMValue*, int, VMReturn*, int)':
  368. p_destructible.cpp:(.text+0x1860): undefined reference to `skyflatnum'
  369. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_destructible.cpp.o: in function `AF_FDestructible_GeometryLineAttack(VMValue*, int, VMReturn*, int)':
  370. p_destructible.cpp:(.text+0x1c2c): undefined reference to `skyflatnum'
  371. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_destructible.cpp.o: in function `P_GeometryLineAttack(FTraceResults&, AActor*, int, FName)':
  372. p_destructible.cpp:(.text+0x204c): undefined reference to `skyflatnum'
  373. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_destructible.cpp.o: in function `P_ProjectileHitPlane(AActor*, int)':
  374. p_destructible.cpp:(.text+0x28a8): undefined reference to `skyflatnum'
  375. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_destructible.cpp.o:p_destructible.cpp:(.text+0x2920): more undefined references to `skyflatnum' follow
  376. /usr/bin/ld: CMakeFiles/zdoom.dir/p_saveg.cpp.o: in function `FLevelLocals::Serialize(FSerializer&, bool)':
  377. p_saveg.cpp:(.text+0x46d4): undefined reference to `InitSkyMap(FLevelLocals*)'
  378. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/p_trace.cpp.o: in function `Trace(TVector3<double> const&, sector_t*, TVector3<double> const&, double, TFlags<ActorFlag, unsigned int>, unsigned int, AActor*, FTraceResults&, unsigned int, ETraceStatus (*)(FTraceResults&, void*), void*)':
  379. p_trace.cpp:(.text+0x26a8): undefined reference to `skyflatnum'
  380. /usr/bin/ld: CMakeFiles/zdoom.dir/maploader/specials.cpp.o: in function `MapLoader::SetPortal(sector_t*, int, unsigned int, double)':
  381. specials.cpp:(.text+0x97c): undefined reference to `skyflatnum'
  382. /usr/bin/ld: CMakeFiles/zdoom.dir/maploader/specials.cpp.o: in function `MapLoader::CopyPortal(int, int, unsigned int, double, bool)':
  383. specials.cpp:(.text+0xdb4): undefined reference to `skyflatnum'
  384. /usr/bin/ld: CMakeFiles/zdoom.dir/maploader/udmf.cpp.o: in function `UDMFParser::ParseSector(sector_t*, int)':
  385. udmf.cpp:(.text._ZN10UDMFParser11ParseSectorEP8sector_ti[_ZN10UDMFParser11ParseSectorEP8sector_ti]+0x4b0): undefined reference to `skyflatnum'
  386. /usr/bin/ld: udmf.cpp:(.text._ZN10UDMFParser11ParseSectorEP8sector_ti[_ZN10UDMFParser11ParseSectorEP8sector_ti]+0x2b10): undefined reference to `skyflatnum'
  387. /usr/bin/ld: CMakeFiles/zdoom.dir/maploader/renderinfo.cpp.o:renderinfo.cpp:(.text+0x2a8): more undefined references to `skyflatnum' follow
  388. /usr/bin/ld: CMakeFiles/zdoom.dir/playsim/fragglescript/t_load.cpp.o: in function `FScriptLoader::ParseInfoCmd(char*, FString&)':
  389. t_load.cpp:(.text+0x380): undefined reference to `InitSkyMap(FLevelLocals*)'
  390. /usr/bin/ld: CMakeFiles/zdoom.dir/common/rendering/hwrenderer/data/hw_viewpointbuffer.cpp.o: in function `HWViewpointBuffer::Set2D(FRenderState&, int, int, int)':
  391. hw_viewpointbuffer.cpp:(.text+0x2d0): undefined reference to `VSMatrix::loadIdentity()'
  392. /usr/bin/ld: hw_viewpointbuffer.cpp:(.text+0x2d8): undefined reference to `VSMatrix::loadIdentity()'
  393. /usr/bin/ld: hw_viewpointbuffer.cpp:(.text+0x330): undefined reference to `VSMatrix::ortho(float, float, float, float, float, float)'
  394. /usr/bin/ld: hw_viewpointbuffer.cpp:(.text+0x33c): undefined reference to `VSMatrix::computeNormalMatrix(float const*)'
  395. collect2: error: ld returned 1 exit status
  396. make[2]: *** [src/CMakeFiles/zdoom.dir/build.make:6494: gzdoom] Error 1
  397. make[1]: *** [CMakeFiles/Makefile2:633: src/CMakeFiles/zdoom.dir/all] Error 2
  398. make: *** [Makefile:150: all] Error 2
Add Comment
Please, Sign In to add comment