Advertisement
Guest User

Untitled

a guest
Jun 13th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 KB | None | 0 0
  1. florian@debian:~/Documents/counterstrikesurf/mp/src$ make -f games.mak
  2. make -f games.mak -j8 all-targets
  3. make[1]: Entering directory '/home/florian/Documents/counterstrikesurf/mp/src'
  4. Building: mathlib
  5. Building: tier1
  6. Building: vgui_controls
  7. Building: raytrace
  8. make[2]: Entering directory '/home/florian/Documents/counterstrikesurf/mp/src/mathlib'
  9. make[2]: Entering directory '/home/florian/Documents/counterstrikesurf/mp/src/tier1'
  10. make[2]: Entering directory '/home/florian/Documents/counterstrikesurf/mp/src/vgui2/vgui_controls'
  11. make[2]: Entering directory '/home/florian/Documents/counterstrikesurf/mp/src/raytrace'
  12. make[2]: Leaving directory '/home/florian/Documents/counterstrikesurf/mp/src/raytrace'
  13. make[2]: Leaving directory '/home/florian/Documents/counterstrikesurf/mp/src/mathlib'
  14. make[2]: Leaving directory '/home/florian/Documents/counterstrikesurf/mp/src/tier1'
  15. Building: server_cstrike
  16. make[2]: Entering directory '/home/florian/Documents/counterstrikesurf/mp/src/game/server'
  17. make[2]: Leaving directory '/home/florian/Documents/counterstrikesurf/mp/src/vgui2/vgui_controls'
  18. Building: client_cstrike
  19. make[2]: Entering directory '/home/florian/Documents/counterstrikesurf/mp/src/game/client'
  20. ---- buypreset_imageinfo.cpp ----
  21. ---- buypreset_panel.cpp ----
  22. ---- career_box.cpp ----
  23. ---- cstrikebuymenu.cpp ----
  24. ---- c_physmagnet.cpp ----
  25. ---- c_pixel_visibility.cpp ----
  26. ---- c_plasma.cpp ----
  27. make[2]: Leaving directory '/home/florian/Documents/counterstrikesurf/mp/src/game/server'
  28. ---- c_playerresource.cpp ----
  29. In file included from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/c_cs_player.h:16:0,
  30. from /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_blackmarket.h:16,
  31. from /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_ammodef.h:18,
  32. from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_panel.cpp:10:
  33. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h: In constructor 'CUtlVectorInitialized<T>::CUtlVectorInitialized(T*, int)':
  34. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h:44:24: warning: there are no arguments to 'SetSize' that depend on a template parameter, so a declaration of 'SetSize' must be available [-fpermissive]
  35. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_panel.cpp: In member function 'void BuyPresetEditPanel::SetWeaponSet(const WeaponSet*, bool)':
  36. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_panel.cpp:241:45: error: 'NumAsWString' was not declared in this scope
  37. client_linux32.mak:1563: recipe for target 'obj_client_cstrike_linux32/release/buypreset_panel.o' failed
  38. make[2]: *** [obj_client_cstrike_linux32/release/buypreset_panel.o] Error 1
  39. make[2]: *** Waiting for unfinished jobs....
  40. In file included from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/c_cs_player.h:16:0,
  41. from /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_blackmarket.h:16,
  42. from /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_ammodef.h:18,
  43. from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_imageinfo.cpp:10:
  44. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h: In constructor 'CUtlVectorInitialized<T>::CUtlVectorInitialized(T*, int)':
  45. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h:44:24: warning: there are no arguments to 'SetSize' that depend on a template parameter, so a declaration of 'SetSize' must be available [-fpermissive]
  46. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_imageinfo.cpp: In member function 'void WeaponImageInfo::SetWeapon(const BuyPresetWeapon*, bool, bool)':
  47. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_imageinfo.cpp:137:101: error: 'NumAsWString' was not declared in this scope
  48. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_imageinfo.cpp:188:101: error: 'NumAsWString' was not declared in this scope
  49. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_imageinfo.cpp: In member function 'void ItemImageInfo::SetItem(const char*, int)':
  50. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buypreset_imageinfo.cpp:367:96: error: 'NumAsWString' was not declared in this scope
  51. client_linux32.mak:1555: recipe for target 'obj_client_cstrike_linux32/release/buypreset_imageinfo.o' failed
  52. make[2]: *** [obj_client_cstrike_linux32/release/buypreset_imageinfo.o] Error 1
  53. In file included from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/c_cs_player.h:16:0,
  54. from /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_blackmarket.h:16,
  55. from /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_ammodef.h:18,
  56. from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:18:
  57. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h: In constructor 'CUtlVectorInitialized<T>::CUtlVectorInitialized(T*, int)':
  58. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h:44:24: warning: there are no arguments to 'SetSize' that depend on a template parameter, so a declaration of 'SetSize' must be available [-fpermissive]
  59. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp: In member function 'void CWeaponButton::SetWeapon(const BuyPresetWeapon&)':
  60. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:577:45: error: 'NumAsWString' was not declared in this scope
  61. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp: In member function 'void CWeaponSelectBox::PopulateControls()':
  62. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:882:23: error: 'NumAsWString' was not declared in this scope
  63. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp: In member function 'void CWeaponSelectBox::UpdateClips()':
  64. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:943:105: error: 'NumAsWString' was not declared in this scope
  65. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp: In member function 'virtual void CGrenadeSelectBox::OnControlChanged()':
  66. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:1145:58: error: 'NumAsWString' was not declared in this scope
  67. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:1155:58: error: 'NumAsWString' was not declared in this scope
  68. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:1165:58: error: 'NumAsWString' was not declared in this scope
  69. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp: In member function 'virtual void CEquipmentSelectBox::OnControlChanged()':
  70. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/career_box.cpp:1256:41: error: 'NumAsWString' was not declared in this scope
  71. client_linux32.mak:1567: recipe for target 'obj_client_cstrike_linux32/release/career_box.o' failed
  72. make[2]: *** [obj_client_cstrike_linux32/release/career_box.o] Error 1
  73. In file included from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/c_cs_player.h:16:0,
  74. from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/buymouseoverpanelbutton.h:18,
  75. from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/cstrikebuysubmenu.h:15,
  76. from /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/cstrikebuymenu.cpp:9:
  77. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h: In constructor 'CUtlVectorInitialized<T>::CUtlVectorInitialized(T*, int)':
  78. /home/florian/Documents/counterstrikesurf/mp/src/game/shared/cstrike/cs_shareddefs.h:44:24: warning: there are no arguments to 'SetSize' that depend on a template parameter, so a declaration of 'SetSize' must be available [-fpermissive]
  79. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/cstrikebuymenu.cpp: In member function 'virtual void CCSBaseBuyMenu::Paint()':
  80. /home/florian/Documents/counterstrikesurf/mp/src/game/client/cstrike/VGUI/cstrikebuymenu.cpp:283:97: error: 'NumAsWString' was not declared in this scope
  81. client_linux32.mak:1583: recipe for target 'obj_client_cstrike_linux32/release/cstrikebuymenu.o' failed
  82. make[2]: *** [obj_client_cstrike_linux32/release/cstrikebuymenu.o] Error 1
  83. make[2]: Leaving directory '/home/florian/Documents/counterstrikesurf/mp/src/game/client'
  84. games.mak:36: recipe for target 'client_cstrike' failed
  85. make[1]: *** [client_cstrike] Error 2
  86. make[1]: Leaving directory '/home/florian/Documents/counterstrikesurf/mp/src'
  87. games.mak:28: recipe for target 'all' failed
  88. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement