00:55:04 -!- deepfire_ is now known as deepfire 01:04:55 -!- ASau [~user@95-27-197-147.broadband.corbina.ru] has quit [Remote host closed the connection] 01:06:23 ASau [~user@95-27-197-147.broadband.corbina.ru] has joined #sbcl 04:46:26 slyrus [~chatzilla@adsl-75-36-218-150.dsl.pltn13.sbcglobal.net] has joined #sbcl 05:05:38 -!- cmm [~cmm@109.66.205.250] has quit [Ping timeout: 265 seconds] 05:06:02 cmm [~cmm@109.66.205.250] has joined #sbcl 06:26:05 -!- cmm [~cmm@109.66.205.250] has quit [Ping timeout: 255 seconds] 06:44:25 stassats [~stassats@wikipedia/stassats] has joined #sbcl 07:06:26 mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 08:54:56 cmm [~cmm@bzq-109-67-205-172.red.bezeqint.net] has joined #sbcl 09:49:11 tcr [~tcr@cpc1-bour5-2-0-cust921.15-1.cable.virginmedia.com] has joined #sbcl 11:01:37 -!- homie [~user@xdsl-78-35-154-32.netcologne.de] has quit [Read error: Operation timed out] 11:02:00 homie` [~user@xdsl-78-35-174-190.netcologne.de] has joined #sbcl 11:08:54 lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has joined #sbcl 11:37:44 -!- homie` [~user@xdsl-78-35-174-190.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 11:47:25 homie [~user@xdsl-78-35-174-190.netcologne.de] has joined #sbcl 12:03:38 -!- tcr [~tcr@cpc1-bour5-2-0-cust921.15-1.cable.virginmedia.com] has quit [Quit: Leaving.] 13:16:51 hargettp [~anonymous@pool-71-184-189-59.bstnma.east.verizon.net] has joined #sbcl 14:40:15 -!- ASau [~user@95-27-197-147.broadband.corbina.ru] has quit [Remote host closed the connection] 14:40:54 ASau [~user@95-27-197-147.broadband.corbina.ru] has joined #sbcl 15:21:26 sts193 [~sts193@c-76-104-226-126.hsd1.wa.comcast.net] has joined #sbcl 15:22:01 What does it mean when sbcl can't find sbcl.core? 15:22:30 it means that it can't find a file named sbcl.core in places where it expects it to be 15:22:50 usually a symptom that SBCL_HOME isn't set, or isn't set correctly. 15:23:11 How can I set it to be correct? 15:23:53 Never mind, found it :D 15:26:26 Doesn't seem to change much. 15:26:47 It is still looking for sbcl.core 15:27:14 You're not running sbcl out of the source directory, are you? 15:27:46 By source directory you mean where it is installed? 15:27:48 Running it from the source direcotry, rather. 15:28:54 Ah, if you've installed it in a non-default location then you'll have to set SBCL_HOME as pkhuong suggested. 15:28:56 So typing "which sbcl" gives me the path, is this the wrong path to set SBCL_HOME to? 15:30:16 If you installed sbcl into /mydir instead of /usr/local then you'd set SBCL_HOME to /mydir/lib/sbcl iirc. 15:30:58 Alright 15:31:24 Is there a way to search for sbcl.core? 15:31:34 I've installed sbcl with macports 15:31:45 And I'm not quite sure where things get put :D 15:32:04 sts193: under /opt/local if IIRC 15:32:04 sts193: /opt/local/lib/sbcl, I believe. 15:32:06 Macports should have changed the default core location. 15:32:22 Unless the packager was an idiot, of course. 15:32:33 port probably printed something to the terminal when you installed SBCL though. 15:32:45 Well I guess my problem stems from the fact that I have two sbcls installed. 15:33:06 The first was giving me the error (I believe I built that one from source). 15:33:12 You can't mix cores and runtime binaries from two different builds. 15:33:16 So I installed the macports version. 15:33:59 That does seem to make sense. I have switched the path to the macports version, so the sbcl.core should be somewhere in /opt/local/ 15:36:14 -!- hargettp [~anonymous@pool-71-184-189-59.bstnma.east.verizon.net] has quit [Quit: hargettp] 15:37:39 Success! Thanks for the help 15:38:13 hargettp [~anonymous@pool-71-184-189-59.bstnma.east.verizon.net] has joined #sbcl 15:51:02 -!- sts193 [~sts193@c-76-104-226-126.hsd1.wa.comcast.net] has left #sbcl 16:12:03 attila_lendvai [~attila_le@adsl-89-132-7-202.monradsl.monornet.hu] has joined #sbcl 22:22:02 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 22:22:02 -!- names: ccl-logbot ASau _6502_ cmm pkhuong gnooth_ homie lhz stassats slyrus joshe @Krystof redline6561 antgreen chandler luis froydnj gor[e] minion specbot tokenrove derrida fe[nl]ix rhct_ |3b| ruediger deepfire vsync_ foom cow-orker kae_ peddie @jsnell 22:26:16 <_6502_> took forever, still got an 8Mb executable and the core was apparently damaged in the process as i'm getting the standard repl (or sbcl loads it from disk and not from memory...) 22:28:55 SBCL loads the core by opening the actual executable fie and reading in the data. 22:31:27 <_6502_> gzexe worked... 22:31:46 <_6502_> probably expands to disk on a temporary executable file 22:32:22 If it worked then it must. 22:35:01 (sb-sys::os-get-runtime-executable-path t) shoud tell you. 22:37:30 <_6502_> yup.... --> /tmp/tmp.DVslf3K0kX/sbcl-mandelbrot 22:38:43 <_6502_> this also probably means that my programs cannot play the same trick (appending data at the end of the executable) 23:11:58 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 276 seconds] 23:21:05 -!- slyrus [~chatzilla@adsl-75-36-218-150.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 264 seconds] 23:21:14 slyrus_ [~chatzilla@adsl-75-36-223-174.dsl.pltn13.sbcglobal.net] has joined #sbcl 23:21:21 -!- slyrus_ is now known as slyrus 23:24:47 tcr [~tcr@cpc1-bour5-2-0-cust921.15-1.cable.virginmedia.com] has joined #sbcl 23:38:11 -!- homie [~user@xdsl-78-35-174-190.netcologne.de] has quit [Read error: Operation timed out] 23:38:29 homie` [~user@xdsl-78-35-152-124.netcologne.de] has joined #sbcl 23:38:36 -!- lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has quit [Quit: Leaving]