zaordsword Posted July 16, 2020 Report Share Posted July 16, 2020 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 ! Quote Link to comment Share on other sites More sharing options...
benuron Posted July 17, 2020 Report Share Posted July 17, 2020 I am using linux mint and have the same problem. Already tried with the new version of JUCE but always get the same problem. Quote Link to comment Share on other sites More sharing options...
zaordsword Posted July 19, 2020 Author Report Share Posted July 19, 2020 Did anyone overcome this ? Quote Link to comment Share on other sites More sharing options...
Antichambre Posted July 19, 2020 Report Share Posted July 19, 2020 On 16/07/2020 at 11:32 PM, zaordsword said: ../../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> Check this refers to the valid repertories. Quote Link to comment Share on other sites More sharing options...
benuron Posted July 23, 2020 Report Share Posted July 23, 2020 I actually get a diferent error Compiling CommandLineEditor.cpp ../../src/gui/CommandLineEditor.cpp: In constructor ‘CommandLineEditor::CommandLineEditor(unsigned int)’: ../../src/gui/CommandLineEditor.cpp:20:26: error: ‘empty’ is not a member of ‘juce::String’ : TextEditor(String::empty) ^~~~~ ../../src/gui/CommandLineEditor.cpp: In member function ‘virtual bool CommandLineEditor::keyPressed(const juce::KeyPress&)’: ../../src/gui/CommandLineEditor.cpp:85:33: error: ‘empty’ is not a member of ‘juce::String’ setText(String::empty); ^~~~~ Makefile:124: recipe for target 'build/intermediate/Debug/CommandLineEditor_537754e2.o' failed make: *** [build/intermediate/Debug/CommandLineEditor_537754e2.o] Error 1 I tried to use diferent versions of the JUCE but no difference on the output. Quote Link to comment Share on other sites More sharing options...
zaordsword Posted August 13, 2020 Author Report Share Posted August 13, 2020 Did anyone solved this already ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.