hl1_source_sdk
hl1_source_sdk copied to clipboard
tier0 issue
public/tier0/threadtools.h:265:106: error: static assertion failed: Compile time assert constraint is not true: sizeof(T) == sizeof(long)
265 | CInterlockedIntT() : m_value( 0 ) { COMPILE_TIME_ASSERT( sizeof(T) == sizeof(long) ); }
| ~~~~~~~~~~^~~~~~~~~~~~~~~
i rlly dunno, but i tried to build it for xash
It looks like you're compiling for 64 bits, which is not supported by Source SDK.
Why are you building it for Xash? You'll need to copy libraries (tier0.dll and vstdlib.dll) from HL for the game to launch. And if you're trying to build BugfixedHL-Rebased for Xash, it won't work. Xash doesn't support VGUI2.