Christoph Korn
Christoph Korn
I was able to compile with this patch applied. ``` Index: pragha-1.3.99.1/plugins/dlna/Makefile.am =================================================================== --- pragha-1.3.99.1.orig/plugins/dlna/Makefile.am 2019-08-13 13:42:44.000000000 +0200 +++ pragha-1.3.99.1/plugins/dlna/Makefile.am 2020-07-20 14:14:39.008780706 +0200 @@ -2,6 +2,9 @@ AM_CPPFLAGS = \...
For multiple processes we could simply add the process id to the filename. Beside this simple file approach I was thinking about sockets or NamedPipes for process communication. But at...
Just for information. This is also a problem on Ubuntu 17.04: ``` /usr/bin/ld: ../src/oaml/liboaml.a(RtAudio.cpp.o): undefined reference to symbol 'snd_pcm_hw_params_get_channels_min@@ALSA_0.9.0rc4' //usr/lib/x86_64-linux-gnu/libasound.so.2: error adding symbols: DSO missing from command line $ grep...
The version of liboaml is the one from the gitmodules in the repository. And the function exists here: ``` $ objdump -T /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 | grep snd_pcm_hw_params_get_channels_min 0000000000051b40 g DF .text...
The build succeeds locally but fails on my build server: ``` I/«PKGBUILDDIR»/src/xbrz/include -I/«PKGBUILDDIR»/obj-i686-linux-gnu -I/usr/include/lua5.1 -I/usr/include/SDL -I/«PKGBUILDDIR»/src/oaml/include -std=c++11 -fsigned-char -std=c++11 -O3 -DNDEBUG -o CMakeFiles/stratagus.dir/tolua.cpp.o -c /«PKGBUILDDIR»/obj-i686-linux-gnu/tolua.cpp make[3]: *** No rule to...
Git is not installed on the server and should not be. All the sources are included in the tarball already (git is also not installed locally where it works). For...
Is there any hope for this? I have a similar option where someone accidently deleted the entire Main branch and rolled back the change with the next changeset. Can I...
Hopefully the script is fine now. My usual bash scripts are not longer than three lines but wanted to give it a try anyways ^^ Should I rebase my branch...
Ok, finally I think to have fixed everything.
Thanks for the quick response. It both works with `zrle` and `raw` !