<?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[Probleme with make after .&#x2F;configure --enable-jack]]></title><description><![CDATA[<p>Hi</p>
<p>When I compile pd-extended after ./configure --enable-jack<br />
I get :</p>
<p>etc&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;<br />
&amp;#8230; undefined reference to `jack_port_register'<br />
/home/caracteriel/Pd-0.42.5-extended/pd/src/s_audio_jack.c:341: undefined reference to `jack_port_register'<br />
s_audio_jack.o: In function `jack_connect_ports':<br />
/home/caracteriel/Pd-0.42.5-extended/pd/src/s_audio_jack.c:210: undefined reference to `jack_port_name'<br />
collect2: ld returned 1 exit status<br />
make: *** [../bin/pdextended] Error 1</p>
<p>I use Ubuntu.<br />
Jack is installed with .deb<br />
Any Ideas ?</p>
<p>Cdt</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 06:03:48 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/5839.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Dec 2011 22:13:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme with make after .&#x2F;configure --enable-jack on Tue, 27 Dec 2011 22:13:35 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>When I compile pd-extended after ./configure --enable-jack<br />
I get :</p>
<p>etc&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;<br />
&amp;#8230; undefined reference to `jack_port_register'<br />
/home/caracteriel/Pd-0.42.5-extended/pd/src/s_audio_jack.c:341: undefined reference to `jack_port_register'<br />
s_audio_jack.o: In function `jack_connect_ports':<br />
/home/caracteriel/Pd-0.42.5-extended/pd/src/s_audio_jack.c:210: undefined reference to `jack_port_name'<br />
collect2: ld returned 1 exit status<br />
make: *** [../bin/pdextended] Error 1</p>
<p>I use Ubuntu.<br />
Jack is installed with .deb<br />
Any Ideas ?</p>
<p>Cdt</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack</guid><dc:creator><![CDATA[caracteriel]]></dc:creator><pubDate>Tue, 27 Dec 2011 22:13:35 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme with make after .&#x2F;configure --enable-jack on Tue, 27 Dec 2011 23:50:20 GMT]]></title><description><![CDATA[<p>I'm a Gentoo user, but check your repos for a development version of the jack libraries (like, libjack-dev or something). If they exist, installing them could solve your problem.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/2</guid><dc:creator><![CDATA[murray]]></dc:creator><pubDate>Tue, 27 Dec 2011 23:50:20 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme with make after .&#x2F;configure --enable-jack on Fri, 30 Dec 2011 19:18:38 GMT]]></title><description><![CDATA[<p>I already installed libjack-dev. Actually, libjack-jackd2-dev is installed.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/3</guid><dc:creator><![CDATA[caracteriel]]></dc:creator><pubDate>Fri, 30 Dec 2011 19:18:38 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme with make after .&#x2F;configure --enable-jack on Thu, 05 Jan 2012 20:57:04 GMT]]></title><description><![CDATA[<p>Well I searched the Ubuntu repo's and there is a libjack-dev package, not just a libjack-jackd2-dev package which I'm assuming is for jack2. You're not providing any information beyond that configure error, so my advice is install libjack-dev.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/4</guid><dc:creator><![CDATA[murray]]></dc:creator><pubDate>Thu, 05 Jan 2012 20:57:04 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme with make after .&#x2F;configure --enable-jack on Fri, 06 Jan 2012 18:50:23 GMT]]></title><description><![CDATA[<p><a href="http://lists.puredata.info/pipermail/pd-list/2010-12/085778.html" rel="nofollow">http://lists.puredata.info/pipermail/pd-list/2010-12/085778.html</a></p>
<blockquote>
<p>&quot;another simple workaround is to install libjack-dev for compiling and<br />
than re-install jackd2 if you need it.</p>
<p>the reason why Pd depends on libjack-dev is that this is the debian<br />
policy: all applications should be built against libjack-dev (that is:<br />
jack1) but the default installation is jack2 (jack2 is backwards<br />
compatible with jack1 but not the other way round)<br />
this allows for most compatibility, but mightimpose some problems to the<br />
ordinary debian user compiling packages themselves (debian's buildfarm<br />
doesn't care about jackd2 not being installed)&quot;</p>
</blockquote>
<p>I don't know why it's bothering me so much that you just shrugged off my initial advice, but beating a dead horse will help me forget about this thread.</p>
<p><a href="http://www.google.com/" rel="nofollow">http://www.google.com/</a> &gt; pure-data jackd2</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5839/probleme-with-make-after-configure-enable-jack/5</guid><dc:creator><![CDATA[murray]]></dc:creator><pubDate>Fri, 06 Jan 2012 18:50:23 GMT</pubDate></item></channel></rss>