1

Topic: [HELP] Compilation error

Windows 7
http://i005.radikal.ru/1104/75/66e11c0c800a.png

2

Re: [HELP] Compilation error

What Bam and Teeworlds Version are you using and which compiler?

3 (edited by Mormon 2011-04-21 20:01:47)

Re: [HELP] Compilation error

bam 0.2.0, teewotlds 0.5.2. Compiler - Microsoft Visual Studio 9.0.

Has removed a source code and has copied anew - this error was gone. But there was a new:
http://s41.radikal.ru/i094/1104/14/95bdc3f72b52.png

p.s. Excuse for my English

4

Re: [HELP] Compilation error

Seems u didnt install python

5

Re: [HELP] Compilation error

Slayer *gV* wrote:

Seems u didnt install python

Python 2.x for teeworlds-0.5.2
Python 3.x doesn't work with 0.5.2
Have you actually read it,Mormon???

Once in a century...

6

Re: [HELP] Compilation error

You need Microsoft Visual Studio 8.0 to compile Teeworlds 0.5.2!
For me it doesn't work with VS 9.0, too.

7

Re: [HELP] Compilation error

KillaBilla wrote:

You need Microsoft Visual Studio 8.0 to compile Teeworlds 0.5.2!
For me it doesn't work with VS 9.0, too.

"You need Microsoft Visual Studio 8 or 9 installed" -thats the error I got when I tried to compile bam. I have Visual Studio 2010 Ultimate. I just edited the "make_win32_msvc.bat" file (if exist "%VS100COMNTOOLS%") and it worked.
Then when I tried to compile teeworlds it worked perfectly...

Once in a century...

8

Re: [HELP] Compilation error

Slayer *gV* wrote:

Seems u didnt install python

Installed python 2.7

9 (edited by Slayer *gV* 2011-04-24 14:55:55)

Re: [HELP] Compilation error

if im not wrong bam 2.0 doesnt search automatically python.exe
mb you have to change the path of default.bam

f.e.

function Script(name)
    if family == "windows" then
        return "C:\\Windows\\Python\\python.exe " .. str_replace(name, "/", "\\") 
    end
    return "python " .. name
end

10

Re: [HELP] Compilation error

Slayer *gV*, Thanks!