Advertisement
Guest User

Untitled

a guest
Apr 15th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. In file included from /home/nicolas/Downloads/openlierox/include/SmartPointer.h:16:0,
  2. from /home/nicolas/Downloads/openlierox/include/CFont.h:26,
  3. from /home/nicolas/Downloads/openlierox/include/LieroX.h:27,
  4. from /home/nicolas/Downloads/openlierox/src/client/DeprecatedGUI/Graphics.cpp:17:
  5. /home/nicolas/Downloads/openlierox/include/Debug.h: In function ‘bool DeprecatedGUI::LoadGraphics()’:
  6. /home/nicolas/Downloads/openlierox/include/Debug.h:78:16: error: inlining failed in call to always_inline ‘Logger& endl(Logger&)’: indirect function call with a yet undetermined callee
  7. INLINE Logger& endl(Logger& __os) { return (__os << "\n").flush(); }
  8. ^~~~
  9. /home/nicolas/Downloads/openlierox/include/Debug.h:65:88: note: called from here
  10. Logger& operator<<(Logger& (*__pf)(Logger&)) { return (*__pf)(*push_back_and_unlock()); }
  11. ^
  12. /home/nicolas/Downloads/openlierox/include/Debug.h:78:16: error: inlining failed in call to always_inline ‘Logger& endl(Logger&)’: indirect function call with a yet undetermined callee
  13. INLINE Logger& endl(Logger& __os) { return (__os << "\n").flush(); }
  14. ^~~~
  15. /home/nicolas/Downloads/openlierox/include/Debug.h:65:88: note: called from here
  16. Logger& operator<<(Logger& (*__pf)(Logger&)) { return (*__pf)(*push_back_and_unlock()); }
  17. ^
  18. /home/nicolas/Downloads/openlierox/include/Debug.h:78:16: error: inlining failed in call to always_inline ‘Logger& endl(Logger&)’: indirect function call with a yet undetermined callee
  19. INLINE Logger& endl(Logger& __os) { return (__os << "\n").flush(); }
  20. ^~~~
  21. /home/nicolas/Downloads/openlierox/include/Debug.h:65:88: note: called from here
  22. Logger& operator<<(Logger& (*__pf)(Logger&)) { return (*__pf)(*push_back_and_unlock()); }
  23. ^
  24. /home/nicolas/Downloads/openlierox/include/Debug.h:78:16: error: inlining failed in call to always_inline ‘Logger& endl(Logger&)’: indirect function call with a yet undetermined callee
  25. INLINE Logger& endl(Logger& __os) { return (__os << "\n").flush(); }
  26. ^~~~
  27. /home/nicolas/Downloads/openlierox/include/Debug.h:65:88: note: called from here
  28. Logger& operator<<(Logger& (*__pf)(Logger&)) { return (*__pf)(*push_back_and_unlock()); }
  29. ^
  30. /home/nicolas/Downloads/openlierox/include/Debug.h:78:16: error: inlining failed in call to always_inline ‘Logger& endl(Logger&)’: indirect function call with a yet undetermined callee
  31. INLINE Logger& endl(Logger& __os) { return (__os << "\n").flush(); }
  32. ^~~~
  33. /home/nicolas/Downloads/openlierox/include/Debug.h:65:88: note: called from here
  34. Logger& operator<<(Logger& (*__pf)(Logger&)) { return (*__pf)(*push_back_and_unlock()); }
  35. ^
  36. /home/nicolas/Downloads/openlierox/include/Debug.h:78:16: error: inlining failed in call to always_inline ‘Logger& endl(Logger&)’: indirect function call with a yet undetermined callee
  37. INLINE Logger& endl(Logger& __os) { return (__os << "\n").flush(); }
  38. ^~~~
  39. /home/nicolas/Downloads/openlierox/include/Debug.h:65:88: note: called from here
  40. Logger& operator<<(Logger& (*__pf)(Logger&)) { return (*__pf)(*push_back_and_unlock()); }
  41. ^
  42. /home/nicolas/Downloads/openlierox/include/Debug.h:78:16: error: inlining failed in call to always_inline ‘Logger& endl(Logger&)’: indirect function call with a yet undetermined callee
  43. INLINE Logger& endl(Logger& __os) { return (__os << "\n").flush(); }
  44. ^~~~
  45. /home/nicolas/Downloads/openlierox/include/Debug.h:65:88: note: called from here
  46. Logger& operator<<(Logger& (*__pf)(Logger&)) { return (*__pf)(*push_back_and_unlock()); }
  47. ^
  48. make[2]: *** [CMakeFiles/openlierox.dir/build.make:1239: CMakeFiles/openlierox.dir/src/client/DeprecatedGUI/Graphics.o] Error 1
  49. make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/openlierox.dir/all] Error 2
  50. make: *** [Makefile:84: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement