Advertisement
Guest User

Untitled

a guest
Aug 27th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. [ 68%] Built target sfml-audio
  2. [ 68%] Building CXX object external/GQE/clone/src/GQE/Core/CMakeFiles/gqe-core.dir/interfaces/ILogger.cpp.o
  3. In file included from /home/Nushio/Downloads/lpc/gqp/SFML/include/SFML/System.hpp:32:0,
  4. from /home/Nushio/Downloads/lpc/gqp/SFML/include/SFML/Window.hpp:32,
  5. from /home/Nushio/Downloads/lpc/gqp/GQE/include/GQE/Core/interfaces/IApp.hpp:30,
  6. from /home/Nushio/Downloads/lpc/gqp/GQE/src/GQE/Core/interfaces/ILogger.cpp:16:
  7. /home/Nushio/Downloads/lpc/gqp/SFML/include/SFML/Config.hpp:169:9: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
  8. /home/Nushio/Downloads/lpc/gqp/SFML/include/SFML/Config.hpp:170:9: warning: ISO C++ 1998 does not support ‘long long’ [-Wlong-long]
  9. In file included from /home/Nushio/Downloads/lpc/gqp/GQE/include/GQE/Core/interfaces/ILogger.hpp:17:0,
  10. from /home/Nushio/Downloads/lpc/gqp/GQE/src/GQE/Core/interfaces/ILogger.cpp:15:
  11. /home/Nushio/Downloads/lpc/gqp/GQE/include/GQE/Core/loggers/onullstream: In instantiation of ‘std::basic_onullstream<cT, traits>::basic_onullstream() [with cT = char; traits = std::char_traits<char>]’:
  12. /home/Nushio/Downloads/lpc/gqp/GQE/src/GQE/Core/interfaces/ILogger.cpp:23:29: required from here
  13. /home/Nushio/Downloads/lpc/gqp/GQE/include/GQE/Core/loggers/onullstream:34:9: error: ‘init’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  14. /home/Nushio/Downloads/lpc/gqp/GQE/include/GQE/Core/loggers/onullstream:34:9: note: declarations in dependent base ‘std::basic_ios<char>’ are not found by unqualified lookup
  15. /home/Nushio/Downloads/lpc/gqp/GQE/include/GQE/Core/loggers/onullstream:34:9: note: use ‘this->init’ instead
  16. make[2]: *** [external/GQE/clone/src/GQE/Core/CMakeFiles/gqe-core.dir/interfaces/ILogger.cpp.o] Error 1
  17. make[1]: *** [external/GQE/clone/src/GQE/Core/CMakeFiles/gqe-core.dir/all] Error 2
  18. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement