• 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!

Compiled server don't have GUI menu

Paulix

Active Member
Joined
Sep 13, 2012
Messages
129
Solutions
7
Reaction score
26
I compiled my tfs 0.4.3777 using Stian's Repack Dev-Cpp and everything is working fine.
The only problem is that when I compile it, the GUI menu, that have reload, actions etc... isn't showing.
I tried everything, and im currently using this parameters.

Code:
-O3
-Wextra
-Wall
-Werror
-Wno-strict-aliasing
-Wno-unused-parameter
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-D_THREAD_SAFE
-D_REENTRANT

-s
-lxml2
-lmysql
-lsqlite3
-lgmp
-llua5.1
-lboost_system
-lboost_filesystem
-lboost_thread
-lboost_regex
-lz
-leay32
-lwsock32
-lws2_32

does anyone know what can I do to make it appear?
 
Solution
I compiled my tfs 0.4.3777 using Stian's Repack Dev-Cpp and everything is working fine.
The only problem is that when I compile it, the GUI menu, that have reload, actions etc... isn't showing.
I tried everything, and im currently using this parameters.

Code:
-O3
-Wextra
-Wall
-Werror
-Wno-strict-aliasing
-Wno-unused-parameter
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-D_THREAD_SAFE
-D_REENTRANT

-s
-lxml2
-lmysql
-lsqlite3
-lgmp
-llua5.1
-lboost_system
-lboost_filesystem
-lboost_thread
-lboost_regex
-lz
-leay32
-lwsock32
-lws2_32

does anyone know what can I do to make it appear?
I did search about your problem and this is what i did find.
Bad compile?
I compiled my tfs 0.4.3777 using Stian's Repack Dev-Cpp and everything is working fine.
The only problem is that when I compile it, the GUI menu, that have reload, actions etc... isn't showing.
I tried everything, and im currently using this parameters.

Code:
-O3
-Wextra
-Wall
-Werror
-Wno-strict-aliasing
-Wno-unused-parameter
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-D_THREAD_SAFE
-D_REENTRANT

-s
-lxml2
-lmysql
-lsqlite3
-lgmp
-llua5.1
-lboost_system
-lboost_filesystem
-lboost_thread
-lboost_regex
-lz
-leay32
-lwsock32
-lws2_32

does anyone know what can I do to make it appear?
I did search about your problem and this is what i did find.
Bad compile?
 
Solution
Back
Top