After beating my head for well over 6 hours today trying to compile the serverplugin_empty I found that there is apparently something broken...
Found this page:
http://www.sourcewiki.org/wiki/index...mpiling_Debian
Is this information correct, specifically this snippet:
one thing missing!
make plugin is not working yet
To archive that you need to copy ( hehe yes copy.. dont ask me why) object
(.o) files from builded ./src/linux_sdk/ob/server dirs to the
./src/linux_sdk/ob/plugin dir.
Sure you can also fix the Makefiles but i think just make a symlink is
easy enough.
cd ./src/linux_sdk
make plugin #will fail but create some needed dirs
cp -lv obj/server/dlls/tier1/*.o obj/plugin/public/
make plugin #should work now also