• 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 error (TFS 0.2.8)

Freakbammer

Huxley lover
Joined
Jul 1, 2007
Messages
24
Reaction score
0
Location
Belgium
Code:
 Compiler: Default compiler
Building Makefile: "C:\Users\Alex\Desktop\Games\tfs\source\Makefile.win"
Executing  make...
make.exe -f "C:\Users\Alex\Desktop\Games\tfs\source\Makefile.win" all
windres.exe -i Otserver_private.rc --input-format=rc -o Otserver_private.res -O coff 

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

windres.exe: no resources

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

Execution terminated

Used search and couldn't find anything to fix this.
Readed that this problem only exists on vista too. is this true?

Anyway:
Code:
 Parameters
-D__CONSOLE__
-D__USE_MYSQL__
-D__USE_SQLITE__

Code:
 linker:
-llua5.1
-lxml2
-lmysql
-lwsock32
-lgmp
-lsqlite3
-lregex
-lws2_32
-lluasql-mysql
-lluasql-sqlite3
-lboost_system
-s
 
Last edited:
It's an issue with Dev-Cpp in Winblows Vista, not caused by TFS sources.
 
Just asumed it was TFS relied because i didn't get this problem with other servers.

But a small question then: If i compile it on another PC (Windows XP) and send it to my vista would it work then? (Answer seems logic but not sure)
 
Just asumed it was TFS relied because i didn't get this problem with other servers.

But a small question then: If i compile it on another PC (Windows XP) and send it to my vista would it work then? (Answer seems logic but not sure)

Yes, it would work.
 
Back
Top