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

Add fix for JUCE compilation on modern GCC, add warning about linking for Jack on distributions using Pipewire to Makefile.linux #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

helpvisa
Copy link

New versions of GCC complain about a bad cast in the code of the JUCE library; adding the 'unsigned' keyword makes these errors go away and allows for clean compilation.

Modern distributions have now begun shipping Pipewire as a full JACK replacement, and in some cases the linker is unable to find the jack libraries provided by Pipewire. This is probably pretty distro-dependent, so I added a warning to the Linux Makefile to at least inform users that they may need to manually add library folders to PLATFORM_LDFLAGS during the compilation phase.

…ote to Makefile.linux warning about linking to Pipewire libs
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

Successfully merging this pull request may close these issues.

1 participant