-- [ Picked text/plain from multipart/alternative ] Hi, I read a previous topic where you had this problem on the august sdk. I have merged up to november (although I'm not using the -2003/-2005 versions of the vcproj files. I use visual 2003, on windows I got a lot of missing and duplicate symbol errors so I added the force multiple flag, ignored some base libraries, and had to add mathlib.lib, choreo and tier to the project files. It compiles, links and runs.
Xod, a french coder from my team, got it to compile on Linux, but the ds shows this problem: #0 0x00000000 in ?? () #1 0x40d0f683 in CModAppSystemGroup::Create () from bin/engine_i686.so #2 0x40e10b4f in CAppSystemGroup::Run () from bin/engine_i686.so #3 0x40d0ffef in CDedicatedServerAPI::ModInit () from bin/engine_i686.so #4 0x4020b24a in CDedicatedAppSystemGroup::Main () from bin/dedicated_i686.so #5 0x40238d43 in CAppSystemGroup::Run () from bin/dedicated_i686.so #6 0x40238d43 in CAppSystemGroup::Run () from bin/dedicated_i686.so #7 0x4020b60f in main () from bin/dedicated_i686.so #8 0x0804909e in main () According to the other thread it would mean the mod did not link fully (?). The fix http://developer.valvesoftware.com/wiki/SDK_Known_Issues_List#Will_not_link_fully_on_Linuxhas been applied though. He uses: gcc-3.4.1 xerces 2.7 (he says there's no link to 2.6 anymore) GLIBC 2.3.3 on mandrake 10.1 This is the makefile: http://www.wikiupload.com/comment.php?id=32562 Does anyone have an idea of what is going wrong? -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

