Hey there everyone!
I’ve been attempting to use the JUCE live build feature in 6.0.5 but keep running into errors.
Steps to reproduce:
- Create project from GUI template in the Projucer
- Enable Live Build
- Enable Compilation
This starts the compilation process but I always end up with the Projucer giving “JIT process stopped responding!”
When looking at the IDE_log.txt I don’t get given much info on why this is the case, just says "*** Child process crashed: "
The Compiler_Log also gives no information, just Log time info.
I’ve also tried to attempt this using the example project on FlexBox here --> https://docs.juce.com/master/tutorial_flex_box_grid.html#tutorial_flex_box_grid_live_build_macro
and I get the exact same behaviour.
I’ve deleted and redownloaded the compilation engine but this doesn’t seem to help.
Any pointers would be greatly appreciated!