Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. g++ -std=gnu++11 -Wall -W -pedantic -MD -MP -Wignored-qualifiers -Wmissing-field-initializers -Wsign-compare -Wunused-parameter -o COMPILATOR/Obj/AltisCraft/Map/User/User.o -c COMPILATOR/Obj/AltisCraft/Map/User/User.cpp
  2. COMPILATOR\Obj\AltisCraft\Map\User\makefile-sous.mak:13: recipe for target 'COMPILATOR/Obj/AltisCraft/Map/User/User.o' failed
  3.  
  4. COMPILATOR\Obj\AltisCraft\Map\User>C:\xampp\php\php.exe a.php
  5. g++ -std=gnu++11 -Wall -W -pedantic -MD -MP -Wignored-qualifiers -Wmissing-field-initializers -Wsign-compare -Wunused-parameter -o COMPILATOR/Obj/AltisCraft/Map/User/User.o -c COMPILATOR/Obj/AltisCraft/Map/User/User.cpp
  6. COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:16:19: warning: missing terminating " character [enabled by default]
  7. string username = "nue1; /// <- bruh
  8. ^
  9. COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:16:1: error: missing terminating " character
  10. string username = "nue1; /// <- bruh
  11. ^
  12. In file included from COMPILATOR/Obj/AltisCraft/Map/User/View.h:3:0,
  13. from COMPILATOR/Obj/AltisCraft/Map/User/User.h:6,
  14. from COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:2:
  15. COMPILATOR/Obj/AltisCraft/Map/User/../ViewAngle.h:10:29: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  16. const double getPhi(), getTheta();
  17. ^
  18. COMPILATOR/Obj/AltisCraft/Map/User/../ViewAngle.h:10:41: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  19. const double getPhi(), getTheta();
  20. ^
  21. In file included from COMPILATOR/Obj/AltisCraft/Map/User/View.h:4:0,
  22. from COMPILATOR/Obj/AltisCraft/Map/User/User.h:6,
  23. from COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:2:
  24. COMPILATOR/Obj/AltisCraft/Map/User/../Position.h:10:27: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  25. const double getX(), getY(), getZ();
  26. ^
  27. COMPILATOR/Obj/AltisCraft/Map/User/../Position.h:10:35: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  28. const double getX(), getY(), getZ();
  29. ^
  30. COMPILATOR/Obj/AltisCraft/Map/User/../Position.h:10:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  31. const double getX(), getY(), getZ();
  32. ^
  33. COMPILATOR/Obj/AltisCraft/Map/User/../Position.h:11:27: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  34. const float getXf(), getYf(), getZf();
  35. ^
  36. COMPILATOR/Obj/AltisCraft/Map/User/../Position.h:11:36: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  37. const float getXf(), getYf(), getZf();
  38. ^
  39. COMPILATOR/Obj/AltisCraft/Map/User/../Position.h:11:45: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  40. const float getXf(), getYf(), getZf();
  41. ^
  42. In file included from COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:2:0:
  43. COMPILATOR/Obj/AltisCraft/Map/User/User.h:13:27: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  44. const void render();
  45. ^
  46. COMPILATOR/Obj/AltisCraft/Map/User/User.h:25:24: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  47. const void renderUsers();
  48. ^
  49. COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:17:19: error: expected primary-expression before 'users'
  50. map<string, User> users;
  51. ^
  52. COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:45:25: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  53. const void User::render()
  54. ^
  55. COMPILATOR/Obj/AltisCraft/Map/User/User.cpp:309:24: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  56. const void renderUsers()
  57. ^
  58. mingw32-make: *** [COMPILATOR/Obj/AltisCraft/Map/User/User.o] Error 1
  59. COMPILATOR\Obj\AltisCraft\Map\User\makefile-sous.mak:13: recipe for target 'COMPILATOR/Obj/AltisCraft/Map/User/User.o' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement