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@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@gmail.com To: pd-list@lists.iem.at Subject: [PD] 2nd Pi 2 issue Message-ID: CACeJAC+wC7tZn8647BesYMb1QBkWB_CX0pKegW_f4psawtbcsQ@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