Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 26.57 KB | None | 0 0
  1. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  2.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  3.                                                                         ^
  4.  
  5. ../metamod/types_meta.h(153): error: expected a declaration
  6.     do { meta_errno=errval; return(retval); } while(0)
  7.     ^
  8.  
  9. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  10.   } REG_STATUS;
  11.               ^
  12.  
  13. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  14.         REG_STATUS status;      // whether corresponding plugin is loaded
  15.         ^
  16.  
  17. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  18.         REG_STATUS status;      // whether corresponding plugin is loaded
  19.         ^
  20.  
  21. ../metamod/log_meta.h(151): error: expected a declaration
  22.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  23.     ^
  24.  
  25. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  26.   extern cvar_t meta_debug;
  27.                           ^
  28.  
  29. ../metamod/meta_api.h(187): error: expected a declaration
  30.     do { gpMetaGlobals->mres=result; return; } while(0)
  31.     ^
  32.  
  33. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  34.   } META_FUNCTIONS;
  35.                   ^
  36.  
  37. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  38.         META_FUNCTIONS *pFunctionTable,
  39.         ^
  40.  
  41. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  42.         META_FUNCTIONS *pFunctionTable,
  43.         ^
  44.  
  45. compilation aborted for dllapi.cpp (code 2)
  46. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  47.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  48.                                                                         ^
  49.  
  50. ../metamod/types_meta.h(153): error: expected a declaration
  51.     do { meta_errno=errval; return(retval); } while(0)
  52.     ^
  53.  
  54. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  55.   } REG_STATUS;
  56.               ^
  57.  
  58. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  59.         REG_STATUS status;      // whether corresponding plugin is loaded
  60.         ^
  61.  
  62. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  63.         REG_STATUS status;      // whether corresponding plugin is loaded
  64.         ^
  65.  
  66. ../metamod/log_meta.h(151): error: expected a declaration
  67.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  68.     ^
  69.  
  70. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  71.   extern cvar_t meta_debug;
  72.                           ^
  73.  
  74. ../metamod/meta_api.h(187): error: expected a declaration
  75.     do { gpMetaGlobals->mres=result; return; } while(0)
  76.     ^
  77.  
  78. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  79.   } META_FUNCTIONS;
  80.                   ^
  81.  
  82. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  83.         META_FUNCTIONS *pFunctionTable,
  84.         ^
  85.  
  86. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  87.         META_FUNCTIONS *pFunctionTable,
  88.         ^
  89.  
  90. compilation aborted for engine_api.cpp (code 2)
  91. ../metamod/types_meta.h(153): error: expected a declaration
  92.     do { meta_errno=errval; return(retval); } while(0)
  93.     ^
  94.  
  95. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  96.   } REG_STATUS;
  97.               ^
  98.  
  99. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  100.         REG_STATUS status;      // whether corresponding plugin is loaded
  101.         ^
  102.  
  103. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  104.         REG_STATUS status;      // whether corresponding plugin is loaded
  105.         ^
  106.  
  107. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  108.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  109.                                                                         ^
  110.  
  111. ../metamod/log_meta.h(151): error: expected a declaration
  112.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  113.     ^
  114.  
  115. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  116.   extern cvar_t meta_debug;
  117.                           ^
  118.  
  119. compilation aborted for h_export.cpp (code 2)
  120. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  121.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  122.                                                                         ^
  123.  
  124. ../metamod/types_meta.h(153): error: expected a declaration
  125.     do { meta_errno=errval; return(retval); } while(0)
  126.     ^
  127.  
  128. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  129.   } REG_STATUS;
  130.               ^
  131.  
  132. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  133.         REG_STATUS status;      // whether corresponding plugin is loaded
  134.         ^
  135.  
  136. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  137.         REG_STATUS status;      // whether corresponding plugin is loaded
  138.         ^
  139.  
  140. ../metamod/log_meta.h(151): error: expected a declaration
  141.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  142.     ^
  143.  
  144. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  145.   extern cvar_t meta_debug;
  146.                           ^
  147.  
  148. ../metamod/meta_api.h(187): error: expected a declaration
  149.     do { gpMetaGlobals->mres=result; return; } while(0)
  150.     ^
  151.  
  152. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  153.   } META_FUNCTIONS;
  154.                   ^
  155.  
  156. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  157.         META_FUNCTIONS *pFunctionTable,
  158.         ^
  159.  
  160. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  161.         META_FUNCTIONS *pFunctionTable,
  162.         ^
  163.  
  164. meta_api.cpp(61): error: identifier "META_FUNCTIONS" is undefined
  165.   static META_FUNCTIONS gMetaFunctionTable = {
  166.          ^
  167.  
  168. meta_api.cpp(110): error: identifier "META_FUNCTIONS" is undefined
  169.         META_FUNCTIONS *pFunctionTable, meta_globals_t *pMGlobals,
  170.         ^
  171.  
  172. meta_api.cpp(123): error: identifier "META_FUNCTIONS" is undefined
  173.     memcpy(pFunctionTable, &gMetaFunctionTable, sizeof(META_FUNCTIONS));
  174.                                                        ^
  175.  
  176. compilation aborted for meta_api.cpp (code 2)
  177. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  178.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  179.                                                                         ^
  180.  
  181. ../metamod/types_meta.h(153): error: expected a declaration
  182.     do { meta_errno=errval; return(retval); } while(0)
  183.     ^
  184.  
  185. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  186.   } REG_STATUS;
  187.               ^
  188.  
  189. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  190.         REG_STATUS status;      // whether corresponding plugin is loaded
  191.         ^
  192.  
  193. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  194.         REG_STATUS status;      // whether corresponding plugin is loaded
  195.         ^
  196.  
  197. ../metamod/log_meta.h(151): error: expected a declaration
  198.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  199.     ^
  200.  
  201. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  202.   extern cvar_t meta_debug;
  203.                           ^
  204.  
  205. ../metamod/meta_api.h(187): error: expected a declaration
  206.     do { gpMetaGlobals->mres=result; return; } while(0)
  207.     ^
  208.  
  209. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  210.   } META_FUNCTIONS;
  211.                   ^
  212.  
  213. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  214.         META_FUNCTIONS *pFunctionTable,
  215.         ^
  216.  
  217. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  218.         META_FUNCTIONS *pFunctionTable,
  219.         ^
  220.  
  221. compilation aborted for dproto.cpp (code 2)
  222. ../metamod/types_meta.h(153): error: expected a declaration
  223.     do { meta_errno=errval; return(retval); } while(0)
  224.     ^
  225.  
  226. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  227.   } REG_STATUS;
  228.               ^
  229.  
  230. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  231.         REG_STATUS status;      // whether corresponding plugin is loaded
  232.         ^
  233.  
  234. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  235.         REG_STATUS status;      // whether corresponding plugin is loaded
  236.         ^
  237.  
  238. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  239.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  240.                                                                         ^
  241.  
  242. ../metamod/log_meta.h(151): error: expected a declaration
  243.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  244.     ^
  245.  
  246. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  247.   extern cvar_t meta_debug;
  248.                           ^
  249.  
  250. ../metamod/meta_api.h(187): error: expected a declaration
  251.     do { gpMetaGlobals->mres=result; return; } while(0)
  252.     ^
  253.  
  254. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  255.   } META_FUNCTIONS;
  256.                   ^
  257.  
  258. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  259.         META_FUNCTIONS *pFunctionTable,
  260.         ^
  261.  
  262. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  263.         META_FUNCTIONS *pFunctionTable,
  264.         ^
  265.  
  266. compilation aborted for sdk_util.cpp (code 2)
  267. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  268.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  269.                                                                         ^
  270.  
  271. ../metamod/types_meta.h(153): error: expected a declaration
  272.     do { meta_errno=errval; return(retval); } while(0)
  273.     ^
  274.  
  275. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  276.   } REG_STATUS;
  277.               ^
  278.  
  279. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  280.         REG_STATUS status;      // whether corresponding plugin is loaded
  281.         ^
  282.  
  283. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  284.         REG_STATUS status;      // whether corresponding plugin is loaded
  285.         ^
  286.  
  287. ../metamod/log_meta.h(151): error: expected a declaration
  288.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  289.     ^
  290.  
  291. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  292.   extern cvar_t meta_debug;
  293.                           ^
  294.  
  295. ../metamod/meta_api.h(187): error: expected a declaration
  296.     do { gpMetaGlobals->mres=result; return; } while(0)
  297.     ^
  298.  
  299. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  300.   } META_FUNCTIONS;
  301.                   ^
  302.  
  303. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  304.         META_FUNCTIONS *pFunctionTable,
  305.         ^
  306.  
  307. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  308.         META_FUNCTIONS *pFunctionTable,
  309.         ^
  310.  
  311. compilation aborted for cfg.cpp (code 2)
  312. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  313.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  314.                                                                         ^
  315.  
  316. ../metamod/types_meta.h(153): error: expected a declaration
  317.     do { meta_errno=errval; return(retval); } while(0)
  318.     ^
  319.  
  320. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  321.   } REG_STATUS;
  322.               ^
  323.  
  324. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  325.         REG_STATUS status;      // whether corresponding plugin is loaded
  326.         ^
  327.  
  328. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  329.         REG_STATUS status;      // whether corresponding plugin is loaded
  330.         ^
  331.  
  332. ../metamod/log_meta.h(151): error: expected a declaration
  333.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  334.     ^
  335.  
  336. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  337.   extern cvar_t meta_debug;
  338.                           ^
  339.  
  340. ../metamod/meta_api.h(187): error: expected a declaration
  341.     do { gpMetaGlobals->mres=result; return; } while(0)
  342.     ^
  343.  
  344. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  345.   } META_FUNCTIONS;
  346.                   ^
  347.  
  348. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  349.         META_FUNCTIONS *pFunctionTable,
  350.         ^
  351.  
  352. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  353.         META_FUNCTIONS *pFunctionTable,
  354.         ^
  355.  
  356. compilation aborted for engine_data.cpp (code 2)
  357. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  358.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  359.                                                                         ^
  360.  
  361. ../metamod/types_meta.h(153): error: expected a declaration
  362.     do { meta_errno=errval; return(retval); } while(0)
  363.     ^
  364.  
  365. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  366.   } REG_STATUS;
  367.               ^
  368.  
  369. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  370.         REG_STATUS status;      // whether corresponding plugin is loaded
  371.         ^
  372.  
  373. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  374.         REG_STATUS status;      // whether corresponding plugin is loaded
  375.         ^
  376.  
  377. ../metamod/log_meta.h(151): error: expected a declaration
  378.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  379.     ^
  380.  
  381. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  382.   extern cvar_t meta_debug;
  383.                           ^
  384.  
  385. ../metamod/meta_api.h(187): error: expected a declaration
  386.     do { gpMetaGlobals->mres=result; return; } while(0)
  387.     ^
  388.  
  389. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  390.   } META_FUNCTIONS;
  391.                   ^
  392.  
  393. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  394.         META_FUNCTIONS *pFunctionTable,
  395.         ^
  396.  
  397. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  398.         META_FUNCTIONS *pFunctionTable,
  399.         ^
  400.  
  401. compilation aborted for plr_list.cpp (code 2)
  402. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  403.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  404.                                                                         ^
  405.  
  406. ../metamod/types_meta.h(153): error: expected a declaration
  407.     do { meta_errno=errval; return(retval); } while(0)
  408.     ^
  409.  
  410. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  411.   } REG_STATUS;
  412.               ^
  413.  
  414. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  415.         REG_STATUS status;      // whether corresponding plugin is loaded
  416.         ^
  417.  
  418. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  419.         REG_STATUS status;      // whether corresponding plugin is loaded
  420.         ^
  421.  
  422. ../metamod/log_meta.h(151): error: expected a declaration
  423.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  424.     ^
  425.  
  426. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  427.   extern cvar_t meta_debug;
  428.                           ^
  429.  
  430. ../metamod/meta_api.h(187): error: expected a declaration
  431.     do { gpMetaGlobals->mres=result; return; } while(0)
  432.     ^
  433.  
  434. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  435.   } META_FUNCTIONS;
  436.                   ^
  437.  
  438. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  439.         META_FUNCTIONS *pFunctionTable,
  440.         ^
  441.  
  442. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  443.         META_FUNCTIONS *pFunctionTable,
  444.         ^
  445.  
  446. dproto_shared.cpp(636): warning #1899: multicharacter character literal (potential portability problem)
  447.     if (tickt->Unk08 != 'rev' || tickt->Unk0C != 0 || tickt->Unk00 != 0x4A) {
  448.                         ^
  449.  
  450. compilation aborted for dproto_shared.cpp (code 2)
  451. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  452.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  453.                                                                         ^
  454.  
  455. ../metamod/types_meta.h(153): error: expected a declaration
  456.     do { meta_errno=errval; return(retval); } while(0)
  457.     ^
  458.  
  459. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  460.   } REG_STATUS;
  461.               ^
  462.  
  463. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  464.         REG_STATUS status;      // whether corresponding plugin is loaded
  465.         ^
  466.  
  467. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  468.         REG_STATUS status;      // whether corresponding plugin is loaded
  469.         ^
  470.  
  471. ../metamod/log_meta.h(151): error: expected a declaration
  472.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  473.     ^
  474.  
  475. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  476.   extern cvar_t meta_debug;
  477.                           ^
  478.  
  479. ../metamod/meta_api.h(187): error: expected a declaration
  480.     do { gpMetaGlobals->mres=result; return; } while(0)
  481.     ^
  482.  
  483. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  484.   } META_FUNCTIONS;
  485.                   ^
  486.  
  487. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  488.         META_FUNCTIONS *pFunctionTable,
  489.         ^
  490.  
  491. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  492.         META_FUNCTIONS *pFunctionTable,
  493.         ^
  494.  
  495. compilation aborted for memu.cpp (code 2)
  496. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  497.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  498.                                                                         ^
  499.  
  500. ../metamod/types_meta.h(153): error: expected a declaration
  501.     do { meta_errno=errval; return(retval); } while(0)
  502.     ^
  503.  
  504. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  505.   } REG_STATUS;
  506.               ^
  507.  
  508. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  509.         REG_STATUS status;      // whether corresponding plugin is loaded
  510.         ^
  511.  
  512. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  513.         REG_STATUS status;      // whether corresponding plugin is loaded
  514.         ^
  515.  
  516. ../metamod/log_meta.h(151): error: expected a declaration
  517.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  518.     ^
  519.  
  520. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  521.   extern cvar_t meta_debug;
  522.                           ^
  523.  
  524. ../metamod/meta_api.h(187): error: expected a declaration
  525.     do { gpMetaGlobals->mres=result; return; } while(0)
  526.     ^
  527.  
  528. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  529.   } META_FUNCTIONS;
  530.                   ^
  531.  
  532. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  533.         META_FUNCTIONS *pFunctionTable,
  534.         ^
  535.  
  536. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  537.         META_FUNCTIONS *pFunctionTable,
  538.         ^
  539.  
  540. compilation aborted for subserver.cpp (code 2)
  541. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  542.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  543.                                                                         ^
  544.  
  545. ../metamod/types_meta.h(153): error: expected a declaration
  546.     do { meta_errno=errval; return(retval); } while(0)
  547.     ^
  548.  
  549. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  550.   } REG_STATUS;
  551.               ^
  552.  
  553. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  554.         REG_STATUS status;      // whether corresponding plugin is loaded
  555.         ^
  556.  
  557. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  558.         REG_STATUS status;      // whether corresponding plugin is loaded
  559.         ^
  560.  
  561. ../metamod/log_meta.h(151): error: expected a declaration
  562.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  563.     ^
  564.  
  565. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  566.   extern cvar_t meta_debug;
  567.                           ^
  568.  
  569. ../metamod/meta_api.h(187): error: expected a declaration
  570.     do { gpMetaGlobals->mres=result; return; } while(0)
  571.     ^
  572.  
  573. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  574.   } META_FUNCTIONS;
  575.                   ^
  576.  
  577. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  578.         META_FUNCTIONS *pFunctionTable,
  579.         ^
  580.  
  581. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  582.         META_FUNCTIONS *pFunctionTable,
  583.         ^
  584.  
  585. compilation aborted for bspec.cpp (code 2)
  586. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  587.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  588.                                                                         ^
  589.  
  590. ../metamod/types_meta.h(153): error: expected a declaration
  591.     do { meta_errno=errval; return(retval); } while(0)
  592.     ^
  593.  
  594. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  595.   } REG_STATUS;
  596.               ^
  597.  
  598. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  599.         REG_STATUS status;      // whether corresponding plugin is loaded
  600.         ^
  601.  
  602. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  603.         REG_STATUS status;      // whether corresponding plugin is loaded
  604.         ^
  605.  
  606. ../metamod/log_meta.h(151): error: expected a declaration
  607.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  608.     ^
  609.  
  610. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  611.   extern cvar_t meta_debug;
  612.                           ^
  613.  
  614. ../metamod/meta_api.h(187): error: expected a declaration
  615.     do { gpMetaGlobals->mres=result; return; } while(0)
  616.     ^
  617.  
  618. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  619.   } META_FUNCTIONS;
  620.                   ^
  621.  
  622. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  623.         META_FUNCTIONS *pFunctionTable,
  624.         ^
  625.  
  626. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  627.         META_FUNCTIONS *pFunctionTable,
  628.         ^
  629.  
  630. compilation aborted for dynpatcher_base.cpp (code 2)
  631. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  632.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  633.                                                                         ^
  634.  
  635. ../metamod/types_meta.h(153): error: expected a declaration
  636.     do { meta_errno=errval; return(retval); } while(0)
  637.     ^
  638.  
  639. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  640.   } REG_STATUS;
  641.               ^
  642.  
  643. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  644.         REG_STATUS status;      // whether corresponding plugin is loaded
  645.         ^
  646.  
  647. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  648.         REG_STATUS status;      // whether corresponding plugin is loaded
  649.         ^
  650.  
  651. ../metamod/log_meta.h(151): error: expected a declaration
  652.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  653.     ^
  654.  
  655. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  656.   extern cvar_t meta_debug;
  657.                           ^
  658.  
  659. ../metamod/meta_api.h(187): error: expected a declaration
  660.     do { gpMetaGlobals->mres=result; return; } while(0)
  661.     ^
  662.  
  663. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  664.   } META_FUNCTIONS;
  665.                   ^
  666.  
  667. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  668.         META_FUNCTIONS *pFunctionTable,
  669.         ^
  670.  
  671. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  672.         META_FUNCTIONS *pFunctionTable,
  673.         ^
  674.  
  675. compilation aborted for b-spec/BS_Linux_Dynamic.cpp (code 2)
  676. ../../hlsdk/multiplayer/dlls/util.h(249): warning #418: declaration requires a typedef name
  677.   typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  678.                                                                         ^
  679.  
  680. ../metamod/types_meta.h(153): error: expected a declaration
  681.     do { meta_errno=errval; return(retval); } while(0)
  682.     ^
  683.  
  684. ../metamod/mreg.h(125): warning #12: parsing restarts here after previous syntax error
  685.   } REG_STATUS;
  686.               ^
  687.  
  688. ../metamod/mreg.h(157): error: identifier "REG_STATUS" is undefined
  689.         REG_STATUS status;      // whether corresponding plugin is loaded
  690.         ^
  691.  
  692. ../metamod/mreg.h(241): error: identifier "REG_STATUS" is undefined
  693.         REG_STATUS status;      // whether corresponding plugin is loaded
  694.         ^
  695.  
  696. ../metamod/log_meta.h(151): error: expected a declaration
  697.     do { if(meta_debug.value < level) break; else ALERT(at_logged, "[META] (debug:%d) %s\n", level, UTIL_VarArgs args ); } while(0)
  698.     ^
  699.  
  700. ../metamod/log_meta.h(167): warning #12: parsing restarts here after previous syntax error
  701.   extern cvar_t meta_debug;
  702.                           ^
  703.  
  704. ../metamod/meta_api.h(187): error: expected a declaration
  705.     do { gpMetaGlobals->mres=result; return; } while(0)
  706.     ^
  707.  
  708. ../metamod/meta_api.h(223): warning #12: parsing restarts here after previous syntax error
  709.   } META_FUNCTIONS;
  710.                   ^
  711.  
  712. ../metamod/meta_api.h(287): error: identifier "META_FUNCTIONS" is undefined
  713.         META_FUNCTIONS *pFunctionTable,
  714.         ^
  715.  
  716. ../metamod/meta_api.h(295): error: identifier "META_FUNCTIONS" is undefined
  717.         META_FUNCTIONS *pFunctionTable,
  718.         ^
  719.  
  720. compilation aborted for b-spec/dynparser_linux.cpp (code 2)
  721.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement