[CM] snd as pd external (OSX 10.5.6).... problems with "size of off_t"
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Sun Jun 14 10:55:47 PDT 2009
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...
More information about the Cmdist
mailing list