Search found 5 matches
- Mon Mar 12, 2012 7:16 am
- Forum: Oolite-Linux
- Topic: regular sound and speech are not coherent
- Replies: 0
- Views: 5227
regular sound and speech are not coherent
I use SDL_PATH_DSP to redirect oolite sound to a different /dev/dspX device, but the speech seems to go to the default device despite this setting. It looks like oolite doesn't mix the speech into the SDL playback, but completely leaves speech playback up to the espeak library, which apparently uses...
- Wed Mar 07, 2012 6:10 pm
- Forum: Oolite-Linux
- Topic: download during build?
- Replies: 5
- Views: 5482
Re: download during build?
Glad to meet you!
I have these in my make.conf.
GNUSTEP_WITH_GCC46=yes
WITH_GNUSTEP_DEVEL=yes
I read it somewhere that latest oolite doesn't work with the older GNUstep (1.19) and indeed oolite gave an error with that.
With 1.22 it works fine.
I have these in my make.conf.
GNUSTEP_WITH_GCC46=yes
WITH_GNUSTEP_DEVEL=yes
I read it somewhere that latest oolite doesn't work with the older GNUstep (1.19) and indeed oolite gave an error with that.
With 1.22 it works fine.
- Sun Mar 04, 2012 8:03 pm
- Forum: Oolite-Linux
- Topic: download during build?
- Replies: 5
- Views: 5482
Re: download during build?
Just in case, here's my WIP version of update of the FreeBSD port to 1.76:
https://redports.org/browser/avg/games/oolite
https://redports.org/browser/avg/games/oolite
- Sat Mar 03, 2012 5:40 pm
- Forum: Oolite-Linux
- Topic: download during build?
- Replies: 5
- Views: 5482
Re: download during build?
Can the original file from here https://developer.mozilla.org/en/SpiderMonkey (http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz) be used in place of the file that is currently being used? BTW, the described changes do not seem to be needed for release package building. They seem more lik...
- Sat Mar 03, 2012 3:15 pm
- Forum: Oolite-Linux
- Topic: download during build?
- Replies: 5
- Views: 5482
download during build?
It seems that oolite source build (from pristine sources) needs to download a file first: http://jens.ayton.se/oolite/deps/firefox-4.0.source.js-only.tbz I wonder if it's possible to include that archive (or its content) directly into oolite sources. Or maybe it would be better to provide instructio...