Hi, I'm coming back to this discussion after another attempt to build Pd-vanilla 0.44-3 on Ubuntu 12.04. When running ./autogen.sh I get the following:
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf
line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf
line 196.
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
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:106: 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:107: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
I checked what's in the autogen script, but I've no idea what I should do. Any ideas anyone? BTW, I've uzipped the file and moved it to the /usr/local/bin/ directory. This is where it's supposed to be, right? And if I manage to build it, should I move other stuff( live extra) to /usr/local/lib/, and if yes, which ones exactly?
Thanks
On Thu, Jun 27, 2013 at 3:49 PM, Funs Seelen funsseelen@gmail.com wrote:
On Wed, Jun 26, 2013 at 7:46 AM, IOhannes zmölnig zmoelnig@iem.at wrote:
On 06/26/2013 12:34 AM, Funs Seelen wrote:
Hello Alexandros, The standard installation path for Pd in Ubuntu is /usr/local/lib/
(except
for the binary file /usr/bin).
definitely not. the default bath is either: /usr/local/bin (for the binaries) and /usr/local/lib/pd (for the rest) OR /usr/bin + /usr/lib/pd
Thanks for your clarification. I shouldn't have added the binary path for i wasn't 100% sure about that and not using my own computer, although i was sure the main part of my answer could be helpful to Alexandros.
/usr/local is usually used for installing things manually (e.g. if you build Pd yourself and run "make install") and is therefore the default, whereas /usr is normally reserved for your package management system.
Afaik the makefile doesn't install itself somewhere. If you don't know navigate to your pd-source. If you don't
seem
to have them already type ./autogen.sh and a configure script and a makefile will be created. To be sure no vanilla is installed type sudo
make
uninstall, then make && make install to (re-)install pd. That should be
it.
alternatively, you could just install the "puredata" package. (at least in Debian there is a package for pd-vanilla 0.44.3)
gfamdrs IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list