just tried to compile it after doing a CVS checkout and fixing my paths--
Code:
multiplayer/engine" -I"../../HLSDK/multiplayer/pm_shared" -c bspfile.cpp -o bspfile.o
bspfile.cpp: In function `int FindEntityByClassname(int, const char*)':
bspfile.cpp:763: `stricmp' undeclared (first use this function)
bspfile.cpp:763: (Each undeclared identifier is reported only once for each
function it appears in.)
make: *** [bspfile.o] Error 1
HTH