Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.27 KB | None | 0 0
  1. make all
  2. g++ -g -c main.cpp -std=c++11 -Werror
  3. g++ -g -c Colac.cpp -std=c++11 -Werror
  4. g++ -g -c Level.cpp -std=c++11 -Werror
  5. g++ -g main.o Colac.o Level.o -o Colorswap -lsfml-graphics-s -lsfml-window-s -lsfml-system-s
  6. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::getLineSpacing(unsigned int) const » :
  7. Font.cpp:(.text+0x12c) : référence indéfinie vers « FT_Set_Pixel_Sizes »
  8. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::getUnderlinePosition(unsigned int) const » :
  9. Font.cpp:(.text+0x30c) : référence indéfinie vers « FT_Set_Pixel_Sizes »
  10. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::getUnderlineThickness(unsigned int) const » :
  11. Font.cpp:(.text+0x53c) : référence indéfinie vers « FT_Set_Pixel_Sizes »
  12. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::setCurrentSize(unsigned int) const » :
  13. Font.cpp:(.text+0x765) : référence indéfinie vers « FT_Set_Pixel_Sizes »
  14. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::getKerning(unsigned int, unsigned int, unsigned int) const » :
  15. Font.cpp:(.text+0x94e) : référence indéfinie vers « FT_Get_Char_Index »
  16. Font.cpp:(.text+0x95b) : référence indéfinie vers « FT_Get_Char_Index »
  17. Font.cpp:(.text+0x96c) : référence indéfinie vers « FT_Get_Kerning »
  18. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::~Font() » :
  19. Font.cpp:(.text+0xf53) : référence indéfinie vers « FT_Stroker_Done »
  20. Font.cpp:(.text+0xf65) : référence indéfinie vers « FT_Done_Face »
  21. Font.cpp:(.text+0xf88) : référence indéfinie vers « FT_Done_FreeType »
  22. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::loadFromMemory(void const*, unsigned long) » :
  23. Font.cpp:(.text+0x10b5) : référence indéfinie vers « FT_Init_FreeType »
  24. Font.cpp:(.text+0x10d7) : référence indéfinie vers « FT_New_Memory_Face »
  25. Font.cpp:(.text+0x10ec) : référence indéfinie vers « FT_Stroker_New »
  26. Font.cpp:(.text+0x110c) : référence indéfinie vers « FT_Select_Charmap »
  27. Font.cpp:(.text+0x1207) : référence indéfinie vers « FT_Stroker_Done »
  28. Font.cpp:(.text+0x1215) : référence indéfinie vers « FT_Done_Face »
  29. Font.cpp:(.text+0x1234) : référence indéfinie vers « FT_Done_FreeType »
  30. Font.cpp:(.text+0x12fc) : référence indéfinie vers « FT_Done_Face »
  31. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::loadFromFile(std::string const&) » :
  32. Font.cpp:(.text+0x1432) : référence indéfinie vers « FT_Init_FreeType »
  33. Font.cpp:(.text+0x1452) : référence indéfinie vers « FT_New_Face »
  34. Font.cpp:(.text+0x1467) : référence indéfinie vers « FT_Stroker_New »
  35. Font.cpp:(.text+0x1487) : référence indéfinie vers « FT_Select_Charmap »
  36. Font.cpp:(.text+0x15d7) : référence indéfinie vers « FT_Stroker_Done »
  37. Font.cpp:(.text+0x15e5) : référence indéfinie vers « FT_Done_Face »
  38. Font.cpp:(.text+0x1604) : référence indéfinie vers « FT_Done_FreeType »
  39. Font.cpp:(.text+0x1711) : référence indéfinie vers « FT_Done_Face »
  40. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::cleanup() » :
  41. Font.cpp:(.text+0x18b0) : référence indéfinie vers « FT_Stroker_Done »
  42. Font.cpp:(.text+0x18bf) : référence indéfinie vers « FT_Done_Face »
  43. Font.cpp:(.text+0x18e0) : référence indéfinie vers « FT_Done_FreeType »
  44. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::loadFromStream(sf::InputStream&) » :
  45. Font.cpp:(.text+0x193d) : référence indéfinie vers « FT_Init_FreeType »
  46. Font.cpp:(.text+0x19e7) : référence indéfinie vers « FT_Open_Face »
  47. Font.cpp:(.text+0x19fd) : référence indéfinie vers « FT_Stroker_New »
  48. Font.cpp:(.text+0x1a1d) : référence indéfinie vers « FT_Select_Charmap »
  49. Font.cpp:(.text+0x1c4f) : référence indéfinie vers « FT_Done_Face »
  50. //usr/local/lib/libsfml-graphics-s.a(Font.cpp.o) : Dans la fonction « sf::Font::loadGlyph(unsigned int, unsigned int, bool, float) const » :
  51. Font.cpp:(.text+0x26fc) : référence indéfinie vers « FT_Load_Char »
  52. Font.cpp:(.text+0x273d) : référence indéfinie vers « FT_Get_Glyph »
  53. Font.cpp:(.text+0x278a) : référence indéfinie vers « FT_Glyph_To_Bitmap »
  54. Font.cpp:(.text+0x27e6) : référence indéfinie vers « FT_Done_Glyph »
  55. Font.cpp:(.text+0x2805) : référence indéfinie vers « FT_Glyph_To_Bitmap »
  56. Font.cpp:(.text+0x28a6) : référence indéfinie vers « FT_Outline_Embolden »
  57. Font.cpp:(.text+0x28ce) : référence indéfinie vers « FT_Bitmap_Embolden »
  58. Font.cpp:(.text+0x293d) : référence indéfinie vers « FT_Stroker_Set »
  59. Font.cpp:(.text+0x294c) : référence indéfinie vers « FT_Glyph_Stroke »
  60. //usr/local/lib/libsfml-graphics-s.a(ImageLoader.cpp.o) : Dans la fonction « sf::priv::ImageLoader::writeJpg(std::string const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, unsigned int, unsigned int) » :
  61. ImageLoader.cpp:(.text+0x19b9e) : référence indéfinie vers « jpeg_std_error »
  62. ImageLoader.cpp:(.text+0x19bbd) : référence indéfinie vers « jpeg_CreateCompress »
  63. ImageLoader.cpp:(.text+0x19bf7) : référence indéfinie vers « jpeg_stdio_dest »
  64. ImageLoader.cpp:(.text+0x19c08) : référence indéfinie vers « jpeg_set_defaults »
  65. ImageLoader.cpp:(.text+0x19c1f) : référence indéfinie vers « jpeg_set_quality »
  66. ImageLoader.cpp:(.text+0x19c91) : référence indéfinie vers « jpeg_start_compress »
  67. ImageLoader.cpp:(.text+0x19ccf) : référence indéfinie vers « jpeg_write_scanlines »
  68. ImageLoader.cpp:(.text+0x19cec) : référence indéfinie vers « jpeg_finish_compress »
  69. ImageLoader.cpp:(.text+0x19cf9) : référence indéfinie vers « jpeg_destroy_compress »
  70. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::clear(sf::Color const&) » :
  71. RenderTarget.cpp:(.text+0x328) : référence indéfinie vers « glClearColor »
  72. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::popGLStates() » :
  73. RenderTarget.cpp:(.text+0x9b6) : référence indéfinie vers « glMatrixMode »
  74. RenderTarget.cpp:(.text+0x9bb) : référence indéfinie vers « glPopMatrix »
  75. RenderTarget.cpp:(.text+0x9c5) : référence indéfinie vers « glMatrixMode »
  76. RenderTarget.cpp:(.text+0x9ca) : référence indéfinie vers « glPopMatrix »
  77. RenderTarget.cpp:(.text+0x9d4) : référence indéfinie vers « glMatrixMode »
  78. RenderTarget.cpp:(.text+0x9d9) : référence indéfinie vers « glPopMatrix »
  79. RenderTarget.cpp:(.text+0x9de) : référence indéfinie vers « glPopClientAttrib »
  80. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::applyCurrentView() » :
  81. RenderTarget.cpp:(.text+0xb76) : référence indéfinie vers « glViewport »
  82. RenderTarget.cpp:(.text+0xb80) : référence indéfinie vers « glMatrixMode »
  83. RenderTarget.cpp:(.text+0xb98) : référence indéfinie vers « glLoadMatrixf »
  84. RenderTarget.cpp:(.text+0xba2) : référence indéfinie vers « glMatrixMode »
  85. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::applyBlendMode(sf::BlendMode const&) » :
  86. RenderTarget.cpp:(.text+0xdd8) : référence indéfinie vers « glBlendFunc »
  87. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::resetGLStates() » :
  88. RenderTarget.cpp:(.text+0xf19) : référence indéfinie vers « glDisable »
  89. RenderTarget.cpp:(.text+0xf23) : référence indéfinie vers « glDisable »
  90. RenderTarget.cpp:(.text+0xf2d) : référence indéfinie vers « glDisable »
  91. RenderTarget.cpp:(.text+0xf37) : référence indéfinie vers « glDisable »
  92. RenderTarget.cpp:(.text+0xf41) : référence indéfinie vers « glEnable »
  93. RenderTarget.cpp:(.text+0xf4b) : référence indéfinie vers « glEnable »
  94. RenderTarget.cpp:(.text+0xf55) : référence indéfinie vers « glMatrixMode »
  95. RenderTarget.cpp:(.text+0xf5f) : référence indéfinie vers « glEnableClientState »
  96. RenderTarget.cpp:(.text+0xf69) : référence indéfinie vers « glEnableClientState »
  97. RenderTarget.cpp:(.text+0xf73) : référence indéfinie vers « glEnableClientState »
  98. RenderTarget.cpp:(.text+0xf99) : référence indéfinie vers « glLoadMatrixf »
  99. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::pushGLStates() » :
  100. RenderTarget.cpp:(.text+0x1019) : référence indéfinie vers « glPushClientAttrib »
  101. RenderTarget.cpp:(.text+0x1023) : référence indéfinie vers « glPushAttrib »
  102. RenderTarget.cpp:(.text+0x102d) : référence indéfinie vers « glMatrixMode »
  103. RenderTarget.cpp:(.text+0x1032) : référence indéfinie vers « glPushMatrix »
  104. RenderTarget.cpp:(.text+0x103c) : référence indéfinie vers « glMatrixMode »
  105. RenderTarget.cpp:(.text+0x1041) : référence indéfinie vers « glPushMatrix »
  106. RenderTarget.cpp:(.text+0x104b) : référence indéfinie vers « glMatrixMode »
  107. RenderTarget.cpp:(.text+0x1050) : référence indéfinie vers « glPushMatrix »
  108. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::draw(sf::Vertex const*, unsigned long, sf::PrimitiveType, sf::RenderStates const&) » :
  109. RenderTarget.cpp:(.text+0x11b8) : référence indéfinie vers « glVertexPointer »
  110. RenderTarget.cpp:(.text+0x11d0) : référence indéfinie vers « glColorPointer »
  111. RenderTarget.cpp:(.text+0x11e8) : référence indéfinie vers « glTexCoordPointer »
  112. RenderTarget.cpp:(.text+0x11ff) : référence indéfinie vers « glDrawArrays »
  113. RenderTarget.cpp:(.text+0x125d) : référence indéfinie vers « glLoadMatrixf »
  114. RenderTarget.cpp:(.text+0x12be) : référence indéfinie vers « glLoadMatrixf »
  115. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::clear(sf::Color const&) » :
  116. RenderTarget.cpp:(.text+0x338) : référence indéfinie vers « glClear »
  117. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::popGLStates() » :
  118. RenderTarget.cpp:(.text+0x9e7) : référence indéfinie vers « glPopAttrib »
  119. //usr/local/lib/libsfml-graphics-s.a(RenderTarget.cpp.o) : Dans la fonction « sf::RenderTarget::applyTransform(sf::Transform const&) » :
  120. RenderTarget.cpp:(.text+0x1314) : référence indéfinie vers « glLoadMatrixf »
  121. //usr/local/lib/libsfml-graphics-s.a(Shader.cpp.o) : Dans la fonction « sf::Shader::compile(char const*, char const*, char const*) » :
  122. Shader.cpp:(.text+0xe94) : référence indéfinie vers « glFlush »
  123. //usr/local/lib/libsfml-graphics-s.a(Shader.cpp.o) : Dans la fonction « sf::Shader::setUniform(std::string const&, sf::Texture const&) » :
  124. Shader.cpp:(.text+0x494b) : référence indéfinie vers « glGetIntegerv »
  125. //usr/local/lib/libsfml-graphics-s.a(Shader.cpp.o) : Dans la fonction « sf::Shader::setParameter(std::string const&, sf::Texture const&) » :
  126. Shader.cpp:(.text+0x4c0b) : référence indéfinie vers « glGetIntegerv »
  127. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::~Texture() » :
  128. Texture.cpp:(.text+0xbc) : référence indéfinie vers « glDeleteTextures »
  129. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::create(unsigned int, unsigned int) » :
  130. Texture.cpp:(.text+0x1e5) : référence indéfinie vers « glGetIntegerv »
  131. Texture.cpp:(.text+0x3e1) : référence indéfinie vers « glBindTexture »
  132. Texture.cpp:(.text+0x41b) : référence indéfinie vers « glTexImage2D »
  133. Texture.cpp:(.text+0x44f) : référence indéfinie vers « glTexParameteri »
  134. Texture.cpp:(.text+0x47f) : référence indéfinie vers « glTexParameteri »
  135. Texture.cpp:(.text+0x49b) : référence indéfinie vers « glTexParameteri »
  136. Texture.cpp:(.text+0x4b7) : référence indéfinie vers « glTexParameteri »
  137. Texture.cpp:(.text+0x6ca) : référence indéfinie vers « glGenTextures »
  138. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::copyToImage() const » :
  139. Texture.cpp:(.text+0xa84) : référence indéfinie vers « glBindTexture »
  140. Texture.cpp:(.text+0xa9d) : référence indéfinie vers « glGetTexImage »
  141. Texture.cpp:(.text+0xc73) : référence indéfinie vers « glBindTexture »
  142. Texture.cpp:(.text+0xc8d) : référence indéfinie vers « glGetTexImage »
  143. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::update(unsigned char const*) » :
  144. Texture.cpp:(.text+0xd41) : référence indéfinie vers « glBindTexture »
  145. Texture.cpp:(.text+0xd67) : référence indéfinie vers « glTexSubImage2D »
  146. Texture.cpp:(.text+0xd86) : référence indéfinie vers « glTexParameteri »
  147. Texture.cpp:(.text+0xdc3) : référence indéfinie vers « glFlush »
  148. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::update(unsigned char const*, unsigned int, unsigned int, unsigned int, unsigned int) » :
  149. Texture.cpp:(.text+0xe60) : référence indéfinie vers « glBindTexture »
  150. Texture.cpp:(.text+0xe87) : référence indéfinie vers « glTexSubImage2D »
  151. Texture.cpp:(.text+0xea7) : référence indéfinie vers « glTexParameteri »
  152. Texture.cpp:(.text+0xee3) : référence indéfinie vers « glFlush »
  153. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::loadFromImage(sf::Image const&, sf::Rect<int> const&) » :
  154. Texture.cpp:(.text+0x10bb) : référence indéfinie vers « glBindTexture »
  155. Texture.cpp:(.text+0x10fd) : référence indéfinie vers « glTexSubImage2D »
  156. Texture.cpp:(.text+0x112f) : référence indéfinie vers « glTexParameteri »
  157. Texture.cpp:(.text+0x113c) : référence indéfinie vers « glFlush »
  158. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::update(sf::Image const&) » :
  159. Texture.cpp:(.text+0x1434) : référence indéfinie vers « glBindTexture »
  160. Texture.cpp:(.text+0x1459) : référence indéfinie vers « glTexSubImage2D »
  161. Texture.cpp:(.text+0x1479) : référence indéfinie vers « glTexParameteri »
  162. Texture.cpp:(.text+0x14b5) : référence indéfinie vers « glFlush »
  163. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::update(sf::Image const&, unsigned int, unsigned int) » :
  164. Texture.cpp:(.text+0x1587) : référence indéfinie vers « glBindTexture »
  165. Texture.cpp:(.text+0x15ae) : référence indéfinie vers « glTexSubImage2D »
  166. Texture.cpp:(.text+0x15d2) : référence indéfinie vers « glTexParameteri »
  167. Texture.cpp:(.text+0x160e) : référence indéfinie vers « glFlush »
  168. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::update(sf::Window const&) » :
  169. Texture.cpp:(.text+0x16b4) : référence indéfinie vers « glBindTexture »
  170. Texture.cpp:(.text+0x16e4) : référence indéfinie vers « glCopyTexSubImage2D »
  171. Texture.cpp:(.text+0x1702) : référence indéfinie vers « glTexParameteri »
  172. Texture.cpp:(.text+0x173e) : référence indéfinie vers « glFlush »
  173. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::update(sf::Window const&, unsigned int, unsigned int) » :
  174. Texture.cpp:(.text+0x17f0) : référence indéfinie vers « glBindTexture »
  175. Texture.cpp:(.text+0x1822) : référence indéfinie vers « glCopyTexSubImage2D »
  176. Texture.cpp:(.text+0x183f) : référence indéfinie vers « glTexParameteri »
  177. Texture.cpp:(.text+0x187c) : référence indéfinie vers « glFlush »
  178. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::setSmooth(bool) » :
  179. Texture.cpp:(.text+0x190d) : référence indéfinie vers « glBindTexture »
  180. Texture.cpp:(.text+0x1928) : référence indéfinie vers « glTexParameteri »
  181. Texture.cpp:(.text+0x1949) : référence indéfinie vers « glTexParameteri »
  182. Texture.cpp:(.text+0x1987) : référence indéfinie vers « glTexParameteri »
  183. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::setRepeated(bool) » :
  184. Texture.cpp:(.text+0x1a55) : référence indéfinie vers « glBindTexture »
  185. Texture.cpp:(.text+0x1a6f) : référence indéfinie vers « glTexParameteri »
  186. Texture.cpp:(.text+0x1a89) : référence indéfinie vers « glTexParameteri »
  187. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::generateMipmap() » :
  188. Texture.cpp:(.text+0x1d8f) : référence indéfinie vers « glBindTexture »
  189. Texture.cpp:(.text+0x1db5) : référence indéfinie vers « glTexParameteri »
  190. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::invalidateMipmap() » :
  191. Texture.cpp:(.text+0x1e45) : référence indéfinie vers « glBindTexture »
  192. Texture.cpp:(.text+0x1e60) : référence indéfinie vers « glTexParameteri »
  193. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::bind(sf::Texture const*, sf::Texture::CoordinateType) » :
  194. Texture.cpp:(.text+0x1ed9) : référence indéfinie vers « glBindTexture »
  195. Texture.cpp:(.text+0x1ee3) : référence indéfinie vers « glMatrixMode »
  196. Texture.cpp:(.text+0x1ee8) : référence indéfinie vers « glLoadIdentity »
  197. Texture.cpp:(.text+0x1ef2) : référence indéfinie vers « glMatrixMode »
  198. Texture.cpp:(.text+0x1f16) : référence indéfinie vers « glBindTexture »
  199. Texture.cpp:(.text+0x1f9b) : référence indéfinie vers « glMatrixMode »
  200. Texture.cpp:(.text+0x1fa5) : référence indéfinie vers « glLoadMatrixf »
  201. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::getMaximumSize() » :
  202. Texture.cpp:(.text+0x2079) : référence indéfinie vers « glGetIntegerv »
  203. //usr/local/lib/libsfml-graphics-s.a(Texture.cpp.o) : Dans la fonction « sf::Texture::operator=(sf::Texture const&) » :
  204. Texture.cpp:(.text+0x224b) : référence indéfinie vers « glDeleteTextures »
  205. //usr/local/lib/libsfml-graphics-s.a(TextureSaver.cpp.o) : Dans la fonction « sf::priv::TextureSaver::TextureSaver() » :
  206. TextureSaver.cpp:(.text+0x9) : référence indéfinie vers « glGetIntegerv »
  207. //usr/local/lib/libsfml-graphics-s.a(TextureSaver.cpp.o) : Dans la fonction « sf::priv::TextureSaver::~TextureSaver() » :
  208. TextureSaver.cpp:(.text+0x18) : référence indéfinie vers « glBindTexture »
  209. //usr/local/lib/libsfml-graphics-s.a(GLExtensions.cpp.o) : Dans la fonction « sf::priv::ensureExtensionsInit() » :
  210. GLExtensions.cpp:(.text+0x3d) : référence indéfinie vers « glGetIntegerv »
  211. GLExtensions.cpp:(.text+0x4c) : référence indéfinie vers « glGetIntegerv »
  212. GLExtensions.cpp:(.text+0x51) : référence indéfinie vers « glGetError »
  213. GLExtensions.cpp:(.text+0x76) : référence indéfinie vers « glGetString »
  214. //usr/local/lib/libsfml-window-s.a(GlContext.cpp.o) : Dans la fonction « sf::priv::GlContext::initialize(sf::ContextSettings const&) » :
  215. GlContext.cpp:(.text+0x583) : référence indéfinie vers « glGetIntegerv »
  216. GlContext.cpp:(.text+0x592) : référence indéfinie vers « glGetIntegerv »
  217. GlContext.cpp:(.text+0x597) : référence indéfinie vers « glGetError »
  218. GlContext.cpp:(.text+0x613) : référence indéfinie vers « glGetIntegerv »
  219. GlContext.cpp:(.text+0x645) : référence indéfinie vers « glGetIntegerv »
  220. GlContext.cpp:(.text+0x676) : référence indéfinie vers « glEnable »
  221. GlContext.cpp:(.text+0x686) : référence indéfinie vers « glEnable »
  222. GlContext.cpp:(.text+0x690) : référence indéfinie vers « glIsEnabled »
  223. GlContext.cpp:(.text+0x706) : référence indéfinie vers « glGetString »
  224. GlContext.cpp:(.text+0x781) : référence indéfinie vers « glGetIntegerv »
  225. //usr/local/lib/libsfml-window-s.a(GlContext.cpp.o) : Dans la fonction « sf::priv::GlContext::checkSettings(sf::ContextSettings const&) » :
  226. GlContext.cpp:(.text+0x98a) : référence indéfinie vers « glGetString »
  227. GlContext.cpp:(.text+0x997) : référence indéfinie vers « glGetString »
  228. //usr/local/lib/libsfml-window-s.a(GlContext.cpp.o) : Dans la fonction « sf::priv::GlContext::initResource() » :
  229. GlContext.cpp:(.text+0x120e) : référence indéfinie vers « glGetString »
  230. GlContext.cpp:(.text+0x142a) : référence indéfinie vers « glGetIntegerv »
  231. GlContext.cpp:(.text+0x142f) : référence indéfinie vers « glGetError »
  232. GlContext.cpp:(.text+0x1480) : référence indéfinie vers « glGetIntegerv »
  233. //usr/local/lib/libsfml-window-s.a(InputImpl.cpp.o) : Dans la fonction « sf::priv::InputImpl::isKeyPressed(sf::Keyboard::Key) » :
  234. InputImpl.cpp:(.text+0x28) : référence indéfinie vers « XKeysymToKeycode »
  235. InputImpl.cpp:(.text+0x4f) : référence indéfinie vers « XQueryKeymap »
  236. //usr/local/lib/libsfml-window-s.a(InputImpl.cpp.o) : Dans la fonction « sf::priv::InputImpl::isMouseButtonPressed(sf::Mouse::Button) » :
  237. InputImpl.cpp:(.text+0xec) : référence indéfinie vers « XQueryPointer »
  238. //usr/local/lib/libsfml-window-s.a(InputImpl.cpp.o) : Dans la fonction « sf::priv::InputImpl::getMousePosition() » :
  239. InputImpl.cpp:(.text+0x1c1) : référence indéfinie vers « XQueryPointer »
  240. //usr/local/lib/libsfml-window-s.a(InputImpl.cpp.o) : Dans la fonction « sf::priv::InputImpl::getMousePosition(sf::Window const&) » :
  241. InputImpl.cpp:(.text+0x259) : référence indéfinie vers « XQueryPointer »
  242. //usr/local/lib/libsfml-window-s.a(InputImpl.cpp.o) : Dans la fonction « sf::priv::InputImpl::setMousePosition(sf::Vector2<int> const&) » :
  243. InputImpl.cpp:(.text+0x2c3) : référence indéfinie vers « XWarpPointer »
  244. InputImpl.cpp:(.text+0x2cf) : référence indéfinie vers « XFlush »
  245. //usr/local/lib/libsfml-window-s.a(InputImpl.cpp.o) : Dans la fonction « sf::priv::InputImpl::setMousePosition(sf::Vector2<int> const&, sf::Window const&) » :
  246. InputImpl.cpp:(.text+0x331) : référence indéfinie vers « XWarpPointer »
  247. InputImpl.cpp:(.text+0x33d) : référence indéfinie vers « XFlush »
  248. //usr/local/lib/libsfml-window-s.a(VideoModeImpl.cpp.o) : Dans la fonction « sf::priv::VideoModeImpl::getDesktopMode() » :
  249. VideoModeImpl.cpp:(.text+0x40) : référence indéfinie vers « XQueryExtension »
  250. VideoModeImpl.cpp:(.text+0xd4) : référence indéfinie vers « XRRGetScreenInfo »
  251. VideoModeImpl.cpp:(.text+0xed) : référence indéfinie vers « XRRConfigCurrentConfiguration »
  252. VideoModeImpl.cpp:(.text+0xfe) : référence indéfinie vers « XRRConfigSizes »
  253. VideoModeImpl.cpp:(.text+0x14b) : référence indéfinie vers « XRRConfigRotations »
  254. VideoModeImpl.cpp:(.text+0x164) : référence indéfinie vers « XRRFreeScreenConfigInfo »
  255. //usr/local/lib/libsfml-window-s.a(VideoModeImpl.cpp.o) : Dans la fonction « sf::priv::VideoModeImpl::getFullscreenModes() » :
  256. VideoModeImpl.cpp:(.text+0x2b6) : référence indéfinie vers « XQueryExtension »
  257. VideoModeImpl.cpp:(.text+0x346) : référence indéfinie vers « XRRGetScreenInfo »
  258. VideoModeImpl.cpp:(.text+0x35e) : référence indéfinie vers « XRRConfigSizes »
  259. VideoModeImpl.cpp:(.text+0x38b) : référence indéfinie vers « XListDepths »
  260. VideoModeImpl.cpp:(.text+0x42e) : référence indéfinie vers « XRRConfigRotations »
  261. VideoModeImpl.cpp:(.text+0x46b) : référence indéfinie vers « XFree »
  262. VideoModeImpl.cpp:(.text+0x473) : référence indéfinie vers « XRRFreeScreenConfigInfo »
  263. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::getPosition() const » :
  264. WindowImplX11.cpp:(.text+0x80d) : référence indéfinie vers « XGetGeometry »
  265. WindowImplX11.cpp:(.text+0x843) : référence indéfinie vers « XTranslateCoordinates »
  266. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setPosition(sf::Vector2<int> const&) » :
  267. WindowImplX11.cpp:(.text+0x878) : référence indéfinie vers « XMoveWindow »
  268. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::getSize() const » :
  269. WindowImplX11.cpp:(.text+0x8a9) : référence indéfinie vers « XGetWindowAttributes »
  270. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setSize(sf::Vector2<unsigned int> const&) » :
  271. WindowImplX11.cpp:(.text+0x8e4) : référence indéfinie vers « XAllocSizeHints »
  272. WindowImplX11.cpp:(.text+0x91e) : référence indéfinie vers « XSetWMNormalHints »
  273. WindowImplX11.cpp:(.text+0x926) : référence indéfinie vers « XFree »
  274. WindowImplX11.cpp:(.text+0x93f) : référence indéfinie vers « XResizeWindow »
  275. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setMouseCursorVisible(bool) » :
  276. WindowImplX11.cpp:(.text+0x981) : référence indéfinie vers « XDefineCursor »
  277. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::hasFocus() const » :
  278. WindowImplX11.cpp:(.text+0x9cb) : référence indéfinie vers « XGetInputFocus »
  279. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setMouseCursorGrabbed(bool) » :
  280. WindowImplX11.cpp:(.text+0xa44) : référence indéfinie vers « XGrabPointer »
  281. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::~WindowImplX11() » :
  282. WindowImplX11.cpp:(.text+0xb5e) : référence indéfinie vers « XDefineCursor »
  283. WindowImplX11.cpp:(.text+0xb6a) : référence indéfinie vers « XFlush »
  284. WindowImplX11.cpp:(.text+0xbab) : référence indéfinie vers « XDestroyIC »
  285. WindowImplX11.cpp:(.text+0xbd5) : référence indéfinie vers « XCloseIM »
  286. WindowImplX11.cpp:(.text+0xce8) : référence indéfinie vers « XFreeCursor »
  287. WindowImplX11.cpp:(.text+0xd00) : référence indéfinie vers « XFreePixmap »
  288. WindowImplX11.cpp:(.text+0xd18) : référence indéfinie vers « XFreePixmap »
  289. WindowImplX11.cpp:(.text+0xd48) : référence indéfinie vers « XDestroyWindow »
  290. WindowImplX11.cpp:(.text+0xd54) : référence indéfinie vers « XFlush »
  291. WindowImplX11.cpp:(.text+0xdde) : référence indéfinie vers « XRRGetScreenInfo »
  292. WindowImplX11.cpp:(.text+0xdf1) : référence indéfinie vers « XRRConfigCurrentConfiguration »
  293. WindowImplX11.cpp:(.text+0xe24) : référence indéfinie vers « XRRSetScreenConfig »
  294. WindowImplX11.cpp:(.text+0xe2c) : référence indéfinie vers « XRRFreeScreenConfigInfo »
  295. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setIcon(unsigned int, unsigned int, unsigned char const*) » :
  296. WindowImplX11.cpp:(.text+0x1125) : référence indéfinie vers « XCreateImage »
  297. WindowImplX11.cpp:(.text+0x1194) : référence indéfinie vers « XCreatePixmap »
  298. WindowImplX11.cpp:(.text+0x11b6) : référence indéfinie vers « XCreateGC »
  299. WindowImplX11.cpp:(.text+0x11ea) : référence indéfinie vers « XPutImage »
  300. WindowImplX11.cpp:(.text+0x11fd) : référence indéfinie vers « XFreeGC »
  301. WindowImplX11.cpp:(.text+0x13f0) : référence indéfinie vers « XCreatePixmapFromBitmapData »
  302. WindowImplX11.cpp:(.text+0x13fe) : référence indéfinie vers « XAllocWMHints »
  303. WindowImplX11.cpp:(.text+0x1434) : référence indéfinie vers « XSetWMHints »
  304. WindowImplX11.cpp:(.text+0x143c) : référence indéfinie vers « XFree »
  305. WindowImplX11.cpp:(.text+0x186f) : référence indéfinie vers « XChangeProperty »
  306. WindowImplX11.cpp:(.text+0x187d) : référence indéfinie vers « XFlush »
  307. WindowImplX11.cpp:(.text+0x18d9) : référence indéfinie vers « XFreePixmap »
  308. WindowImplX11.cpp:(.text+0x18ea) : référence indéfinie vers « XFreePixmap »
  309. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setVideoMode(sf::VideoMode const&) » :
  310. WindowImplX11.cpp:(.text+0x1ad8) : référence indéfinie vers « XQueryExtension »
  311. WindowImplX11.cpp:(.text+0x1b02) : référence indéfinie vers « XRRGetScreenInfo »
  312. WindowImplX11.cpp:(.text+0x1b1b) : référence indéfinie vers « XRRConfigCurrentConfiguration »
  313. WindowImplX11.cpp:(.text+0x1b32) : référence indéfinie vers « XRRConfigSizes »
  314. WindowImplX11.cpp:(.text+0x1b70) : référence indéfinie vers « XRRConfigRotations »
  315. WindowImplX11.cpp:(.text+0x1bc6) : référence indéfinie vers « XRRSetScreenConfig »
  316. WindowImplX11.cpp:(.text+0x1bdc) : référence indéfinie vers « XRRFreeScreenConfigInfo »
  317. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::resetVideoMode() » :
  318. WindowImplX11.cpp:(.text+0x1cee) : référence indéfinie vers « XRRGetScreenInfo »
  319. WindowImplX11.cpp:(.text+0x1d03) : référence indéfinie vers « XRRConfigCurrentConfiguration »
  320. WindowImplX11.cpp:(.text+0x1d37) : référence indéfinie vers « XRRSetScreenConfig »
  321. WindowImplX11.cpp:(.text+0x1d3f) : référence indéfinie vers « XRRFreeScreenConfigInfo »
  322. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::updateLastInputTime(unsigned long) » :
  323. WindowImplX11.cpp:(.text+0x1df8) : référence indéfinie vers « XChangeProperty »
  324. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::createHiddenCursor() » :
  325. WindowImplX11.cpp:(.text+0x1e9a) : référence indéfinie vers « XCreatePixmap »
  326. WindowImplX11.cpp:(.text+0x1eb0) : référence indéfinie vers « XCreateGC »
  327. WindowImplX11.cpp:(.text+0x1eca) : référence indéfinie vers « XDrawPoint »
  328. WindowImplX11.cpp:(.text+0x1ed9) : référence indéfinie vers « XFreeGC »
  329. WindowImplX11.cpp:(.text+0x1f16) : référence indéfinie vers « XCreatePixmapCursor »
  330. WindowImplX11.cpp:(.text+0x1f2e) : référence indéfinie vers « XFreePixmap »
  331. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::cleanup() » :
  332. WindowImplX11.cpp:(.text+0x1f72) : référence indéfinie vers « XDefineCursor »
  333. WindowImplX11.cpp:(.text+0x1f7e) : référence indéfinie vers « XFlush »
  334. WindowImplX11.cpp:(.text+0x1fc6) : référence indéfinie vers « XRRGetScreenInfo »
  335. WindowImplX11.cpp:(.text+0x1fdb) : référence indéfinie vers « XRRConfigCurrentConfiguration »
  336. WindowImplX11.cpp:(.text+0x200f) : référence indéfinie vers « XRRSetScreenConfig »
  337. WindowImplX11.cpp:(.text+0x2017) : référence indéfinie vers « XRRFreeScreenConfigInfo »
  338. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « (anonymous namespace)::ewmhSupported() » :
  339. WindowImplX11.cpp:(.text+0x214b) : référence indéfinie vers « XGetWindowProperty »
  340. WindowImplX11.cpp:(.text+0x2169) : référence indéfinie vers « XFree »
  341. WindowImplX11.cpp:(.text+0x2208) : référence indéfinie vers « XFree »
  342. WindowImplX11.cpp:(.text+0x223e) : référence indéfinie vers « XGetWindowProperty »
  343. WindowImplX11.cpp:(.text+0x226f) : référence indéfinie vers « XFree »
  344. WindowImplX11.cpp:(.text+0x2351) : référence indéfinie vers « XGetWindowProperty »
  345. WindowImplX11.cpp:(.text+0x237b) : référence indéfinie vers « XFree »
  346. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setProtocols() » :
  347. WindowImplX11.cpp:(.text+0x25c7) : référence indéfinie vers « XChangeProperty »
  348. WindowImplX11.cpp:(.text+0x26bf) : référence indéfinie vers « XChangeProperty »
  349. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::processEvent(_XEvent&) » :
  350. WindowImplX11.cpp:(.text+0x2a5a) : référence indéfinie vers « XLookupKeysym »
  351. WindowImplX11.cpp:(.text+0x2ada) : référence indéfinie vers « XLookupKeysym »
  352. WindowImplX11.cpp:(.text+0x2b42) : référence indéfinie vers « XFilterEvent »
  353. WindowImplX11.cpp:(.text+0x2b74) : référence indéfinie vers « Xutf8LookupString »
  354. WindowImplX11.cpp:(.text+0x2d15) : référence indéfinie vers « XSetICFocus »
  355. WindowImplX11.cpp:(.text+0x2d56) : référence indéfinie vers « XGrabPointer »
  356. WindowImplX11.cpp:(.text+0x2e04) : référence indéfinie vers « XGetWMHints »
  357. WindowImplX11.cpp:(.text+0x2e2d) : référence indéfinie vers « XSetWMHints »
  358. WindowImplX11.cpp:(.text+0x2e35) : référence indéfinie vers « XFree »
  359. WindowImplX11.cpp:(.text+0x2e4d) : référence indéfinie vers « XUnsetICFocus »
  360. WindowImplX11.cpp:(.text+0x2f0a) : référence indéfinie vers « XDefineCursor »
  361. WindowImplX11.cpp:(.text+0x2f16) : référence indéfinie vers « XFlush »
  362. WindowImplX11.cpp:(.text+0x2fdd) : référence indéfinie vers « XSendEvent »
  363. WindowImplX11.cpp:(.text+0x3050) : référence indéfinie vers « XPending »
  364. WindowImplX11.cpp:(.text+0x306d) : référence indéfinie vers « XPeekEvent »
  365. WindowImplX11.cpp:(.text+0x30ba) : référence indéfinie vers « XUngrabPointer »
  366. WindowImplX11.cpp:(.text+0x32d2) : référence indéfinie vers « XNextEvent »
  367. WindowImplX11.cpp:(.text+0x33fe) : référence indéfinie vers « XRRGetScreenInfo »
  368. WindowImplX11.cpp:(.text+0x3413) : référence indéfinie vers « XRRConfigCurrentConfiguration »
  369. WindowImplX11.cpp:(.text+0x3447) : référence indéfinie vers « XRRSetScreenConfig »
  370. WindowImplX11.cpp:(.text+0x344f) : référence indéfinie vers « XRRFreeScreenConfigInfo »
  371. WindowImplX11.cpp:(.text+0x34f1) : référence indéfinie vers « XLookupString »
  372. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::processEvents() » :
  373. WindowImplX11.cpp:(.text+0x36d2) : référence indéfinie vers « XCheckIfEvent »
  374. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setVisible(bool) » :
  375. WindowImplX11.cpp:(.text+0x3713) : référence indéfinie vers « XMapWindow »
  376. WindowImplX11.cpp:(.text+0x371f) : référence indéfinie vers « XFlush »
  377. WindowImplX11.cpp:(.text+0x3767) : référence indéfinie vers « XCheckIfEvent »
  378. WindowImplX11.cpp:(.text+0x37a1) : référence indéfinie vers « XUnmapWindow »
  379. WindowImplX11.cpp:(.text+0x37ad) : référence indéfinie vers « XFlush »
  380. WindowImplX11.cpp:(.text+0x37f7) : référence indéfinie vers « XCheckIfEvent »
  381. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::grabFocus() » :
  382. WindowImplX11.cpp:(.text+0x38a8) : référence indéfinie vers « XGetWindowAttributes »
  383. WindowImplX11.cpp:(.text+0x3941) : référence indéfinie vers « XSendEvent »
  384. WindowImplX11.cpp:(.text+0x394f) : référence indéfinie vers « XFlush »
  385. WindowImplX11.cpp:(.text+0x398c) : référence indéfinie vers « XGetWindowAttributes »
  386. WindowImplX11.cpp:(.text+0x39af) : référence indéfinie vers « XRaiseWindow »
  387. WindowImplX11.cpp:(.text+0x39c9) : référence indéfinie vers « XSetInputFocus »
  388. WindowImplX11.cpp:(.text+0x39d5) : référence indéfinie vers « XFlush »
  389. WindowImplX11.cpp:(.text+0x3ab5) : référence indéfinie vers « XGetWindowProperty »
  390. WindowImplX11.cpp:(.text+0x3ad6) : référence indéfinie vers « XFree »
  391. WindowImplX11.cpp:(.text+0x3af4) : référence indéfinie vers « XGetWindowAttributes »
  392. WindowImplX11.cpp:(.text+0x3c6c) : référence indéfinie vers « XFree »
  393. WindowImplX11.cpp:(.text+0x3ca5) : référence indéfinie vers « XGetWindowProperty »
  394. WindowImplX11.cpp:(.text+0x3cd9) : référence indéfinie vers « XFree »
  395. WindowImplX11.cpp:(.text+0x3dbd) : référence indéfinie vers « XGetWindowProperty »
  396. WindowImplX11.cpp:(.text+0x3dec) : référence indéfinie vers « XFree »
  397. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::requestFocus() » :
  398. WindowImplX11.cpp:(.text+0x3f33) : référence indéfinie vers « XGetInputFocus »
  399. WindowImplX11.cpp:(.text+0x3fa2) : référence indéfinie vers « XGetWindowAttributes »
  400. WindowImplX11.cpp:(.text+0x3fe1) : référence indéfinie vers « XGetWMHints »
  401. WindowImplX11.cpp:(.text+0x400c) : référence indéfinie vers « XSetWMHints »
  402. WindowImplX11.cpp:(.text+0x4014) : référence indéfinie vers « XFree »
  403. WindowImplX11.cpp:(.text+0x40a4) : référence indéfinie vers « XAllocWMHints »
  404. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::initialize() » :
  405. WindowImplX11.cpp:(.text+0x40e9) : référence indéfinie vers « XOpenIM »
  406. WindowImplX11.cpp:(.text+0x4124) : référence indéfinie vers « XCreateIC »
  407. WindowImplX11.cpp:(.text+0x41e2) : référence indéfinie vers « XFlush »
  408. WindowImplX11.cpp:(.text+0x4268) : référence indéfinie vers « XChangeProperty »
  409. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::switchToFullscreen() » :
  410. WindowImplX11.cpp:(.text+0x454f) : référence indéfinie vers « XSendEvent »
  411. WindowImplX11.cpp:(.text+0x45f7) : référence indéfinie vers « XChangeProperty »
  412. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::WindowImplX11(unsigned long) » :
  413. WindowImplX11.cpp:(.text+0x4857) : référence indéfinie vers « XChangeWindowAttributes »
  414. WindowImplX11.cpp:(.text+0x4871) : référence indéfinie vers « XOpenIM »
  415. WindowImplX11.cpp:(.text+0x48ac) : référence indéfinie vers « XCreateIC »
  416. WindowImplX11.cpp:(.text+0x4965) : référence indéfinie vers « XMapWindow »
  417. WindowImplX11.cpp:(.text+0x4971) : référence indéfinie vers « XFlush »
  418. WindowImplX11.cpp:(.text+0x49ba) : référence indéfinie vers « XCheckIfEvent »
  419. WindowImplX11.cpp:(.text+0x49ec) : référence indéfinie vers « XFlush »
  420. WindowImplX11.cpp:(.text+0x4a77) : référence indéfinie vers « XChangeProperty »
  421. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setTitle(sf::String const&) » :
  422. WindowImplX11.cpp:(.text+0x4e33) : référence indéfinie vers « XChangeProperty »
  423. WindowImplX11.cpp:(.text+0x4e96) : référence indéfinie vers « XChangeProperty »
  424. WindowImplX11.cpp:(.text+0x4eff) : référence indéfinie vers « Xutf8SetWMProperties »
  425. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::WindowImplX11(sf::VideoMode, sf::String const&, unsigned long, sf::ContextSettings const&) » :
  426. WindowImplX11.cpp:(.text+0x5382) : référence indéfinie vers « XCreateColormap »
  427. WindowImplX11.cpp:(.text+0x5404) : référence indéfinie vers « XCreateWindow »
  428. WindowImplX11.cpp:(.text+0x54c2) : référence indéfinie vers « XAllocWMHints »
  429. WindowImplX11.cpp:(.text+0x54ed) : référence indéfinie vers « XSetWMHints »
  430. WindowImplX11.cpp:(.text+0x54f9) : référence indéfinie vers « XFree »
  431. WindowImplX11.cpp:(.text+0x5527) : référence indéfinie vers « XAllocSizeHints »
  432. WindowImplX11.cpp:(.text+0x5557) : référence indéfinie vers « XSetWMNormalHints »
  433. WindowImplX11.cpp:(.text+0x555f) : référence indéfinie vers « XFree »
  434. WindowImplX11.cpp:(.text+0x5564) : référence indéfinie vers « XAllocClassHint »
  435. WindowImplX11.cpp:(.text+0x586d) : référence indéfinie vers « XSetClassHint »
  436. WindowImplX11.cpp:(.text+0x5875) : référence indéfinie vers « XFree »
  437. WindowImplX11.cpp:(.text+0x5892) : référence indéfinie vers « XOpenIM »
  438. WindowImplX11.cpp:(.text+0x58cd) : référence indéfinie vers « XCreateIC »
  439. WindowImplX11.cpp:(.text+0x5986) : référence indéfinie vers « XMapWindow »
  440. WindowImplX11.cpp:(.text+0x5992) : référence indéfinie vers « XFlush »
  441. WindowImplX11.cpp:(.text+0x59d3) : référence indéfinie vers « XCheckIfEvent »
  442. WindowImplX11.cpp:(.text+0x5a04) : référence indéfinie vers « XFlush »
  443. WindowImplX11.cpp:(.text+0x5b55) : référence indéfinie vers « XChangeProperty »
  444. WindowImplX11.cpp:(.text+0x5c72) : référence indéfinie vers « XChangeProperty »
  445. WindowImplX11.cpp:(.text+0x5d38) : référence indéfinie vers « XMoveWindow »
  446. WindowImplX11.cpp:(.text+0x5d44) : référence indéfinie vers « XFlush »
  447. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setPosition(sf::Vector2<int> const&) » :
  448. WindowImplX11.cpp:(.text+0x885) : référence indéfinie vers « XFlush »
  449. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setSize(sf::Vector2<unsigned int> const&) » :
  450. WindowImplX11.cpp:(.text+0x94f) : référence indéfinie vers « XFlush »
  451. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setMouseCursorVisible(bool) » :
  452. WindowImplX11.cpp:(.text+0x98e) : référence indéfinie vers « XFlush »
  453. //usr/local/lib/libsfml-window-s.a(WindowImplX11.cpp.o) : Dans la fonction « sf::priv::WindowImplX11::setMouseCursorGrabbed(bool) » :
  454. WindowImplX11.cpp:(.text+0xae0) : référence indéfinie vers « XUngrabPointer »
  455. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::~GlxContext() » :
  456. GlxContext.cpp:(.text+0x28) : référence indéfinie vers « glXGetCurrentContext »
  457. GlxContext.cpp:(.text+0x3a) : référence indéfinie vers « glXDestroyContext »
  458. GlxContext.cpp:(.text+0x75) : référence indéfinie vers « glXDestroyPbuffer »
  459. GlxContext.cpp:(.text+0x85) : référence indéfinie vers « XDestroyWindow »
  460. GlxContext.cpp:(.text+0x8e) : référence indéfinie vers « XFlush »
  461. GlxContext.cpp:(.text+0xa1) : référence indéfinie vers « glXMakeCurrent »
  462. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::makeCurrent(bool) » :
  463. GlxContext.cpp:(.text+0xf9) : référence indéfinie vers « glXMakeCurrent »
  464. GlxContext.cpp:(.text+0x118) : référence indéfinie vers « glXMakeContextCurrent »
  465. GlxContext.cpp:(.text+0x138) : référence indéfinie vers « glXMakeCurrent »
  466. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::~GlxContext() » :
  467. GlxContext.cpp:(.text+0x348) : référence indéfinie vers « glXGetCurrentContext »
  468. GlxContext.cpp:(.text+0x35a) : référence indéfinie vers « glXDestroyContext »
  469. GlxContext.cpp:(.text+0x39d) : référence indéfinie vers « glXDestroyPbuffer »
  470. GlxContext.cpp:(.text+0x3ad) : référence indéfinie vers « XDestroyWindow »
  471. GlxContext.cpp:(.text+0x3b6) : référence indéfinie vers « XFlush »
  472. GlxContext.cpp:(.text+0x3c9) : référence indéfinie vers « glXMakeCurrent »
  473. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::selectBestVisual(_XDisplay*, unsigned int, sf::ContextSettings const&) » :
  474. GlxContext.cpp:(.text+0x460) : référence indéfinie vers « XGetVisualInfo »
  475. GlxContext.cpp:(.text+0x504) : référence indéfinie vers « glXGetConfig »
  476. GlxContext.cpp:(.text+0x521) : référence indéfinie vers « glXGetConfig »
  477. GlxContext.cpp:(.text+0x536) : référence indéfinie vers « glXGetConfig »
  478. GlxContext.cpp:(.text+0x54b) : référence indéfinie vers « glXGetConfig »
  479. GlxContext.cpp:(.text+0x560) : référence indéfinie vers « glXGetConfig »
  480. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o):GlxContext.cpp:(.text+0x575) : encore plus de références indéfinies suivent vers « glXGetConfig »
  481. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::selectBestVisual(_XDisplay*, unsigned int, sf::ContextSettings const&) » :
  482. GlxContext.cpp:(.text+0x684) : référence indéfinie vers « XFree »
  483. GlxContext.cpp:(.text+0x709) : référence indéfinie vers « glXGetConfig »
  484. GlxContext.cpp:(.text+0x731) : référence indéfinie vers « glXGetConfig »
  485. GlxContext.cpp:(.text+0x746) : référence indéfinie vers « glXGetConfig »
  486. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::updateSettingsFromVisualInfo(XVisualInfo*) » :
  487. GlxContext.cpp:(.text+0x86b) : référence indéfinie vers « glXGetConfig »
  488. GlxContext.cpp:(.text+0x881) : référence indéfinie vers « glXGetConfig »
  489. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o):GlxContext.cpp:(.text+0x8f2) : encore plus de références indéfinies suivent vers « glXGetConfig »
  490. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::updateSettingsFromWindow() » :
  491. GlxContext.cpp:(.text+0x95a) : référence indéfinie vers « XGetWindowAttributes »
  492. GlxContext.cpp:(.text+0x9d4) : référence indéfinie vers « XVisualIDFromVisual »
  493. GlxContext.cpp:(.text+0x9f9) : référence indéfinie vers « XGetVisualInfo »
  494. GlxContext.cpp:(.text+0xa14) : référence indéfinie vers « XFree »
  495. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::createSurface(sf::priv::GlxContext*, unsigned int, unsigned int, unsigned int) » :
  496. GlxContext.cpp:(.text+0xac7) : référence indéfinie vers « XCreateColormap »
  497. GlxContext.cpp:(.text+0xb04) : référence indéfinie vers « XCreateWindow »
  498. GlxContext.cpp:(.text+0xb4f) : référence indéfinie vers « glXQueryVersion »
  499. GlxContext.cpp:(.text+0xb74) : référence indéfinie vers « glXChooseFBConfig »
  500. GlxContext.cpp:(.text+0xb9b) : référence indéfinie vers « glXGetVisualFromFBConfig »
  501. GlxContext.cpp:(.text+0xbb3) : référence indéfinie vers « XFree »
  502. GlxContext.cpp:(.text+0xbca) : référence indéfinie vers « XFree »
  503. GlxContext.cpp:(.text+0xbf1) : référence indéfinie vers « XFree »
  504. GlxContext.cpp:(.text+0xc26) : référence indéfinie vers « glXCreatePbuffer »
  505. GlxContext.cpp:(.text+0xc3f) : référence indéfinie vers « XFree »
  506. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::createSurface(unsigned long) » :
  507. GlxContext.cpp:(.text+0xc6a) : référence indéfinie vers « XGetWindowAttributes »
  508. GlxContext.cpp:(.text+0xce4) : référence indéfinie vers « XVisualIDFromVisual »
  509. GlxContext.cpp:(.text+0xd09) : référence indéfinie vers « XGetVisualInfo »
  510. GlxContext.cpp:(.text+0xd24) : référence indéfinie vers « XFree »
  511. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::createContext(sf::priv::GlxContext*) » :
  512. GlxContext.cpp:(.text+0xdc2) : référence indéfinie vers « glXQueryDrawable »
  513. GlxContext.cpp:(.text+0xe0b) : référence indéfinie vers « glXChooseFBConfig »
  514. GlxContext.cpp:(.text+0xe2d) : référence indéfinie vers « XFree »
  515. GlxContext.cpp:(.text+0xe67) : référence indéfinie vers « glXQueryVersion »
  516. GlxContext.cpp:(.text+0xe8f) : référence indéfinie vers « XFree »
  517. GlxContext.cpp:(.text+0xebc) : référence indéfinie vers « XGetWindowAttributes »
  518. GlxContext.cpp:(.text+0xf37) : référence indéfinie vers « XVisualIDFromVisual »
  519. GlxContext.cpp:(.text+0xf6c) : référence indéfinie vers « XGetVisualInfo »
  520. GlxContext.cpp:(.text+0x1005) : référence indéfinie vers « glXChooseFBConfig »
  521. GlxContext.cpp:(.text+0x1031) : référence indéfinie vers « glXGetVisualFromFBConfig »
  522. GlxContext.cpp:(.text+0x104c) : référence indéfinie vers « XFree »
  523. GlxContext.cpp:(.text+0x10c6) : référence indéfinie vers « XFree »
  524. GlxContext.cpp:(.text+0x1138) : référence indéfinie vers « glXGetVisualFromFBConfig »
  525. GlxContext.cpp:(.text+0x1173) : référence indéfinie vers « glXMakeCurrent »
  526. GlxContext.cpp:(.text+0x118f) : référence indéfinie vers « glXCreateContext »
  527. GlxContext.cpp:(.text+0x11f9) : référence indéfinie vers « XFree »
  528. GlxContext.cpp:(.text+0x1372) : référence indéfinie vers « XSetErrorHandler »
  529. GlxContext.cpp:(.text+0x138c) : référence indéfinie vers « glXMakeCurrent »
  530. GlxContext.cpp:(.text+0x13cb) : référence indéfinie vers « XSync »
  531. GlxContext.cpp:(.text+0x13d8) : référence indéfinie vers « XSetErrorHandler »
  532. GlxContext.cpp:(.text+0x17eb) : référence indéfinie vers « XSync »
  533. GlxContext.cpp:(.text+0x17f8) : référence indéfinie vers « XSetErrorHandler »
  534. GlxContext.cpp:(.text+0x18a4) : référence indéfinie vers « XSync »
  535. GlxContext.cpp:(.text+0x18b1) : référence indéfinie vers « XSetErrorHandler »
  536. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::display() » :
  537. GlxContext.cpp:(.text+0x17d) : référence indéfinie vers « glXSwapBuffers »
  538. //usr/local/lib/libsfml-window-s.a(GlxContext.cpp.o) : Dans la fonction « sf::priv::GlxContext::getFunction(char const*) » :
  539. GlxContext.cpp:(.text+0x411) : référence indéfinie vers « glXGetProcAddressARB »
  540. //usr/local/lib/libsfml-window-s.a(GlxExtensions.cpp.o) : Dans la fonction « sfglx_LoadFunctions » :
  541. GlxExtensions.cpp:(.text+0x1af) : référence indéfinie vers « glXQueryExtensionsString »
  542. //usr/local/lib/libsfml-window-s.a(Display.cpp.o) : Dans la fonction « sf::priv::OpenDisplay() » :
  543. Display.cpp:(.text+0x1f) : référence indéfinie vers « XOpenDisplay »
  544. //usr/local/lib/libsfml-window-s.a(Display.cpp.o) : Dans la fonction « sf::priv::CloseDisplay(_XDisplay*) » :
  545. Display.cpp:(.text+0xc2) : référence indéfinie vers « XCloseDisplay »
  546. //usr/local/lib/libsfml-window-s.a(Display.cpp.o) : Dans la fonction « sf::priv::getAtom(std::string const&, bool) » :
  547. Display.cpp:(.text+0x1f5) : référence indéfinie vers « XOpenDisplay »
  548. Display.cpp:(.text+0x232) : référence indéfinie vers « XInternAtom »
  549. Display.cpp:(.text+0x257) : référence indéfinie vers « XCloseDisplay »
  550. //usr/local/lib/libsfml-window-s.a(JoystickImpl.cpp.o) : Dans la fonction « (anonymous namespace)::isJoystick(udev_device*) » :
  551. JoystickImpl.cpp:(.text+0xa) : référence indéfinie vers « udev_device_get_devnode »
  552. JoystickImpl.cpp:(.text+0x2e) : référence indéfinie vers « udev_device_get_property_value »
  553. JoystickImpl.cpp:(.text+0x49) : référence indéfinie vers « udev_device_get_property_value »
  554. JoystickImpl.cpp:(.text+0x6c) : référence indéfinie vers « udev_device_get_property_value »
  555. JoystickImpl.cpp:(.text+0x7e) : référence indéfinie vers « udev_device_get_property_value »
  556. JoystickImpl.cpp:(.text+0x90) : référence indéfinie vers « udev_device_get_property_value »
  557. //usr/local/lib/libsfml-window-s.a(JoystickImpl.cpp.o):JoystickImpl.cpp:(.text+0xa2) : encore plus de références indéfinies suivent vers « udev_device_get_property_value »
  558. //usr/local/lib/libsfml-window-s.a(JoystickImpl.cpp.o) : Dans la fonction « (anonymous namespace)::updatePluggedList(udev_device*) [clone .constprop.48] » :
  559. JoystickImpl.cpp:(.text+0x44d) : référence indéfinie vers « udev_enumerate_new »
  560. JoystickImpl.cpp:(.text+0x466) : référence indéfinie vers « udev_enumerate_add_match_subsystem »
  561. JoystickImpl.cpp:(.text+0x476) : référence indéfinie vers « udev_enumerate_scan_devices »
  562. JoystickImpl.cpp:(.text+0x486) : référence indéfinie vers « udev_enumerate_get_list_entry »
  563. JoystickImpl.cpp:(.text+0x4a4) : référence indéfinie vers « udev_list_entry_get_name »
  564. JoystickImpl.cpp:(.text+0x4b6) : référence indéfinie vers « udev_device_new_from_syspath »
  565. JoystickImpl.cpp:(.text+0x4d2) : référence indéfinie vers « udev_device_get_devnode »
  566. JoystickImpl.cpp:(.text+0x51e) : référence indéfinie vers « udev_device_unref »
  567. JoystickImpl.cpp:(.text+0x526) : référence indéfinie vers « udev_list_entry_get_next »
  568. JoystickImpl.cpp:(.text+0x53a) : référence indéfinie vers « udev_enumerate_unref »
  569. //usr/local/lib/libsfml-window-s.a(JoystickImpl.cpp.o) : Dans la fonction « sf::priv::JoystickImpl::initialize() » :
  570. JoystickImpl.cpp:(.text+0xa87) : référence indéfinie vers « udev_new »
  571. JoystickImpl.cpp:(.text+0xaa4) : référence indéfinie vers « udev_monitor_new_from_netlink »
  572. JoystickImpl.cpp:(.text+0xac3) : référence indéfinie vers « udev_monitor_filter_add_match_subsystem_devtype »
  573. JoystickImpl.cpp:(.text+0xad5) : référence indéfinie vers « udev_monitor_enable_receiving »
  574. JoystickImpl.cpp:(.text+0xb51) : référence indéfinie vers « udev_monitor_unref »
  575. //usr/local/lib/libsfml-window-s.a(JoystickImpl.cpp.o) : Dans la fonction « sf::priv::JoystickImpl::cleanup() » :
  576. JoystickImpl.cpp:(.text+0xce1) : référence indéfinie vers « udev_monitor_unref »
  577. JoystickImpl.cpp:(.text+0xcfd) : référence indéfinie vers « udev_unref »
  578. //usr/local/lib/libsfml-window-s.a(JoystickImpl.cpp.o) : Dans la fonction « sf::priv::JoystickImpl::isConnected(unsigned int) » :
  579. JoystickImpl.cpp:(.text+0xd4b) : référence indéfinie vers « udev_monitor_get_fd »
  580. JoystickImpl.cpp:(.text+0xe18) : référence indéfinie vers « udev_monitor_receive_device »
  581. JoystickImpl.cpp:(.text+0xe2d) : référence indéfinie vers « udev_device_get_action »
  582. JoystickImpl.cpp:(.text+0xe4f) : référence indéfinie vers « udev_device_unref »
  583. JoystickImpl.cpp:(.text+0xe85) : référence indéfinie vers « udev_enumerate_new »
  584. JoystickImpl.cpp:(.text+0xea0) : référence indéfinie vers « udev_enumerate_add_match_subsystem »
  585. JoystickImpl.cpp:(.text+0xeb2) : référence indéfinie vers « udev_enumerate_scan_devices »
  586. JoystickImpl.cpp:(.text+0xec4) : référence indéfinie vers « udev_enumerate_get_list_entry »
  587. JoystickImpl.cpp:(.text+0xee4) : référence indéfinie vers « udev_list_entry_get_name »
  588. JoystickImpl.cpp:(.text+0xef6) : référence indéfinie vers « udev_device_new_from_syspath »
  589. JoystickImpl.cpp:(.text+0xf12) : référence indéfinie vers « udev_device_get_devnode »
  590. JoystickImpl.cpp:(.text+0xf5e) : référence indéfinie vers « udev_device_unref »
  591. JoystickImpl.cpp:(.text+0xf66) : référence indéfinie vers « udev_list_entry_get_next »
  592. JoystickImpl.cpp:(.text+0xf7c) : référence indéfinie vers « udev_enumerate_unref »
  593. JoystickImpl.cpp:(.text+0x1096) : référence indéfinie vers « udev_device_get_devnode »
  594. JoystickImpl.cpp:(.text+0x1114) : référence indéfinie vers « udev_device_get_syspath »
  595. JoystickImpl.cpp:(.text+0x130e) : référence indéfinie vers « udev_device_get_syspath »
  596. //usr/local/lib/libsfml-window-s.a(JoystickImpl.cpp.o) : Dans la fonction « sf::priv::JoystickImpl::open(unsigned int) » :
  597. JoystickImpl.cpp:(.text+0x1b6d) : référence indéfinie vers « udev_device_new_from_syspath »
  598. JoystickImpl.cpp:(.text+0x1ba5) : référence indéfinie vers « udev_device_get_parent_with_subsystem_devtype »
  599. JoystickImpl.cpp:(.text+0x1bbb) : référence indéfinie vers « udev_device_get_sysattr_value »
  600. JoystickImpl.cpp:(.text+0x1bdc) : référence indéfinie vers « udev_device_unref »
  601. JoystickImpl.cpp:(.text+0x1c8e) : référence indéfinie vers « udev_device_new_from_syspath »
  602. JoystickImpl.cpp:(.text+0x1cbb) : référence indéfinie vers « udev_device_get_property_value »
  603. JoystickImpl.cpp:(.text+0x1d1a) : référence indéfinie vers « udev_device_get_parent_with_subsystem_devtype »
  604. JoystickImpl.cpp:(.text+0x1d2c) : référence indéfinie vers « udev_device_get_sysattr_value »
  605. JoystickImpl.cpp:(.text+0x1d61) : référence indéfinie vers « udev_device_unref »
  606. JoystickImpl.cpp:(.text+0x1d92) : référence indéfinie vers « udev_device_new_from_syspath »
  607. JoystickImpl.cpp:(.text+0x1dc0) : référence indéfinie vers « udev_device_get_property_value »
  608. JoystickImpl.cpp:(.text+0x1e25) : référence indéfinie vers « udev_device_get_parent_with_subsystem_devtype »
  609. JoystickImpl.cpp:(.text+0x1e3a) : référence indéfinie vers « udev_device_get_sysattr_value »
  610. JoystickImpl.cpp:(.text+0x1e72) : référence indéfinie vers « udev_device_unref »
  611. JoystickImpl.cpp:(.text+0x2154) : référence indéfinie vers « udev_device_unref »
  612. JoystickImpl.cpp:(.text+0x2164) : référence indéfinie vers « udev_device_unref »
  613. //usr/local/lib/libsfml-system-s.a(MutexImpl.cpp.o) : Dans la fonction « sf::priv::MutexImpl::MutexImpl() » :
  614. MutexImpl.cpp:(.text+0xc) : référence indéfinie vers « pthread_mutexattr_init »
  615. MutexImpl.cpp:(.text+0x19) : référence indéfinie vers « pthread_mutexattr_settype »
  616. //usr/local/lib/libsfml-system-s.a(ThreadLocalImpl.cpp.o) : Dans la fonction « sf::priv::ThreadLocalImpl::ThreadLocalImpl() » :
  617. ThreadLocalImpl.cpp:(.text+0x9) : référence indéfinie vers « pthread_key_create »
  618. //usr/local/lib/libsfml-system-s.a(ThreadLocalImpl.cpp.o) : Dans la fonction « sf::priv::ThreadLocalImpl::~ThreadLocalImpl() » :
  619. ThreadLocalImpl.cpp:(.text+0x13) : référence indéfinie vers « pthread_key_delete »
  620. //usr/local/lib/libsfml-system-s.a(ThreadLocalImpl.cpp.o) : Dans la fonction « sf::priv::ThreadLocalImpl::setValue(void*) » :
  621. ThreadLocalImpl.cpp:(.text+0x23) : référence indéfinie vers « pthread_setspecific »
  622. //usr/local/lib/libsfml-system-s.a(ThreadLocalImpl.cpp.o) : Dans la fonction « sf::priv::ThreadLocalImpl::getValue() const » :
  623. ThreadLocalImpl.cpp:(.text+0x33) : référence indéfinie vers « pthread_getspecific »
  624. main.o : Dans la fonction « main » :
  625. /home/scott-hamilton/Bureau/colorswap/play/main.cpp:49 : référence indéfinie vers « sf::Font::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) »
  626. main.o : Dans la fonction « drawDetails(sf::RenderWindow&, Level&) » :
  627. /home/scott-hamilton/Bureau/colorswap/play/main.cpp:151 : référence indéfinie vers « sf::String::String(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::locale const&) »
  628. Colac.o : Dans la fonction « Colac::Colac(sf::Vector2<float> const&, int const&) » :
  629. /home/scott-hamilton/Bureau/colorswap/play/Colac.cpp:38 : référence indéfinie vers « sf::Texture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Rect<int> const&) »
  630. /home/scott-hamilton/Bureau/colorswap/play/Colac.cpp:39 : référence indéfinie vers « sf::Texture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Rect<int> const&) »
  631. Level.o : Dans la fonction « Level::DrawLevel(sf::RenderTarget&) » :
  632. /home/scott-hamilton/Bureau/colorswap/play/Level.cpp:32 : référence indéfinie vers « sf::Texture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Rect<int> const&) »
  633. collect2: error: ld returned 1 exit status
  634. Makefile:7 : la recette pour la cible « all » a échouée
  635. make: *** [all] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement