00:06:47 -!- alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms] 00:18:16 -!- bzzbzz [~user@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 00:36:24 alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 00:38:16 -!- alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Client Quit] 00:45:27 alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 01:16:05 nunb [~nundan@59.178.219.60] has joined #ccl 01:35:19 fusss_ [~kumi@li63-187.members.linode.com] has joined #ccl 01:36:52 hi, I have submitted a bug yesterday about ccl dying every few minutes. i have followed the prescribed solution, svn'ed up, and now it's been 4 hours of hacking with no crash 01:37:40 i will leave the issue open until tomorrow to see if the problem returns, but otherwise i am thankful for the prompt help i got from the ccl team. cheers guys! 01:37:55 glad to hear it. 01:38:38 now, on to the next. i am trying to load the LOCAL-TIME library on Win32 and it says "Can't resolve foreign symbol 'gettimeofday'" 01:38:49 while sbcl is able to find it 01:39:25 i am sure gettimeofday is in a posix-compat DLL somewhere in windows, it should be in mingw and cygwin as well. 01:40:44 oh, i am not the first 01:40:48 http://www.rhinocerus.net/forum/lang-lisp/592578-local-time-clozure-cl-windows-vista-64-cant-resolve-foreign-symbol-gettimeofday.html 01:41:01 -!- nunb [~nundan@59.178.219.60] has quit [Read error: No route to host] 01:41:27 nunb [~nundan@59.178.219.12] has joined #ccl 01:44:15 http://trac.clozure.com/ccl/changeset/8561 01:52:11 As far as I can tell, there is no gettimeofday on Windows. 01:55:25 At least not in any .dll; we fake it using a mixture of something from a static C library and our own code. 01:58:12 i am writing a cffi patch for it 01:58:18 will paste it in a bit 01:59:06 We call into the lisp kernel to get at the lisp_gettimeofday() defined in ccl/lisp-kernel/windows-calls.c 01:59:17 oh 01:59:52 If it was in some guaranteed-to-be-there .dll, we'd have used that version. Honest. 02:01:42 We do the same for some missing math library functions; we could make the ordinary symbol-lookup mechanisms find the lisp kernel version. 02:27:29 -!- sellout [~greg@c-24-128-48-180.hsd1.ma.comcast.net] has quit [Quit: sellout] 02:32:37 -!- alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms] 02:39:59 gbyers: if i want to call into the ccl kernel, i.e. use lisp_gettimeofday(3), what do i do? 02:40:41 typically on unix, i could write FFIs for system calls, libc, and other stuff linked to the lisp without defining a library. 02:43:40 just use ccl::gettimeofday instead 02:46:21 Sorry; watching beisbol ... you could call the ccl wrapper function as rme suggested, do what it does, or we could make a foreign-symbol-address lookup return the address of the lisp-kernel function. 02:54:05 got it! 02:54:12 (ccl::rlet ((tv :timeval)) (ccl::gettimeofday tv (ccl::%null-ptr)) (ccl::pref tv :timeval.tv_sec) ..) 02:54:54 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 02:56:44 nice. local-time now supports win32 ccl 03:09:13 bzzbzz` [~user@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 03:15:01 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 03:48:09 bfulgham_ [~brent@adsl-69-234-124-234.dsl.irvnca.pacbell.net] has joined #ccl 04:14:40 -!- nunb [~nundan@59.178.219.12] has quit [Quit: Leaving] 04:15:11 nunb [~nundan@59.178.219.12] has joined #ccl 04:24:49 -!- bzzbzz` [~user@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 04:39:01 -!- tfb [~tfb@restormel.cley.com] has quit [Remote host closed the connection] 04:43:04 -!- nunb [~nundan@59.178.219.12] has quit [Ping timeout: 246 seconds] 04:44:18 -!- fusss_ is now known as fusss 04:48:46 nunb [~nundan@59.178.197.188] has joined #ccl 06:04:16 ehu [~ehu@ip118-64-212-87.adsl2.static.versatel.nl] has joined #ccl 06:13:39 -!- bfulgham_ [~brent@adsl-69-234-124-234.dsl.irvnca.pacbell.net] has quit [Quit: bfulgham_] 07:11:24 -!- rme [rme@clozure-C8F6B6BB.chi.dsl-w.verizon.net] has quit [Quit: rme] 07:11:24 -!- rme [~rme@pool-70-105-117-176.chi.dsl-w.verizon.net] has quit [Quit: rme] 07:51:05 -!- ehu [~ehu@ip118-64-212-87.adsl2.static.versatel.nl] has quit [Ping timeout: 248 seconds] 07:54:25 ZabaQ [~john.conn@playboxgames.com] has joined #ccl 08:46:22 -!- ZabaQ [~john.conn@playboxgames.com] has left #ccl 09:04:07 tfb [~tfb@212.183.140.21] has joined #ccl 09:56:21 -!- fusss [~kumi@li63-187.members.linode.com] has quit [Quit: leaving] 10:00:43 leo2007 [~leo@wlan-gw.st-edmunds.cam.ac.uk] has joined #ccl 10:47:27 -!- nunb [~nundan@59.178.197.188] has quit [Read error: Operation timed out] 10:50:26 nunb [~nundan@59.178.198.126] has joined #ccl 12:07:07 alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 12:10:13 -!- alms [alms@clozure-AD075F06.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Ping timeout] 12:12:15 -!- alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Ping timeout: 276 seconds] 12:12:17 addled [~adl@81.38.155.21] has joined #ccl 12:12:50 -!- addled [~adl@81.38.155.21] has quit [Remote host closed the connection] 12:16:25 -!- nunb [~nundan@59.178.198.126] has quit [Read error: Connection reset by peer] 12:16:54 nunb [~nundan@59.178.206.151] has joined #ccl 12:29:53 sellout [~greg@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 13:10:12 adl_ [~adl@89.Red-83-36-62.staticIP.rima-tde.net] has joined #ccl 13:10:25 -!- adl_ [~adl@89.Red-83-36-62.staticIP.rima-tde.net] has quit [Remote host closed the connection] 13:30:51 alms [~alms@2002:4855:eb9a:0:219:e3ff:feda:a4c0] has joined #ccl 13:37:44 -!- billstclair [~billstcla@unaffiliated/billstclair] has quit [Remote host closed the connection] 13:38:42 adl_ [~adl@81.38.155.21] has joined #ccl 13:38:54 -!- adl_ [~adl@81.38.155.21] has quit [Remote host closed the connection] 13:39:02 billstclair [~billstcla@unaffiliated/billstclair] has joined #ccl 13:50:50 -!- leo2007 [~leo@wlan-gw.st-edmunds.cam.ac.uk] has quit [Quit: bye] 14:03:02 palter [~palter@2002:4855:eb9a:0:217:f2ff:fee7:72d7] has joined #ccl 14:38:15 tfb_ [~tfb@212.183.140.3] has joined #ccl 14:39:08 -!- tfb [~tfb@212.183.140.21] has quit [Ping timeout: 258 seconds] 14:46:23 -!- gz [gz@clozure-93943513.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Quit: ] 14:46:23 -!- gz [~gz@209-6-40-245.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [] 15:03:16 rme [~rme@pool-70-105-117-176.chi.dsl-w.verizon.net] has joined #ccl 15:07:43 gz [~gz@2002:4855:eb9a:0:21e:52ff:fe76:8913] has joined #ccl 15:22:16 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 15:22:50 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 15:28:45 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 15:29:35 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 15:34:54 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 15:37:35 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 15:38:11 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 15:40:50 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 16:04:56 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 16:06:47 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 16:07:17 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 16:25:33 ehu [~ehu@ip118-64-212-87.adsl2.static.versatel.nl] has joined #ccl 16:31:14 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 16:31:34 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 16:32:26 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 16:33:34 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 16:51:10 -!- ehu [~ehu@ip118-64-212-87.adsl2.static.versatel.nl] has quit [Ping timeout: 260 seconds] 16:53:55 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: Reconnecting] 16:54:14 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 16:55:59 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 17:03:21 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 17:08:31 -!- tfb_ [~tfb@212.183.140.3] has quit [Ping timeout: 252 seconds] 17:11:09 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 17:26:09 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 17:26:26 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 17:26:46 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 17:26:47 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 18:04:47 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 18:09:43 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 18:14:45 -!- nunb [~nundan@59.178.206.151] has quit [Read error: Operation timed out] 18:17:28 nunb [~nundan@59.178.200.73] has joined #ccl 18:18:32 -!- alms [alms@clozure-CDE684CB.bstnma.east.verizon.net] has quit [Quit: alms] 18:18:33 -!- alms [~alms@2002:4855:eb9a:0:219:e3ff:feda:a4c0] has quit [Quit: alms] 18:19:36 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 18:19:42 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 18:20:49 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 18:23:52 alms [~alms@2002:4855:eb9a:0:219:e3ff:feda:a4c0] has joined #ccl 18:28:33 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 18:44:18 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 19:44:04 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 19:45:31 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 19:51:25 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 19:52:52 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 20:08:33 -!- bzzbzz is now known as meta4 20:20:39 -!- alms [~alms@2002:4855:eb9a:0:219:e3ff:feda:a4c0] has quit [Quit: alms] 20:21:55 alms [~alms@2002:4855:eb9a:0:219:e3ff:feda:a4c0] has joined #ccl 20:24:06 -!- alms [~alms@2002:4855:eb9a:0:219:e3ff:feda:a4c0] has quit [Client Quit] 20:42:30 -!- gz [~gz@2002:4855:eb9a:0:21e:52ff:fe76:8913] has quit [Quit: gz] 20:48:45 -!- meta4 [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 20:49:03 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 20:49:30 -!- bzzbzz is now known as Guest69201 20:50:47 -!- Guest69201 [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 20:51:50 bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 20:53:23 -!- bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 20:54:09 bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 20:55:50 -!- bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 20:56:37 bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 20:58:10 -!- bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 21:06:48 -!- sellout [~greg@static-72-85-235-154.bstnma.east.verizon.net] has quit [Quit: sellout] 21:22:54 -!- palter [palter@clozure-CDE684CB.bstnma.east.verizon.net] has quit [Quit: palter] 21:22:55 -!- palter [~palter@2002:4855:eb9a:0:217:f2ff:fee7:72d7] has quit [Quit: palter] 21:39:52 sellout [~greg@c-24-128-48-180.hsd1.ma.comcast.net] has joined #ccl 21:44:11 bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 21:47:56 -!- bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has left #ccl 21:59:01 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 21:59:28 -!- bzzbzz is now known as Guest27317 22:00:36 -!- Guest27317 [~franco@modemcable240.34-83-70.mc.videotron.ca] has left #ccl 22:04:46 bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 22:08:35 -!- bzzbzz_ [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Client Quit] 22:25:11 bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has joined #ccl 23:07:46 palter [~palter@c-75-68-177-225.hsd1.ma.comcast.net] has joined #ccl 23:19:23 alms [~alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 23:52:48 -!- bzzbzz [~franco@modemcable240.34-83-70.mc.videotron.ca] has quit [Quit: leaving] 23:53:26 -!- nunb [~nundan@59.178.200.73] has quit [Quit: This computer has gone to sleep]