.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Half-Life 2 SDK (http://forums.bots-united.com/forumdisplay.php?f=62)
-   -   linux: make plugin (http://forums.bots-united.com/showthread.php?t=3668)

BAStumm 27-02-2005 23:55

linux: make plugin
 
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


All times are GMT +2. The time now is 15:19.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.