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

[C++]Compile under windows

pioncz

New Member
Joined
Dec 3, 2008
Messages
149
Reaction score
1
First of all, i would like to compile this under windows and secondly in ubuntu.
I tried to compile The Forgotten Server.cbp in codeblocks folder in source folder.
The distro is [8.7] The Forgotten Server v0.2.10 (Mystic Spirit)
What went wrong?
 
Thanks. One more question. How can i add boost to my project? I copied boost folder to my project folder, but i guess it need something more. Rep++
 
you copy it to MinGW (lib/include directories) not to project directory, also it will give undefined references if your using latest MinGW and your copying them from another version of MinGW
 
In codeblocks/mingw/lib i dont have 'include' or 'include directories'. Im not sure what is version of my MinGW.
 
It seems that you don't understand how Code::Blocks work, look, you install MinGW then make Code::Blocks link to it, then compile normal
 
I guess i know what to do, but in boost/lib are many files, in code::blocks and cand add directory, i have to add libraries, so which files should i add?
So it works fine now. Everything is written on their site.
 
Last edited:
Back
Top