<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Building HISE on macOS (10.13) errors and questions about using &#x2F;auto_build&#x2F; files in hise source folder]]></title><description><![CDATA[<p dir="auto">I just tried to compile the <strong><a href="https://github.com/christophhart/HISE/tree/scriptnode" rel="nofollow ugc">latest commit of the branch "scriptnode"</a> (2020-08-20)</strong> on my macOS system. <strong>21 errors and about 59 warnings</strong>. The errors stop the build.</p>
<p dir="auto"><strong>Specs of my system and build paths:</strong></p>
<ul>
<li><strong>macOS High Sierra 10.13.6 + Xcode 8.3.3</strong> (have not installed xcpretty yet)</li>
<li>the <strong>folder I use for compiling hise</strong> from:<br />
/Applications/HISE-scriptnode-2020-08/</li>
<li>got all <strong>SDKs</strong> in the correct folder: /tools/SDK/</li>
<li><strong>IPP</strong> is installed for High Sierra, that was the version that was last supported on this OS, namely the <strong>2019-5</strong>. <em>Any other version supported is going to be a version released in 2019 as you cannot install anything newer nor older on High Sierra.</em></li>
</ul>
<p dir="auto">First off: I <strong>did not modify</strong> the "<strong>HISE Standalone.jucer</strong>" file at all, it is as it comes with the download of the latest <strong><a href="https://github.com/christophhart/HISE/tree/scriptnode" rel="nofollow ugc">/tree/scriptnode/ files</a></strong> from github. Also, I <strong>already have a working compiled version</strong> of the <a href="https://github.com/christophhart/HISE/releases" rel="nofollow ugc">HISE release version 2.1</a> successfully on this very system. That version resides in a parallel folder to the new scriptnode  branch, that I am now attempting to compile.</p>
<p dir="auto">Here are the errors from the build with nothing changed in the .jucer file:</p>
<p dir="auto"><img src="https://i.imgur.com/YFZzWZs.png" alt="Screen Shot 2020-08-20 at 03.41.24.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The errors include <strong>"No member named 'writeToConsole' in 'hise::MainController'"</strong> and many more like that one. Is there a path I need to set or do I have to go through all settings manually now as well? Seems like the flags have all been updated to the ones used by @d-healey in <a href="https://bit.ly/2FGW1af" rel="nofollow ugc">his macOS compiling hise video</a> for the most part.</p>
<p dir="auto">Any idéas on what might be my issue?  (<strong>SOLVED</strong>, <em>this part is solved, see below</em>)</p>
<p dir="auto">(no paths have been tampered with, using defaults. IPP is fine, Xcode 8.3.3 is "top notch HISE material" <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f600.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--grinning" style="height:23px;width:auto;vertical-align:middle" title=":grinning:" alt="😀" />)</p>
<h2>Regrading the /tools/auto_build/ folder:</h2>
<p dir="auto">I also now just see the folder <strong>/tools/auto_build/</strong> where in I find these files:</p>
<ul>
<li><strong>01_BuildHISE.sh</strong>, <strong>02_BuildInstaller.sh</strong> etc.</li>
</ul>
<p dir="auto">One of those files should do what I need, just build HISE, but which one?<br />
Is it the "01_BuildHISE.sh"?<br />
Is it the "NewBuildOSX" executable file?</p>
<p dir="auto">Sorry, the intro.rtf there does not shine a light on how to build with the auto-build folder. But the idéa is promising, please tell me how to auto-build! :)</p>
<p dir="auto">(<em>I have tried to make alternative settings, like double checking the IPP, setting it to "ENABLED" explicitly, with no changes to the errors shown above. The same errors occur</em>)</p>
<hr />
<p dir="auto"><strong>UPDATE</strong>:<br />
I found out that I had by mistake opened the Projucer application of an earlier build of hise. I <strong>double clicked on the new .jucer file</strong> for the HISE standalone build in a new folder I made for the scriptnode branch. The <em>older</em> one was the <em>main release 2.1</em>. That one´s Projucer application did not correctly read the .jucer file of the new scriptnode version, which is based on a newer version of JUCE. Hence referencing the wrong files or not connecting the correct modules.</p>
<p dir="auto"><strong>I have thus solved this. The build of HISE Standalone on my system with HISE scriptnode branch (2020-08-20) build with no errors but 150+ warnings on my system. Details above.</strong></p>
]]></description><link>https://forum.hise.audio/topic/2924/building-hise-on-macos-10-13-errors-and-questions-about-using-auto_build-files-in-hise-source-folder</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 16:58:11 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/2924.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2020 02:17:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Building HISE on macOS (10.13) errors and questions about using &#x2F;auto_build&#x2F; files in hise source folder on Fri, 21 Aug 2020 00:33:53 GMT]]></title><description><![CDATA[<p dir="auto">SOLVED the issue, see last part, if you have the same issues.</p>
]]></description><link>https://forum.hise.audio/post/24229</link><guid isPermaLink="true">https://forum.hise.audio/post/24229</guid><dc:creator><![CDATA[andioak]]></dc:creator><pubDate>Fri, 21 Aug 2020 00:33:53 GMT</pubDate></item><item><title><![CDATA[Reply to Building HISE on macOS (10.13) errors and questions about using &#x2F;auto_build&#x2F; files in hise source folder on Thu, 20 Aug 2020 11:26:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/654">@andioak</a></p>
<p dir="auto">I tried making alternative settings in the .jucer project, basically setting everything I want included in the HISE standalone app to "Enabled", renders less errors, but still seems to produce errors with non-declared stuff, like the image below:</p>
<p dir="auto"><img src="https://i.imgur.com/Luj0ryW.png" alt="Screen Shot 2020-08-20 at 13.18.38.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I´m guessing from the current issue by @d-healey, "<a href="https://forum.hise.audio/topic/2848/latest-build-errors">Latest build errors</a>", that there are a few bugs in need of straightening out. Is this what might cause these errors seen in my images?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a></p>
]]></description><link>https://forum.hise.audio/post/24188</link><guid isPermaLink="true">https://forum.hise.audio/post/24188</guid><dc:creator><![CDATA[andioak]]></dc:creator><pubDate>Thu, 20 Aug 2020 11:26:54 GMT</pubDate></item></channel></rss>