ycollet
ycollet
I really hop this PR will be merged. It's totally incredible that the jack support has been removed from 4.1 ...
Still segfautling on Fedora 38: ``` Thread 1 "ptk_linux" received signal SIGSEGV, Segmentation fault. 0x00007ffff7e5c26b in SDL_SetPalette (surface12=0x2478bf0, flags=2, colors=0x7aaf80 , firstcolor=0, ncolors=256) at /usr/src/debug/sdl12-compat-1.2.68-1.fc38.x86_64/src/SDL12_compat.c:7430 7430 palette20 = surface12->surface20->format->palette; (gdb)...
Can you try with the following flags ? ``` -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer...
Thanks a lot, it works fine now ! I close the ticket !
Here: https://copr.fedorainfracloud.org/coprs/ycollet/linuxmao/ There is a Fugio package for Fedora 31. It's based on Fugio-3.1.0. You can have a look at the steps I followed for the build in the spec...
In FugioApp/contextwidgetprivate.cpp, just add: ``` #include ``` At the begining of the file
I still have it in the audinux repository: https://copr.fedorainfracloud.org/coprs/ycollet/audinux/
But for the main Fedora repository, a fedora packager must adopt the spec and manage to put it in the fedora repository. I am not a fedora packager ... So,...
There is a powertab package for Fedora in the audinux COPR repository: https://copr.fedorainfracloud.org/coprs/ycollet/audinux/build/6412481/
I fix: Replace: ``` using VCVBezelLightBigWhite = LightButton; ``` By: ``` using VCVBezelLightBigWhite = struct rack::componentlibrary:LightButton; ```