Re: [racket-dev] Scribble Racket Code with Here Strings

2010-10-31 Thread Matthew Flatt
At Fri, 29 Oct 2010 15:53:57 -0600, Doug Williams wrote: I sometimes use here strings for readability when building queries, etc. [...] But I haven't found a good way to document this (as Racket code) in Scribble. Everything I've tried renders like: I guess it's time for me to stop saying how

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Doug Williams
I tried loaded it on my Windows 7 box and it doesn't run because of missing dll files. The first one was zlib1.dll. I found that one and now it wants libpng14-14.dll. I'll continue tracking them down. On Sat, Oct 30, 2010 at 4:44 PM, Eli Barzilay e...@barzilay.org wrote: In case you want to try

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Matthew Flatt
You can get the libraries from github.com/mflatt/gracket-libs. Unfortunately, I think I broke the Windows build in other ways that I have been trying to fix this morning. On Oct 31, 2010, at 11:59 AM, Doug Williams m.douglas.willi...@gmail.com wrote: I tried loaded it on my Windows 7

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Doug Williams
I loaded GTK+ 2.20.0, which seems to have all of the libraries. But, it dies with the following error on my Windows 7 (64-bit) box. ffi-obj: couldn't get pango_layout_get_line from libpangocairo-1.0-0.dll (Th e specified procedure could not be found.; errno=127) === context === C:\Program Files

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Doug Williams
And, it gets the same error with the gracket-libs from git. On Sun, Oct 31, 2010 at 12:46 PM, Doug Williams m.douglas.willi...@gmail.com wrote: I loaded GTK+ 2.20.0, which seems to have all of the libraries. But, it dies with the following error on my Windows 7 (64-bit) box. ffi-obj:

Re: [racket-dev] try the GRacket2 branch

2010-10-31 Thread Doug Williams
I got GRacket2 running under Ubuntu. In general, things work as expected. It is my animations that I'm most concerned about and some work and some don't. I've only tried the ones that are available on PLaneT - I haven't even checked any of the others yet. The animated-canvas library that I have

Re: [racket-dev] try the GRacket2 branch

2010-10-31 Thread Matthew Flatt
At Sun, 31 Oct 2010 16:29:08 -0600, Doug Williams wrote: The interactions.ss file in the simulation package on PLaneT also required a (yield) after line 107 to give the animation effect - there is no double buffering or anything here. But, with that added, it seems to run fine. I guess I