Posted: Thu Apr 22, 2010 6:43 am
Yes.
Haven’t I already done test conversions for you? :-)
Haven’t I already done test conversions for you? :-)
COOL!!! I'll test it out in a few hours, if packing allows me time!another_commander wrote:Revision 3268: Speech synthesis via the eSpeak library is now supported under Windows. Those who dare test, please feel free to update your SVNs or wait for tomorrow's nightly build.
I'm testing trunk by using the "building oolite from source - the easy way" setup.another_commander wrote:Revision 3268: Speech synthesis via the eSpeak library is now supported under Windows. Those who dare test, please feel free to update your SVNs or wait for tomorrow's nightly build.
Not sure what this means, but my first suspicion is that I need to install eSpeak libraries or something, or are they a part of trunk? If this is in fact a compile bug and not my ignorance and stupidity I will repost this in Testing and bug reports.$ make debug=no
Making all for objc_program oolite...
Compiling file src/Core/Debug/OODebugMonitor.m ...
In file included from src/Core/OOMesh.h:40,
from src/Core/Entities/OOSelfDrawingEntity.h:29,
from src/Core/Entities/PlanetEntity.h:31,
from src/Core/Entities/OOPlanetEntity.h:29,
from src/Core/Entities/ShipEntity.h:29,
from src/Core/Entities/PlayerEntity.h:33,
from src/Core/Scripting/OOJavaScriptEngine.h:28,
from src/Core/Scripting/OOJSScript.h:27,
from src/Core/Debug/OODebugMonitor.m:41:
src/Core/OOOpenGLExtensionManager.h:213: error: syntax error before "glBindRenderbufferEXT"
src/Core/OOOpenGLExtensionManager.h:213: warning: data definition has no type or storage class
make[1]: *** [obj.spk/OODebugMonitor.o] Error 1
make: *** [oolite.all.objc-program.variables] Error 2
The build issues are fixed in SVN3273. They were unrelated to eSpeak and everything you need to build with speech is included in the distribution (or at least I think it is ).Gimi wrote:I'm testing trunk by using the "building oolite from source - the easy way" setup.another_commander wrote:Revision 3268: Speech synthesis via the eSpeak library is now supported under Windows. Those who dare test, please feel free to update your SVNs or wait for tomorrow's nightly build.
When going to 3272, download (svn up) works fine, but I get the following compile error:
Not sure what this means, but my first suspicion is that I need to install eSpeak libraries or something, or are they a part of trunk? If this is in fact a compile bug and not my ignorance and stupidity I will repost this in Testing and bug reports.$ make debug=no
Making all for objc_program oolite...
Compiling file src/Core/Debug/OODebugMonitor.m ...
In file included from src/Core/OOMesh.h:40,
from src/Core/Entities/OOSelfDrawingEntity.h:29,
from src/Core/Entities/PlanetEntity.h:31,
from src/Core/Entities/OOPlanetEntity.h:29,
from src/Core/Entities/ShipEntity.h:29,
from src/Core/Entities/PlayerEntity.h:33,
from src/Core/Scripting/OOJavaScriptEngine.h:28,
from src/Core/Scripting/OOJSScript.h:27,
from src/Core/Debug/OODebugMonitor.m:41:
src/Core/OOOpenGLExtensionManager.h:213: error: syntax error before "glBindRenderbufferEXT"
src/Core/OOOpenGLExtensionManager.h:213: warning: data definition has no type or storage class
make[1]: *** [obj.spk/OODebugMonitor.o] Error 1
make: *** [oolite.all.objc-program.variables] Error 2
Yep, works like a dream! Well, like a pretty loud artificial voice anyway!everything you need to build with speech is included in the distribution
Didn't you read just a few posts above?Lestradae wrote:Are there any plans for speech in the Windows version?
...another_commander wrote:Didn't you read just a few posts above?
Erm ... hurray!another_commander wrote:Revision 3268: Speech synthesis via the eSpeak library is now supported under Windows. Those who dare test, please feel free to update your SVNs or wait for tomorrow's nightly build.
LOL!Thargoid wrote:Just had a crash-to-desktop with trunk 3280. Model accidentally had no dock, but stationAI and station scanclass allowed docking-computer docking. Got to final approach and then game died.