<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 22, 2015 at 4:39 PM, IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 01/22/2015 03:24 PM, Alexandros Drymonitis wrote:<br>
> On Thu, Jan 22, 2015 at 4:09 PM, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br>
><br>
>> check the Build-Depends section in [1]<br>
>><br>
> Ok, I'm kind of getting it. But I have to include these URIs in<br>
> sources.list. I've no idea where this sources.list is located in the<br>
> system. Is it included in the Pd package, or is it in the Debian system?<br>
><br>
<br>
</span>ah no.<br>
<br>
the link i gave you gives you the information directly: just copy the<br>
Build-Depends (without commas, linebreaks, things in brackets) to your<br>
clipboard and "aptitude install" them.<br>
<br>
the alternative (which is what is suggested by the error message you<br>
got) is to add a "deb-src" line to your sources.list.<br>
*usually* this can be done by duplicating the lines starting with "deb"<br>
and replace that first word with "deb-src".<br>
e.g. my sources.list file looks like:<br>
 deb <a href="http://ftp.at.debian.org/debian/" target="_blank">http://ftp.at.debian.org/debian/</a> jessie main contrib non-free<br>
 deb-src <a href="http://ftp.at.debian.org/debian/" target="_blank">http://ftp.at.debian.org/debian/</a> jessie main contrib non-free<br>
(this will most likely not work on your rasbpi)<br>
then run "apt-get update" (so the new sources take effect).<br>
<br>
<br>
the sources.list file(s) are a core component of the Debian package manager.<br>
it is either /etc/apt/sources.list or split into multiple files in<br>
/etc/apt/sources.list.d/ (actually apt uses both).<br>
i prefer the latter as it allows you to add a single file (e.g.<br>
/etc/apt/sources.list.d/debsrc.list) that only adds the "deb-src" you<br>
are interested in without touching (and breaking) /etc/apt/sources.list.<br></blockquote><div>That did it! In the Pi the /etc/apt/sources.list had this line commented out, suggesting to remove the comment if you need it. I removed it and then typed sudo apt-get build-dep puredata and re-compiled Pd and it now runs fine.<br><br></div><div>Thanks<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
<br>
mgfdsar<br>
<span class=""><font color="#888888">IOhannes<br>
<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <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>