<?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[JackOSX framework, Issues with headers]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I'm trying to use the jack audio framework on OSX.<br />
I install the JackOSX pkg, add the following in .pro:</p>
<pre><code>QMAKE_CXXFLAGS +=   -F/library/frameworks
QMAKE_CFLAGS +=   -F/library/frameworks
LIBS +=             -framework Jackmp
</code></pre>
<p dir="auto">The problem is when I try to include the header:</p>
<pre><code>#include &lt;jackmp/jack.h&gt;
</code></pre>
<p dir="auto">I have an error:</p>
<pre><code>/library/frameworks/jackmp.framework/Headers/jack.h:29:10: fatal error: 'jack/systemdeps.h' file not found
#include &lt;jack/systemdeps.h&gt;
         ^
</code></pre>
<p dir="auto">jack.h try to include &lt;jack/systemdeps.h&gt; but there's no jack folder in the framework Headers.</p>
<p dir="auto">And all the includes are relative to the jack folder:</p>
<pre><code>#include &lt;jack/systemdeps.h&gt;
#include &lt;jack/types.h&gt;
#include &lt;jack/transport.h&gt;
</code></pre>
<p dir="auto">I'm missing something obvious ?<br />
(the name of the framework is jackmp not jack)</p>
]]></description><link>https://forum.qt.io/topic/99149/jackosx-framework-issues-with-headers</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 19:26:39 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/99149.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Jan 2019 14:44:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to JackOSX framework, Issues with headers on Thu, 31 Jan 2019 12:28:39 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your responses.<br />
Sure there's something wrong with the framework headers.<br />
Hopefully there's a dylb installed as well and the headers are located in the right 'jack' folder in usr/local/include.</p>
<p dir="auto">So it works with  the dylb, not the framework.<br />
Problem (seems) solved</p>
<p dir="auto">Thanks you all for your attention.</p>
]]></description><link>https://forum.qt.io/post/508621</link><guid isPermaLink="true">https://forum.qt.io/post/508621</guid><dc:creator><![CDATA[mpergand]]></dc:creator><pubDate>Thu, 31 Jan 2019 12:28:39 GMT</pubDate></item><item><title><![CDATA[Reply to JackOSX framework, Issues with headers on Thu, 31 Jan 2019 05:57:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mpergand">@<bdi>mpergand</bdi></a> Did you try to search for any of that header files inside the framework to see whether they are there and if so where exactly they are located?</p>
]]></description><link>https://forum.qt.io/post/508502</link><guid isPermaLink="true">https://forum.qt.io/post/508502</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Thu, 31 Jan 2019 05:57:13 GMT</pubDate></item><item><title><![CDATA[Reply to JackOSX framework, Issues with headers on Wed, 30 Jan 2019 15:00:13 GMT]]></title><description><![CDATA[<p dir="auto">When the includes are not where they should be I don't know what Qt (or qmake in this case) can do against. You should ask the creator of this library what is wrong.</p>
]]></description><link>https://forum.qt.io/post/508376</link><guid isPermaLink="true">https://forum.qt.io/post/508376</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Wed, 30 Jan 2019 15:00:13 GMT</pubDate></item></channel></rss>