Does this work on Linux?
I don't have Windows, means I use WINE to test all stuff for Windows. Dev-cpp's register sucks. Next repack will be using code::blocks then hopefully we'll solve all this problems.
Does this work on Linux?
Next repack will be using code::blocks then hopefully we'll solve all this problems.
[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_fetch_field@4'
[Linker error] undefined reference to `mysql_insert_id@4'
*** [TheForgottenServer.exe] Error 1
Here, Code::Blocks Ive been using lately (compiled 0.4 without problems).
You will also need to add -static-libgcc to linkers, else it will ask for another .dll.
Code::Blocks.7z
Nope I keep on trying to compile and still get the
"Myserver - default" uses an invalid compiler. Skipping...
Nothing to be done.
=(
I hope someone can help me solve this, I really want to test my RL map server and this memory/map size error thing keeps poping up...
know what can be wrong?[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_init@4'
[Linker error] undefined reference to `mysql_fetch_field@4'
[Linker error] undefined reference to `mysql_insert_id@4'
*** [TheForgottenServer.exe] Error 1![]()
Get mysql lib?![]()
Solution is to put the lib path right. Only if you have never had dev-cpp installed before it will be correct by itself.
Compiler: Default compiler
Building Makefile: "C:\Users\QuaS\Desktop\trunk.r3660\dev-cpp\Makefile.win"
Executing make...
mingw32-make -f "C:\Users\QuaS\Desktop\trunk.r3660\dev-cpp\Makefile.win" all
g++.exe obj//actions.o obj//admin.o obj//allocator.o obj//baseevents.o obj//beds.o obj//chat.o obj//combat.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//databasemanager.o obj//databasemysql.o obj//databasesqlite.o obj//depot.o obj//dispatcher.o obj//exception.o obj//fileloader.o obj//game.o obj//gameservers.o obj//globalevent.o obj//group.o obj//house.o obj//housetile.o obj//ioban.o obj//ioguild.o obj//iologindata.o obj//iomap.o obj//iomapserialize.o obj//item.o obj//itemattributes.o obj//items.o obj//luascript.o obj//mailbox.o obj//manager.o obj//map.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//position.o obj//protocol.o obj//protocolgame.o obj//protocollogin.o obj//protocolold.o obj//quests.o obj//raids.o obj//rsa.o obj//scheduler.o obj//scriptmanager.o obj//server.o obj//spawn.o obj//spells.o obj//status.o obj//talkaction.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//TheForgottenServer_private.res -o "TheForgottenServer.exe" -mwindows -O1 -lboost_system -lgmp -llua5.1 -lmysql -lboost_regex -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s -lboost_filesystem -lboost_thread -lz -lcryptopp
Execution terminated