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

Compile error Rev 300.

Sniperfox

New Member
Joined
Jun 11, 2007
Messages
401
Reaction score
1
Location
The Netherlands
When trying to compile rev 300, i get the following error:
Code:
  [Linker error] undefined reference to `Scheduler::c_scheduler' 
  ld returned 1 exit status 
 C:\Users\Agostino\Desktop\Forgotten Sources\Makefile.win [Build Error]  [TheForgottenServer.exe] Error 1
Linkers that i have set under the parameters tab:
Code:
-lgmp
-lluasql-mysql
-lluasql-sqlite3
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-s
 
I've compiled it in Linux, Winblows Console, Winblows GUI, I'm pretty sure the error is at your side (you've not done svn update correctly).
 
Back
Top