PDA

View Full Version : Win32 VC++ Zone w/ Perl Compile problem


scaerick
11-10-2004, 03:01 AM
I just refrshed from anon CVS and I'm getting this (below) when I try to compile zone.exe. I've been recompiling fairly regularly (always with Perl) and this is the first time I've had this sort of error. I'm not really sure what to do (my search of the board didn't lead me to anything similar). I suspect it's something simple, but I just don't have the VC++ skills to troubleshoot it.

Any help is appreciated :)

--------------------Configuration: Zone - Win32 Perl--------------------
Compiling...
Command line warning D4002 : ignoring unknown option '/Ob2'
AA.cpp
aggro.cpp
attack.cpp
beacon.cpp
bonuses.cpp
client.cpp
client_logs.cpp
client_mods.cpp
client_packet.cpp
client_process.cpp
command.cpp
doors.cpp
effects.cpp
entity.cpp
EQEMuError.cpp
faction.cpp
forage.cpp
groups.cpp
guilds.cpp
hate_list.cpp
inventory.cpp
loottables.cpp
Map.cpp
mob.cpp
MobAI.cpp
net.cpp
npc.cpp
Object.cpp
parser.cpp
petitions.cpp
pets.cpp
PlayerCorpse.cpp
ptimer.cpp
questmgr.cpp
spawn2.cpp
spawngroup.cpp
spdat.cpp
spell_effects.cpp
spells.cpp
tradeskills.cpp
trading.cpp
trap.cpp
tribute.cpp
waypoints.cpp
worldserver.cpp
zone.cpp
zonedbasync.cpp
classes.cpp
crc32.cpp
database.cpp
dbasync.cpp
dbcore.cpp
DBMemLeak.cpp
debug.cpp
EMuShareMem.cpp
EQNetwork.cpp
eqtime.cpp
Item.cpp
md5.cpp
misc.cpp
MiscFunctions.cpp
moremath.cpp
Mutex.cpp
packet_dump.cpp
packet_dump_file.cpp
packet_functions.cpp
races.cpp
serverinfo.cpp
TCPConnection.cpp
timer.cpp
embperl.cpp
embxs.cpp
embparser.cpp
Linking...
net.obj : error LNK2001: unresolved external symbol "public: __thiscall PerlXSParser::PerlXSParser(void)" (??0PerlXSParser@@QAE@XZ)
embperl.obj : error LNK2001: unresolved external symbol _boot_quest
Zone___Win32_Perl3/Zone.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

Zone.exe - 3 error(s), 1 warning(s)

Rogean
11-10-2004, 08:35 AM
Include embxs.cpp to your zone project.

scaerick
11-10-2004, 03:48 PM
If you look at the compiler output I quoted, you'll see that the second last file being compiled is embxs.cpp. I have double-checked and it is in the project and is not corrupt.

einsteinrs
11-10-2004, 04:06 PM
Include the perls zone files to your project

scaerick
11-10-2004, 04:21 PM
As I have previously mentioned, all Perl zone files that I am aware of (currently 6 files, matching emb*.* in the source/zone folder) are in the project and have been for several iterations of compiling and CVS check-outs.

einsteinrs
11-10-2004, 04:25 PM
no i mean the files matching perl*

scaerick
11-10-2004, 04:49 PM
That was it, thank you very much! I appreciate the quick response :)