AsyncLoadVariables()
on latest cvs, the linker fails on net.cpp --
undefined reference to 'AsyncLoadVariables()' |
If youre downloading cvs code, you should be able to figure this one out yourself.. Besides, you dont even mention what youre compiling on. linux makefiles are a little out of date..
|
I was pressed for time, but it's a bug reports forum.... I was reporting a bug. If the only way to qualify to post about a bug here is you must also know how to fix the bug you are posting about, then there wouldn't be a need for "bug reports" to start with, would there?
adding dbasync.o to the makefile will compile the world server, but the zone server has a seperate dbasync.cpp, and I dont know why it's not just using the one found in ../common |
Ah, I misunderstood... Sorry, my mistake.. I didn't notice the forum this was in..
You're absolutely right though.. I let the makefiles slip a bit behind as I have static ones I modify and copy in through a script when i pull down the code. The one zone is missing is 'zonedbasync.o' Not sure why quag did it this way though, Im assuming because it's not really shared code between the 2(world and zone), it's specific to the zone servers. Note: It should be correct now in CVS. Pull it down and give it a try. |
woot thanks trump, but I think there is still some problems with the the zone server's dbasync...
Entity.o complains about undefined references to dbasync, and net.o is still looking for AsyncLoadVariables() This is with your latest update to include zonedbasync.o I'm just not good enough to figure it out :( |
append ../common/dbasync.o to the dependency list for zone ONLY
|
sorry, shouldnt have repleaced dbasync, just added zonedbasync to that list . I'll fix it in CVS.
Thanks guys |
All times are GMT -4. The time now is 09:21 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.