mferrill

Sd2-Compile-Error1

Jul 10th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.22 KB | None | 0 0
  1. npcs_special.cpp
  2. ..\scripts\world\npcs_special.cpp(486) : error C2146: syntax error : missing ';' before identifier 'Patients'
  3. ..\scripts\world\npcs_special.cpp(486) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  4. ..\scripts\world\npcs_special.cpp(486) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  5. ..\scripts\world\npcs_special.cpp(498) : error C2065: 'Patients' : undeclared identifier
  6. ..\scripts\world\npcs_special.cpp(498) : error C2228: left of '.clear' must have class/struct/union
  7.         type is ''unknown-type''
  8. ..\scripts\world\npcs_special.cpp(701) : error C2653: 'GuidList' : is not a class or namespace name
  9. ..\scripts\world\npcs_special.cpp(701) : error C2065: 'const_iterator' : undeclared identifier
  10. ..\scripts\world\npcs_special.cpp(701) : error C2146: syntax error : missing ';' before identifier 'itr'
  11. ..\scripts\world\npcs_special.cpp(701) : error C2065: 'itr' : undeclared identifier
  12. ..\scripts\world\npcs_special.cpp(701) : error C2065: 'Patients' : undeclared identifier
  13. ..\scripts\world\npcs_special.cpp(701) : error C2228: left of '.begin' must have class/struct/union
  14.         type is ''unknown-type''
  15. ..\scripts\world\npcs_special.cpp(701) : error C2065: 'itr' : undeclared identifier
  16. ..\scripts\world\npcs_special.cpp(701) : error C2065: 'Patients' : undeclared identifier
  17. ..\scripts\world\npcs_special.cpp(701) : error C2228: left of '.end' must have class/struct/union
  18.         type is ''unknown-type''
  19. ..\scripts\world\npcs_special.cpp(701) : error C2143: syntax error : missing ')' before '++'
  20. ..\scripts\world\npcs_special.cpp(701) : error C2059: syntax error : ';'
  21. ..\scripts\world\npcs_special.cpp(701) : error C2065: 'itr' : undeclared identifier
  22. ..\scripts\world\npcs_special.cpp(701) : error C2059: syntax error : ')'
  23. ..\scripts\world\npcs_special.cpp(702) : error C2143: syntax error : missing ';' before '{'
  24. ..\scripts\world\npcs_special.cpp(703) : error C2065: 'itr' : undeclared identifier
  25. ..\scripts\world\npcs_special.cpp(760) : error C2065: 'Patients' : undeclared identifier
  26. ..\scripts\world\npcs_special.cpp(760) : error C2228: left of '.push_back' must have class/struct/union
  27.         type is ''unknown-type''
Advertisement
Add Comment
Please, Sign In to add comment