<div dir="auto">How about `apt-get install pd-comport`? </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 7 Oct 2022, 16:28 Lucas Cordiviola, <<a href="mailto:lucarda27@hotmail.com">lucarda27@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Kerry,<br>
<br>
Not sure this helps:<br>
<br>
### get the comport sources<br>
<br>
from <a href="https://git.iem.at/pd/comport" rel="noreferrer noreferrer" target="_blank">https://git.iem.at/pd/comport</a><br>
<br>
extract the pkg.<br>
<br>
<br>
### compile<br>
<br>
cd the terminal to the extracted folder an do<br>
<br>
     make<br>
<br>
if the compiler can't find "m_pd.h" do<br>
<br>
     make PDDIR=<path to your Pd installation"><br>
<br>
if you want the output striped and on an specific location do:<br>
<br>
     make PDDIR=<path/to/your/Pd/installation" PDLIBDIR=<path/to/ouput> <br>
install.<br>
<br>
<br>
<br>
### post back your compiler errors (if all the above fails)<br>
<br>
<br>
### Deken<br>
<br>
most likely you don't have to install Deken.<br>
<br>
You access it from Pd's menu: `help/find externals` or also from the web<br>
<br>
     <a href="https://deken.puredata.info/results.html?name=comport" rel="noreferrer noreferrer" target="_blank">https://deken.puredata.info/results.html?name=comport</a><br>
<br>
###<br>
<br>
I have no experience at all with any Raspberry Pi but it looks that <br>
yours is an arm6 architecture. Without really knowing what I'm saying it <br>
looks that you won't find binaries for that arch on Deken.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
<br>
Mensaje telepatico asistido por maquinas.<br>
<br>
On 07/10/2022 09:09, kerry l. hagan wrote:<br>
> Hi all,<br>
><br>
> This is going to be a stupid question for all of you, but please know that I have scoured Google for this answer, and I still can’t figure it out.<br>
><br>
> I’m running a patch on a Raspberry Pi Model B+ V1.2 from 2014.<br>
><br>
> My collaborator needs the patch to use a comport object to speak to an Arduino.<br>
><br>
> I cannot get the comport source code to compile on the Pi. I don’t know enough to understand the error (that’s coming from ld) no matter how much I read.<br>
><br>
> I cannot get Deken to install (as I’ve been told I could get the comport object that way). I use apt-get install - and it returns no errors. But when I try to run Deken, I get ’Self-installation of Deken failed’<br>
><br>
> Here’s os-release:<br>
> PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"<br>
> NAME="Raspbian GNU/Linux"<br>
> VERSION_ID="11"<br>
> VERSION="11 (bullseye)"<br>
> VERSION_CODENAME=bullseye<br>
> ID=raspbian<br>
> ID_LIKE=debian<br>
> HOME_URL="<a href="http://www.raspbian.org/" rel="noreferrer noreferrer" target="_blank">http://www.raspbian.org/</a>"<br>
> SUPPORT_URL="<a href="http://www.raspbian.org/RaspbianForums" rel="noreferrer noreferrer" target="_blank">http://www.raspbian.org/RaspbianForums</a>"<br>
> BUG_REPORT_URL="<a href="http://www.raspbian.org/RaspbianBugs" rel="noreferrer noreferrer" target="_blank">http://www.raspbian.org/RaspbianBugs</a>”<br>
><br>
> I’m running Vanilla Pd 0.51.4<br>
><br>
> So my burning question is: how can an eejit like me get a functioning comport object into Pd?<br>
><br>
> Thanks in advance,<br>
><br>
> Kerry<br>
><br>
><br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank" rel="noreferrer">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank" rel="noreferrer">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>