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

Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit) !

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.
 
Thanks, I'll be waiting for it anxiously.;)
(now the classic are we there yet..xD) = Any releasse aproximate? :p could it be like today xD (lol) just kidding... but could it?... jajajajaja

Well I guess you can tell I really want to solve this, thanks man I know you always work hard for this comunnity so no preasure. :peace:
 
Next repack will be using code::blocks then hopefully we'll solve all this problems.

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
 
Will this make it 64bit also?
And could you make a small tutorial on it, cause I've use it to open the project file and then trying to build but it thells me in the build log:

"Myserver - default" uses an invalid compiler. Skipping...
Nothing to be done.
 
[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

know what can be wrong? :(
 
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...
 
Last edited:
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...

Try "Settings" -> "Compiler and debugger..." -> "Selected Compiler" and make it "GNU GCC Compiler" if its not, else, idk.
 
well it did compile now with out any errors, could you share the linkers to double check and see all the ones that I need to make it a 64bit compile.

Thanks
 
Na I tought it had no errors but it doesn't create the .exe
must be doing something wrong and I'm getting frustrated... but any how, will anxiously wait for your new 64bit repack stian and hopefully some day I may run an RL map with out the use of exterior apps to mod windows.... ;)
 
[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
know what can be wrong? :(

BringUpThisPost :p
 
@Shawak:
I tested it and the error occured here too. Solution? Re-install MySQL Lib, it worked for me :).
 
Solution is to put the lib path right. Only if you have never had dev-cpp installed before it will be correct by itself.
 
Solution is to put the lib path right. Only if you have never had dev-cpp installed before it will be correct by itself.

Well, i installed clear Dev-Cpp, downloaded yours pack, copied lib and include and the error occured, installing package with MySQL lib helped :P
 
What's ;bout this master? ;)

While using ur Dev-cpp repack.

200p5qu.jpg


and log:
Code:
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

Edit:
I've downloaded v. 0.1 Works. Propably i just wrong copied 0.2 Thanks a Lot. Rep :)
 
Last edited by a moderator:
Thread just got sticky. :P
 
Back
Top