Jump to content

rebuild.sh => update-workspaces(-new ?).sh => clean-workspaces => http://trac.wildfiregames.com/wiki/BuildInstructions


lulo
 Share

Recommended Posts

clean-workspaces.sh:

lulo@lulo:~/Pobrane/0ad$ ./rebuild.sh
W wersji 9875.
Cleaning bundled third-party dependencies...
cd: 13: can't cd to ../../libraries/spidermonkey-tip
cd: 14: can't cd to ../../libraries/spidermonkey-tip/src
cd: 15: can't cd to ../../libraries/spidermonkey-tip/src
Cleaning Premake
Cleaning build output...

Done. Try running update-workspaces.sh again now.
Updating bundled third-party dependencies...

little or big erroor ?

rebuild.sh:


#!/bin/sh
set -e
svn up
cd build/workspaces
./clean-workspaces.sh
./update-workspaces.sh #or ./update-workspaces-new.sh ???
cd gcc
make CONFIG=Release clean
make CONFIG=Release -j3

:D

updating Buildinstruction for pages or no ?

test for build:

lulo@lulo:~/Pobrane/0ad$ ./binaries/system/test

Running 249 tests.........................................................................................................................................................................................................................................................OK!

lulo@lulo:~/Pobrane/0ad$

no 251 ?

Edit:

rebuild 9875 => audio crashes => echo & delay...wrrr

Edited by lulo
Link to comment
Share on other sites

can't cd to ../../libraries/spidermonkey-tip

Oops - fixed.

./update-workspaces.sh #or ./update-workspaces-new.sh ???

The -new one doesn't quite work yet, and probably needs more testing, so it's not the default. I'll rename it to update-workspaces.sh once it's more stable.

no 251 ?

The number changes when the tests change :)

Link to comment
Share on other sites

thanks for fixed bug from spidermonkey...only audio crashes...its possible can apply patch 9875 => audio crashes (voice actors reepet &&&& ...) ?

EDIT

Changeset 9877

Timestamp: 2011-07-18 17:56:17 (less than one hour ago)

Author: philip

Message: Fix looping of non-streaming sounds

thanks philip => audio just new work properly :D

Edited by lulo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...