Build Failed - Missing JUCE 'modules' ?
-
@David-Healey I never get far enough to get to that dialog box. As soon as I click 'compile...' it gives me the error shown above. That option menu never shows up for me.
-
@David-Healey
My Hise Path is set to the new HISE source folder downloaded on my desktop. Do you see anything else here that could be causing this?
-
@Chazrox I'm not sure you need to set the faust path, the library should be installed in hise > tools > faust - there's a readme in there with instructions.
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
As soon as I click 'compile...' it gives me the error shown
Can you show me a video so I can make sure I'm following the same process as you?
-
-
@Chazrox It looks like you only enabled compilation on the gain node, not on the outer chain, is that correct?
-
@David-Healey yes, but honestly i've tried it both ways. same result. I noticed that whether I do it to the outermost container or one of the inside nodes it changes it for all of them.
-
@David-Healey I just did it again with the outermost container just for good measure and still the same results. I did the same exact process in the video I sent you but I chose the outer container and set 'allow compilation'. I still get instant error/crash.
-
@Chazrox That is indeed an odd error. After you try the compilation, do you get the Binaries folder showing up in DspNetworks?
So YourProject/DspNetworks/Binaries
If so you can try launching and running this directly in XCode:
DspNetworks/Binaries/Builds/MacOSX/YourProject.xcodeprojBuilding from xcode will give you more informative error reports.
-
@HISEnberg Suuuper odd. I've been trying to fix this on and off for a year now.
Nothing shows up in binaries. This is my project folder that im trying to compile from.

-
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
This is my project folder that im trying to compile from.
This is the one in the video?
-
@David-Healey yes.
-
@Chazrox Make a fresh project - that one might have stale files and we want to eliminate that possibility.
Do your test again in the fresh project, one network, one node.
-
@David-Healey will do. brb.
-
@Chazrox If I had to guess right now it looks like the script which HISE runs to autogenerate the template for the dll is failing you. Does the version of JUCE you used to create HISE match the JUCE version in the project settings?

-
-
-
@Chazrox You didn't delete all copies of Projucer?
-
@David-Healey I did! Atleast I thought I did, I had to redownload it.
-
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
I thought I did, I had to redownload it.
You had to redownload Projucer separately?
-
@David-Healey Ok I checked again. Now when I right click the HISE standalone.jucer file its just this one...

***After deleting and confirming only 1 projucer exists...Im attempting a fresh build and i'll try to compile again..

