Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building with meson setup #48

Open
noisecode3 opened this issue Aug 17, 2023 · 1 comment
Open

building with meson setup #48

noisecode3 opened this issue Aug 17, 2023 · 1 comment

Comments

@noisecode3
Copy link

    --buildtype=release \
    --prefix=/usr \
    -Dstrip=true

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.

@harryhaaren
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants