--------------------Configuration: hl - Win32 Profile--------------------
Compiling...
client.cpp
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\client.cpp(686) : error C2065: 'IsMultiplayer' : undeclared identifier
xashents.cpp
..\common\plane.h(98) : error C2039: 'Dot' : is not a member of 'Vector'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\vector.h(60) : see declaration of 'Vector'
..\common\vmatrix.h(135) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(135) : error C2059: syntax error : '&'
..\common\vmatrix.h(288) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(288) : error C2059: syntax error : '&'
..\common\vmatrix.h(292) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(292) : error C2059: syntax error : '&'
..\common\vmatrix.h(599) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(599) : error C2059: syntax error : '&'
..\common\vmatrix.h(601) : error C2065: 'vOut' : undeclared identifier
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2065: 'vIn' : undeclared identifier
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2106: '=' : left operand must be l-value
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2106: '=' : left operand must be l-value
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2106: '=' : left operand must be l-value
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2106: '=' : left operand must be l-value
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBAL_OFF' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(200) : see declaration of 'GLOBAL_OFF'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBAL_ON' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(201) : see declaration of 'GLOBAL_ON'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBAL_DEAD' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(203) : see declaration of 'GLOBAL_DEAD'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBALESTATE' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(203) : see declaration of 'GLOBALESTATE'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_OFF' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(208) : see declaration of 'USE_OFF'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_ON' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(209) : see declaration of 'USE_ON'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_SET' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(210) : see declaration of 'USE_SET'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_TOGGLE' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(212) : see declaration of 'USE_TOGGLE'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_TYPE' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(215) : see declaration of 'USE_TYPE'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(507) : error C2146: syntax error : missing ';' before identifier 'm_toggle_state'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(507) : error C2501: 'TOGGLE_STATE' : missing storage-class or type specifiers
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(507) : error C2501: 'm_toggle_state' : missing storage-class or type specifiers
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(57) : error C2065: 'm_iState' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(64) : error C2065: 'm_hActivator' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(64) : error C2065: 'GetState' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(65) : error C2039: 'm_iWarHUD' : is not a member of 'CBasePlayer'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\player.h(88) : see declaration of 'CBasePlayer'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(76) : error C2440: '=' : cannot convert from 'class CBaseEntity *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(141) : error C2504: 'CBaseBrush' : base class undefined
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(157) : error C2065: 'pev' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(157) : error C2227: left of '->scale' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(160) : error C2653: 'CBaseBrush' : is not a class or namespace name
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(165) : error C2653: 'CBaseBrush' : is not a class or namespace name
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(166) : error C2065: 'm_pParent' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(166) : error C2227: left of '->flags' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(171) : error C2227: left of '->classname' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(172) : error C2065: 'SHIFT' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(174) : error C2227: left of '->model' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(175) : error C2227: left of '->spawnflags' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(175) : error C2065: 'SF_NOTSOLID' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(177) : error C2227: left of '->solid' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(178) : error C2227: left of '->movetype' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(182) : error C2227: left of '->solid' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(183) : error C2227: left of '->movetype' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(185) : error C2227: left of '->body' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(190) : error C2065: 'gmsgAddMirror' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(191) : error C2065: 'entindex' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(199) : error C2227: left of '->body' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(202) : error C2227: left of '->body' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(203) : error C2227: left of '->body' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(204) : error C2065: 'Die' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(207) : error C2065: 'DEBUGHEAD' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(208) : error C2227: left of '->scale' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(209) : error C2227: left of '->renderamt' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(209) : error C2227: left of '->health' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(217) : error C2504: 'CBaseBrush' : base class undefined
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(235) : error C2227: left of '->netname' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(240) : error C2227: left of '->impulse' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(245) : error C2227: left of '->skin' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(248) : error C2352: 'CBaseEntity::KeyValue' : illegal call of non-static member function
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(148) : see declaration of 'KeyValue'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(253) : error C2352: 'CBaseEntity::Spawn' : illegal call of non-static member function
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(146) : see declaration of 'Spawn'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(255) : error C2227: left of '->spawnflags' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(257) : error C2227: left of '->solid' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(258) : error C2227: left of '->movetype' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(262) : error C2227: left of '->solid' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(263) : error C2227: left of '->movetype' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(265) : error C2227: left of '->model' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(268) : error C2227: left of '->spawnflags' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(268) : error C2065: 'SF_START_ON' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(268) : error C2227: left of '->body' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(273) : error C2227: left of '->impulse' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(274) : error C2352: 'CBaseEntity::ObjectCaps' : illegal call of non-static member function
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(151) : see declaration of 'ObjectCaps'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(275) : error C2352: 'CBaseEntity::ObjectCaps' : illegal call of non-static member function
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(151) : see declaration of 'ObjectCaps'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(283) : error C2065: 'gmsgAddScreen' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(287) : error C2227: left of '->netname' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(288) : error C2227: left of '->scale' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(289) : error C2227: left of '->body' must point to class/struct/union
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashents.cpp(289) : fatal error C1003: error count exceeds 100; stopping compilation
xashutil.cpp
..\common\plane.h(98) : error C2039: 'Dot' : is not a member of 'Vector'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\vector.h(60) : see declaration of 'Vector'
..\common\vmatrix.h(135) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(135) : error C2059: syntax error : '&'
..\common\vmatrix.h(288) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(288) : error C2059: syntax error : '&'
..\common\vmatrix.h(292) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(292) : error C2059: syntax error : '&'
..\common\vmatrix.h(599) : error C2143: syntax error : missing ',' before '&'
..\common\vmatrix.h(599) : error C2059: syntax error : '&'
..\common\vmatrix.h(601) : error C2065: 'vOut' : undeclared identifier
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2065: 'vIn' : undeclared identifier
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(601) : error C2106: '=' : left operand must be l-value
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(602) : error C2106: '=' : left operand must be l-value
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(603) : error C2106: '=' : left operand must be l-value
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2109: subscript requires array or pointer type
..\common\vmatrix.h(604) : error C2106: '=' : left operand must be l-value
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBAL_OFF' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(200) : see declaration of 'GLOBAL_OFF'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBAL_ON' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(201) : see declaration of 'GLOBAL_ON'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBAL_DEAD' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(203) : see declaration of 'GLOBAL_DEAD'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\saverestore.h(129) : error C2371: 'GLOBALESTATE' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(203) : see declaration of 'GLOBALESTATE'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_OFF' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(208) : see declaration of 'USE_OFF'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_ON' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(209) : see declaration of 'USE_ON'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_SET' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(210) : see declaration of 'USE_SET'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_TOGGLE' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(212) : see declaration of 'USE_TOGGLE'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(78) : error C2371: 'USE_TYPE' : redefinition; different basic types
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\utils.h(215) : see declaration of 'USE_TYPE'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(507) : error C2146: syntax error : missing ';' before identifier 'm_toggle_state'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(507) : error C2501: 'TOGGLE_STATE' : missing storage-class or type specifiers
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\cbase.h(507) : error C2501: 'm_toggle_state' : missing storage-class or type specifiers
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashutil.cpp(57) : error C2065: 'm_iState' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashutil.cpp(64) : error C2065: 'm_hActivator' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashutil.cpp(64) : error C2065: 'GetState' : undeclared identifier
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashutil.cpp(65) : error C2039: 'm_iWarHUD' : is not a member of 'CBasePlayer'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\player.h(88) : see declaration of 'CBasePlayer'
C:\Program Files\halfsdk\Single-Player Source\Копия dlls\xashutil.cpp(76) : error C2440: '=' : cannot convert from 'class CBaseEntity *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Error executing cl.exe.
hl.dll - 155 error(s), 0 warning(s)