Topic: Compiling Teeworlds doesnt work anymore
Hey,
after formating my hdd's and reinstalling windows I cant compile teeworlds anymore.
I get many errors, because it says most of the varibles are not defined.
And some errors that something is wrong with python(i installed now 2.7 aswell and it seems to work now).
Another error is this and i have no Idea how to fix it:
German, original compiler output:
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
=== Building Teeworlds Server ===
[1/1] #1 link teeworlds.exe
client.obj : error LNK2038: Konflikt ermittelt für "_MSC_VER": Der Wert "1700" stimmt nicht mit dem Wert "1600" in console.obj überein.
teeworlds.exe : fatal error LNK1319: 1 Konflikte ermittelt
bam: 'teeworlds.exe' error 1319
bam: error: a build step failed
=== Finished ===
English, translated by google
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
=== Building Teeworlds Server ===
[1/1] # 1 link teeworlds.exe
client.obj: error LNK2038: Conflict detected for "_MSC_VER": The value "1700" does not agree with the value "1600" in console.obj.
fatal error LNK1319:: teeworlds.exe identified a conflict
bam 'teeworlds.exe' error 1319
bam: error: a build step failed
=== Finished ===
Someone got an idea what i could try?
I already deleted config.lua
General Information:
System: Win7 64bit
Installed: Python 3.2, Python 2.7, Visual Studio 2010 Express C++, bam 0.4.0
-Netroxx