<?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[Error compiling HISE plugin]]></title><description><![CDATA[<p dir="auto">Hello forum,<br />
i managed to build the HISE standalone app of the latest dev-branch but get en error message when trying to compile the HISE plugin (AMD 64 / Linux Mint 20.3).<br />
it says:</p>
<pre><code>../../../../../HISE-develop/hi_backend/../hi_modules/../hi_scripting/scripting/api/ScriptingApiContent.h:2221:8: error: declaration of ‘using ScreenshotListener = struct hise::ScreenshotListener’ changes meaning of ‘ScreenshotListener’ [-fpermissive]
 2221 |  using ScreenshotListener = ScreenshotListener;
      |        ^~~~~~~~~~~~~~~~~~
In file included from ../../../../../HISE-develop/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:122,
                 from ../../../../../HISE-develop/hi_backend/../hi_modules/hi_modules.h:57,
                 from ../../../../../HISE-develop/hi_backend/hi_backend.h:55,
                 from ../../Source/../JuceLibraryCode/JuceHeader.h:17,
                 from ../../Source/PluginProcessor.h:14,
                 from ../../Source/PluginProcessor.cpp:13:
../../../../../HISE-develop/hi_backend/../hi_modules/../hi_scripting/scripting/api/ScriptingGraphics.h:37:8: note: ‘ScreenshotListener’ declared here as ‘struct hise::ScreenshotListener’
   37 | struct ScreenshotListener
      |        ^~~~~~~~~~~~~~~~~~
make: *** [Makefile:248: build/intermediate/Release/PluginProcessor_a059e380.o] Fehler 1
</code></pre>
<p dir="auto">Any ideas on how to avoid that?</p>
]]></description><link>https://forum.hise.audio/topic/6283/error-compiling-hise-plugin</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 08:35:53 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/6283.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Sep 2022 17:29:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error compiling HISE plugin on Fri, 09 Sep 2022 22:22:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/635">@toxonic</a> It was in the error message you posted ;)</p>
<p dir="auto"><img src="https://i.imgur.com/LA44ccE.png" alt="45ffbe1b-d9b3-4926-981e-9739f5c36e30-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/54484</link><guid isPermaLink="true">https://forum.hise.audio/post/54484</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 09 Sep 2022 22:22:26 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling HISE plugin on Fri, 09 Sep 2022 22:07:05 GMT]]></title><description><![CDATA[<p dir="auto">@d-healey said in <a href="/post/54481">Error compiling HISE plugin</a>:</p>
<blockquote>
<p dir="auto">Add the <code>-fpermissive</code> flag</p>
</blockquote>
<p dir="auto">Great, that worked fine! :) Thank you so much!</p>
]]></description><link>https://forum.hise.audio/post/54483</link><guid isPermaLink="true">https://forum.hise.audio/post/54483</guid><dc:creator><![CDATA[toxonic]]></dc:creator><pubDate>Fri, 09 Sep 2022 22:07:05 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling HISE plugin on Fri, 09 Sep 2022 20:39:47 GMT]]></title><description><![CDATA[<p dir="auto">Add the <code>-fpermissive</code> flag or use my fork (development branch) which definitely compiles on Linux Mint. <a href="https://github.com/davidhealey/HISE/tree/development" rel="nofollow ugc">https://github.com/davidhealey/HISE/tree/development</a></p>
<p dir="auto">Also use gcc/c++ 8, 9, 10, or 11 because HISE won't compile with 12.</p>
]]></description><link>https://forum.hise.audio/post/54481</link><guid isPermaLink="true">https://forum.hise.audio/post/54481</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 09 Sep 2022 20:39:47 GMT</pubDate></item></channel></rss>