02:56:12 DataLinkDroid [~DataLink@120.152.73.96] has joined #ccl 02:56:41 -!- DataLinkDroid [~DataLink@120.152.73.96] has quit [Client Quit] 03:08:28 wws [~billstcla@p-69-195-56-60.dsl1.rtr.chat.fpma.frpt.net] has joined #ccl 03:10:36 -!- wws [wws@clozure-DDC55390.dsl1.rtr.chat.fpma.frpt.net] has quit [Ping timeout] 03:12:02 -!- billstclair [~billstcla@unaffiliated/billstclair] has quit [Ping timeout: 248 seconds] 03:46:04 -!- huangjs [~huangjs@190.8.100.83] has quit [Ping timeout: 260 seconds] 04:54:24 -!- pjb [~t@81.202.16.46.dyn.user.ono.com] has quit [Remote host closed the connection] 04:54:30 pjb [~t@81.202.16.46.dyn.user.ono.com] has joined #ccl 04:54:55 -!- pjb is now known as Guest38531 05:12:29 huangjs [~huangjs@190.8.100.83] has joined #ccl 08:22:04 -!- Guest38531 is now known as pjb 08:24:22 -!- pjb [~t@81.202.16.46.dyn.user.ono.com] has quit [Quit: again.] 08:24:50 pjb [~t@81.202.16.46.dyn.user.ono.com] has joined #ccl 08:25:14 -!- pjb is now known as Guest95947 08:30:20 -!- Guest95947 is now known as pjb` 08:30:32 -!- pjb` is now known as pjb 10:02:51 DataLinkDroid [~DataLink@CPE-124-184-242-7.lns13.cht.bigpond.net.au] has joined #ccl 10:38:25 -!- wws is now known as billstclair 10:38:31 -!- billstclair [~billstcla@p-69-195-56-60.dsl1.rtr.chat.fpma.frpt.net] has quit [Changing host] 10:38:31 billstclair [~billstcla@unaffiliated/billstclair] has joined #ccl 10:39:01 -!- billstclair is now known as wws 10:40:25 -!- DataLinkDroid [~DataLink@CPE-124-184-242-7.lns13.cht.bigpond.net.au] has quit [Quit: Bye] 12:09:38 -!- gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [*.net *.split] 12:09:38 -!- bzzbzz_ [~franco@modemcable151.155-57-74.mc.videotron.ca] has quit [*.net *.split] 12:09:53 bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has joined #ccl 12:10:10 gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #ccl 12:21:35 -!- gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [*.net *.split] 12:22:27 gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #ccl 13:22:41 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 15:48:51 -!- Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has quit [Quit: trivial-irc-0.0.3] 15:49:10 Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has joined #ccl 16:58:20 milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has joined #ccl 18:34:17 -!- huangjs [~huangjs@190.8.100.83] has quit [Remote host closed the connection] 20:26:08 So, I've got a objc.lisp that defines some doClose method on my Cocoa class (objc:define-objc-method ((:void do-close) mclgui-window) (objc:send-super 'close)) ; and a file window.lisp that calls this method: (objc:send handle 'do-close) ; and an asdf file that defines a dependency ("window" :depends-on "objc") ; but when I quickload it, I get compilation errors in window.lisp about a undefined doClose method. What's wrong? 20:29:32 Both files have (in-package :the-same-package). 20:46:07 -!- milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has quit [Ping timeout: 240 seconds] 20:51:19 milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has joined #ccl 21:06:09 -!- milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has quit [Ping timeout: 260 seconds] 21:10:49 milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has joined #ccl 21:44:46 -!- bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has quit [Quit: leaving] 22:00:13 pjb: I have no idea how dependencies are expressed in ASDF, but if compilation of "window" depends on compilation of "objc" - as it apparently does - ASDF doesn't seem to recognize that. 22:04:12 Doesn't it load the dependencies before compiling? 22:05:49 That said, I couldn't replicate the problem on a minimal set yet. For now the only solution I have is to put the definition of the method in the same file where it's used. 22:30:26 -!- milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has quit [Ping timeout: 248 seconds] 22:41:30 milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has joined #ccl 22:52:15 -!- milanj [~milanj_@79-101-138-51.dynamic.isp.telekom.rs] has quit [Quit: Leaving]