Log in

View Full Version : Help With compiling World.exe


monalin crusader
05-22-2004, 02:41 AM
Whenever i build world.exe i get the following error

Deleting intermediate files and output files for project 'World - Win32 Profiling'.
--------------------Configuration: World - Win32 Profiling--------------------
Compiling...
Command line warning D4002 : ignoring unknown option '/Ob2'
client.cpp
C:\EQEmu\cvs\eqemu\eqemu\NewSource\world\../common/../common/database.h(30) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
console.cpp
C:\EQEmu\cvs\eqemu\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\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\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\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\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\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\eqemu\NewSource\common\dbcore.c pp(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\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\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\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
races.cpp
serverinfo.cpp
TCPConnection.cpp
timer.cpp
Error executing cl.exe.

World.exe - 11 error(s), 1 warning(s)

I'm almost 100% sure that i have the proper directorys linked and i checked and the file mysql.h is in that directory. Anyone know what i did wrong i'm kinda new to programing but i do enjoy it and this is a good way to learn.

monalin crusader
05-22-2004, 02:45 AM
Ok nm i found what was wrong... I put a space afterthe directory and that fixed it all sorry to bother you.