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

Error Compile Trunk.

demondark

New Member
Joined
Dec 20, 2007
Messages
140
Reaction score
0
Well I think that is doubtful is beginner, but still need to question because I am having this problem.


cannot find -lregex
C:\Dev-Cpp\Nova pasta\dev-cpp\Makefile.win [Build Error] [TheForgottenServer-console.exe] Error 1


I'm trying to compile last REV Trunk.

<_<
 
Elf Frankly I do not know when compiled without problems on this machine.
Could you tell me how to see if the library this installed?
 
Try libboost_regex instead of libregex (-lboost_regex instead of -lregex).
 
I really think he's not understanding you. Download TFS DevCpp with all packs and then just open your project and compile it. Should work fine.

Yours,
Rafael Hamdan;
 
His problem is that he has -lregex as a linker instead of -lboost_regex.
 
Back
Top