URGENT:: Building is failed with xcpretty.
-
Hello,
I am just trying to export an AUi plugin on HISE, but it is failing again and again...../HISE Project/Binaries/batchCompileOSX: line 5: xcpretty: command not found
I tried to pull the recent source of HISE and build HISE standalone again.
I can't know what I have to do to resolve this issue.
Please help me. -
You have to install xcpretty, a ruby gem that transforms the bullshit output from the xcode commandline compiler to something human readable.
Installation is pretty easy:
https://github.com/supermarin/xcpretty/blob/master/README.md
-
Thanks.
And now I am getting following error messages.
/Volumes/Work/HISE/HISE/hi_frontend/frontend/FrontendProcessorEditor.cpp:403:37: no member named 'unlocker' in 'FrontendProcessor' TurboActivateUnlocker* ul = &fp->unlocker; ~~ ^
-
Ah I forgot to hide this behind the
USE_TURBO_ACTIVATE
macro. I just committed the fix. I checked and the demo_project builds successfully as Standalone on OS X.