Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. ||=== Cataclysm, Release -SDL ===|
  2. \Cataclysm-DDA-master\src\sdltiles.cpp||In function 'void curses_drawwindow(WINDOW*)':|
  3. \Cataclysm-DDA-master\src\sdltiles.cpp|640|error: 'needupdate' was not declared in this scope|
  4. \Cataclysm-DDA-master\src\sdltiles.cpp||In function 'void CheckMessages()':|
  5. \Cataclysm-DDA-master\src\sdltiles.cpp|871|error: 'needupdate' was not declared in this scope|
  6. \Cataclysm-DDA-master\src\sdltiles.cpp||In function 'bool ends_with(const string&, const string&)':|
  7. \Cataclysm-DDA-master\src\sdltiles.cpp|976|error: 'strcmpi' was not declared in this scope|
  8. \Cataclysm-DDA-master\src\sdltiles.cpp||In function 'void font_folder_list(std::ofstream&, std::string)':|
  9. \Cataclysm-DDA-master\src\sdltiles.cpp|1038|error: 'strcmpi' was not declared in this scope|
  10. \Cataclysm-DDA-master\src\sdltiles.cpp||In function 'std::string find_system_font(std::string, int&)':|
  11. \Cataclysm-DDA-master\src\sdltiles.cpp|1147|error: 'strcmpi' was not declared in this scope|
  12. \Cataclysm-DDA-master\src\sdltiles.cpp||In function 'int test_face_size(std::string, int, int)':|
  13. \Cataclysm-DDA-master\src\sdltiles.cpp|1172|error: 'strcmpi' was not declared in this scope|
  14. \Cataclysm-DDA-master\src\sdltiles.cpp||In member function 'void BitmapFont::load_font(const string&)':|
  15. \Cataclysm-DDA-master\src\sdltiles.cpp|1589|error: 'IMG_Load' was not declared in this scope|
  16. \Cataclysm-DDA-master\src\sdltiles.cpp|1591|error: 'IMG_GetError' was not declared in this scope|
  17. \Cataclysm-DDA-master\src\sdltiles.cpp||In member function 'void CachedTTFFont::load_font(std::string, int)':|
  18. \Cataclysm-DDA-master\src\sdltiles.cpp|1726|error: 'strcmpi' was not declared in this scope|
  19. \Cataclysm-DDA-master\src\sdltiles.cpp||In function 'bool ends_with(const string&, const string&)':|
  20. \Cataclysm-DDA-master\src\sdltiles.cpp|977|warning: control reaches end of non-void function [-Wreturn-type]|
  21. ||=== Build finished: 9 errors, 1 warnings (0 minutes, 3 seconds) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement