<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 18, 2014 at 8:10 PM, IOhannes m zmölnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 01/16/2014 11:50 AM, Alexandros Drymonitis wrote:<br>
&gt; Having had some problems with audio drop outs in Ubuntu, I am now giving<br>
&gt; Sabayon 14.01 a try. I&#39;m trying to compile Pd, ./autogen.sh seemed to work<br>
&gt; fine, but when I type ./configure --enable-jack things go wrong. At the end<br>
&gt; of configure I get these messages:<br>
&gt; ./configure: line 15417: syntax error near unexpected token `JACK,&#39;<br>
&gt; ./configure: line 15417: `    PKG_CHECK_MODULES(JACK, jack, have_jack=yes,<br>
<br>
</div>ok, so there are a number of things here.<br>
<br>
the first thing you should always do when you are trying to compile Pd<br>
on a debian derivative (i don&#39;t know sabayon-14.01, but it sounds very<br>
much like a ubuntu derivative, which in turn is a debian derivative), is<br>
to install all the stuff Debian uses to build the &quot;puredata&quot; package.<br>
<br>
$ apt-get build-dep puredata<br>
<br>
<br>
it seems that the PKG_CHECK_MODULES macro has not been expanded in the<br>
configure file, which most likely means that you have ignored (or<br>
overseen) an error when running autogen.sh.<br>
you must install the `pkg-config` package, so that autotools know what<br>
to do with the PKG_CHECK_MODULES macro.<br>
<br>
as roman has noticed, th is not really Pd&#39;s configure but the one from<br>
portaudio.<br>
&quot;pkg-config&quot; will not be installed with the above apt-get command,<br>
because Debian completely disables the portaudio that comes with Pd (and<br>
uses the one installed in the &quot;portaudio19-dev&quot; package).<br>
in any case, you can disable portaudio, with the &quot;--disable-portaudio&quot; flag.<br>
as roman has also pointed out, this will only disable building<br>
portaudio, but will still try to run pa&#39;s configure (which is the one<br>
that fails). you can disable recursive configure invocation by adding<br>
the &quot;--no-recursion&quot; flag to configure.<br>
<br>
$ ./configure --disable-portaudio --disable-portmidi --no-recursion<br>
<div class="im"><br>
<br>
&gt;<br>
&gt; plus some other stuff that don&#39;t seem write (out of intuition, not<br>
&gt; knowledge or experience) for example:<br>
&gt; checking machine/soundcard.h usability... no<br>
&gt; checking machine/soundcard.h presence... no<br>
&gt; checking for machine/soundcard.h... no<br>
&gt; checking for _oss_ioctl in -lossaudio... no<br>
<br>
</div>nothing wrong here.<br>
<div class="im"><br>
&gt;<br>
&gt; I also got lots of warnings when I typed make, like:<br>
&gt; msgfmt --check --tcl --locale=af -d . af.po<br>
&gt; af.po:6: warning: header field &#39;Language&#39; missing in header<br>
<br>
</div>i don&#39;t know anything about this. but i guess it&#39;s not problematic (and<br>
in any case would only be related to i18n; so if you don&#39;t absolutely<br>
need a greek pd, i would ignore these warnings).<br>
<br>
<br>
fgmadsr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
</font></span><br>
PS: debian already comes with puredata-0.45.4<br></blockquote><div>My question is off topic, but since you mentioned it I&#39;ll write it here. I downloaded a liveCD image from <a href="http://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/">here</a> but during installation it got stuck at installing the grub boot loader. It was unable to install it to any partition of my hard drive (even the master boot record). Anyone knows why this happens? Also, when setting up the partitions, I assigned the free space I have for Linux to Ext4. I really don&#39;t know if this is what I&#39;m supposed to do, but it was the first choice, and it was already chosen.<br>
<br>I tried the live image to check how it works on my laptop, but there was no Pd installed there (or jack)...plus this image is 7.2 (i downloaded gnome as I&#39;ve no idea what&#39;s the difference between all these) and on debian&#39;s main page you can get 7.3.<br>
</div><div>I guess this should go to some debian forum, but maybe IOhannes knows better about the combination of debian and Pd..<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
<br>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div></div>