On 4/4/06, Jamie Bullock jamie@postlude.co.uk wrote:
Hi,
On Tue, 4 Apr 2006 14:59:45 +0300 "Libero Mureddu" libero.mureddu@gmail.com wrote:
Ciao,
here is the message from gdb:
(gdb) r Starting program: /Applications/Pd-extended.app/Contents/MacOS/Pd PDP: pure data packet PDP: version 0.12.4 Warning: no LADSPA_PATH and DSSI_PATH, assuming /usr/lib/ladspa:/usr/local/lib/ladspa:/usr/lib/dssi:/usr/local/lib/dssi pd_gui: pd process exited
Program exited normally. (gdb) bt No stack. (gdb)
Many thanks,
Libero
On 4/4/06, Postlude postlude@postlude.plus.com wrote:
That's very odd - the debugger thinks the program exited normally - i.e. no crash! I'm running out of ideas here - I tried the object on a couple of other Macs today, and I couldn't reproduce the crash. As a long shot, I have attached a patched version of jload.c, which checks that the libraries exist before trying to open them, however dlopen() should already handle such. You could try recompiling dssi~ with this in your src/ directory. You might also try removing PDP from your starup libs to see if that is causing problems.
Failing that, I'm clueless...
Jamie
Hi, today I'll try the object on two different macs and let's see. Just a question: on which system and pd version have you tried the object?
After I will recompile dssi~ as you suggested and let's see.
Thanks
Libero
On Wed, 5 Apr 2006 12:48:01 +0300 "Libero Mureddu" libero.mureddu@gmail.com wrote:
Hi, today I'll try the object on two different macs and let's see. Just a question: on which system and pd version have you tried the object?
Pd-0.39.2-extended-test1 and Pd-0.38.4-extended on a G4 Mac running OS 10.3 and 10.4, and a Quad G5 running OS 10.4.
Jamie
Finally, dssi~ works!
I just installed a more recent version of liblo, and configure it without --disable-ipv6, and it works!
Thanks a lot!
Libero
On 4/5/06, Jamie Bullock jamie@postlude.co.uk wrote:
On Wed, 5 Apr 2006 12:48:01 +0300 "Libero Mureddu" libero.mureddu@gmail.com wrote:
Hi, today I'll try the object on two different macs and let's see. Just a question: on which system and pd version have you tried the
object?
Pd-0.39.2-extended-test1 and Pd-0.38.4-extended on a G4 Mac running OS 10.3 and 10.4, and a Quad G5 running OS 10.4.
Jamie
On Fri, 7 Apr 2006 15:41:24 +0300 "Libero Mureddu" libero.mureddu@gmail.com wrote:
Finally, dssi~ works!
I just installed a more recent version of liblo, and configure it without --disable-ipv6, and it works!
Thanks a lot!
Libero
Good news. I'll add that to the README.
Thanks for your patience.
Jamie