On Sun, 14 Jun 2009, Bill Schottstaedt wrote:
> Thanks for the bug report! It looks like the -bundle addition to > CFLAGS needs to happen at the very end of the configure script > so that it doesn't confuse earlier compilations. I think the > changes are: > > configure.ac line 216 > > case "$host" in > *-apple-*) > # CFLAGS="$CFLAGS -DPD -I. -bundle -undefined suppress > -flat_namespace" > CFLAGS="$CFLAGS -DPD -I. -undefined suppress -flat_namespace" > > > and add at line 2408 > > if test "$with_snd_as_pd_external" = yes ; then > CFLAGS="$CFLAGS -bundle" > fi > > (then run autoconf, and try configure again -- I'll make these changes in the > ccrma versions). I don't have PD, so I didn't test that this change actually > does the right thing... > Another problem is that snd-as-pd-external requires snd-rt. I don't know if anyone has run snd-rt on mac... But I would guess some adjustments here and there would be required. _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
