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_core.h missing #1

Open
linwp opened this issue Jan 14, 2019 · 3 comments
Open

juce_core.h missing #1

linwp opened this issue Jan 14, 2019 · 3 comments

Comments

@linwp
Copy link

linwp commented Jan 14, 2019

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

@robertsonics
Copy link
Owner

robertsonics commented Jan 20, 2019

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.

@baloe
Copy link

baloe commented Dec 29, 2022

So is it all those relative paths in WTConfig.jucer that I need to adapt or what?
Come on I don't want to have to dig into how JUCE works only to be able to create that configuration text file.

@baloe
Copy link

baloe commented Dec 29, 2022

So the Makefile contains $(HOME)/JUCE/ which must be replaced with the proper path, /usr/share/juce/ in my case.

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

3 participants