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

JUCE repository is now FreeBSD-compatible - could you please update bundled JUCE sources? #88

Open
yurivict opened this issue Apr 9, 2021 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Apr 9, 2021

I am getting these errors:

In file included from ../libs/juce-legacy/source/modules/juce_audio_formats/juce_audio_formats.cpp:40:
In file included from ../libs/juce-legacy/source/modules/juce_audio_formats/juce_audio_formats.h:56:
In file included from ../libs/juce-legacy/source/modules/juce_audio_basics/juce_audio_basics.h:52:
In file included from ../libs/juce-legacy/source/modules/juce_core/juce_core.h:171:
../libs/juce-legacy/source/modules/juce_core/native/juce_BasicNativeHeaders.h:215:11: fatal error: 'sys/vfs.h' file not found
 #include <sys/vfs.h>
          ^~~~~~~~~~~
In file included from ../libs/juced/source/juced.cpp:61:
../libs/juced/source/audio/osc/jucetice_OpenSoundBundle.cpp:182:29: error: static_cast from 'nullptr_t' to 'char' is not allowed
            dataBuffer[7] = static_cast<char>(NULL);
                            ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/juced/source/juced.cpp:63:
../libs/juced/source/audio/osc/jucetice_OpenSoundMessage.cpp:139:14: error: static_cast from 'nullptr_t' to 'char' is not allowed
                                                                                                        static_cast<char>(NULL)); //Terminator.
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~

JUCE is now FreeBSD-compatible because they merged my pull requests with compatibility patches, and there is also JUCE FreeBSD port.

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

1 participant