Sciss
Sciss
I have run ``` cmake -G "Ninja" ~/Downloads/wxWidgets-3.1.5 -DwxBUILD_TESTS=ALL cmake --build . ``` what should I do to install wxWidgets - run the stuff in the section "Installing static libraries...
`sudo cmake --build . --target install` did the job for wxWidgets installation. might be worth documenting.
So with the standard build instructions, I end up again with ``` $ build/bin/Debug/tenacity ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2565:(snd_pcm_open_noupdate)...
Here is the new gdb log ``` $ gdb build/bin/Debug/tenacity GNU gdb (Debian 8.2.1-2+b3) 8.2.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later...
No; plain Debian 10. Well plain... of course I build a lot of stuff, so it's not a fresh debian install. So I don't exclude, that there is something faulty...
Yes, with FFMPEG disabled, the default debug build works again. I'm guessing this output from configure is problematic: ``` -- Searching for FFMPEG components -- /usr/lib/x86_64-linux-gnu/libavcodec.so -- avcodec -- -...
So, it remains the same. Could be that my ffmpeg is borked, it's always a critical part of all A/V apps, and always had problems as far back as I...
Perhaps. Back in the day (Jessie), that was definitely the case. Why don't we rest the issue until I have had time to backup and upgrade to the new Debian...
Is the project dead thus? What about Scala 2.13?
sbt 1.4.3, Linux. Process just hangs on forever, never pressing "any" key, nor ctrl-C, ctrl-D help. Only `kill`. ``` [info] Main Scala API documentation successful. Embedded server listening at http://127.0.0.1:4000...