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
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.
The text was updated successfully, but these errors were encountered:
I am getting these errors:
JUCE is now FreeBSD-compatible because they merged my pull requests with compatibility patches, and there is also JUCE FreeBSD port.
The text was updated successfully, but these errors were encountered: