[PD] Pd 46.6 on raspberry pi 2 (automake)

Jack jack at rybn.org
Sun Jul 5 23:55:28 CEST 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yes, now you need libtool.
Try something like :
$ sudo apt-get update
$ sudo apt-get build-dep puredata
and try to re-compile.
Or you can follow instructions given by Antoine.
++

Jack



Le 05/07/2015 23:48, Rick Snow a écrit :
> Thanks Jack.  This seems to be moving in the right direction.
> 
> I ran sudo apt-get install autoconf and that seemed to install
> correctly.
> 
> Now when I run ./autogen I get: autoreconf: Entering directory '.
> ' autoreconf: configure.ac not using Gettext a series of 10 more
> autoconf: returns including: autoreconf: configure.in: subdirectory
> bindings/cpp not present autoreconf: configure.in: not using
> Libtool then configure.in: 104: error: possibly undefined macro:
> AC_LIBTOOL_WIN32_DLL If this token and others are legitemate,
> please use m4_pattern_allow. See the Autoconf documentation. 
> configure.in:105 error: possibly undefined macro: AC_PROG_LIBTOOL 
> autoreconf: /usr/bin/autoconf failed with exit status: 1
> 
> thanks again, Rick
> 
> 
>> Hello Rick,
>> 
>> you can try before (if under debian based linux) : $ sudo apt-get
>> install autoconf ++
>> 
>> Jack
>> 
>> 
>> 
>> Le 05/07/2015 22:54, Rick Snow a écrit :
>>> Hi list,
>>> 
>>> I've been trying to set up a Raspberry Pi 2 for a few days and
>>> am running into some problems.
>>> 
>>> I was able to install Pd 43.3 without difficulty.
>>> 
>>> But when I tried to install Pd 46.6 for the Raspberry Pi from 
>>> Miller's site: http://msp.ucsd.edu/software.html
>>> 
>>> using the following directions:
>>> 
>>> "run the following commands: ./autogen.sh ./configure make"
>>> 
>>> 
>>> When I run: ./autogen.sh
>>> 
>>> terminal returns: ./autogen.sh: 22 ./autogen.sh: autoreconf:
>>> not found
>>> 
>>> I have successfully run: sudo apt-get update and sudo apt-get 
>>> install build-essential
>>> 
>>> Any advice would be greatly appreciated!
>>> 
>>> best, Rick
>>> 
>>> 
>>> _______________________________________________ 
>>> Pd-list at lists.iem.at mailing list UNSUBSCRIBE and 
>>> account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>> 
>> 
>> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
>> 
>> iQEcBAEBAgAGBQJVmZrpAAoJEOuluecjw8GU8uwIAJC/0kp3FyVJ8R3eIAo9b7GE 
>> 5hsJhNH0N2IJ1Alu1IIFZJZUTK8BbZbafodxXXRqXRlOZEQJlKDEcHeqH1Gk5zOo 
>> /3p316q4cArrY0TTl9c9jmUoWqnC9OPqx3YurQ5BuEZKc1e88Gbik5x9GGYa7bQ5 
>> pRv/eWQ4kfwrUJ3Jwb9i1pWacgOmdlXL3SlyvZhPMTLbBBgujse3znwHEB+Pby7n 
>> Lny+htQ6EdP7pBPZMNnIdeopJUqadEwWT6Y6V5743zRBEp8zHr8/5JNfzkjdcb4b 
>> HSSKUWfoCOFQFh2VdrFQKjUsNMeD51KDx7d/8JxolGSZGVd3mW0Ts0viP9iUdbs= 
>> =9rdp -----END PGP SIGNATURE-----
>> 
>> 
>> 
>> ------------------------------
>> 
>> Message: 3 Date: Sun, 5 Jul 2015 16:00:30 -0500 From: Rick Snow
>> <ricksnow at gmail.com> To: pd-list at lists.iem.at Subject: [PD] 2nd
>> Pi 2 issue Message-ID: 
>> <CACeJAC+wC7tZn8647BesYMb1QBkWB_CX0pKegW_f4psawtbcsQ at mail.gmail.com>
>>
>> 
Content-Type: text/plain; charset="utf-8"
>> 
>> Dear list,
>> 
>> In addition to having trouble getting pd 46.6 to install on the
>> Raspberry Pi 2 I am having trouble compiling the NYU wiringPi
>> objects.
>> 
>> Does anyone know which architecture the Pi 2 requires?  l_arm or
>> .pd_linux?
>> 
>> I am able to compile the objects using the provided makefile as
>> an l_arm object but when I try to create a .pd_linux object with
>> the makefile terminal returns: "* No rule to make target
>> 'wiringPi_gpio.pd_linux'. Stop."
>> 
>> same goes for the wiringPi_mcp3008.pd_linux object.
>> 
>> Any advice greatly appreciated! Rick -------------- next part
>> -------------- An HTML attachment was scrubbed... URL: 
>> <http://lists.puredata.info/pipermail/pd-list/attachments/20150705/3c
7957f3/attachment-0001.html>
>>
>>
>> 
- ------------------------------
>> 
>> Message: 4 Date: Sun, 5 Jul 2015 23:12:18 +0200 From: Antoine
>> Villeret <antoine.villeret at gmail.com> To: Jack <jack at rybn.org> 
>> Cc: "pd-list at lists.iem.at" <pd-list at lists.iem.at> Subject: Re:
>> [PD] pd 46.6 on raspberry pi 2? Message-ID: 
>> <CAGn5wNcW7Nom7sfSO-ykmu5SsV2YjmPF98tu7=Kb7w3kKpm2Ng at mail.gmail.com>
>>
>> 
Content-Type: text/plain; charset="utf-8"
>> 
>> hi
>> 
>> Miller's zip already contains binary for RPI so you don't need to
>> build it yourself. just install it with something like :
>> 
>> cd pd/src sudo make -f makefile.gnu
>> 
>> cheers a
>> 
>> -- do it yourself http://antoine.villeret.free.fr
>> 
>> 2015-07-05 23:00 GMT+02:00 Jack <jack at rybn.org>:
>> 
>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>> 
>>> Hello Rick,
>>> 
>>> you can try before (if under debian based linux) : $ sudo
>>> apt-get install autoconf ++
>>> 
>>> Jack
>>> 
>>> 
>>> 
>>> Le 05/07/2015 22:54, Rick Snow a écrit :
>>>> Hi list,
>>>> 
>>>> I've been trying to set up a Raspberry Pi 2 for a few days
>>>> and am running into some problems.
>>>> 
>>>> I was able to install Pd 43.3 without difficulty.
>>>> 
>>>> But when I tried to install Pd 46.6 for the Raspberry Pi
>>>> from Miller's site: http://msp.ucsd.edu/software.html
>>>> 
>>>> using the following directions:
>>>> 
>>>> "run the following commands: ./autogen.sh ./configure make"
>>>> 
>>>> 
>>>> When I run: ./autogen.sh
>>>> 
>>>> terminal returns: ./autogen.sh: 22 ./autogen.sh: autoreconf:
>>>> not found
>>>> 
>>>> I have successfully run: sudo apt-get update and sudo
>>>> apt-get install build-essential
>>>> 
>>>> Any advice would be greatly appreciated!
>>>> 
>>>> best, Rick
>>>> 
>>>> 
>>>> _______________________________________________ 
>>>> Pd-list at lists.iem.at mailing list UNSUBSCRIBE and 
>>>> account-management ->
>>>> http://lists.puredata.info/listinfo/pd-list
>>>> 
>>> 
>>> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
>>> 
>>> iQEcBAEBAgAGBQJVmZrpAAoJEOuluecjw8GU8uwIAJC/0kp3FyVJ8R3eIAo9b7GE
>>>
>>> 
5hsJhNH0N2IJ1Alu1IIFZJZUTK8BbZbafodxXXRqXRlOZEQJlKDEcHeqH1Gk5zOo
>>> /3p316q4cArrY0TTl9c9jmUoWqnC9OPqx3YurQ5BuEZKc1e88Gbik5x9GGYa7bQ5
>>>
>>> 
pRv/eWQ4kfwrUJ3Jwb9i1pWacgOmdlXL3SlyvZhPMTLbBBgujse3znwHEB+Pby7n
>>> Lny+htQ6EdP7pBPZMNnIdeopJUqadEwWT6Y6V5743zRBEp8zHr8/5JNfzkjdcb4b
>>>
>>> 
HSSKUWfoCOFQFh2VdrFQKjUsNMeD51KDx7d/8JxolGSZGVd3mW0Ts0viP9iUdbs=
>>> =9rdp -----END PGP SIGNATURE-----
>>> 
>>> _______________________________________________ 
>>> Pd-list at lists.iem.at mailing list UNSUBSCRIBE and
>>> account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>>> 
>> -------------- next part -------------- An HTML attachment was
>> scrubbed... URL: 
>> <http://lists.puredata.info/pipermail/pd-list/attachments/20150705/44
19b213/attachment-0001.html>
>>
>>
>> 
- ------------------------------
>> 
>> Message: 5 Date: Sun, 5 Jul 2015 23:18:09 +0200 From: Antoine
>> Villeret <antoine.villeret at gmail.com> To: Rick Snow
>> <ricksnow at gmail.com> Cc: "pd-list at lists.iem.at"
>> <pd-list at lists.iem.at> Subject: Re: [PD] 2nd Pi 2 issue 
>> Message-ID: 
>> <CAGn5wNdNB0Lj3G0r0s208iSym0CmR0WF71vi2KCVj6fmKL9t-A at mail.gmail.com>
>>
>> 
Content-Type: text/plain; charset="utf-8"
>> 
>> 2015-07-05 23:00 GMT+02:00 Rick Snow <ricksnow at gmail.com>:
>> 
>>> Dear list,
>>> 
>>> In addition to having trouble getting pd 46.6 to install on the
>>> Raspberry Pi 2 I am having trouble compiling the NYU wiringPi
>>> objects.
>>> 
>>> Does anyone know which architecture the Pi 2 requires?  l_arm
>>> or .pd_linux?t
>>> 
>> both are good candidates but pd_linux could be of arch i686,
>> x86_64 or arm (or even something else)
>> 
>>> 
>>> I am able to compile the objects using the provided makefile as
>>> an l_arm object but when I try to create a .pd_linux object
>>> with the makefile terminal returns: "* No rule to make target
>>> 'wiringPi_gpio.pd_linux'. Stop."
>>> 
>> 
>> run pd with -verbose option and look at pd's console to know what
>> it is trying to load when you make a [wiringPi_gpio] object it
>> should try to load .l_arm + a
>> 
>>> 
>>> same goes for the wiringPi_mcp3008.pd_linux object.
>>> 
>>> Any advice greatly appreciated! Rick
>>> 
>>> _______________________________________________ 
>>> Pd-list at lists.iem.at mailing list UNSUBSCRIBE and
>>> account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>>> 
>>> 
>> -------------- next part -------------- An HTML attachment was
>> scrubbed... URL: 
>> <http://lists.puredata.info/pipermail/pd-list/attachments/20150705/63
53f7af/attachment.html>
>>
>>
>> 
- ------------------------------
>> 
>> Subject: Digest Footer
>> 
>> _______________________________________________ Pd-list mailing
>> list Pd-list at lists.iem.at to manage your subscription (including
>> un-subscription) see http://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> ------------------------------
>> 
>> End of Pd-list Digest, Vol 124, Issue 20 
>> ****************************************
>> 
> 
> _______________________________________________ 
> Pd-list at lists.iem.at mailing list UNSUBSCRIBE and
> account-management -> http://lists.puredata.info/listinfo/pd-list
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJVmafQAAoJEOuluecjw8GULw0H/ijuX3hwgBicL9rxpm4mlY+X
k/0ZsxvSnyR9Ho99IPQ3BQAJCN7Ib9LabBXxz/7yhpYRo2nqg0HycqPFRVs80nHh
WeODbWcz/Shw70NF1AAb3PFQ1HctEwnnK5gs6eMkenPSLZTGolwUXMhhcmiom8WU
jBaLEsZ/XPVSDcIlJaLksEW/c+j5iz7ijlcMYV0us5vwY5s3Eezw/dFhi60rf20y
gAbbvIOfeulrkpw3SXrXFOZ9juOKSDS3k4+w0mdAcWbVWDsHKL5VQNf9fEkVG1ow
DEhBBlbvWfAJ5DH693prqUOPhzqr/0U19tSj+edOdB5rf8wV9xK1rGABKmDr3nU=
=ysPk
-----END PGP SIGNATURE-----



More information about the Pd-list mailing list