2012-10-21 06:40:32 PDT
Hello,
I compiled stendhal from source:
$ mkdir stendhal-1.03-src
$ cd stendhal-1.03-src
$ tar xvf ../stendhal-1.03-src.tar.gz
$ cd stendhal-1.0
$ ant dist
$ cp build/stendhal-1.03.zip ~/tmp
$ cd ~/tmp
$ unzip stendhal-1.03.zip
$ java -jar stendhal-starter.jar
The game start and I can play but I have no sound.
If I use the already built version of stendhal I have the sound:
$ unzip stendhal-1.03.zip
$ java -jar stendhal-starter.jar
So, I think there is a problem during the build step.
What are the requirements to be able to compile the game with the sound enabled?
Thank you.
Regards.
$ java -version
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)