On Fri, 22 Feb 2008, James Baker wrote:
Someone just reminded me that snd can be used as a puredata external so I thought I'd give it a go, but alas no luck. If I try and load the snd external pd segfaults, any hints ? I'm using -> pd 0.40.3 snd 9.7
Funny you should ask. I checked this yesterday, and it still works, even though I hadn't looked at it for about 2 years. But you need a guile which has been compiled with "--with-static" and "--with-threads". You also need to run jack before starting the external. What exact error message do you get? Just a segfault? That probably means your guile misses "--with-threads". (hmm, there should be a check for this in configure) Does "guile-config info |grep thread" say anything? It should print out "CFLAGS = -pthread" _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
