Advertisement
Rapptz

Untitled

Oct 19th, 2012
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. C:\Users\Danny\Documents\Visual Studio 2012\Projects\CppStrayFiles\sfml-2>mingw3
  2. 2-make sfml-graphics
  3. [ 25%] Built target sfml-system
  4. [ 52%] Built target sfml-window
  5. Linking CXX shared library ..\..\..\lib\sfml-graphics-2.dll
  6. Creating library file: ..\..\..\lib\libsfml-graphics.a
  7. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x104): und
  8. efined reference to `FT_Set_Pixel_Sizes'
  9. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x1b1): und
  10. efined reference to `FT_Get_Char_Index'
  11. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x1c3): und
  12. efined reference to `FT_Get_Char_Index'
  13. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x1dd): und
  14. efined reference to `FT_Get_Kerning'
  15. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xa8f): und
  16. efined reference to `FT_Done_Face'
  17. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xaae): und
  18. efined reference to `FT_Done_FreeType'
  19. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xaf0): und
  20. efined reference to `FT_Init_FreeType'
  21. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xbbb): und
  22. efined reference to `FT_Open_Face'
  23. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xbce): und
  24. efined reference to `FT_Select_Charmap'
  25. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xd6f): und
  26. efined reference to `FT_Init_FreeType'
  27. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xd97): und
  28. efined reference to `FT_New_Memory_Face'
  29. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xdaa): und
  30. efined reference to `FT_Select_Charmap'
  31. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xecb): und
  32. efined reference to `FT_Init_FreeType'
  33. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xeeb): und
  34. efined reference to `FT_New_Face'
  35. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0xefe): und
  36. efined reference to `FT_Select_Charmap'
  37. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x1670): un
  38. defined reference to `FT_Load_Char'
  39. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x168a): un
  40. defined reference to `FT_Get_Glyph'
  41. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x16cd): un
  42. defined reference to `FT_Glyph_To_Bitmap'
  43. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x172d): un
  44. defined reference to `FT_Done_Glyph'
  45. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x1766): un
  46. defined reference to `FT_Bitmap_Embolden'
  47. CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj):Font.cpp:(.text+0x17a5): un
  48. defined reference to `FT_Outline_Embolden'
  49. c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.7.0/../../../../x86_64-w64-mingw32/
  50. bin/ld.exe: CMakeFiles\sfml-graphics.dir/objects.a(Font.cpp.obj): bad reloc addr
  51. ess 0x0 in section `.pdata'
  52. collect2.exe: error: ld returned 1 exit status
  53. mingw32-make[3]: *** [lib/sfml-graphics-2.dll] Error 1
  54. mingw32-make[2]: *** [src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/all] Error
  55. 2
  56. mingw32-make[1]: *** [src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/rule] Error
  57. 2
  58. mingw32-make: *** [sfml-graphics] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement