Dominik Reichardt

Results 434 comments of Dominik Reichardt

Once you have all dependencies, it's just ``` ./autogen.sh ./configure ``` see https://github.com/exult/exult/blob/master/INSTALL

I think this issue can be closed

One recent problem I "fixed" by setting gradle to =7) you get the build error in the zipped log: [configurebuild.zip](https://github.com/exult/exult/files/11009890/configurebuild.zip) The older problem is indeed fixed by adding `-lm` to...

Something is wrong with Alsa... when I explicitly disable it and it checks for Alsa cmake responds that it can't find asoundlib.h and libasound. But then in the synopsis it...

🤦‍♂️ The big culprit was that for the Android build to work one needs to build outside of the source folder. I didn‘t realize that even though it looked me...

Thank you! No reason to feel bad about it, time is precious and sometimes you just don't have spare time :) To view the build error you can go to...

I've got it working now :) There were several problems: - building out of source is imperative - Gradle needs to be

Another status update: Gradle 7.x also works and I enabled this as well as giving out warnings and eliminated one source of warnings. Gradle 8 won't work, though. I have...

There were good reasons back then and I don't remember these at all anymore. First it was of course that we needed to have a proper way to choose between...

I am using my fork to abuse Github's build actions. My trial withoutthe ogg/vorbis header files and disabling in configure.ac is at https://github.com/DominusExult/exultAndroCI/actions/runs/4489076692 Al these commits over there are not...