EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Bugs (https://www.eqemulator.org/forums/forumdisplay.php?f=622)
-   -   AsyncLoadVariables() (https://www.eqemulator.org/forums/showthread.php?t=5612)

Vaft 02-28-2003 03:22 PM

AsyncLoadVariables()
 
on latest cvs, the linker fails on net.cpp --

undefined reference to 'AsyncLoadVariables()'

Trumpcard 02-28-2003 10:04 PM

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..

Vaft 03-01-2003 12:53 PM

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

Trumpcard 03-01-2003 01:48 PM

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.

Vaft 03-02-2003 11:58 AM

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 :(

var1ety 03-02-2003 12:11 PM

append ../common/dbasync.o to the dependency list for zone ONLY

Trumpcard 03-02-2003 12:24 PM

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.