From mr.danielross at gmail.com Wed Mar 14 02:47:05 2018 From: mr.danielross at gmail.com (Daniel James Ross) Date: Wed, 14 Mar 2018 09:47:05 +0000 Subject: [CM] Unhandled memory faults with CLM Message-ID: Hello all, I get "Unhandled memory fault at #xC." with CLM related code. Details: - all.lisp compiles just fine but I get errors running any CLM-related code. - Other LISP, CM, CMN, slippery chicken, runs fine. - I read in README.clm that it might be to do with my 64bit processor. I have tried recompiling with different versions of sbcl but no luck so far. I have tried latest sbcl with homebrew (1.4.5) and sbcl-1.2.11-x86-64-darwin so far with no luck. - I am running OSX 10.13.3 on Intel Core i7-4980HQ CPU @ 2.80GHz Any help greatly appreciated. Thanks, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: From bil at ccrma.Stanford.EDU Sat Mar 17 14:12:45 2018 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Sat, 17 Mar 2018 14:12:45 -0700 Subject: [CM] Snd 18.2 Message-ID: <89466044ded35650efc7fb9c1c1ddee8@ccrma.stanford.edu> Snd 18.2: s7: added +nan.0 and +inf.0 to be compatible with other schemes +iterator+ now instead of iterator? for closure-as-iterator deprecated the s7_ulong and s7_ulong_long functions. Marty Hayman got libgtk_s7.c to work in gtkex.c. checked: sbcl 1.4.5 (in linux) Thanks!: Marty Hayman From stefano.franchi at gmail.com Mon Mar 19 15:38:39 2018 From: stefano.franchi at gmail.com (stefano franchi) Date: Mon, 19 Mar 2018 17:38:39 -0500 Subject: [CM] clm fails to compile on first load Message-ID: Dear all, I just downloaded clm-5 and was trying to load it into a sbcl image with a simple (asdf:load-system :clm). Compilation of fails with the following message: Error opening shared object "/home/stefano/quicklisp/local-projects/clm/libclm.so": /home/stefano/quicklisp/local-projects/clm/libclm.so: undefined symbol: src_delete. It looks like there is something missing, but not sure what. Lisp newbie would greatly appreciate some help. Cheers, Stefano -- __________________________________________________ Stefano Franchi stefano.franchi at gmail.com http://stefano.cleinias.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From bil at ccrma.Stanford.EDU Mon Mar 19 15:54:41 2018 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Mon, 19 Mar 2018 15:54:41 -0700 Subject: [CM] clm fails to compile on first load In-Reply-To: References: Message-ID: I think src_delete is from libsamplerate (or at least samplerate.h). I don't think I've ever tried to build the CL version of clm --with-jack. Look for some file (maybe clm.asd?) that pushes :jack on *features*. From mr.danielross at gmail.com Tue Mar 20 02:49:57 2018 From: mr.danielross at gmail.com (Daniel James Ross) Date: Tue, 20 Mar 2018 09:49:57 +0000 Subject: [CM] Unhandled memory faults with CLM In-Reply-To: References: Message-ID: After some further digging and reinstall etc. I think there is a problem with lisp -> C compiling. I get the following errors when trying to run slippery chicken code that calls CLM: 0: ("bogus stack frame") 1: ("foreign function: get_sf") 2: ("foreign function: mus_sound_duration") 3: (CLM:MUS-SOUND-DURATION ... So CLM can't access the headers of audio files. I've tried installing SBCL and CLM on a virtual Ubuntu machine but it won't work either. Perhaps Apple have moved libraries around in High Sierra? All other lisp functions that do not call CLM work. I am running sbcl 1.4.5 on OSX 10.13.3 Intel Core i7-4980HQ CPU @ 2.80GHz Any help greatly appreciated. Thanks, Dan *Daniel James Ross* vitruviandan.wordpress.com On 14 March 2018 at 09:47, Daniel James Ross wrote: > Hello all, > > I get "Unhandled memory fault at #xC." with CLM related code. > > Details: > > - all.lisp compiles just fine but I get errors running any CLM-related > code. > - Other LISP, CM, CMN, slippery chicken, runs fine. > - I read in README.clm that it might be to do with my 64bit processor. > I have tried recompiling with different versions of sbcl but no luck so > far. I have tried latest sbcl with homebrew (1.4.5) and > sbcl-1.2.11-x86-64-darwin so far with no luck. > - I am running OSX 10.13.3 on Intel Core i7-4980HQ CPU @ 2.80GHz > > Any help greatly appreciated. > > Thanks, > Dan > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: