-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 06/24/2014 07:01 PM, Miller Puckette wrote:
HI all -
I'm not sure, but the output your'e getting might mean that the thing succeeded.
Indeed, following ./configure and make there is a binary in the directory src (sic!) but with two issues: 1. It failed to detect Jack, and 2. when I run this i get the following
disabling real-time priority due to missing pd-watchdog (/home/pd-0.45-5/src/bin/pd-watchdog) Error in startup script: couldn't read file "/home/pd-0.45-5/src/tcl//pd-gui.tcl": no such file or directory
(Anyhow, to build Pd you also have the option to do something far simpler: cd to pd/src and make -f makefile.gnu)
okay, I'm not lucky there either:
make -f makefile.gnu cc -DPD -DHAVE_LIBDL -DHAVE_UNISTD_H -DHAVE_ALLOCA_H
../obj/s_audio_alsa.o s_audio_alsa.c s_audio_alsa.c:11:28: fatal error: alsa/asoundlib.h: No such file or directory #include <alsa/asoundlib.h> ^ compilation terminated. make: *** [s_audio_alsa.o] Error 1
Cheers Max
cheers Miller
On Tue, Jun 24, 2014 at 03:50:09PM +0200, Max via Pd-list wrote: Hi list,
trying to use the autogen.sh on Linux Mint 17, I get this:
./autogen.sh autoreconf: Entering directory `.'
(....)