Advertisement
ProzacR

Untitled

Mar 10th, 2011
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [ 9%] Building CXX object CMakeFiles/arx.dir/src/io/PakManager.cpp.o
  2. In file included from /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.cpp:58:0:
  3. /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.h:106:48: error: ‘vector’ has not been declared
  4. /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.h:106:54: error: expected ‘,’ or ‘...’ before ‘<’ token
  5. /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.cpp:440:6: error: prototype for ‘bool PakManager::GetDirectories(const std::string&, std::vector<PakDirectory*>&)’ does not match any in class ‘PakManager’
  6. /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.h:106:7: error: candidate is: bool PakManager::GetDirectories(const std::string&, int)
  7. winegcc: g++ failed
  8. make[2]: *** [CMakeFiles/arx.dir/src/io/PakManager.cpp.o] Error 2
  9. make[1]: *** [CMakeFiles/arx.dir/all] Error 2
  10. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement