Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 9%] Building CXX object CMakeFiles/arx.dir/src/io/PakManager.cpp.o
- In file included from /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.cpp:58:0:
- /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.h:106:48: error: ‘vector’ has not been declared
- /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.h:106:54: error: expected ‘,’ or ‘...’ before ‘<’ token
- /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’
- /home/vytautas/Downloads/arxfatalis/other/ArxFatalis/src/io/PakManager.h:106:7: error: candidate is: bool PakManager::GetDirectories(const std::string&, int)
- winegcc: g++ failed
- make[2]: *** [CMakeFiles/arx.dir/src/io/PakManager.cpp.o] Error 2
- make[1]: *** [CMakeFiles/arx.dir/all] Error 2
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement