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

The Forgotten Dev-Cpp v2.6!

Status
Not open for further replies.
Hey. If i try compile server then i've got error:
bladox5.jpg

What can I do?
 
Last edited:
cannot find -lluasql-mysql
C:\Documents and Settings\Noobzinha\Desktop\trunk\dev-cpp\Makefile.win [Build Error] [TheForgottenServer.exe] Error 1

:(
 
Compilador: Default compiler
Building Makefile: "C:\Dev-Cpp\PowerOT\Makefile.win"
Executando make...
make.exe -f "C:\Dev-Cpp\PowerOT\Makefile.win" all
windres.exe -i TheForgottenServer_private.rc --input-format=rc -o obj//TheForgottenServer_private.res -O coff

g++.exe obj//account.o obj//actions.o obj//admin.o obj//allocator.o obj//baseevents.o obj//beds.o obj//chat.o obj//combat.o obj//commands.o obj//condition.o obj//configmanager.o obj//connection.o obj//container.o obj//creature.o obj//creatureevent.o obj//cylinder.o obj//database.o obj//databasemysql.o obj//databasesqlite.o obj//depot.o obj//exception.o obj//fileloader.o obj//game.o obj//gui.o obj//house.o obj//housetile.o obj//inputbox.o obj//ioguild.o obj//iologindata.o obj//iomap.o obj//iomapserialize.o obj//item.o obj//items.o obj//logger.o obj//luascript.o obj//mailbox.o obj//map.o obj//md5.o obj//monster.o obj//monsters.o obj//movement.o obj//networkmessage.o obj//npc.o obj//otserv.o obj//outfit.o obj//outputmessage.o obj//party.o obj//player.o obj//playerbox.o obj//position.o obj//protocol.o obj//protocolgame.o obj//protocollogin.o obj//quests.o obj//raids.o obj//rsa.o obj//scheduler.o obj//scriptmanager.o obj//server.o obj//sha1.o obj//spawn.o obj//spells.o obj//status.o obj//talkaction.o obj//tasks.o obj//teleport.o obj//textlogger.o obj//thing.o obj//tile.o obj//tools.o obj//trashholder.o obj//vocation.o obj//waitlist.o obj//weapons.o obj//ioban.o obj//databaseodbc.o obj//TheForgottenServer_private.res -o "TheForgottenServer.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/Others/lua-5.1/lib" -mwindows -O1 -lboost_system -lgmp -llua5.1 -lmysql -lregex -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s

obj//databasemysql.o(.text+0xfd):databasemysql.cpp: undefined reference to `mysql_init@4'
obj//databasemysql.o(.text+0x158):databasemysql.cpp: undefined reference to `mysql_options@12'
obj//databasemysql.o(.text+0x226):databasemysql.cpp: undefined reference to `mysql_real_connect@32'

obj//databasemysql.o(.text+0x238):databasemysql.cpp: undefined reference to `mysql_error@4'
obj//databasemysql.o(.text+0x319):databasemysql.cpp: undefined reference to `mysql_init@4'
obj//databasemysql.o(.text+0x374):databasemysql.cpp: undefined reference to `mysql_options@12'
obj//databasemysql.o(.text+0x442):databasemysql.cpp: undefined reference to `mysql_real_connect@32'
obj//databasemysql.o(.text+0x454):databasemysql.cpp: undefined reference to `mysql_error@4'
obj//databasemysql.o(.text+0x52b):databasemysql.cpp: undefined reference to `mysql_close@4'
obj//databasemysql.o(.text+0x5c9):databasemysql.cpp: undefined reference to `mysql_close@4'
obj//databasemysql.o(.text+0x667):databasemysql.cpp: undefined reference to `mysql_close@4'
obj//databasemysql.o(.text+0x93b):databasemysql.cpp: undefined reference to `mysql_rollback@4'
obj//databasemysql.o(.text+0x94f):databasemysql.cpp: undefined reference to `mysql_error@4'
obj//databasemysql.o(.text+0x9b3):databasemysql.cpp: undefined reference to `mysql_commit@4'
obj//databasemysql.o(.text+0x9c7):databasemysql.cpp: undefined reference to `mysql_error@4'
obj//databasemysql.o(.text+0xa4b):databasemysql.cpp: undefined reference to `mysql_real_query@12'
obj//databasemysql.o(.text+0xa5e):databasemysql.cpp: undefined reference to `mysql_error@4'
obj//databasemysql.o(.text+0xabb):databasemysql.cpp: undefined reference to `mysql_errno@4'
obj//databasemysql.o(.text+0xae8):databasemysql.cpp: undefined reference to `mysql_store_result@4'
obj//databasemysql.o(.text+0xaf7):databasemysql.cpp: undefined reference to `mysql_free_result@4'
obj//databasemysql.o(.text+0xb89):databasemysql.cpp: undefined reference to `mysql_real_query@12'
obj//databasemysql.o(.text+0xb9f):databasemysql.cpp: undefined reference to `mysql_error@4'
obj//databasemysql.o(.text+0xc02):databasemysql.cpp: undefined reference to `mysql_errno@4'
obj//databasemysql.o(.text+0xc3b):databasemysql.cpp: undefined reference to `mysql_store_result@4'
obj//databasemysql.o(.text+0xc54):databasemysql.cpp: undefined reference to `mysql_error@4'
obj//databasemysql.o(.text+0xcb7):databasemysql.cpp: undefined reference to `mysql_errno@4'
obj//databasemysql.o(.text+0xe7a):databasemysql.cpp: undefined reference to `mysql_real_escape_string@16'
obj//databasemysql.o(.text+0x14a8):databasemysql.cpp: undefined reference to `mysql_fetch_lengths@4'
obj//databasemysql.o(.text+0x1531):databasemysql.cpp: undefined reference to `mysql_fetch_row@4'
obj//databasemysql.o(.text+0x17a9):databasemysql.cpp: undefined reference to `mysql_fetch_field@4'

obj//databasemysql.o(.text+0x1aed):databasemysql.cpp: undefined reference to `mysql_fetch_field@4'
obj//databasemysql.o(.text+0x1c25):databasemysql.cpp: undefined reference to `mysql_free_result@4'
obj//databasemysql.o(.text+0x1d57):databasemysql.cpp: undefined reference to `mysql_free_result@4'
obj//databasemysql.o(.text+0x1e89):databasemysql.cpp: undefined reference to `mysql_free_result@4'

obj//databaseodbc.o(.text+0x1b8):databaseodbc.cpp: undefined reference to `SQLAllocHandle@12'
obj//databaseodbc.o(.text+0x222):databaseodbc.cpp: undefined reference to `SQLSetEnvAttr@16'
obj//databaseodbc.o(.text+0x266):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x2d3):databaseodbc.cpp: undefined reference to `SQLAllocHandle@12'
obj//databaseodbc.o(.text+0x33d):databaseodbc.cpp: undefined reference to `SQLSetConnectAttr@16'
obj//databaseodbc.o(.text+0x381):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x3d5):databaseodbc.cpp: undefined reference to `SQLConnect@28'
obj//databaseodbc.o(.text+0x45b):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'

obj//databaseodbc.o(.text+0x5c8):databaseodbc.cpp: undefined reference to `SQLAllocHandle@12'
obj//databaseodbc.o(.text+0x632):databaseodbc.cpp: undefined reference to `SQLSetEnvAttr@16'
obj//databaseodbc.o(.text+0x676):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x6e3):databaseodbc.cpp: undefined reference to `SQLAllocHandle@12'
obj//databaseodbc.o(.text+0x74d):databaseodbc.cpp: undefined reference to `SQLSetConnectAttr@16'

obj//databaseodbc.o(.text+0x791):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x7e5):databaseodbc.cpp: undefined reference to `SQLConnect@28'
obj//databaseodbc.o(.text+0x86b):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x919):databaseodbc.cpp: undefined reference to `SQLDisconnect@4'
obj//databaseodbc.o(.text+0x932):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x960):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0xa03):databaseodbc.cpp: undefined reference to `SQLDisconnect@4'
obj//databaseodbc.o(.text+0xa1c):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0xa4a):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0xaed):databaseodbc.cpp: undefined reference to `SQLDisconnect@4'

obj//databaseodbc.o(.text+0xb06):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0xb34):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0xc47):databaseodbc.cpp: undefined reference to `SQLAllocHandle@12'
obj//databaseodbc.o(.text+0xd9e):databaseodbc.cpp: undefined reference to `SQLExecDirect@12'
obj//databaseodbc.o(.text+0x10e1):databaseodbc.cpp: undefined reference to `SQLAllocHandle@12'
obj//databaseodbc.o(.text+0x1241):databaseodbc.cpp: undefined reference to `SQLExecDirect@12'
obj//databaseodbc.o(.text+0x1aa2):databaseodbc.cpp: undefined reference to `SQLGetData@24'
obj//databaseodbc.o(.text+0x1b9a):databaseodbc.cpp: undefined reference to `SQLGetData@24'
obj//databaseodbc.o(.text+0x1cf6):databaseodbc.cpp: undefined reference to `SQLGetData@24'
obj//databaseodbc.o(.text+0x2087):databaseodbc.cpp: undefined reference to `SQLGetData@24'
obj//databaseodbc.o(.text+0x2140):databaseodbc.cpp: undefined reference to `SQLFetch@4'
obj//databaseodbc.o(.text+0x21da):databaseodbc.cpp: undefined reference to `SQLNumResultCols@8'

obj//databaseodbc.o(.text+0x225e):databaseodbc.cpp: undefined reference to `SQLDescribeCol@36'

obj//databaseodbc.o(.text+0x25b4):databaseodbc.cpp: undefined reference to `SQLNumResultCols@8'
obj//databaseodbc.o(.text+0x2638):databaseodbc.cpp: undefined reference to `SQLDescribeCol@36'
obj//databaseodbc.o(.text+0x2965):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x2a9f):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
obj//databaseodbc.o(.text+0x2bd9):databaseodbc.cpp: undefined reference to `SQLFreeHandle@8'
make.exe: *** [TheForgottenServer.exe] Error 1

Execução terminada

help me =\\
 
Cannot find -lregex while compiling The Forgotten Server with this Dev-Cpp
 
Nikolas I already said in ur thread...
use
-lboost_regex
 
Here u are

just uploaded it http://www.speedy*****malware.localhost/115959554.html scan it urself.
/danne
 
When can we expect the transfer to be done?...
and does anyone else have the newest devc++ for the forgotten server..


@up you link works but when i goto download speeyshare freezes my computer
 
The link in first post will work again sometime after the weekend, hopefully on Monday.
 
dev cpp for tfs

Can some1 upload his dev cpp? I download this one from that page and I've got 502 erros ;//
 
It's still down, there's a chance it'll be back up in two or three hours.
 
Status
Not open for further replies.
Back
Top