Hi here !
I had a really bad time today to try to build the MIOS studio with juce on UBUNTU.
I use the JUCE-5.4.3 version to complie and I get this error :
Compiling CommandLineEditor.cpp
In file included from ../../src/gui/../includes.h:4,
from ../../src/gui/CommandLineEditor.h:18,
from ../../src/gui/CommandLineEditor.cpp:15:
../../JuceLibraryCode/JuceHeader.h:17:10: fatal error: juce_core/juce_core.h: Aucun fichier ou dossier de ce type
17 | #include <juce_core/juce_core.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:126: build/intermediate/Debug/CommandLineEditor_537754e2.o] Error 1
Any have a solution for that ?
Thanks !