==== Building mocks_real ==== make[1]: `../../../binaries/system/libmocks_real_dbg.a' is up to date. ==== Building network ==== make[1]: `../../../binaries/system/libnetwork_dbg.a' is up to date. ==== Building engine ==== CPlayList.cpp In file included from ../../../source/sound/CPlayList.cpp:20: ../../../source/sound/CPlayList.h:35: error: ‘CStrW’ was not declared in this scope ../../../source/sound/CPlayList.h:35: error: template argument 1 is invalid ../../../source/sound/CPlayList.h:35: error: template argument 2 is invalid ../../../source/sound/CPlayList.cpp: In constructor ‘CPlayList::CPlayList()’: ../../../source/sound/CPlayList.cpp:28: error: request for member ‘clear’ in ‘((CPlayList*)this)->CPlayList::tracks’, which is of non-class type ‘int’ ../../../source/sound/CPlayList.cpp: In member function ‘void CPlayList::Load(const VfsPath&)’: ../../../source/sound/CPlayList.cpp:43: error: request for member ‘clear’ in ‘((CPlayList*)this)->CPlayList::tracks’, which is of non-class type ‘int’ ../../../source/sound/CPlayList.cpp:53: error: request for member ‘push_back’ in ‘((CPlayList*)this)->CPlayList::tracks’, which is of non-class type ‘int’ ../../../source/sound/CPlayList.cpp: In member function ‘void CPlayList::List()’: ../../../source/sound/CPlayList.cpp:59: error: request for member ‘size’ in ‘((CPlayList*)this)->CPlayList::tracks’, which is of non-class type ‘int’ ../../../source/sound/CPlayList.cpp:61: error: invalid types ‘int[size_t]’ for array subscript ../../../source/sound/CPlayList.cpp: In member function ‘void CPlayList::Add(std::wstring)’: ../../../source/sound/CPlayList.cpp:67: error: request for member ‘push_back’ in ‘((CPlayList*)this)->CPlayList::tracks’, which is of non-class type ‘int’ make[1]: *** [obj/engine_Debug/CPlayList.o] Error 1 make: *** [engine] Error 2