-
Notifications
You must be signed in to change notification settings - Fork 4
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_core.h missing #1
Comments
Two things: You need to install JUCE and make sure that the project's JUCE file is correctly pointing to your installation. Second, be aware that the project currently does not implement the correct serial comm API for Linux - the routines are just stubs - so you'll need to do that yourself. |
So is it all those relative paths in |
So the Makefile contains |
Hi
I tried to compile this on Arch Linux and got an error that juce_core.h is missing:
Compiling AudioSettings.cpp In file included from ../../Source/OutputComponent.h:23, from ../../Source/AudioSettings.cpp:22: ../../Source/../JuceLibraryCode/JuceHeader.h:17:10: schwerwiegender Fehler: juce_core/juce_core.h: Datei oder Verzeichnis nicht gefunden #include <juce_core/juce_core.h> ^~~~~~~~~~~~~~~~~~~~~~~ Kompilierung beendet. make: *** [Makefile:103: build/intermediate/Debug/AudioSettings_52f030fa.o] Fehler 1
The text was updated successfully, but these errors were encountered: