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...



_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to