• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Some help

Fumobix

New Member
Joined
Sep 6, 2007
Messages
154
Reaction score
0
Hi, im trying to compile a console with exception tracer but i get the following errors:

First i cannot compile it as a console even if i add

-D__CONSOLE__
and put it as win 32 console i get this error (But if i compile it as gui they doesnt show any error)
[Linker error] undefined reference to `_CreateFontIndirectA@4'
[Linker error] undefined reference to `_CreateFontIndirectA@4'
[Linker error] undefined reference to `_DeleteObject@4'
C:\Users\Carsten\Desktop\caac\Dunques\Makefile.win [Build Error] [Dunques.exe] Error 1

Now when i put the thing for exception tracer andd i compile as GUI i dont get the error .txt or i dont know where it should appear and i have the promptExceptionTracerErrorBox as yes. Atm im using an error that happens when i put reload all in the gui console
C++ compiler:
-D__EXCEPTION_TRACER__
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-D__CONSOLE__

Linker:
Code:
-O1
-lboost_system
-lgmp
-llua5.1
-lmysql
-lboost_regex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s
"../The Forgotten Dev-Cpp/libboost filesystem.a"
-Wl,-Map=otserv.map
 
Which TFS version are you trying to compile? Which compiler are you using? What operating system? Supply more info
 
Back
Top