I compiled EmuShareMem perfectly fine;however, I cannot compile neither zone.exe or world.exe. I read some of the previous threads regarding this however the only answer i saw was to correct improper capitalization in the root directories. These are all fine on my machine. Here is the code.
Code:
ompiling...
Command line warning D4002 : ignoring unknown option '/Ob2'
client.cpp
C:\EqEmu\cvs\eqemu\NewSource\world\client.cpp(9) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
console.cpp
C:\EqEmu\cvs\eqemu\NewSource\world\../common/../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
LoginServer.cpp
C:\EqEmu\cvs\eqemu\NewSource\world\../common/../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
net.cpp
C:\EqEmu\cvs\eqemu\NewSource\world\../common/../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
zoneserver.cpp
C:\EqEmu\cvs\eqemu\NewSource\world\../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
classes.cpp
crc32.cpp
database.cpp
C:\EqEmu\cvs\eqemu\NewSource\common\database.cpp(25) : fatal error C1083: Cannot open include file: 'errmsg.h': No such file or directory
dbasync.cpp
C:\EqEmu\cvs\eqemu\NewSource\common\../common/dbcore.h(8) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
dbcore.cpp
C:\EqEmu\cvs\eqemu\NewSource\common\dbcore.cpp(5) : fatal error C1083: Cannot open include file: 'errmsg.h': No such file or directory
DBMemLeak.cpp
debug.cpp
EMuShareMem.cpp
EQEMuError.cpp
EQNetwork.cpp
eqtime.cpp
C:\EqEmu\cvs\eqemu\NewSource\common\../common/../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
guilds.cpp
C:\EqEmu\cvs\eqemu\NewSource\common\../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
Item.cpp
C:\EqEmu\cvs\eqemu\NewSource\common\../common/../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
md5.cpp
misc.cpp
MiscFunctions.cpp
moremath.cpp
Mutex.cpp
packet_dump.cpp
packet_dump_file.cpp
packet_functions.cpp
C:\EqEmu\cvs\eqemu\NewSource\common\packet_functions.cpp(24) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
races.cpp
serverinfo.cpp
TCPConnection.cpp
timer.cpp
Error executing cl.exe.
World.exe - 12 error(s), 1 warning(s)
I would appreciate any suggestion anyone might have towards the resolution of this problem.