1

Topic: Errors while compiling

Hello guys,

i have a problem while compiling teeworlds in Windows7 x64.
It seems that the compiler can't find the include-files, here is the output:
http://pastebay.com/126464

BAM is compiled with Visual Studio C++ without errors, with MinGW i get thousands of errors.
I have Python 2.7 and 3.2, Visual Studio C++ 2008 and 2010 installed.

2

Re: Errors while compiling

The standard library is missing. Try to re-install your mingw.

3

Re: Errors while compiling

Reinstall Visual C++ 2010

4

Re: Errors while compiling

I did but it has not helped.
Then i added the path of the standard-libary to the path-var and now it works.

Thank you smile