You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
followed by DESTDIR=/tmp/package-artify ninja -C build -j8 install
will not build/install the GUI. I know its not supported but it's the new way that is not depreciated or just use cmake? I get from carla /usr/lib64/lv2/artyfx.lv2/artyfx_ui.so: cannot open shared object file: No such file or directory
This was not an easy one to package, I use cmake for now will probably work.
Please improve building a package and use only one build system.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for reporting. Yes agree, the current state is not optimal, and ideally the build should be clean and use only one build system. I'll leave this ticket open, but please note I'm rarely working on OpenAV software recently, so it is unlikely this will be fixed soon.
followed by
DESTDIR=/tmp/package-artify ninja -C build -j8 install
will not build/install the GUI. I know its not supported but it's the new way that is not depreciated or just use cmake? I get from carla
/usr/lib64/lv2/artyfx.lv2/artyfx_ui.so: cannot open shared object file: No such file or directory
This was not an easy one to package, I use cmake for now will probably work.
Please improve building a package and use only one build system.
The text was updated successfully, but these errors were encountered: