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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...