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

Compiling Need to compile this sources

Cornex

Web Developer
Senator
Joined
Jun 15, 2008
Messages
3,443
Solutions
6
Reaction score
1,170
Location
Sweden
Hello there, well where to start. I really suck at compiling, SUCK.

I have codeblock on my comp, but no idea how to use it.
I got this source map :

AbM1m7.png


With some files i need to compile, how can i do this?

Please give me an great explain and i reward you with an reputation :)

Thanks in advance
 
1. Open the cb directory and run TheForgottenServer.cbp.
2. Select your build target in the toolbar menu, Console or GUI.
3. Open the Build menu and click on Build to start the compiling process.
 
There should be a cb directory where the source files are, you could always download the cb directory from another revision and try that. :p
 
I downloaded an newer rev, it was an folder named "codeblocks" so i put that in my source map.

I open TheForgottenServer.cbp and doing what you said, but i got this:

Nothing to be done (all items are up-to-date).
 
It´s because your code is already compiled.
The files .o are the object files compiled from your source code.

Do some modification in your code and then try to compile again.

Regards,
 
Back
Top