Awesome! Thanks so much hc.. successfully compiling externals on ubuntu now. <br>I am wondering about the template.. there&#39;s probably no easy way for cross-compilation to be achieved, is there?<br>Specifically I am looking to compile for armv7l. <br>
<br>Thanks again!<br><br><div class="gmail_quote">On Tue, Sep 18, 2012 at 6:21 PM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at" target="_blank">hans@at.or.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I&#39;ll update the docs, this just means you don&#39;t have debhelper installed:<br>
<div class="im"><br>
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (&gt;= 7.0.50~)<br>
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied;<br>
aborting.<br>
<br>
<br>
</div>So &#39;sudo apt-get install debhelper&#39;<br>
<span class="HOEnZb"><font color="#888888"><br>
.hc<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 09/18/2012 07:25 PM, johnny zithers wrote:<br>
&gt; Wow, that&#39;s awesome, Thanks!<br>
&gt;<br>
&gt; I don&#39;t have time to get real into it today, but I did quickly try to<br>
&gt; debuild the template that I got from subversion.<br>
&gt; Maybe this was naive of me (I didn&#39;t change code or anything), but it fails<br>
&gt; this way:<br>
&gt;<br>
&gt; calum@MrFabulous:~/Desktop/DM/beaglebone/template$ debuild -uc -us<br>
&gt;  dpkg-buildpackage -rfakeroot -D -us -uc<br>
&gt; dpkg-buildpackage: set CFLAGS to default value: -g -O2<br>
&gt; dpkg-buildpackage: set CPPFLAGS to default value:<br>
&gt; dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions<br>
&gt; dpkg-buildpackage: set FFLAGS to default value: -g -O2<br>
&gt; dpkg-buildpackage: set CXXFLAGS to default value: -g -O2<br>
&gt; dpkg-buildpackage: source package pd-template<br>
&gt; dpkg-buildpackage: source version 0.0-1<br>
&gt; dpkg-buildpackage: source changed by Hans-Christoph Steiner &lt;<a href="mailto:hans@eds.org">hans@eds.org</a>&gt;<br>
&gt; dpkg-buildpackage: host architecture i386<br>
&gt; dpkg-checkbuilddeps: Unmet build dependencies: debhelper (&gt;= 7.0.50~)<br>
&gt; dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied;<br>
&gt; aborting.<br>
&gt; dpkg-buildpackage: warning: (Use -d flag to override.)<br>
&gt; debuild: fatal error at line 1340:<br>
&gt; dpkg-buildpackage -rfakeroot -D -us -uc failed<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Sep 18, 2012 at 3:31 PM, Hans-Christoph Steiner &lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; I updated the instructions to have a simple method:<br>
&gt;&gt; <a href="https://puredata.info/docs/developer/DebianTemplate" target="_blank">https://puredata.info/docs/developer/DebianTemplate</a><br>
&gt;&gt;<br>
&gt;&gt; h/c<br>
&gt;&gt;<br>
&gt;&gt; On 09/18/2012 02:45 PM, johnny zithers wrote:<br>
&gt;&gt;&gt; Thanks! I got the template and adjusted as directed.<br>
&gt;&gt;&gt; I am trying to make an external for Ubuntu, so I am following the debian<br>
&gt;&gt;&gt; instructions.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have hit a problem with using cowbuilder, however.<br>
&gt;&gt;&gt; Cowbuilder is installed, but when I run sudo cowbuilder --create I get<br>
&gt;&gt; the<br>
&gt;&gt;&gt; error:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &quot;Package cowdancer is not available, but is referred to by another<br>
&gt;&gt; package.<br>
&gt;&gt;&gt; This may mean that the package is missing, has been obsoleted, or is only<br>
&gt;&gt;&gt; available from another source<br>
&gt;&gt;&gt; E: Package cowdancer has no installation candidate..&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; <a href="http://askubuntu.com/questions/174378/cowbuilder-create-distribution-lucid-fails" target="_blank">http://askubuntu.com/questions/174378/cowbuilder-create-distribution-lucid-fails</a><br>
&gt;&gt;&gt; That link recommends editing the /etc/pbuilderrc file, which is the<br>
&gt;&gt;&gt; cowbuilder config file.<br>
&gt;&gt;&gt; However, when I add the following line.. sudo cowbuilder --create just<br>
&gt;&gt;&gt; hangs.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any help is appreciated ! Thanks<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Sep 18, 2012 at 10:07 AM, Hans-Christoph Steiner &lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a><br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Check out the LibraryTemplate, it includes a simple external written in<br>
&gt;&gt; C<br>
&gt;&gt;&gt;&gt; and builds on many platforms:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="https://puredata.info/docs/developer/LibraryTemplate/" target="_blank">https://puredata.info/docs/developer/LibraryTemplate/</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; You can download a tarball here:<br>
&gt;&gt;&gt;&gt; <a href="https://puredata.info/downloads/template" target="_blank">https://puredata.info/downloads/template</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; .hc<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 09/18/2012 01:01 PM, johnny zithers wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hello all,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I have been looking through all the online documentation I can find, but<br>
&gt;&gt;&gt;&gt; still unsuccessful at compiling simple external (hello world example).<br>
&gt;&gt;&gt;&gt; I have looked through all the OSX/Windows docs to try and figure out<br>
&gt;&gt; what<br>
&gt;&gt;&gt;&gt; configuration my make file should have, but no luck.<br>
&gt;&gt;&gt;&gt; Needless to say I&#39;m a n00b to creating my own makefiles.. any help is<br>
&gt;&gt;&gt;&gt; greatly appreciated!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt; JZ<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing<br>
&gt;&gt; list<br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;<br>
<br>
</div></div></blockquote></div><br>