1

Topic: Bam 0.4.0 Problems

Hey,
maybe there was a problem like this in the forum, but I didn't find it.
I wanted to install Bam on my Computer.
I started the file: make_win32_msvc.bat
In the CMD I could see the errors.
Like 100 of files couldn't get opened.
Screen: http://h7.abload.de/img/bamfehler2intk.png

Thanks for all help.

2 (edited by GBKing 2011-06-25 18:07:10)

Re: Bam 0.4.0 Problems

Did you execute the batch file in the bam folder itsself? If not, then that's the reason why it couldn't find the other files and directories. wink As this problem is not mod related you could have also posted this in the support section! smile

3

Re: Bam 0.4.0 Problems

it seems micrososft visual C++ is not installed?!

uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

4

Re: Bam 0.4.0 Problems

@GBKing: Yeah, it is in the bam folder.
He could find the c. files, but not the h. files.
And if I can't find help in this section, I will try it at Support, maybe there I can look for some more help.

@Sushi Tee: It is installed, the first line was that he could find it, he can't find the bam files.
I don't have them and I don't know why.

5 (edited by Sushi Tee 2011-06-26 15:45:36)

Re: Bam 0.4.0 Problems

the screenshot u posted says that it cant find files which are standard c headers which come with visual c++ wink

so eigther you dont have visual c++ installed like i said or ur system variables are wrong or not set for some strange reason wink

uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

6

Re: Bam 0.4.0 Problems

Oh right, I have Visual Studio.
Okay, I'm trying with C++.

7

Re: Bam 0.4.0 Problems

FireFlash wrote:

Oh right, I have Visual Studio.
Okay, I'm trying with C++.

Visual C++ = Visual Studio. It's the same thing...

Not Luck, Just Magic.

8

Re: Bam 0.4.0 Problems

Dune wrote:
FireFlash wrote:

Oh right, I have Visual Studio.
Okay, I'm trying with C++.

Visual C++ = Visual Studio. It's the same thing...

That's actually not true. Visual studio is a suite of different tools, e.g. visual basic, visual c#, and of course visual c++. Maybe he got the wrong package, as you don't have to download them all.

9

Re: Bam 0.4.0 Problems

ghost wrote:

That's actually not true. Visual studio is a suite of different tools, e.g. visual basic, visual c#, and of course visual c++. Maybe he got the wrong package, as you don't have to download them all.

Oh, you're right. But when we say Visual Studio here, we're obviously speaking about Visual Studio C++. I don't get why you would get another package, this doesn't make sense...

Not Luck, Just Magic.

10 (edited by FireFlash 2011-06-26 17:09:06)

Re: Bam 0.4.0 Problems

Still same problem.
I have now Visual C++ 2010, but he can't find the files.
I didn't get a key for it. Do I need one to get it work? I think not, I have installed it and the files should be there.
So I think it was not Visual C++.

EDIT:
Maybe some more will see my problem, if I'll post it in Support?
In Copyright I saw bam was made by Teeworlds maker, too.

11 (edited by FireFlash 2011-06-26 17:13:18)

Re: Bam 0.4.0 Problems

topics merged // Landil

Hey,
I have a problem with Bam.
I searched for it, by nobody had a problem like me.
I wanted to install Bam on my Computer.
I'm using Windows 7 64 bit
I have installed Visual C++ 2010 and Python 2.7.
If I'm starting in my CMD the file 'make_win32_msvc.bat', there will come errors, that there are no header files.
Screenshot

I thank you for all your help.
- FireFlash

12 (edited by BeaR 2011-06-26 19:20:06)

Re: Bam 0.4.0 Problems

Well this guy had the same problem like u wink
(missing standard libs (e.g. string.h etc.))

http://www.teeworlds.com/forum/viewtopic.php?id=8024

13 (edited by FireFlash 2011-06-26 22:24:07)

Re: Bam 0.4.0 Problems

Thank you smile
EDIT:
I feel stupid for this.
I don't know the path of my standard library and don't know which variable he means. hmm
Some more help please? big_smile Thanks!

14

Re: Bam 0.4.0 Problems

check VS10.0\VC\include and \lib folder for standard libs etc.
If they are missing reinstall ur Visual Studio

15

Re: Bam 0.4.0 Problems

Here is a decent tutorial on how to set the path variable in windows 7. Make sure the path to the visual studio libraries is included there.

16

Re: Bam 0.4.0 Problems

It still doesn't work.
I added the folder of my libs and the include folder into path, but he still says there are no header files.
I tried to reinstall Visual Studio and Visual C++, still doesn't work.

17

Re: Bam 0.4.0 Problems

"D:\Andi\MinGW\bin;D:\Andi\VisualStudio\VC\lib;D:\Andi\VisualStudio\VC\include;D:\Andi\VisualStudio\VC\bin;D:\Andi\VisualStudio\VC\bin;D:\Andi\MinGW\lib"

That are my paths of my Visual Studio and MinGW.
Did I do anything wrong?

18

Re: Bam 0.4.0 Problems

A friend helped me.
I don't know my solution.
But my next problem is, my client builder doesn't find the files of the teeworlds source.
I'm using teeworlds source of 0.6.0 and bam 0.4.0

19

Re: Bam 0.4.0 Problems

Again, please give us your console output. We can't help you in any way without knowing exactly what is going on.

20

Re: Bam 0.4.0 Problems

http://www.abload.de/img/buildclientyp39.png
I've got a batch with:
"call "D:\Andi\VisualStudio\VC\vcvarsall.bat"
:start
cls
bam\bam client_release
pause
goto start"
Thanks smile

21

Re: Bam 0.4.0 Problems

you need to start bam from your teeworlds directory. Are you doing so? Why are you using a batch script?

22 (edited by FireFlash 2011-07-08 23:23:05)

Re: Bam 0.4.0 Problems

Because it's much easier with a batch script.
There is a folder in my TW source with bam...
And my batch is in the TW source

23

Re: Bam 0.4.0 Problems

could you please copy the complete log? maybe post it on pastebin or something.

24

Re: Bam 0.4.0 Problems

http://pastebin.com/f4MuDYMf
That's all I can see.

25

Re: Bam 0.4.0 Problems

do you know which compiler bam uses to compile? It seems you have both visual c++ and g++, so it would be interesting to know which compiler is actually used. you can look in config.lua for the compiler. The first line should be

compiler.driver = <compiler>

where <compiler> is the compiler that is used.