• 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 Compiling The Forgotten Server latest source code - Last Update: 02/12/2010

Hmm ... I am now getting this error while compiling:

Compiler: Default compiler
Building Makefile: "C:\Users\O\Desktop\TFS Sources\Project\Makefile.win"
Executing make...
make.exe -f "C:\Users\O\Desktop\TFS Sources\Project\Makefile.win" all
windres.exe -i ProjectX_private.rc --input-format=rc -o ProjectX_private.res -O coff

gcc: installation problem, cannot exec `cc1': No such file or directory

windres.exe: no resources

make.exe: *** [ProjectX_private.res] Error 1

Execution terminated


Any help would be welcomed.
 
Hmm ... I am now getting this error while compiling:

Compiler: Default compiler
Building Makefile: "C:\Users\O\Desktop\TFS Sources\Project\Makefile.win"
Executing make...
make.exe -f "C:\Users\O\Desktop\TFS Sources\Project\Makefile.win" all
windres.exe -i ProjectX_private.rc --input-format=rc -o ProjectX_private.res -O coff

gcc: installation problem, cannot exec `cc1': No such file or directory

windres.exe: no resources

make.exe: *** [ProjectX_private.res] Error 1

Execution terminated


Any help would be welcomed.

It's an issue with Winblows Vista on Dev-Cpp, you have to move some files to /path/to/Dev-Cpp/bin/.
 
haha ... I like the "winblows" part of your message :)

Thanks Talaturen, that was indeed the case, I had to move cc1 to the BIN directory. But also, for some reason the tutorial asks to create a dir named Project but says nothing about moving files there, and I had to put the ICO file and the GUI resources into that directory for the compilation to succeed, because I was getting a message that those files could not be found.

Anyway, all is fixed now and running well ...

Thanks.
 
Last edited:
[Resource error] can't open icon file `TheForgottenServer.ico': No such file or directory

The icon file is in the sources folder, but it's still not working.
 
when use
-D__SERVER_PROTECTION__

using runes and spells you get frezze, why not erase it?
 
What folder do i use now??? The trunk ore the tags???

I recommend tags for serious use, trunk for testing, and that's only testing because we're aware of that it contains memory leaks and bugs.
 
I can compile it but when I open the server, when a player disconnects there are many problems in the mysql.
 
Yes i did. but i think it is because i try compile the trunk!
because with the tags i have no problem
 
Back
Top