03:26:17 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 04:27:24 -!- huangjs [~huangjs@190.8.100.83] has quit [Ping timeout: 252 seconds] 04:29:32 huangjs [~huangjs@190.8.100.83] has joined #ccl 04:53:58 -!- gbyers [~gb@c-68-84-152-249.hsd1.nm.comcast.net] has quit [Ping timeout: 256 seconds] 05:18:00 gbyers [~gb@c-68-84-152-249.hsd1.nm.comcast.net] has joined #ccl 07:20:43 -!- rme [~rme@50.43.189.178] has quit [Quit: rme] 10:40:08 -!- huangjs [~huangjs@190.8.100.83] has quit [Ping timeout: 240 seconds] 13:17:54 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 14:37:39 huangjs [~huangjs@190.8.100.83] has joined #ccl 15:39:56 rme [~rme@50.43.189.178] has joined #ccl 16:41:18 -!- dsp_ [~dsp@cowpig.ca] has quit [Ping timeout: 245 seconds] 16:42:11 dsp_ [~dsp@cowpig.ca] has joined #ccl 21:25:52 byulparan [dc7e5848@gateway/web/freenode/ip.220.126.88.72] has joined #ccl 22:28:17 pjb [~t@81.202.16.46.dyn.user.ono.com] has joined #ccl 22:29:31 So I have this The value NIL is not of the expected type ARRAY. error when launching the program I compiled and executable-image-saved, which uses iolib and cffi. 22:29:47 Any idea how I could go arround this problem? 22:31:52 pjb: Sounds like a problem I had with loading the iolib .so  it works with CCL 1.7, and I think it works with current CCL and the newer iolib stuff (which is not in Quicklisp) 22:36:23 sellout: is that what you reported internally a few weeks ago / 22:36:25 ? 22:37:11 gbyers: Yeah, I think so. Where the iolib .so had a nil name or something. I forgot the details. I just kept using CCL 1.7 for that project. 22:38:03 fe[nl]ix might know what it's doing and why. 22:38:54 Yeah  his recommendation was to get the latest iolib stuff, which manages things differently (EG, that lib is gone), but I think those changes aren't yet mainline iolib. 22:41:35 IIRC, the NIL (where a string was expected) was getting stored in some internal CCL shlib data structure, and it's hard to know where that comes from. 23:03:30 -!- rme [~rme@50.43.189.178] has quit [Quit: rme] 23:06:58 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Ping timeout: 244 seconds] 23:12:38 rme [~rme@50.43.189.178] has joined #ccl 23:58:00 In any case, I can't use the current git iolib, since it breaks with a CFFI: undefined :struct type error, even with the current git CFFI.