Build Failed - Missing JUCE 'modules' ?
-
Im trying to build the latest develop branch and JUCE first tells me that it cant find JUCE/modules. It doesnt seem to be present in the new folder downloaded from github. Is this supposed to be a separate download? If I look into an older build of Hise I can see that JUCE/modules exist. In the newly downloaded folder JUCE exists but is empty. What should I do in this case? I've tried to link each of those modules individually to the old JUCE modules folder then build but I still get 'Build Failed' due to missing /modules.

modules missing:


-
C Chazrox marked this topic as a question
-
-
I belive this is the correct branch of Juce you need for Hise now.
You need to manually place it in the HiseDevelop juce folder before compiling Hisehttps://github.com/christophhart/JUCE_customized
As @DanH said, this is the thread to look at:
https://forum.hise.audio/topic/14184/juce-submodule-psa?_=1780482119841 -
@griffinboy said in Build Failed - Missing JUCE 'modules' ?:
You need to manually place it in the HiseDevelop juce folder before compiling Hise
If you use git's submodules feature there are no manual steps needed.
-
@DanH @griffinboy @David-Healey
I've deleted all source folders then used the cmd line prompt
git clone --branch develop --recurse-submodules https://github.com/christophhart/HISE.git
For some reason, its just building a Debug build even when I choose "Release w/ Faust". I noticed that debug file was already there also, did my build even succeed? I cant tell. The debug build works but thats not what I even chose in the first place but thats all that shows in the build folder after 'build succeded'.
Also, I already upgraded to JUCE 8

How do I switch to 8? JUCE is telling me that its not up to date and that JUCE path is wrong. !
The whole reason im even rebuilding HISE is becase I could never get networks to compile to dll and even after rebuild its still giving me this error...

Screenshot 2026-06-05 at 5.31.09 AM.png

-
I keep getting only the debug build showing up in the build folder when im choosing 'ReleaseWithFaust'. 'Debug' is the only thing that shows up when I build. I tried to re-install JUCE and did a fresh new git clone with Davids instructions. I still get 'The path to your JUCE folder is incorrect'. (see image lower left corner)

This is my current HISE Project folder that contains the builds.
(see Debug is the only version being built)
I used the highlighted file (HISE Standalone.jucer) to setup then send to xcode. (v16.2)

-
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
Also, I already upgraded to JUCE 8
With HISE you're stuck on juce6 for now. Need to wait for Christoph to fix juce8.
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
its just building a Debug build even when I choose "Release w/ Faust".
Where are you choosing it?
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
I still get 'The path to your JUCE folder is incorrect'. (see image lower left corner)
Click "Don't ask again"
My bootcamp course shows all the build steps if you want a video demo: https://audiodevschool.com/courses/hise-bootcamp/
-
@David-Healey said in Build Failed - Missing JUCE 'modules' ?:
With HISE you're stuck on juce6 for now.
ok.
@David-Healey said in Build Failed - Missing JUCE 'modules' ?:
Where are you choosing it?
Here
:I get this in xCode and 'Build Failed'.

-
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
Here
That page is just for editing the configuration, it doesn't affect which mode xcode builds with. To do that you need to select it from the build menu in xcode.
Click this button to open the project in xcode:

-
@David-Healey I do do that. Look at this...
I've built HISE a few times over before successfully. Im just getting this now.

-
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
I've built HISE a few times over before successfully. Im just getting this now.
Something's messed up with your JUCE configuration. You mentioned you've upgraded to juce 8 and reinstalled JUCE. What do you mean by that?