[CM] snd pd external problems

James Baker cycle.code.media at gmail.com
Fri, 22 Feb 2008 12:49:28 +1100


Ahh, sorry I should have read the instructions better.  Seems that the
version of guile included with my distro isnt compiled with the
--with-threads flag, nor was I running jack before starting pd.  I'll
try and build guile and see if that helps.

James

On Fri, Feb 22, 2008 at 12:39 PM, Kjetil S. Matheussen
<k.s.matheussen@notam02.no> wrote:
>
>
>
>  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"
>
>