[PD-dev] compiling under Linux Red Hat 9

Julius Orion Smith III jos at ccrma.Stanford.EDU
Wed Nov 26 21:17:12 CET 2003


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.

-- 
Julius (jos at ccrma.stanford.edu)





More information about the Pd-dev mailing list