Guest User

Untitled

a guest
Feb 12th, 2016
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.46 KB | None | 0 0
  1. Linking CXX executable openclonk
  2. CMakeFiles/openclonk.dir/src/platform/C4WindowGTK.cpp.o: In function `(anonymous namespace)::PickGLXFBConfig(_XDisplay*, int)':
  3. C4WindowGTK.cpp:(.text+0x1d9): undefined reference to `epoxy_glXChooseFBConfig'
  4. C4WindowGTK.cpp:(.text+0x286): undefined reference to `epoxy_glXChooseFBConfig'
  5. CMakeFiles/openclonk.dir/src/platform/C4WindowGTK.cpp.o: In function `C4Window::EnumerateMultiSamples(std::vector<int, std::allocator<int> >&) const':
  6. C4WindowGTK.cpp:(.text+0x1883): undefined reference to `epoxy_glXChooseFBConfig'
  7. C4WindowGTK.cpp:(.text+0x18fd): undefined reference to `epoxy_glXGetFBConfigAttrib'
  8. CMakeFiles/openclonk.dir/src/platform/C4WindowGTK.cpp.o: In function `C4Window::Init(C4Window::WindowKind, C4AbstractApp*, char const*, C4Rect const*)':
  9. C4WindowGTK.cpp:(.text+0x28db): undefined reference to `epoxy_glXGetVisualFromFBConfig'
  10. CMakeFiles/openclonk.dir/src/platform/C4WindowGTK.cpp.o: In function `C4Window::ReInit(C4AbstractApp*)':
  11. C4WindowGTK.cpp:(.text+0x2b57): undefined reference to `epoxy_glXGetFBConfigAttrib'
  12. C4WindowGTK.cpp:(.text+0x2bdf): undefined reference to `epoxy_glXGetVisualFromFBConfig'
  13. CMakeFiles/openclonk.dir/src/game/C4GraphicsSystem.cpp.o: In function `C4GraphicsSystem::DoSaveScreenshot(bool, char const*, float)':
  14. C4GraphicsSystem.cpp:(.text+0xd64): undefined reference to `epoxy_glReadPixels'
  15. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::FillBG(unsigned int)':
  16. C4DrawGL.cpp:(.text+0x84e): undefined reference to `epoxy_glClearColor'
  17. C4DrawGL.cpp:(.text+0x8bb): undefined reference to `epoxy_glClear'
  18. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::UpdateClipper()':
  19. C4DrawGL.cpp:(.text+0x943): undefined reference to `epoxy_glViewport'
  20. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::ObjectLabel(unsigned int, unsigned int, int, char const*)':
  21. C4DrawGL.cpp:(.text+0xef7): undefined reference to `epoxy_glObjectLabel'
  22. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::CreateContext(C4Window*, C4AbstractApp*)':
  23. C4DrawGL.cpp:(.text+0xfef): undefined reference to `epoxy_has_gl_extension'
  24. C4DrawGL.cpp:(.text+0xff8): undefined reference to `epoxy_gl_version'
  25. C4DrawGL.cpp:(.text+0x1036): undefined reference to `epoxy_has_gl_extension'
  26. C4DrawGL.cpp:(.text+0x1061): undefined reference to `epoxy_glDebugMessageCallback'
  27. C4DrawGL.cpp:(.text+0x1074): undefined reference to `epoxy_glEnable'
  28. C4DrawGL.cpp:(.text+0x1091): undefined reference to `epoxy_glEnable'
  29. C4DrawGL.cpp:(.text+0x10a9): undefined reference to `epoxy_glGetString'
  30. C4DrawGL.cpp:(.text+0x10bb): undefined reference to `epoxy_glGetString'
  31. C4DrawGL.cpp:(.text+0x10cd): undefined reference to `epoxy_glGetString'
  32. C4DrawGL.cpp:(.text+0x1133): undefined reference to `epoxy_is_desktop_gl'
  33. C4DrawGL.cpp:(.text+0x113c): undefined reference to `epoxy_gl_version'
  34. C4DrawGL.cpp:(.text+0x1163): undefined reference to `epoxy_glGetIntegerv'
  35. C4DrawGL.cpp:(.text+0x11ad): undefined reference to `epoxy_glGetStringi'
  36. C4DrawGL.cpp:(.text+0x11ea): undefined reference to `epoxy_glGetString'
  37. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::SetupMultiBlt(C4ShaderCall&, C4BltTransform const*, unsigned int, unsigned int, unsigned int, unsigned int, StdProjectionMatrix*)':
  38. C4DrawGL.cpp:(.text+0x12e4): undefined reference to `epoxy_glBlendFunc'
  39. C4DrawGL.cpp:(.text+0x14dc): undefined reference to `epoxy_glBindTexture'
  40. C4DrawGL.cpp:(.text+0x1513): undefined reference to `epoxy_glBindTexture'
  41. C4DrawGL.cpp:(.text+0x168f): undefined reference to `epoxy_glBindTexture'
  42. C4DrawGL.cpp:(.text+0x1735): undefined reference to `epoxy_glBindTexture'
  43. C4DrawGL.cpp:(.text+0x17bd): undefined reference to `epoxy_glBindTexture'
  44. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::PerformMultiBlt(C4Surface*, C4Draw::DrawOperation, C4BltVertex const*, unsigned int, bool, C4ShaderCall*)':
  45. C4DrawGL.cpp:(.text+0x2a8a): undefined reference to `epoxy_glBindBuffer'
  46. C4DrawGL.cpp:(.text+0x2ad5): undefined reference to `epoxy_glBufferData'
  47. C4DrawGL.cpp:(.text+0x2b05): undefined reference to `epoxy_glBufferSubData'
  48. C4DrawGL.cpp:(.text+0x2b7a): undefined reference to `epoxy_glBindVertexArray'
  49. C4DrawGL.cpp:(.text+0x2bd7): undefined reference to `epoxy_glEnableVertexAttribArray'
  50. C4DrawGL.cpp:(.text+0x2be5): undefined reference to `epoxy_glEnableVertexAttribArray'
  51. C4DrawGL.cpp:(.text+0x2bf9): undefined reference to `epoxy_glEnableVertexAttribArray'
  52. C4DrawGL.cpp:(.text+0x2c07): undefined reference to `epoxy_glVertexAttribPointer'
  53. C4DrawGL.cpp:(.text+0x2c30): undefined reference to `epoxy_glVertexAttribPointer'
  54. C4DrawGL.cpp:(.text+0x2c5f): undefined reference to `epoxy_glVertexAttribPointer'
  55. C4DrawGL.cpp:(.text+0x2c96): undefined reference to `epoxy_glDrawArrays'
  56. C4DrawGL.cpp:(.text+0x2cae): undefined reference to `epoxy_glDrawArrays'
  57. C4DrawGL.cpp:(.text+0x2cc5): undefined reference to `epoxy_glBindVertexArray'
  58. C4DrawGL.cpp:(.text+0x2cd3): undefined reference to `epoxy_glBindBuffer'
  59. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::RestoreDeviceObjects()':
  60. C4DrawGL.cpp:(.text+0x34c7): undefined reference to `epoxy_glPixelStorei'
  61. C4DrawGL.cpp:(.text+0x34da): undefined reference to `epoxy_glGenTextures'
  62. C4DrawGL.cpp:(.text+0x34f6): undefined reference to `epoxy_glBindTexture'
  63. C4DrawGL.cpp:(.text+0x3510): undefined reference to `epoxy_glTexParameteri'
  64. C4DrawGL.cpp:(.text+0x3528): undefined reference to `epoxy_glTexParameteri'
  65. C4DrawGL.cpp:(.text+0x3540): undefined reference to `epoxy_glTexParameteri'
  66. C4DrawGL.cpp:(.text+0x3558): undefined reference to `epoxy_glTexParameteri'
  67. C4DrawGL.cpp:(.text+0x3570): undefined reference to `epoxy_glTexImage2D'
  68. C4DrawGL.cpp:(.text+0x35c8): undefined reference to `epoxy_glGetIntegerv'
  69. C4DrawGL.cpp:(.text+0x35f1): undefined reference to `epoxy_glGenBuffers'
  70. C4DrawGL.cpp:(.text+0x362e): undefined reference to `epoxy_glBindBuffer'
  71. C4DrawGL.cpp:(.text+0x364f): undefined reference to `epoxy_glBufferData'
  72. C4DrawGL.cpp:(.text+0x36de): undefined reference to `epoxy_glBindBuffer'
  73. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::InvalidateDeviceObjects()':
  74. C4DrawGL.cpp:(.text+0x3733): undefined reference to `epoxy_glDeleteTextures'
  75. C4DrawGL.cpp:(.text+0x376b): undefined reference to `epoxy_glDeleteBuffers'
  76. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::Error(char const*)':
  77. C4DrawGL.cpp:(.text+0x3803): undefined reference to `epoxy_glGetString'
  78. C4DrawGL.cpp:(.text+0x3823): undefined reference to `epoxy_glGetString'
  79. C4DrawGL.cpp:(.text+0x3843): undefined reference to `epoxy_glGetString'
  80. C4DrawGL.cpp:(.text+0x3863): undefined reference to `epoxy_glGetString'
  81. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::CheckGLError(char const*)':
  82. C4DrawGL.cpp:(.text+0x3927): undefined reference to `epoxy_glGetError'
  83. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::FreeVAOID(unsigned int)':
  84. C4DrawGL.cpp:(.text+0x3c13): undefined reference to `epoxy_glDeleteVertexArrays'
  85. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `CStdGL::GetVAO(unsigned int, unsigned int&)':
  86. C4DrawGL.cpp:(.text+0x3f32): undefined reference to `epoxy_glGenVertexArrays'
  87. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `C4ShaderCall::SetUniform1f(int, float) const':
  88. C4DrawGL.cpp:(.text._ZNK12C4ShaderCall12SetUniform1fEif[_ZNK12C4ShaderCall12SetUniform1fEif]+0x31): undefined reference to `epoxy_glUniform1f'
  89. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `C4ShaderCall::SetUniform3fv(int, int, float const*) const':
  90. C4DrawGL.cpp:(.text._ZNK12C4ShaderCall13SetUniform3fvEiiPKf[_ZNK12C4ShaderCall13SetUniform3fvEiiPKf]+0x33): undefined reference to `epoxy_glUniform3fv'
  91. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `C4ShaderCall::SetUniform4fv(int, int, float const*) const':
  92. C4DrawGL.cpp:(.text._ZNK12C4ShaderCall13SetUniform4fvEiiPKf[_ZNK12C4ShaderCall13SetUniform4fvEiiPKf]+0x33): undefined reference to `epoxy_glUniform4fv'
  93. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `C4ShaderCall::SetUniformMatrix2x3fv(int, int, float const*) const':
  94. C4DrawGL.cpp:(.text._ZNK12C4ShaderCall21SetUniformMatrix2x3fvEiiPKf[_ZNK12C4ShaderCall21SetUniformMatrix2x3fvEiiPKf]+0x33): undefined reference to `epoxy_glUniformMatrix3x2fv'
  95. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `C4ShaderCall::SetUniformMatrix3x3Transpose(int, StdMeshMatrix const&)':
  96. C4DrawGL.cpp:(.text._ZN12C4ShaderCall28SetUniformMatrix3x3TransposeEiRK13StdMeshMatrix[_ZN12C4ShaderCall28SetUniformMatrix3x3TransposeEiRK13StdMeshMatrix]+0x139): undefined reference to `epoxy_glUniformMatrix3fv'
  97. CMakeFiles/openclonk.dir/src/graphics/C4DrawGL.cpp.o: In function `C4ShaderCall::SetUniformMatrix4x4(int, StdProjectionMatrix const&)':
  98. C4DrawGL.cpp:(.text._ZN12C4ShaderCall19SetUniformMatrix4x4EiRK19StdProjectionMatrix[_ZN12C4ShaderCall19SetUniformMatrix4x4EiRK19StdProjectionMatrix]+0x32): undefined reference to `epoxy_glUniformMatrix4fv'
  99. CMakeFiles/openclonk.dir/src/graphics/C4DrawGLCtx.cpp.o: In function `CStdGLCtx::SelectCommon()':
  100. C4DrawGLCtx.cpp:(.text+0x24): undefined reference to `epoxy_glDisable'
  101. C4DrawGLCtx.cpp:(.text+0x32): undefined reference to `epoxy_glDepthFunc'
  102. C4DrawGLCtx.cpp:(.text+0x40): undefined reference to `epoxy_glDisable'
  103. C4DrawGLCtx.cpp:(.text+0x4e): undefined reference to `epoxy_glEnable'
  104. C4DrawGLCtx.cpp:(.text+0x198): undefined reference to `epoxy_glDeleteVertexArrays'
  105. CMakeFiles/openclonk.dir/src/graphics/C4DrawGLCtx.cpp.o: In function `CStdGLCtx::Clear(bool)':
  106. C4DrawGLCtx.cpp:(.text+0x2a1): undefined reference to `epoxy_glXDestroyContext'
  107. CMakeFiles/openclonk.dir/src/graphics/C4DrawGLCtx.cpp.o: In function `CStdGLCtx::Init(C4Window*, C4AbstractApp*)':
  108. C4DrawGLCtx.cpp:(.text+0x462): undefined reference to `epoxy_has_glx_extension'
  109. C4DrawGLCtx.cpp:(.text+0x47b): undefined reference to `epoxy_glXCreateContextAttribsARB'
  110. C4DrawGLCtx.cpp:(.text+0x4e8): undefined reference to `epoxy_glXCreateNewContext'
  111. CMakeFiles/openclonk.dir/src/graphics/C4DrawGLCtx.cpp.o: In function `CStdGLCtx::Select(bool)':
  112. C4DrawGLCtx.cpp:(.text+0x674): undefined reference to `epoxy_glXMakeCurrent'
  113. CMakeFiles/openclonk.dir/src/graphics/C4DrawGLCtx.cpp.o: In function `CStdGLCtx::Deselect()':
  114. C4DrawGLCtx.cpp:(.text+0x782): undefined reference to `epoxy_glXMakeCurrent'
  115. CMakeFiles/openclonk.dir/src/graphics/C4DrawGLCtx.cpp.o: In function `CStdGLCtx::PageFlip()':
  116. C4DrawGLCtx.cpp:(.text+0x7cf): undefined reference to `epoxy_glFlush'
  117. C4DrawGLCtx.cpp:(.text+0x80c): undefined reference to `epoxy_glXSwapBuffers'
  118. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `CStdGL::PrepareMaterial(StdMeshMatManager&, StdMeshMaterialLoader&, StdMeshMaterial&)':
  119. C4DrawMeshGL.cpp:(.text+0x135b): undefined reference to `epoxy_glGetIntegerv'
  120. C4DrawMeshGL.cpp:(.text+0x147f): undefined reference to `epoxy_glBindTexture'
  121. C4DrawMeshGL.cpp:(.text+0x14c9): undefined reference to `epoxy_glTexParameteri'
  122. C4DrawMeshGL.cpp:(.text+0x14e1): undefined reference to `epoxy_glTexParameteri'
  123. C4DrawMeshGL.cpp:(.text+0x14fe): undefined reference to `epoxy_glTexParameterfv'
  124. C4DrawMeshGL.cpp:(.text+0x151c): undefined reference to `epoxy_glTexParameteri'
  125. C4DrawMeshGL.cpp:(.text+0x1534): undefined reference to `epoxy_glTexParameteri'
  126. C4DrawMeshGL.cpp:(.text+0x154e): undefined reference to `epoxy_glTexParameteri'
  127. C4DrawMeshGL.cpp:(.text+0x1566): undefined reference to `epoxy_glTexParameteri'
  128. C4DrawMeshGL.cpp:(.text+0x15ef): undefined reference to `epoxy_glTexParameteri'
  129. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o:C4DrawMeshGL.cpp:(.text+0x1609): more undefined references to `epoxy_glTexParameteri' follow
  130. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `(anonymous namespace)::SetStandardUniforms(C4ShaderCall&, unsigned int, unsigned int, unsigned int, bool, C4FoWRegion const*, C4Rect const&, C4Rect const&)':
  131. C4DrawMeshGL.cpp:(.text+0x260f): undefined reference to `epoxy_glBindTexture'
  132. C4DrawMeshGL.cpp:(.text+0x2677): undefined reference to `epoxy_glBindTexture'
  133. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `(anonymous namespace)::RenderSubMeshImpl(StdProjectionMatrix const&, StdMeshMatrix const&, StdMeshInstance const&, StdSubMeshInstance const&, unsigned int, unsigned int, unsigned int, C4FoWRegion const*, C4Rect const&, C4Rect const&, bool)':
  134. C4DrawMeshGL.cpp:(.text+0x2fe8): undefined reference to `epoxy_glDisable'
  135. C4DrawMeshGL.cpp:(.text+0x2ff6): undefined reference to `epoxy_glDepthMask'
  136. C4DrawMeshGL.cpp:(.text+0x302e): undefined reference to `epoxy_glEnable'
  137. C4DrawMeshGL.cpp:(.text+0x303e): undefined reference to `epoxy_glDisable'
  138. C4DrawMeshGL.cpp:(.text+0x304c): undefined reference to `epoxy_glFrontFace'
  139. C4DrawMeshGL.cpp:(.text+0x3090): undefined reference to `epoxy_glDisable'
  140. C4DrawMeshGL.cpp:(.text+0x30b8): undefined reference to `epoxy_glEnable'
  141. C4DrawMeshGL.cpp:(.text+0x30c6): undefined reference to `epoxy_glCullFace'
  142. C4DrawMeshGL.cpp:(.text+0x30d6): undefined reference to `epoxy_glEnable'
  143. C4DrawMeshGL.cpp:(.text+0x30e4): undefined reference to `epoxy_glCullFace'
  144. C4DrawMeshGL.cpp:(.text+0x30f4): undefined reference to `epoxy_glDisable'
  145. C4DrawMeshGL.cpp:(.text+0x3120): undefined reference to `epoxy_glBlendFunc'
  146. C4DrawMeshGL.cpp:(.text+0x3135): undefined reference to `epoxy_glBlendFunc'
  147. C4DrawMeshGL.cpp:(.text+0x317d): undefined reference to `epoxy_glBlendFunc'
  148. C4DrawMeshGL.cpp:(.text+0x3192): undefined reference to `epoxy_glBlendFunc'
  149. C4DrawMeshGL.cpp:(.text+0x3397): undefined reference to `epoxy_glUniformMatrix3x4fv'
  150. C4DrawMeshGL.cpp:(.text+0x33ec): undefined reference to `epoxy_glUniformMatrix4x3fv'
  151. C4DrawMeshGL.cpp:(.text+0x3463): undefined reference to `epoxy_glBindVertexArray'
  152. C4DrawMeshGL.cpp:(.text+0x3486): undefined reference to `epoxy_glBindBuffer'
  153. C4DrawMeshGL.cpp:(.text+0x349c): undefined reference to `epoxy_glBindBuffer'
  154. C4DrawMeshGL.cpp:(.text+0x34b2): undefined reference to `epoxy_glVertexAttribPointer'
  155. C4DrawMeshGL.cpp:(.text+0x34ef): undefined reference to `epoxy_glVertexAttribPointer'
  156. C4DrawMeshGL.cpp:(.text+0x354a): undefined reference to `epoxy_glVertexAttribPointer'
  157. C4DrawMeshGL.cpp:(.text+0x3587): undefined reference to `epoxy_glVertexAttribPointer'
  158. C4DrawMeshGL.cpp:(.text+0x35c4): undefined reference to `epoxy_glVertexAttribPointer'
  159. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o:C4DrawMeshGL.cpp:(.text+0x3607): more undefined references to `epoxy_glVertexAttribPointer' follow
  160. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `(anonymous namespace)::RenderSubMeshImpl(StdProjectionMatrix const&, StdMeshMatrix const&, StdMeshInstance const&, StdSubMeshInstance const&, unsigned int, unsigned int, unsigned int, C4FoWRegion const*, C4Rect const&, C4Rect const&, bool)':
  161. C4DrawMeshGL.cpp:(.text+0x3687): undefined reference to `epoxy_glEnableVertexAttribArray'
  162. C4DrawMeshGL.cpp:(.text+0x36a6): undefined reference to `epoxy_glEnableVertexAttribArray'
  163. C4DrawMeshGL.cpp:(.text+0x36e3): undefined reference to `epoxy_glEnableVertexAttribArray'
  164. C4DrawMeshGL.cpp:(.text+0x3702): undefined reference to `epoxy_glEnableVertexAttribArray'
  165. C4DrawMeshGL.cpp:(.text+0x3721): undefined reference to `epoxy_glEnableVertexAttribArray'
  166. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o:C4DrawMeshGL.cpp:(.text+0x3740): more undefined references to `epoxy_glEnableVertexAttribArray' follow
  167. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `(anonymous namespace)::RenderSubMeshImpl(StdProjectionMatrix const&, StdMeshMatrix const&, StdMeshInstance const&, StdSubMeshInstance const&, unsigned int, unsigned int, unsigned int, C4FoWRegion const*, C4Rect const&, C4Rect const&, bool)':
  168. C4DrawMeshGL.cpp:(.text+0x37fb): undefined reference to `epoxy_glBindTexture'
  169. C4DrawMeshGL.cpp:(.text+0x3bf3): undefined reference to `epoxy_glDrawElementsBaseVertex'
  170. C4DrawMeshGL.cpp:(.text+0x3c25): undefined reference to `epoxy_glBindVertexArray'
  171. C4DrawMeshGL.cpp:(.text+0x3c54): undefined reference to `epoxy_glEnable'
  172. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `(anonymous namespace)::RenderMeshImpl(StdProjectionMatrix const&, StdMeshMatrix const&, StdMeshInstance&, unsigned int, unsigned int, unsigned int, C4FoWRegion const*, C4Rect const&, C4Rect const&, bool)':
  173. C4DrawMeshGL.cpp:(.text+0x3f23): undefined reference to `epoxy_glPolygonMode'
  174. C4DrawMeshGL.cpp:(.text+0x3fb9): undefined reference to `epoxy_glPolygonMode'
  175. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `CStdGL::PerformMesh(StdMeshInstance&, float, float, float, float, unsigned int, C4BltTransform*)':
  176. C4DrawMeshGL.cpp:(.text+0x41ef): undefined reference to `epoxy_glEnable'
  177. C4DrawMeshGL.cpp:(.text+0x41fd): undefined reference to `epoxy_glEnable'
  178. C4DrawMeshGL.cpp:(.text+0x4dda): undefined reference to `epoxy_glDepthMask'
  179. C4DrawMeshGL.cpp:(.text+0x4de8): undefined reference to `epoxy_glDisable'
  180. C4DrawMeshGL.cpp:(.text+0x4df6): undefined reference to `epoxy_glDisable'
  181. C4DrawMeshGL.cpp:(.text+0x4e04): undefined reference to `epoxy_glDisable'
  182. C4DrawMeshGL.cpp:(.text+0x4e12): undefined reference to `epoxy_glClear'
  183. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `C4ShaderCall::SetUniform1i(int, int) const':
  184. C4DrawMeshGL.cpp:(.text._ZNK12C4ShaderCall12SetUniform1iEii[_ZNK12C4ShaderCall12SetUniform1iEii]+0x2f): undefined reference to `epoxy_glUniform1i'
  185. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `C4ShaderCall::SetUniform2fv(int, int, float const*) const':
  186. C4DrawMeshGL.cpp:(.text._ZNK12C4ShaderCall13SetUniform2fvEiiPKf[_ZNK12C4ShaderCall13SetUniform2fvEiiPKf]+0x33): undefined reference to `epoxy_glUniform2fv'
  187. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `C4ShaderCall::SetUniformMatrix4x4fv(int, int, float const*) const':
  188. C4DrawMeshGL.cpp:(.text._ZNK12C4ShaderCall21SetUniformMatrix4x4fvEiiPKf[_ZNK12C4ShaderCall21SetUniformMatrix4x4fvEiiPKf]+0x33): undefined reference to `epoxy_glUniformMatrix4fv'
  189. CMakeFiles/openclonk.dir/src/graphics/C4DrawMeshGL.cpp.o: In function `C4ShaderCall::SetUniformMatrix4x4(int, StdMeshMatrix const&)':
  190. C4DrawMeshGL.cpp:(.text._ZN12C4ShaderCall19SetUniformMatrix4x4EiRK13StdMeshMatrix[_ZN12C4ShaderCall19SetUniformMatrix4x4EiRK13StdMeshMatrix]+0x1ad): undefined reference to `epoxy_glUniformMatrix4fv'
  191. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4Shader::Clear()':
  192. C4Shader.cpp:(.text+0xe38): undefined reference to `epoxy_glDeleteProgram'
  193. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4Shader::Init(char const*, char const**, char const**)':
  194. C4Shader.cpp:(.text+0x103d): undefined reference to `epoxy_glDeleteShader'
  195. C4Shader.cpp:(.text+0x1057): undefined reference to `epoxy_glDeleteShader'
  196. C4Shader.cpp:(.text+0x1072): undefined reference to `epoxy_glCreateProgram'
  197. C4Shader.cpp:(.text+0x10aa): undefined reference to `epoxy_glAttachShader'
  198. C4Shader.cpp:(.text+0x10c3): undefined reference to `epoxy_glAttachShader'
  199. C4Shader.cpp:(.text+0x10dc): undefined reference to `epoxy_glLinkProgram'
  200. C4Shader.cpp:(.text+0x10ed): undefined reference to `epoxy_glDeleteShader'
  201. C4Shader.cpp:(.text+0x10fe): undefined reference to `epoxy_glDeleteShader'
  202. C4Shader.cpp:(.text+0x1161): undefined reference to `epoxy_glGetProgramiv'
  203. C4Shader.cpp:(.text+0x1189): undefined reference to `epoxy_glDeleteProgram'
  204. C4Shader.cpp:(.text+0x11e4): undefined reference to `epoxy_glDeleteProgram'
  205. C4Shader.cpp:(.text+0x12f3): undefined reference to `epoxy_glGetUniformLocation'
  206. C4Shader.cpp:(.text+0x1405): undefined reference to `epoxy_glGetAttribLocation'
  207. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4Shader::Build(std::list<C4Shader::ShaderSlice, std::allocator<C4Shader::ShaderSlice> > const&, bool)':
  208. C4Shader.cpp:(.text+0x1ee1): undefined reference to `epoxy_glGetIntegerv'
  209. C4Shader.cpp:(.text+0x1ef6): undefined reference to `epoxy_glGetIntegerv'
  210. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4Shader::Create(unsigned int, char const*, char const*)':
  211. C4Shader.cpp:(.text+0x2158): undefined reference to `epoxy_glCreateShader'
  212. C4Shader.cpp:(.text+0x218c): undefined reference to `epoxy_glShaderSource'
  213. C4Shader.cpp:(.text+0x21a6): undefined reference to `epoxy_glCompileShader'
  214. C4Shader.cpp:(.text+0x21cc): undefined reference to `epoxy_glGetShaderiv'
  215. C4Shader.cpp:(.text+0x21f0): undefined reference to `epoxy_glDeleteShader'
  216. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4Shader::DumpInfoLog(char const*, unsigned int, bool)':
  217. C4Shader.cpp:(.text+0x222b): undefined reference to `epoxy_glGetProgramiv'
  218. C4Shader.cpp:(.text+0x2244): undefined reference to `epoxy_glGetShaderiv'
  219. C4Shader.cpp:(.text+0x22a9): undefined reference to `epoxy_glGetProgramInfoLog'
  220. C4Shader.cpp:(.text+0x22d4): undefined reference to `epoxy_glGetShaderInfoLog'
  221. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4ShaderCall::AllocTexUnit(int)':
  222. C4Shader.cpp:(.text+0x2449): undefined reference to `epoxy_glActiveTexture'
  223. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4ShaderCall::Start()':
  224. C4Shader.cpp:(.text+0x2506): undefined reference to `epoxy_glUseProgram'
  225. CMakeFiles/openclonk.dir/src/graphics/C4Shader.cpp.o: In function `C4ShaderCall::Finish()':
  226. C4Shader.cpp:(.text+0x257a): undefined reference to `epoxy_glUseProgram'
  227. CMakeFiles/openclonk.dir/src/graphics/C4Surface.cpp.o: In function `C4Surface::SavePNG(char const*, bool, bool, bool)':
  228. C4Surface.cpp:(.text+0x14a1): undefined reference to `epoxy_glReadPixels'
  229. CMakeFiles/openclonk.dir/src/graphics/C4Surface.cpp.o: In function `C4Surface::GetPixDw(int, int, bool)':
  230. C4Surface.cpp:(.text+0x1afe): undefined reference to `epoxy_glPixelStorei'
  231. C4Surface.cpp:(.text+0x1b11): undefined reference to `epoxy_glReadPixels'
  232. CMakeFiles/openclonk.dir/src/graphics/C4Surface.cpp.o: In function `C4TexRef::~C4TexRef()':
  233. C4Surface.cpp:(.text+0x2676): undefined reference to `epoxy_glDeleteTextures'
  234. CMakeFiles/openclonk.dir/src/graphics/C4Surface.cpp.o: In function `C4TexRef::CreateTexture()':
  235. C4Surface.cpp:(.text+0x270d): undefined reference to `epoxy_glGenTextures'
  236. C4Surface.cpp:(.text+0x2726): undefined reference to `epoxy_glBindTexture'
  237. C4Surface.cpp:(.text+0x273d): undefined reference to `epoxy_glTexParameteri'
  238. C4Surface.cpp:(.text+0x2762): undefined reference to `epoxy_glTexParameteri'
  239. C4Surface.cpp:(.text+0x2787): undefined reference to `epoxy_glTexParameteri'
  240. C4Surface.cpp:(.text+0x279f): undefined reference to `epoxy_glTexParameteri'
  241. C4Surface.cpp:(.text+0x27c4): undefined reference to `epoxy_glTexImage2D'
  242. C4Surface.cpp:(.text+0x280f): undefined reference to `epoxy_glGenerateMipmap'
  243. CMakeFiles/openclonk.dir/src/graphics/C4Surface.cpp.o: In function `C4TexRef::Lock()':
  244. C4Surface.cpp:(.text+0x29a6): undefined reference to `epoxy_glBindTexture'
  245. C4Surface.cpp:(.text+0x29bd): undefined reference to `epoxy_glGetTexImage'
  246. CMakeFiles/openclonk.dir/src/graphics/C4Surface.cpp.o: In function `C4TexRef::Unlock()':
  247. C4Surface.cpp:(.text+0x2a6f): undefined reference to `epoxy_glPixelStorei'
  248. C4Surface.cpp:(.text+0x2a82): undefined reference to `epoxy_glBindTexture'
  249. C4Surface.cpp:(.text+0x2a99): undefined reference to `epoxy_glTexSubImage2D'
  250. C4Surface.cpp:(.text+0x2b19): undefined reference to `epoxy_glGenerateMipmap'
  251. CMakeFiles/openclonk.dir/src/graphics/C4Surface.cpp.o: In function `C4TexMgr::IntLock()':
  252. C4Surface.cpp:(.text+0x2d8d): undefined reference to `epoxy_glDeleteTextures'
  253. CMakeFiles/openclonk.dir/src/gui/C4GuiDialogs.cpp.o: In function `C4GUI::DialogWindow::PerformUpdate()':
  254. C4GuiDialogs.cpp:(.text+0x1379): undefined reference to `epoxy_glClear'
  255. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWAmbient.cpp.o: In function `C4FoWAmbient::Clear()':
  256. C4FoWAmbient.cpp:(.text+0x1b3): undefined reference to `epoxy_glDeleteTextures'
  257. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWAmbient.cpp.o: In function `C4FoWAmbient::CreateFromLandscape(C4Landscape const&, double, double, double)':
  258. C4FoWAmbient.cpp:(.text+0x395): undefined reference to `epoxy_glGenTextures'
  259. C4FoWAmbient.cpp:(.text+0x3aa): undefined reference to `epoxy_glBindTexture'
  260. C4FoWAmbient.cpp:(.text+0x3c0): undefined reference to `epoxy_glTexParameteri'
  261. C4FoWAmbient.cpp:(.text+0x3d8): undefined reference to `epoxy_glTexParameteri'
  262. C4FoWAmbient.cpp:(.text+0x3f0): undefined reference to `epoxy_glTexParameteri'
  263. C4FoWAmbient.cpp:(.text+0x408): undefined reference to `epoxy_glTexParameteri'
  264. C4FoWAmbient.cpp:(.text+0x420): undefined reference to `epoxy_glTexImage2D'
  265. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWAmbient.cpp.o: In function `C4FoWAmbient::UpdateFromLandscape(C4Landscape const&, C4Rect const&)':
  266. C4FoWAmbient.cpp:(.text+0x999): undefined reference to `epoxy_glBindTexture'
  267. C4FoWAmbient.cpp:(.text+0x9b2): undefined reference to `epoxy_glTexSubImage2D'
  268. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWRegion.cpp.o: In function `C4FoWRegion::~C4FoWRegion()':
  269. C4FoWRegion.cpp:(.text+0x194): undefined reference to `epoxy_glDeleteFramebuffers'
  270. C4FoWRegion.cpp:(.text+0x1ad): undefined reference to `epoxy_glDeleteFramebuffers'
  271. C4FoWRegion.cpp:(.text+0x1d1): undefined reference to `epoxy_glDeleteBuffers'
  272. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWRegion.cpp.o: In function `C4FoWRegion::BindFramebuf()':
  273. C4FoWRegion.cpp:(.text+0x8e1): undefined reference to `epoxy_glGenFramebuffers'
  274. C4FoWRegion.cpp:(.text+0x8fa): undefined reference to `epoxy_glGenFramebuffers'
  275. C4FoWRegion.cpp:(.text+0x913): undefined reference to `epoxy_glBindFramebuffer'
  276. C4FoWRegion.cpp:(.text+0x92a): undefined reference to `epoxy_glBindFramebuffer'
  277. C4FoWRegion.cpp:(.text+0x941): undefined reference to `epoxy_glFramebufferTexture2D'
  278. C4FoWRegion.cpp:(.text+0x9a8): undefined reference to `epoxy_glFramebufferTexture2D'
  279. C4FoWRegion.cpp:(.text+0x9ec): undefined reference to `epoxy_glCheckFramebufferStatus'
  280. C4FoWRegion.cpp:(.text+0x9fd): undefined reference to `epoxy_glCheckFramebufferStatus'
  281. C4FoWRegion.cpp:(.text+0xa44): undefined reference to `epoxy_glBindFramebuffer'
  282. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWRegion.cpp.o: In function `C4FoWRegion::Render(C4TargetFacet const*)':
  283. C4FoWRegion.cpp:(.text+0xcfb): undefined reference to `epoxy_glViewport'
  284. C4FoWRegion.cpp:(.text+0xda4): undefined reference to `epoxy_glScissor'
  285. C4FoWRegion.cpp:(.text+0xe11): undefined reference to `epoxy_glClearColor'
  286. C4FoWRegion.cpp:(.text+0xe32): undefined reference to `epoxy_glEnable'
  287. C4FoWRegion.cpp:(.text+0xe40): undefined reference to `epoxy_glClear'
  288. C4FoWRegion.cpp:(.text+0xe4e): undefined reference to `epoxy_glScissor'
  289. C4FoWRegion.cpp:(.text+0xe9d): undefined reference to `epoxy_glClearColor'
  290. C4FoWRegion.cpp:(.text+0xec6): undefined reference to `epoxy_glClear'
  291. C4FoWRegion.cpp:(.text+0xed4): undefined reference to `epoxy_glDisable'
  292. C4FoWRegion.cpp:(.text+0xee2): undefined reference to `epoxy_glBlendFunc'
  293. C4FoWRegion.cpp:(.text+0x1480): undefined reference to `epoxy_glGenBuffers'
  294. C4FoWRegion.cpp:(.text+0x149c): undefined reference to `epoxy_glBindBuffer'
  295. C4FoWRegion.cpp:(.text+0x14b6): undefined reference to `epoxy_glBufferData'
  296. C4FoWRegion.cpp:(.text+0x14ef): undefined reference to `epoxy_glBindBuffer'
  297. C4FoWRegion.cpp:(.text+0x1509): undefined reference to `epoxy_glBufferSubData'
  298. C4FoWRegion.cpp:(.text+0x1570): undefined reference to `epoxy_glBindTexture'
  299. C4FoWRegion.cpp:(.text+0x15c2): undefined reference to `epoxy_glBlendFunc'
  300. C4FoWRegion.cpp:(.text+0x15ed): undefined reference to `epoxy_glBlendColor'
  301. C4FoWRegion.cpp:(.text+0x165e): undefined reference to `epoxy_glBindVertexArray'
  302. C4FoWRegion.cpp:(.text+0x1681): undefined reference to `epoxy_glEnableVertexAttribArray'
  303. C4FoWRegion.cpp:(.text+0x16a0): undefined reference to `epoxy_glEnableVertexAttribArray'
  304. C4FoWRegion.cpp:(.text+0x16bf): undefined reference to `epoxy_glVertexAttribPointer'
  305. C4FoWRegion.cpp:(.text+0x16fe): undefined reference to `epoxy_glVertexAttribPointer'
  306. C4FoWRegion.cpp:(.text+0x1738): undefined reference to `epoxy_glDrawArrays'
  307. C4FoWRegion.cpp:(.text+0x1750): undefined reference to `epoxy_glBindVertexArray'
  308. C4FoWRegion.cpp:(.text+0x175e): undefined reference to `epoxy_glBindBuffer'
  309. C4FoWRegion.cpp:(.text+0x178f): undefined reference to `epoxy_glBindFramebuffer'
  310. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWDrawStrategy.cpp.o: In function `C4FoWDrawLightTextureStrategy::C4FoWDrawLightTextureStrategy(C4FoWLight const*)':
  311. C4FoWDrawStrategy.cpp:(.text+0x39b): undefined reference to `epoxy_glGenBuffers'
  312. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWDrawStrategy.cpp.o: In function `C4FoWDrawLightTextureStrategy::~C4FoWDrawLightTextureStrategy()':
  313. C4FoWDrawStrategy.cpp:(.text+0x446): undefined reference to `epoxy_glDeleteBuffers'
  314. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWDrawStrategy.cpp.o: In function `C4FoWDrawLightTextureStrategy::End(C4ShaderCall&)':
  315. C4FoWDrawStrategy.cpp:(.text+0x55a): undefined reference to `epoxy_glBindBuffer'
  316. C4FoWDrawStrategy.cpp:(.text+0x590): undefined reference to `epoxy_glBufferData'
  317. C4FoWDrawStrategy.cpp:(.text+0x5fe): undefined reference to `epoxy_glBufferSubData'
  318. C4FoWDrawStrategy.cpp:(.text+0x651): undefined reference to `epoxy_glBindBuffer'
  319. C4FoWDrawStrategy.cpp:(.text+0x664): undefined reference to `epoxy_glBindBuffer'
  320. C4FoWDrawStrategy.cpp:(.text+0x697): undefined reference to `epoxy_glBufferData'
  321. C4FoWDrawStrategy.cpp:(.text+0x6f4): undefined reference to `epoxy_glBufferSubData'
  322. C4FoWDrawStrategy.cpp:(.text+0x736): undefined reference to `epoxy_glBindBuffer'
  323. C4FoWDrawStrategy.cpp:(.text+0x7c4): undefined reference to `epoxy_glEnable'
  324. C4FoWDrawStrategy.cpp:(.text+0x7d2): undefined reference to `epoxy_glScissor'
  325. C4FoWDrawStrategy.cpp:(.text+0x820): undefined reference to `epoxy_glBindVertexArray'
  326. C4FoWDrawStrategy.cpp:(.text+0x83d): undefined reference to `epoxy_glBindBuffer'
  327. C4FoWDrawStrategy.cpp:(.text+0x850): undefined reference to `epoxy_glBindBuffer'
  328. C4FoWDrawStrategy.cpp:(.text+0x863): undefined reference to `epoxy_glEnableVertexAttribArray'
  329. C4FoWDrawStrategy.cpp:(.text+0x87f): undefined reference to `epoxy_glEnableVertexAttribArray'
  330. C4FoWDrawStrategy.cpp:(.text+0x89b): undefined reference to `epoxy_glVertexAttribPointer'
  331. C4FoWDrawStrategy.cpp:(.text+0x8d5): undefined reference to `epoxy_glVertexAttribPointer'
  332. C4FoWDrawStrategy.cpp:(.text+0x90f): undefined reference to `epoxy_glBlendFunc'
  333. C4FoWDrawStrategy.cpp:(.text+0x922): undefined reference to `epoxy_glBlendEquationSeparate'
  334. C4FoWDrawStrategy.cpp:(.text+0x935): undefined reference to `epoxy_glDrawElements'
  335. C4FoWDrawStrategy.cpp:(.text+0x95f): undefined reference to `epoxy_glBlendEquation'
  336. C4FoWDrawStrategy.cpp:(.text+0x98c): undefined reference to `epoxy_glBindVertexArray'
  337. C4FoWDrawStrategy.cpp:(.text+0x9a9): undefined reference to `epoxy_glBindBuffer'
  338. C4FoWDrawStrategy.cpp:(.text+0x9bc): undefined reference to `epoxy_glBindBuffer'
  339. C4FoWDrawStrategy.cpp:(.text+0x9cf): undefined reference to `epoxy_glEnableVertexAttribArray'
  340. C4FoWDrawStrategy.cpp:(.text+0x9eb): undefined reference to `epoxy_glEnableVertexAttribArray'
  341. C4FoWDrawStrategy.cpp:(.text+0xa07): undefined reference to `epoxy_glVertexAttribPointer'
  342. C4FoWDrawStrategy.cpp:(.text+0xa41): undefined reference to `epoxy_glVertexAttribPointer'
  343. C4FoWDrawStrategy.cpp:(.text+0xa7b): undefined reference to `epoxy_glDrawElements'
  344. C4FoWDrawStrategy.cpp:(.text+0xaa5): undefined reference to `epoxy_glBlendFunc'
  345. C4FoWDrawStrategy.cpp:(.text+0xab8): undefined reference to `epoxy_glBlendEquation'
  346. C4FoWDrawStrategy.cpp:(.text+0xac6): undefined reference to `epoxy_glScissor'
  347. C4FoWDrawStrategy.cpp:(.text+0xb31): undefined reference to `epoxy_glBindVertexArray'
  348. C4FoWDrawStrategy.cpp:(.text+0xb4e): undefined reference to `epoxy_glBindBuffer'
  349. C4FoWDrawStrategy.cpp:(.text+0xb61): undefined reference to `epoxy_glBindBuffer'
  350. C4FoWDrawStrategy.cpp:(.text+0xb74): undefined reference to `epoxy_glEnableVertexAttribArray'
  351. C4FoWDrawStrategy.cpp:(.text+0xb90): undefined reference to `epoxy_glEnableVertexAttribArray'
  352. C4FoWDrawStrategy.cpp:(.text+0xbac): undefined reference to `epoxy_glVertexAttribPointer'
  353. C4FoWDrawStrategy.cpp:(.text+0xbe6): undefined reference to `epoxy_glVertexAttribPointer'
  354. C4FoWDrawStrategy.cpp:(.text+0xc20): undefined reference to `epoxy_glDrawElements'
  355. C4FoWDrawStrategy.cpp:(.text+0xc4a): undefined reference to `epoxy_glBindVertexArray'
  356. C4FoWDrawStrategy.cpp:(.text+0xc58): undefined reference to `epoxy_glDisable'
  357. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWDrawStrategy.cpp.o: In function `C4FoWDrawWireframeStrategy::C4FoWDrawWireframeStrategy(C4FoWLight const*, C4TargetFacet const*)':
  358. C4FoWDrawStrategy.cpp:(.text+0x1147): undefined reference to `epoxy_glGenBuffers'
  359. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWDrawStrategy.cpp.o: In function `C4FoWDrawWireframeStrategy::~C4FoWDrawWireframeStrategy()':
  360. C4FoWDrawStrategy.cpp:(.text+0x11c2): undefined reference to `epoxy_glDeleteBuffers'
  361. CMakeFiles/openclonk.dir/src/landscape/fow/C4FoWDrawStrategy.cpp.o: In function `C4FoWDrawWireframeStrategy::End(C4ShaderCall&)':
  362. C4FoWDrawStrategy.cpp:(.text+0x129a): undefined reference to `epoxy_glPolygonMode'
  363. C4FoWDrawStrategy.cpp:(.text+0x12ad): undefined reference to `epoxy_glBindBuffer'
  364. C4FoWDrawStrategy.cpp:(.text+0x12e3): undefined reference to `epoxy_glBufferData'
  365. C4FoWDrawStrategy.cpp:(.text+0x134f): undefined reference to `epoxy_glBufferSubData'
  366. C4FoWDrawStrategy.cpp:(.text+0x13a0): undefined reference to `epoxy_glBindBuffer'
  367. C4FoWDrawStrategy.cpp:(.text+0x13b3): undefined reference to `epoxy_glBindBuffer'
  368. C4FoWDrawStrategy.cpp:(.text+0x13e6): undefined reference to `epoxy_glBufferData'
  369. C4FoWDrawStrategy.cpp:(.text+0x1443): undefined reference to `epoxy_glBufferSubData'
  370. C4FoWDrawStrategy.cpp:(.text+0x1485): undefined reference to `epoxy_glBindBuffer'
  371. C4FoWDrawStrategy.cpp:(.text+0x14b7): undefined reference to `epoxy_glBindVertexArray'
  372. C4FoWDrawStrategy.cpp:(.text+0x14d4): undefined reference to `epoxy_glBindBuffer'
  373. C4FoWDrawStrategy.cpp:(.text+0x14e7): undefined reference to `epoxy_glBindBuffer'
  374. C4FoWDrawStrategy.cpp:(.text+0x14fa): undefined reference to `epoxy_glEnableVertexAttribArray'
  375. C4FoWDrawStrategy.cpp:(.text+0x1516): undefined reference to `epoxy_glEnableVertexAttribArray'
  376. C4FoWDrawStrategy.cpp:(.text+0x1532): undefined reference to `epoxy_glVertexAttribPointer'
  377. C4FoWDrawStrategy.cpp:(.text+0x156c): undefined reference to `epoxy_glVertexAttribPointer'
  378. C4FoWDrawStrategy.cpp:(.text+0x15d5): undefined reference to `epoxy_glDrawElements'
  379. C4FoWDrawStrategy.cpp:(.text+0x15ff): undefined reference to `epoxy_glBindVertexArray'
  380. C4FoWDrawStrategy.cpp:(.text+0x160d): undefined reference to `epoxy_glPolygonMode'
  381. CMakeFiles/openclonk.dir/src/landscape/C4LandscapeRender.cpp.o: In function `C4LandscapeRenderGL::Clear()':
  382. C4LandscapeRender.cpp:(.text+0x414): undefined reference to `epoxy_glDeleteTextures'
  383. C4LandscapeRender.cpp:(.text+0x44c): undefined reference to `epoxy_glDeleteBuffers'
  384. CMakeFiles/openclonk.dir/src/landscape/C4LandscapeRender.cpp.o: In function `C4LandscapeRenderGL::InitMaterialTexture(C4TextureMap*)':
  385. C4LandscapeRender.cpp:(.text+0x73d): undefined reference to `epoxy_glGetIntegerv'
  386. C4LandscapeRender.cpp:(.text+0x755): undefined reference to `epoxy_glGetIntegerv'
  387. C4LandscapeRender.cpp:(.text+0xd5f): undefined reference to `epoxy_glGetError'
  388. C4LandscapeRender.cpp:(.text+0xd71): undefined reference to `epoxy_glGenTextures'
  389. C4LandscapeRender.cpp:(.text+0xd9a): undefined reference to `epoxy_glBindTexture'
  390. C4LandscapeRender.cpp:(.text+0xdb7): undefined reference to `epoxy_glPixelStorei'
  391. C4LandscapeRender.cpp:(.text+0xdca): undefined reference to `epoxy_glTexParameteri'
  392. C4LandscapeRender.cpp:(.text+0xde2): undefined reference to `epoxy_glTexParameteri'
  393. C4LandscapeRender.cpp:(.text+0xdfa): undefined reference to `epoxy_glTexParameteri'
  394. C4LandscapeRender.cpp:(.text+0xe12): undefined reference to `epoxy_glTexParameteri'
  395. C4LandscapeRender.cpp:(.text+0xe2a): undefined reference to `epoxy_glTexImage3D'
  396. C4LandscapeRender.cpp:(.text+0xe76): undefined reference to `epoxy_glGenerateMipmap'
  397. C4LandscapeRender.cpp:(.text+0xebf): undefined reference to `epoxy_glGetError'
  398. CMakeFiles/openclonk.dir/src/landscape/C4LandscapeRender.cpp.o: In function `C4LandscapeRenderGL::InitVBO()':
  399. C4LandscapeRender.cpp:(.text+0x2605): undefined reference to `epoxy_glGenBuffers'
  400. C4LandscapeRender.cpp:(.text+0x2621): undefined reference to `epoxy_glBindBuffer'
  401. C4LandscapeRender.cpp:(.text+0x263b): undefined reference to `epoxy_glBufferData'
  402. C4LandscapeRender.cpp:(.text+0x265b): undefined reference to `epoxy_glBindBuffer'
  403. CMakeFiles/openclonk.dir/src/landscape/C4LandscapeRender.cpp.o: In function `C4LandscapeRenderGL::Draw(C4TargetFacet const&, C4FoWRegion const*)':
  404. C4LandscapeRender.cpp:(.text+0x43e2): undefined reference to `epoxy_glBindTexture'
  405. C4LandscapeRender.cpp:(.text+0x4448): undefined reference to `epoxy_glTexParameteri'
  406. C4LandscapeRender.cpp:(.text+0x4460): undefined reference to `epoxy_glTexParameteri'
  407. C4LandscapeRender.cpp:(.text+0x447a): undefined reference to `epoxy_glTexParameteri'
  408. C4LandscapeRender.cpp:(.text+0x4492): undefined reference to `epoxy_glTexParameteri'
  409. C4LandscapeRender.cpp:(.text+0x4513): undefined reference to `epoxy_glBindTexture'
  410. C4LandscapeRender.cpp:(.text+0x4532): undefined reference to `epoxy_glTexParameteri'
  411. C4LandscapeRender.cpp:(.text+0x454a): undefined reference to `epoxy_glTexParameteri'
  412. C4LandscapeRender.cpp:(.text+0x4594): undefined reference to `epoxy_glBindTexture'
  413. C4LandscapeRender.cpp:(.text+0x45d3): undefined reference to `epoxy_glBindTexture'
  414. C4LandscapeRender.cpp:(.text+0x4605): undefined reference to `epoxy_glTexParameteri'
  415. C4LandscapeRender.cpp:(.text+0x461d): undefined reference to `epoxy_glTexParameteri'
  416. C4LandscapeRender.cpp:(.text+0x4652): undefined reference to `epoxy_glBindTexture'
  417. C4LandscapeRender.cpp:(.text+0x46a5): undefined reference to `epoxy_glTexImage1D'
  418. C4LandscapeRender.cpp:(.text+0x46df): undefined reference to `epoxy_glTexParameteri'
  419. C4LandscapeRender.cpp:(.text+0x48a2): undefined reference to `epoxy_glBlendFunc'
  420. C4LandscapeRender.cpp:(.text+0x4c19): undefined reference to `epoxy_glBindBuffer'
  421. C4LandscapeRender.cpp:(.text+0x4c36): undefined reference to `epoxy_glBufferSubData'
  422. C4LandscapeRender.cpp:(.text+0x4cb3): undefined reference to `epoxy_glBindVertexArray'
  423. C4LandscapeRender.cpp:(.text+0x4cd6): undefined reference to `epoxy_glEnableVertexAttribArray'
  424. C4LandscapeRender.cpp:(.text+0x4cf5): undefined reference to `epoxy_glEnableVertexAttribArray'
  425. C4LandscapeRender.cpp:(.text+0x4d1e): undefined reference to `epoxy_glEnableVertexAttribArray'
  426. C4LandscapeRender.cpp:(.text+0x4d3d): undefined reference to `epoxy_glVertexAttribPointer'
  427. C4LandscapeRender.cpp:(.text+0x4d77): undefined reference to `epoxy_glVertexAttribPointer'
  428. C4LandscapeRender.cpp:(.text+0x4dc0): undefined reference to `epoxy_glVertexAttribPointer'
  429. C4LandscapeRender.cpp:(.text+0x4dff): undefined reference to `epoxy_glDrawArrays'
  430. C4LandscapeRender.cpp:(.text+0x4e17): undefined reference to `epoxy_glBindVertexArray'
  431. C4LandscapeRender.cpp:(.text+0x4e25): undefined reference to `epoxy_glBindBuffer'
  432. CMakeFiles/openclonk.dir/src/landscape/C4LandscapeRender.cpp.o: In function `C4ShaderCall::SetUniform2f(int, float, float) const':
  433. C4LandscapeRender.cpp:(.text._ZNK12C4ShaderCall12SetUniform2fEiff[_ZNK12C4ShaderCall12SetUniform2fEiff]+0x36): undefined reference to `epoxy_glUniform2f'
  434. CMakeFiles/openclonk.dir/src/landscape/C4LandscapeRender.cpp.o: In function `C4ShaderCall::SetUniform1iv(int, int, int const*) const':
  435. C4LandscapeRender.cpp:(.text._ZNK12C4ShaderCall13SetUniform1ivEiiPKi[_ZNK12C4ShaderCall13SetUniform1ivEiiPKi]+0x33): undefined reference to `epoxy_glUniform1iv'
  436. CMakeFiles/openclonk.dir/src/landscape/C4Particles.cpp.o: In function `C4ParticleChunk::Draw(C4TargetFacet, C4Object*, C4ShaderCall&, int, StdProjectionMatrix const&)':
  437. C4Particles.cpp:(.text+0x424f): undefined reference to `epoxy_glBlendFunc'
  438. C4Particles.cpp:(.text+0x427c): undefined reference to `epoxy_glActiveTexture'
  439. C4Particles.cpp:(.text+0x428d): undefined reference to `epoxy_glBindTexture'
  440. C4Particles.cpp:(.text+0x42c5): undefined reference to `epoxy_glGenBuffers'
  441. C4Particles.cpp:(.text+0x42e1): undefined reference to `epoxy_glBindBuffer'
  442. C4Particles.cpp:(.text+0x433f): undefined reference to `epoxy_glBindBuffer'
  443. C4Particles.cpp:(.text+0x4359): undefined reference to `epoxy_glBufferData'
  444. C4Particles.cpp:(.text+0x439d): undefined reference to `epoxy_glBindBuffer'
  445. C4Particles.cpp:(.text+0x43d2): undefined reference to `epoxy_glBindVertexArray'
  446. C4Particles.cpp:(.text+0x43ef): undefined reference to `epoxy_glBindBuffer'
  447. C4Particles.cpp:(.text+0x4409): undefined reference to `epoxy_glBindBuffer'
  448. C4Particles.cpp:(.text+0x4445): undefined reference to `epoxy_glEnableVertexAttribArray'
  449. C4Particles.cpp:(.text+0x4464): undefined reference to `epoxy_glEnableVertexAttribArray'
  450. C4Particles.cpp:(.text+0x4483): undefined reference to `epoxy_glEnableVertexAttribArray'
  451. C4Particles.cpp:(.text+0x44a2): undefined reference to `epoxy_glVertexAttribPointer'
  452. C4Particles.cpp:(.text+0x44dc): undefined reference to `epoxy_glVertexAttribPointer'
  453. C4Particles.cpp:(.text+0x4516): undefined reference to `epoxy_glVertexAttribPointer'
  454. C4Particles.cpp:(.text+0x4550): undefined reference to `epoxy_glDrawElements'
  455. C4Particles.cpp:(.text+0x457f): undefined reference to `epoxy_glBindVertexArray'
  456. CMakeFiles/openclonk.dir/src/landscape/C4Particles.cpp.o: In function `C4ParticleChunk::ClearBufferObjects()':
  457. C4Particles.cpp:(.text+0x45f4): undefined reference to `epoxy_glDeleteBuffers'
  458. CMakeFiles/openclonk.dir/src/landscape/C4Particles.cpp.o: In function `C4ParticleList::Draw(C4TargetFacet, C4Object*)':
  459. C4Particles.cpp:(.text+0x4a06): undefined reference to `epoxy_glPrimitiveRestartIndex'
  460. C4Particles.cpp:(.text+0x4a14): undefined reference to `epoxy_glEnable'
  461. C4Particles.cpp:(.text+0x4c8b): undefined reference to `epoxy_glDisable'
  462. CMakeFiles/openclonk.dir/src/landscape/C4Particles.cpp.o: In function `C4ParticleSystem::PreparePrimitiveRestartIndices(unsigned int)':
  463. C4Particles.cpp:(.text+0x5a08): undefined reference to `epoxy_glGenBuffers'
  464. C4Particles.cpp:(.text+0x5a36): undefined reference to `epoxy_glBindBuffer'
  465. C4Particles.cpp:(.text+0x5af3): undefined reference to `epoxy_glBufferData'
  466. C4Particles.cpp:(.text+0x5b25): undefined reference to `epoxy_glBindBuffer'
  467. CMakeFiles/openclonk.dir/src/landscape/C4Particles.cpp.o: In function `C4ParticleSystem::Clear()':
  468. C4Particles.cpp:(.text+0x5b7d): undefined reference to `epoxy_glDeleteBuffers'
  469. CMakeFiles/openclonk.dir/src/lib/StdMesh.cpp.o: In function `StdMesh::~StdMesh()':
  470. StdMesh.cpp:(.text+0x47f6): undefined reference to `epoxy_glDeleteBuffers'
  471. StdMesh.cpp:(.text+0x4819): undefined reference to `epoxy_glDeleteBuffers'
  472. CMakeFiles/openclonk.dir/src/lib/StdMesh.cpp.o: In function `StdMesh::UpdateVBO()':
  473. StdMesh.cpp:(.text+0x4933): undefined reference to `epoxy_glDeleteBuffers'
  474. StdMesh.cpp:(.text+0x494b): undefined reference to `epoxy_glGenBuffers'
  475. StdMesh.cpp:(.text+0x49ee): undefined reference to `epoxy_glBindBuffer'
  476. StdMesh.cpp:(.text+0x4a66): undefined reference to `epoxy_glBufferData'
  477. StdMesh.cpp:(.text+0x4a93): undefined reference to `epoxy_glMapBuffer'
  478. StdMesh.cpp:(.text+0x4c16): undefined reference to `epoxy_glUnmapBuffer'
  479. StdMesh.cpp:(.text+0x4c31): undefined reference to `epoxy_glBindBuffer'
  480. CMakeFiles/openclonk.dir/src/lib/StdMesh.cpp.o: In function `StdMesh::UpdateIBO()':
  481. StdMesh.cpp:(.text+0x4c85): undefined reference to `epoxy_glDeleteBuffers'
  482. StdMesh.cpp:(.text+0x4c9e): undefined reference to `epoxy_glGenBuffers'
  483. StdMesh.cpp:(.text+0x4cb7): undefined reference to `epoxy_glBindBuffer'
  484. StdMesh.cpp:(.text+0x4d47): undefined reference to `epoxy_glBufferData'
  485. StdMesh.cpp:(.text+0x4dde): undefined reference to `epoxy_glBufferSubData'
  486. StdMesh.cpp:(.text+0x4e69): undefined reference to `epoxy_glBindBuffer'
  487. CMakeFiles/openclonk.dir/src/lib/StdMesh.cpp.o: In function `StdMeshInstance::~StdMeshInstance()':
  488. StdMesh.cpp:(.text+0x6a4c): undefined reference to `epoxy_glDeleteBuffers'
  489. CMakeFiles/openclonk.dir/src/lib/StdMesh.cpp.o: In function `StdMeshInstance::UpdateIBO()':
  490. StdMesh.cpp:(.text+0xa220): undefined reference to `epoxy_glDeleteBuffers'
  491. StdMesh.cpp:(.text+0xa2ea): undefined reference to `epoxy_glGenBuffers'
  492. StdMesh.cpp:(.text+0xa306): undefined reference to `epoxy_glBindBuffer'
  493. StdMesh.cpp:(.text+0xa320): undefined reference to `epoxy_glBufferData'
  494. StdMesh.cpp:(.text+0xa353): undefined reference to `epoxy_glBindBuffer'
  495. StdMesh.cpp:(.text+0xa3b1): undefined reference to `epoxy_glBufferSubData'
  496. StdMesh.cpp:(.text+0xa43b): undefined reference to `epoxy_glBindBuffer'
  497. collect2: error: ld returned 1 exit status
  498. make[2]: *** [openclonk] Error 1
  499. make[1]: *** [CMakeFiles/openclonk.dir/all] Error 2
  500. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment