Dear PD List,
I am sorry for the beginner's question, but I can't figure out how to install the latest version of PD (0.47-1) to the latest Ubuntu (16.04. LTS) release. I must say that I am complete beginner in that OS.
I followed the instructions from INSTALL.txt and after typing ./automake I got this:autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4/generated -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory portaudio to autoreconf autoreconf: Entering directory
portaudio'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: tracing
autoreconf: configure.in: subdirectory bindings/cpp not present
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.in:104: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
If this token and others are legitimate, 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
Can you please, help me with this?Thanks a lot! Hrvoje Radnic http://soundcloud.com/sumovi-protiv-valova 00385(0)915225162
On 12/29/2016 12:07 PM, Hrvoje Radnic via Pd-list wrote:
I am sorry for the beginner's question, but I can't figure out how to install the latest version of PD (0.47-1) to the latest Ubuntu (16.04. LTS) release.
i thought the latest ubuntu (as of now) is 16.10 (Yakkety Yak).
I must say that I am complete beginner in that OS.
well, the version that comes with xenial is not that old (0.46-7). if you really need 0.47-1, then i've posted instructions on how to compile a proper package numerous times on this list. e.g. here https://lists.puredata.info/pipermail/pd-list/2016-04/114301.html
of course you need to adjust the actual dsc-URL used by "dget" , e.g. using the one found on http://packages.ubuntu.com/yakkety/puredata
gfmasf IOhannes