00:09 (quit) sunnyps: Ping timeout: 276 seconds 00:28 (join) sunnyps 00:29 (quit) sunnyps: Client Quit 00:30 (join) sunnyps 00:38 (quit) sunnyps: Ping timeout: 240 seconds 02:17 (quit) jonrafkind: Ping timeout: 260 seconds 02:25 (join) joey_ 02:49 (quit) joey_: Quit: Page closed 02:52 (join) shkk 02:55 (quit) shkk: Client Quit 03:02 (join) sunnyps 03:48 (join) dzhus 03:51 dzhus: tewk: I think this commit broke building without places support: http://git.racket-lang.org/plt/commitdiff/d6bfd0688a471fc814e3c363a96cd67d4bdfb7c9 since mz_proc_thread_self is declared in mzrt.c only when MZ_UZE_MZRT is defined 03:56 (quit) poet: Ping timeout: 276 seconds 04:07 dzhus: tewk: I think this patch fixes it: http://paste.pocoo.org/show/233288/ 05:05 (join) masm 06:15 (part) dzhus: "ERC Version 5.3 (IRC client for Emacs)" 06:26 (join) dzhus 06:27 dzhus: tewk: I've sent few more trivial patches to dev@ to fix build failures with backtrace support 08:11 (quit) dzhus: Remote host closed the connection 10:26 (join) shkk 11:20 (quit) shkk: Quit: Page closed 12:33 askhader: I'm trying to figure out how to get (read) to read until a newline, how can I achieve this? 12:53 (nick) samth_away -> samth 12:55 (join) shkk 12:56 samth: askhader, use `read-line' and then `read' from the resulting string 13:05 (quit) shkk: Quit: Page closed 13:07 askhader: samth: Interesting, thankyou. 13:07 (join) shkk 13:22 (join) dzhus 13:45 (join) deren 13:45 deren: anyone on linux builds having font problems? 13:49 samth: deren, my fonts look fine 13:50 bremner: deren: nope, no problems here. 13:53 bremner: deren: something in particular I could test? 13:56 (quit) sunnyps: Quit: Ex-Chat 13:56 deren: I'm not sure 13:57 deren: My font selection list is different from DrScheme. They are a bit strange, and most cannot display lambda (ctrl+\) 13:58 deren: I tried editing the prefs file to add the same line as in drscheme's prefs.ss but it had no effect. 13:58 samth: which two font selection lists are differemt 13:58 samth: ? 13:59 deren: well I have drscheme from the Debian repository, and I have built DrRacket from subversion repository. 13:59 deren: so edit->preferences has a font selector 13:59 samth: deren, i tend to use either Inconsolata or Dejavu Sans Mono 14:00 deren: yes, I usually use DejaVu but for some reason it doesn't show in DrRacket's list. 14:00 samth: deren, you shouldn't use the svn repository - it's now obselete 14:00 deren: ahh 14:00 samth: there's a git repository at git.racket-lang.org 14:00 bremner: deren: I have dejavu sans mono on debian testing, fwiw 14:01 deren: time to learn to use git then, thx 14:01 samth: deren, i recommend the nightly builds 14:01 samth: http://pre.racket-lang.org/installers/ (ignore the various warnings on that page) 14:02 (join) jonrafkind 14:02 deren: samth: running AMD64, not i386, so I will have to build from source 14:03 samth: ok 14:05 bremner: deren: you could rebuild the source package at http://pivot.cs.unb.ca/debian/pool/main/p/plt-scheme/ ; the dependencies might work out in debian stable. 14:05 bremner: this is of course a completely unofficial package that still calls itself plt-scheme, among other issues. 14:12 (join) jao 14:12 deren: bremner: there is an AMD64.deb at that link 14:12 bremner: yes, but it is built for sid. Not sure if it will install. feel free to try it. 14:13 bremner: it does install/run in testing. 14:13 deren: ah I see 14:13 deren: worth a shot 14:22 deren: bremner: isn't going to work, you were right, all the dependencies were wrong 14:53 deren: bremner: I have version 5.0 running from your link. Thank you for your help. 14:54 bremner: deren: I 14:54 bremner: am glad it worked out for you. 14:55 deren: bremner: this build seemed to auto-install files to /usr/bin, though. Not a big problem, I expect. 14:55 bremner: deren: well, it is a debian package, that is what they do. Am I missing something? 14:56 bremner: It doesn't support version 4 installed at the same time, that is true. 14:56 deren: oh, no, the .debs would not work because of dependencies. I built the source tree. 14:57 bremner: ah, but you didn't build it with dpkg-buildpackage or debuild? 14:57 deren: no... uh-oh. I just did the configure make make-install path from a directory in the src folder. 14:58 bremner: I see. Well, that explains why it installed things into /usr. 14:58 deren: sorry I am not an especially good linux user 14:58 bremner: it's pretty debian specific knowledge. 14:59 deren: so even though the .deb wouldn't work, I could use a different utility to rebuild from the source in the package? I will look into this. 15:00 bremner: deren: right. you need the package dpkg-dev for dpkg-buildpackage. 15:01 deren: seems I already have it installed 15:02 bremner: try "dpkg-buildpackage -b" in the top level directory 15:04 deren: in / ? 15:07 bremner: oh, wait. You probably didn't dget -u http://pivot.cs.unb.ca/debian/pool/main/p/plt-scheme/plt-scheme_5.0-1.dsc 15:07 bremner: that makes plt-scheme-5.0, and sets up the debian packaging. 15:09 bremner: dget is in devscripts. 15:09 bremner: then cd plt-scheme-5.0 && debuild -uc -us 15:10 deren: more dependency failures 15:10 deren: good ol' debian stable 15:10 bremner: hmm. OK. well, it starts to sound like too much work. 15:12 deren: indeed it does. I thank you for your help, though. 15:12 bremner: you're welcome. 15:14 deren: Yeah, it turns out that build I just did broke the package manager and had to be removed... hahaha. 15:15 deren: oh interesting, actually now that I took care of that issue, devscripts will happily install 15:28 deren: bremner: going through debuild now, everything seems to be fine so far. Thank you again for your help! 16:17 deren: bremner: drracket is up and running, thanks to you. 16:18 bremner: \o/ hurray 16:18 deren: and the fonts are... normal! :) 16:46 (quit) shkk: Quit: Page closed 16:46 (join) shkk 17:17 (join) manitoba98 17:18 manitoba98: Hey guys: this may be a stupid question, but using the C embedding API, is it possible to run a REPL in one of the HTDP languages (or similarly, use scheme_display and get the representation shown in the DrRacket REPL). 17:39 (quit) deren: Quit: Page closed 17:39 samth: manitoba98, you should probably ask that on the mailing list 17:52 (quit) dzhus: Ping timeout: 240 seconds 19:23 (quit) masm: Quit: Leaving. 20:45 (quit) shkk: Quit: Page closed 21:16 (quit) manitoba98: Read error: Connection reset by peer 21:16 (join) manitoba98 21:16 (quit) manitoba98: Client Quit 21:34 (join) shkk 21:45 (quit) shkk: Quit: Page closed 22:17 (join) Jesse 22:18 Jesse: Hey everyone 22:18 (nick) Jesse -> Guest17257 22:18 Guest17257: wtf? 22:19 (part) Guest17257 22:20 (join) wakeupsticky 22:20 (quit) wakeupsticky: Client Quit 22:20 (join) shkk 22:21 (quit) shkk: Client Quit 22:55 (join) shkk 22:55 (quit) shkk: Client Quit 23:27 (join) shkk 23:27 (quit) shkk: Client Quit 23:46 (join) sunnyps 23:48 (quit) sunnyps: Client Quit 23:48 (join) sunnyps