On Wed, 26 Nov 2003, Julius Orion Smith III wrote:
To get pd 0.37 to compile under Red Hat 9 Linux, I had to make the following (guessed) change in s_audio_jack.c:
static int srate (jack_nframes_t srate, void *arg) { //jos: printf ("jack: sample rate %ld/sec\n", srate); printf ("jack: sample rate %d/sec\n", srate); sys_dacsr = srate; return 0; }
Otherwise, compilation died on a compiler warning.
Thanks for reporting, the change is well guessed. In CVS I have removed the line completely, because with the new media menu it should be redundant.
Guenter