00:05:21 mdc_mobile [n=mdc_mobi@ds9.entity.com] has joined #ccl 00:10:55 -!- lisppaste5 [n=lisppast@common-lisp.net] has quit [simmons.freenode.net irc.freenode.net] 00:11:16 -!- chandler [n=n@opendarwin/developer/chandler] has quit [simmons.freenode.net irc.freenode.net] 00:11:16 -!- jauaor [n=araujo@gentoo/developer/araujo] has quit [simmons.freenode.net irc.freenode.net] 00:11:16 -!- gbyers [n=gbyers@c-68-35-15-143.hsd1.nm.comcast.net] has quit [simmons.freenode.net irc.freenode.net] 00:12:17 jauaor [n=araujo@gentoo/developer/araujo] has joined #ccl 00:12:17 lisppaste5 [n=lisppast@common-lisp.net] has joined #ccl 00:12:17 gbyers [n=gbyers@c-68-35-15-143.hsd1.nm.comcast.net] has joined #ccl 00:12:17 chandler [n=n@opendarwin/developer/chandler] has joined #ccl 00:54:47 billstclair [n=billstcl@unaffiliated/billstclair] has joined #ccl 02:48:52 tomoyuki28jp [n=tomoyuki@EM114-51-32-110.pool.e-mobile.ne.jp] has joined #ccl 02:51:32 hello 02:52:14 hi 02:52:24 When I start slime with ccl, I get this error. http://paste.lisp.org/display/83722 02:52:31 any idea why I got this error? 02:52:35 rme: hi :) 02:53:54 Looks like you're using slime as packaged by debian? 02:54:22 rme: exactly! 02:55:09 http://lhealy.livejournal.com/11629.html might help 02:55:38 rme: thanks a lot! 02:56:25 Failing that, http://trac.clozure.com/openmcl/wiki/InstallingSlime is instructions on how to set it up "by hand". 02:57:23 rme: thanks! 03:03:24 rme: I have tried the first one. I can start ccl with "./lx86cl ccl-deb" from a terminal, but when I start slime with (setq inferior-lisp-program "/path/to/ccl/lx86cl ccl-deb"), I get this error. "Couldn't load lisp heap image from ccl-deb". any idea? 03:05:23 Use an absolute path name for ccl-deb, maybe? e.g., /path/to/ccl/cc-deb (I'm not a Debian user, so I'm just guessing.) 03:06:06 rme: oh yeah, that works!!! thanks a lot!! I have been spending a lots of time for this.. 03:14:58 bfulgham_ [n=brent@adsl-69-234-109-59.dsl.irvnca.pacbell.net] has joined #ccl 03:16:21 So ccl-init.lisp should be created under my ~/ directory? (my os is linux) 03:17:29 Yes, that's right. 03:18:11 http://ccl.clozure.com/ccl-documentation.html#Personal-Customization-with-the-Init-File 03:18:55 rme: Where is the library directory like /usr/lib/sbcl/site for SBCL? (or how can I configure that?) 03:19:41 I am trying to make my package supporting Clozure cl. 03:21:16 Put (require 'asdf) in your init file and set up asdf:*central-registry* however you want; e.g., (push #p"/path/to/systems/" asdf:*central-registry*) 03:21:42 rme: thanks! 03:22:02 rme: I should not share the directory with SBCL, correct? 03:23:18 or is that okay? 03:23:20 I don't think that it will hurt to share it. Clozure CL uses different fasl file extensions, so even if you don't use asdf-binary-locations, I don't think there will be conflicts with sbcl. 03:23:50 rme: thanks!! 03:31:22 rme: I cannot use asdf packages somehow. http://paste.lisp.org/display/83724 any idea? 03:32:17 #p"/usr/lib/sbcl/site-systems" needs to have a trailing slash like so: #p"/usr/lib/sbcl/site-systems/" 03:33:54 -!- mdc_mobile [n=mdc_mobi@ds9.entity.com] has quit [Read error: 104 (Connection reset by peer)] 03:33:57 mdc_ [n=mdc_mobi@ds9.entity.com] has joined #ccl 03:36:02 rme: that works!! thanks a lot!! I really appreciate your help, rme. 03:36:46 Using REQUIRE to load asdf systems may or may not work. I think support for it was added back in recently, but I don't use it myself, so I'm not sure. 03:37:38 You're welcome. Good luck getting your software working on ccl. 03:37:44 rme: so I better use this syntax, right? (asdf:oos 'asdf:load-op :package) 03:39:33 That's what I do. If REQUIRE works and you like using it, there's nothing wrong with that, either. 03:40:12 It seems like require is not working on my system with ccl. 03:40:49 I gotta go now, rme. I will be back later. Once again, thanks for your help. 03:40:58 By the way, I am developing this web application framework. http://web4r.org/ 03:41:19 nice to see you and talk to you later. 03:41:31 see you 03:41:36 later! :) 03:41:40 -!- tomoyuki28jp [n=tomoyuki@EM114-51-32-110.pool.e-mobile.ne.jp] has quit [Remote closed the connection] 04:09:57 -!- Modius [n=Modius@24.174.112.56] has quit ["I'm big in Japan"] 04:30:26 -!- jauaor [n=araujo@gentoo/developer/araujo] has quit [Read error: 110 (Connection timed out)] 05:47:21 -!- rme [n=rme@pool-70-105-112-40.chi.dsl-w.verizon.net] has quit [] 06:05:28 -!- bfulgham_ [n=brent@adsl-69-234-109-59.dsl.irvnca.pacbell.net] has quit [] 08:27:33 pem [n=pem@159.226.35.246] has joined #ccl 11:55:38 -!- vy [n=user@nbvyazici.cs.bilkent.edu.tr] has quit [Remote closed the connection] 13:18:54 sellout [n=greg@24.128.50.176] has joined #ccl 14:38:42 Modius [n=Modius@24.174.112.56] has joined #ccl 14:51:46 anRch [n=markmill@nmd.sbx09269.readima.wayport.net] has joined #ccl 15:07:07 rme [n=rme@pool-70-105-112-40.chi.dsl-w.verizon.net] has joined #ccl 15:17:14 milanj [n=milan@77.46.219.172] has joined #ccl 16:10:59 -!- mdc_ is now known as mdc_mobile 16:48:49 -!- anRch [n=markmill@nmd.sbx09269.readima.wayport.net] has quit [] 17:12:37 anRch [n=markmill@68.162.250.26] has joined #ccl 17:22:34 -!- anRch [n=markmill@68.162.250.26] has quit [] 17:36:36 -!- milanj [n=milan@77.46.219.172] has quit [Read error: 60 (Operation timed out)] 17:39:49 anRch [n=markmill@c-24-61-84-237.hsd1.ma.comcast.net] has joined #ccl 17:39:55 milanj [n=milan@93.87.180.20] has joined #ccl 18:28:51 -!- anRch [n=markmill@c-24-61-84-237.hsd1.ma.comcast.net] has quit [] 19:47:07 anRch [n=markmill@nmd.sbx07258.melroma.wayport.net] has joined #ccl 20:42:53 -!- mdc_mobile [n=mdc_mobi@ds9.entity.com] has quit [Read error: 113 (No route to host)] 20:43:13 mdc_mobile [n=mdc_mobi@ds9.entity.com] has joined #ccl 21:58:55 -!- billstclair [n=billstcl@unaffiliated/billstclair] has quit [] 22:33:49 -!- anRch [n=markmill@nmd.sbx07258.melroma.wayport.net] has quit [] 23:03:02 -!- gz [n=gz@209-6-18-72.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Read error: 104 (Connection reset by peer)] 23:08:11 sellout- [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has joined #ccl 23:20:02 -!- sellout [n=greg@24.128.50.176] has quit [Read error: 113 (No route to host)]