I've been looking throught he forums, and the only post that has anything remotely close talks about bots in the compile, which I am not including in my compile, so I figured I would ask here:
Getting this error during make:
Code:
make[1]: Entering directory `/home/chrisp/abc/EQEmuServer/build/zone'
/bin/sh ../libtool --tag=CXX --mode=link g++ -O3 -o zone -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE -L/usr/local/lib /usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE -lperl -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -rdynamic -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -L/usr/lib -lssl -lcrypto BasePacket.o classes.o Condition.o CRC16.o crc32.o database.o dbasync.o dbcore.o debug.o emu_opcodes.o EMuShareMem.o EmuTCPConnection.o EmuTCPServer.o EQEmuConfig.o EQEMuError.o EQPacket.o EQStream.o EQStreamFactory.o EQStreamIdent.o EQStreamProxy.o eqtime.o extprofile.o guild_base.o guilds.o Item.o logsys.o logsys_eqemu.o md5.o misc.o MiscFunctions.o moremath.o Mutex.o opcodemgr.o packet_dump.o packet_dump_file.o packet_functions.o Anniversary.o Client62.o Live.o patches.o SoD.o SoF.o Titanium.o ptimer.o races.o rdtsc.o rulesys.o serverinfo.o shareddb.o SharedLibrary.o StructStrategy.o TCPConnection.o TCPServer.o timeoutmgr.o timer.o tinystr.o tinyxml.o tinyxmlerror.o tinyxmlparser.o unix.o worldconn.o XMLParser.o AA.o aggro.o attack.o beacon.o bonuses.o bot.o botspellsai.o client.o client_logs.o client_mods.o client_packet.o client_process.o command.o doors.o effects.o embparser.o embperl.o embxs.o entity.o exp.o faction.o fearpath.o forage.o groups.o guild.o guild_mgr.o hate_list.o horse.o inventory.o loottables.o Map.o mob.o MobAI.o net.o npc.o NpcAI.o Object.o parser.o pathing.o perl_client.o perl_entity.o perl_groups.o perl_hateentry.o perl_mob.o perl_npc.o perl_perlpacket.o perl_PlayerCorpse.o perl_questitem.o perl_raids.o perlpacket.o perlparser.o petitions.o pets.o PlayerCorpse.o questmgr.o QGlobals.o raids.o spawn2.o spawngroup.o spdat.o special_attacks.o spell_effects.o spells.o tasks.o titles.o tradeskills.o trading.o trap.o tribute.o watermap.o waypoints.o worldserver.o zone.o zone_logsys.o zone_profile.o ZoneConfig.o zonedb.o zonedbasync.o zoning.o -lpthread
g++ -O3 -o zone -Wl,-E -Wl,-rpath -Wl,/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE -rdynamic BasePacket.o classes.o Condition.o CRC16.o crc32.o database.o dbasync.o dbcore.o debug.o emu_opcodes.o EMuShareMem.o EmuTCPConnection.o EmuTCPServer.o EQEmuConfig.o EQEMuError.o EQPacket.o EQStream.o EQStreamFactory.o EQStreamIdent.o EQStreamProxy.o eqtime.o extprofile.o guild_base.o guilds.o Item.o logsys.o logsys_eqemu.o md5.o misc.o MiscFunctions.o moremath.o Mutex.o opcodemgr.o packet_dump.o packet_dump_file.o packet_functions.o Anniversary.o Client62.o Live.o patches.o SoD.o SoF.o Titanium.o ptimer.o races.o rdtsc.o rulesys.o serverinfo.o shareddb.o SharedLibrary.o StructStrategy.o TCPConnection.o TCPServer.o timeoutmgr.o timer.o tinystr.o tinyxml.o tinyxmlerror.o tinyxmlparser.o unix.o worldconn.o XMLParser.o AA.o aggro.o attack.o beacon.o bonuses.o bot.o botspellsai.o client.o client_logs.o client_mods.o client_packet.o client_process.o command.o doors.o effects.o embparser.o embperl.o embxs.o entity.o exp.o faction.o fearpath.o forage.o groups.o guild.o guild_mgr.o hate_list.o horse.o inventory.o loottables.o Map.o mob.o MobAI.o net.o npc.o NpcAI.o Object.o parser.o pathing.o perl_client.o perl_entity.o perl_groups.o perl_hateentry.o perl_mob.o perl_npc.o perl_perlpacket.o perl_PlayerCorpse.o perl_questitem.o perl_raids.o perlpacket.o perlparser.o petitions.o pets.o PlayerCorpse.o questmgr.o QGlobals.o raids.o spawn2.o spawngroup.o spdat.o special_attacks.o spell_effects.o spells.o tasks.o titles.o tradeskills.o trading.o trap.o tribute.o watermap.o waypoints.o worldserver.o zone.o zone_logsys.o zone_profile.o ZoneConfig.o zonedb.o zonedbasync.o zoning.o -L/usr/local/lib /usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE -lperl -lresolv -ldl -lutil -lc -L/usr/lib/mysql -lmysqlclient_r -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto -lpthread
embperl.o: In function `xs_init':
/home/eqemu/sourcecode/svn/trunk/EQEmuServer/zone/embperl.cpp:92: undefined reference to `boot_Object'
collect2: ld returned 1 exit status
make[1]: *** [zone] Error 1
make[1]: Leaving directory `/home/chrisp/abc/EQEmuServer/build/zone'
make: *** [all-recursive] Error 1
Any help would be greatly appreciated