• 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 problem with compiling tfs

Walking Hell

Fast Attack hoster
Joined
Jan 23, 2008
Messages
61
Reaction score
0
hello,

i have a problem with compiling tfs



Code:
cannot find -lluasql-mysql 
ld returned 1 exit status 
C:\Users\Chris\Desktop\test\dev-cpp\Makefile.win [Build Error] [TheForgottenServer.exe] Error 1

how can i slove this problem?
 
hello,

i have a problem with compiling tfs



Code:
cannot find -lluasql-mysql 
ld returned 1 exit status 
C:\Users\Chris\Desktop\test\dev-cpp\Makefile.win [Build Error] [TheForgottenServer.exe] Error 1

how can i slove this problem?

replace -lluasql-mysql with -lluasql_mysql. >nvm<

If you are compiling TRUNK remove -lluasql_mysql and -lluasql_sqlite from parameters.
 
Last edited:
Back
Top