Hello there!
I just found out that there is a 1.4 beta for eDuke avaiable. It compiles fine with linux and I can execute the resulting binary quite fine, but unfortunately there is no sound. The thread about the sound patch for eduke32 indicated that there would be a new linux compatible sound system which would make the patch unnecessary. Does anyone know or has an idea how I can get the sound to work with this version again? It solved the problem with the mouse cursor I had before, but without sound it's not so much fun to play...
Thanks for any help!
Faust
TX at
You'll have to do something like merge the changes from the sound patch in by hand using a text editor. Some of the patch might apply if you give patch the -l parameter, so you might want to try that and then just merge the rejects manually.
faust at
Hello and thanks for the fast answer.
In fact most of the patch does apply - only one file doesn't get patched, but it already contains the differences. The other thing is that the path to EROOT in Makefile.unix has to be adjusted - after that it works like a charm.
Thanks!
Faust
TX at
That's good. Maybe someone can update the patch (and remove the unncessary Makefile.unix crap it has in it).