On 02/11/13 09:00, Stuart Henderson wrote: > On 2013/02/11 08:18, Stuart Cassoff wrote: >> On 02/11/13 07:32, Stuart Henderson wrote: >>> On 2013/02/11 07:17, Stuart Cassoff wrote: >>>> On 02/11/13 05:11, Stuart Henderson wrote: >>>>> On 2013/02/10 21:11, Stuart Cassoff wrote: >>>>>> Is it too late for this to go in? >>>>> >>>>> We don't have a proper working diff, Thunderbird mangled the one you >>>>> sent (stripped trailing spaces on lines in the manpage diff) >>>>> and not sure what's going on with sqCamera-linux.c at all, might also >>>>> be whitespace, might be something else. >>>> >>>> >>>> Tres bien, Monsieur. >>>> Voila la diffe, inlinee et attache. >>> >>> Hmm... I still get a coredump every time on amd64 when I try and play >>> any sounds (including without the malloc.conf flags).. >>> >> >> Do you get a coredump as well with Scratch 1.3? >> >> Scratch is little more than a Squeak image. >> I believe the (sound) problem is in Squeak. >> >> >> Stu >> >> > > Yes, the things which I have tried so far work equally well in > 1.3 and 1.4.0.7 (i.e. most things work, but as soon as I play sound > it segfaults which is then trapped and then the trap handler > SIGABRTs and dumps core). > > > So some people have audio working with this? Which arch? > Smells like an LP64 issue... >
Looks like the 64 and 32 bit versions of Squeak are slightly different, with separate dirs for each in the Squeak source. Stu