1

Topic: [HELP] Compiling in Linux Ubuntu

Hello!
Please, help me.
http://content.foto.mail.ru/mail/botan_1/_answers/i-19.jpg
Why I have this error?

[img]http://tee-reflect.tk/id45pic.png[/img]
[img]http://tee-reflect.tk/id47pic.png[/img]

2

Re: [HELP] Compiling in Linux Ubuntu

Measure you have run   cd /teeworls/location/   before you run    bam/location/ server_release
I recommend you make a compile file:
Create a empty file,type the following command in to that file:
cd '/teeworlds/location'
'bam/location' server_release


Then,save and right click on that file,click properties,click permission and check(tick) 'Allow executing file as program'.
When you open that file,your teeworlds will compiled! smile

Hope it help.
-Game Over.

3

Re: [HELP] Compiling in Linux Ubuntu

I am do it.
I create a file "tee.sh"
were i write
cd teeworlds_src
../bam/src/bam server_release

And I have this error

[img]http://tee-reflect.tk/id45pic.png[/img]
[img]http://tee-reflect.tk/id47pic.png[/img]

4

Re: [HELP] Compiling in Linux Ubuntu

hmm...
I have not test .sh file.
Just make a file call compile(without .sh)
maybe you use full path:
cd '/home/**user name**/**teeworlds source location**/'
'/home/*user name*/**bam location**' server_release
Then right click on that file,click properties,click permission and check(tick) 'Allow executing file as program'.

5

Re: [HELP] Compiling in Linux Ubuntu

Remove the config-file and try again.

6

Re: [HELP] Compiling in Linux Ubuntu

the error doesnt seem to be a problem with the path though xD

are u sure u installed all nessasary packaged to compilie the server?

U need python, gcc and g++! For client u also need alsa and libsdl1.2-dev

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 ^^

7 (edited by datag 2009-10-25 20:23:10)

Re: [HELP] Compiling in Linux Ubuntu

It looks to me like bam is trying to compile for windows for some reason. The /wd4244 is a switch. Maybe you try to execute bam with verbose option and see what it prints...

"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." - Terry Pratchett -

8

Re: [HELP] Compiling in Linux Ubuntu

Kottizen wrote:

Remove the config-file and try again.

Thanks!
All works!

[img]http://tee-reflect.tk/id45pic.png[/img]
[img]http://tee-reflect.tk/id47pic.png[/img]