Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. ||=== Build: Release in Cataclysm (compiler: GNU GCC Compiler) ===|
  2. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp||In member function 'long int item::get_remaining_capacity_for_liquid(const item&) const':|
  3. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4310|error: 'L_ERR_NONE' was not declared in this scope|
  4. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp||In member function 'item::LIQUID_FILL_ERROR item::has_valid_capacity_for_liquid(const item&) const':|
  5. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4354|error: 'L_ERR_NOT_CONTAINER' was not declared in this scope|
  6. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4358|error: 'L_ERR_FULL' was not declared in this scope|
  7. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4362|error: 'L_ERR_NO_MIX' was not declared in this scope|
  8. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4367|error: 'L_ERR_NOT_CONTAINER' was not declared in this scope|
  9. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4372|error: 'L_ERR_NOT_WATERTIGHT' was not declared in this scope|
  10. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4374|error: 'L_ERR_NOT_SEALED' was not declared in this scope|
  11. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4378|error: 'L_ERR_NO_MIX' was not declared in this scope|
  12. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4385|error: 'L_ERR_FULL' was not declared in this scope|
  13. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4388|error: 'L_ERR_NONE' was not declared in this scope|
  14. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp||In member function 'bool item::fill_with(item&, std::string&)':|
  15. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4436|error: 'L_ERR_NONE' was not declared in this scope|
  16. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4438|error: 'L_ERR_NO_MIX' was not declared in this scope|
  17. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4441|error: 'L_ERR_NOT_CONTAINER' was not declared in this scope|
  18. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4444|error: 'L_ERR_NOT_WATERTIGHT' was not declared in this scope|
  19. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4447|error: 'L_ERR_NOT_SEALED' was not declared in this scope|
  20. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4450|error: 'L_ERR_FULL' was not declared in this scope|
  21. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp||In member function 'item::LIQUID_FILL_ERROR item::has_valid_capacity_for_liquid(const item&) const':|
  22. C:\Users\username\Desktop\Git\Cataclysm-DDA\src\item.cpp|4389|warning: control reaches end of non-void function [-Wreturn-type]|
  23. ||=== Build failed: 16 error(s), 1 warning(s) (2 minute(s), 56 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement