• 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 Cannot find -lregex

Jester

Off
Senator
Joined
May 28, 2007
Messages
2,683
Reaction score
56
Location
Romania.
Trying to compile latest rev 843 using Dev-Cpp v1.5 and latest TFS dev file project. [Win Gui]

Parameters

C++ compiler
Code:
-D__NO_HOMEDIR_CONF__
-D__USE_MYSQL__
-D__USE_SQLITE__

Linker
Code:
-O1
-lboost_system
-lgmp
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s

Note: Removed databaseodbc(.h/.cpp) and databasepgsql (.h/.cpp).

Error
PHP:
Cannot find -lregex  
C:\Dev-Cpp\Makefile.win [Build Error]  [TheForgottenServer.exe] Error 1
 
Back
Top