-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot build on FreeBSD #2
Comments
This symbol is defined in |
As a workaround, disable JUCE_PLUGINHOST_VST3 in Projucer under juce_audio_processors, and enable JUCE_PLUGINHOST_VST. Also see #3. |
I built Projucer from the However, it seems like for FreeBSD one has to use a special VST3 SDK that is compatible with FreeBSD. But when setting "JUCE_CUSTOM_VST3_SDK" to "Enabled" in Projucer and entering
If I
What gives? |
When I change the JUCE path and JUCE modules path in Projucer to the FreeBSD-provided
|
Maybe @yurivict knows? |
I just updated the devel/juce port to 7.0.5 - please try to build with it. |
Thanks @yurivict. Does building the 7.0.5 port with the examples ( |
With the JUCE 7.0.5 port, when setting "JUCE_CUSTOM_VST3_SDK" to "Enabled" in Projucer and entering /usr/local/include/vst3sdk under "Header Search Paths", then I get:
And without setting that I get:
Similar when I @yurivict had you succeeded in building this repo, or just generally asked me to try 7.0.5? In any case, thanks for your help. I really appreciate it. |
The relevant patches were in this PR created by me: juce-framework/JUCE#881 They closed it because they merged some other BSD patches, but the ones relevant for demos were left out, particularly in I just don't have time to resubmit patches over and over again. |
I asked JUCE maintainers to merge remaining patches. |
vst3sdk has no install target (steinbergmedia/vst3sdk#77), so users are reluctant to integrate it properly, or just copy it in, instead of doing something like |
The text was updated successfully, but these errors were encountered: