Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Matthew Flatt
Yep, that's what I broke. You could change "collects/racket/draw/ unsafe/pango.rkt" to get that binding via 'define-pango' instead of 'define-pangocairo'. On Oct 31, 2010, at 12:56 PM, Doug Williams > wrote: And, it gets the same error with the gracket-libs from git. On Sun, Oct 31, 2010

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: c

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 Fi

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 > wrote: I tried loaded it on my Windows 7 box and it doesn't run because

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 wrote: > In case you want to try out the new grac

[racket-dev] GRacket2 builds

2010-10-30 Thread Eli Barzilay
In case you want to try out the new gracket2 functionality, you can do that by using pre-made installers from http://pre.racket-lang.org/gr2/installers/ I will make new builds from time to time, as the branch is updated. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzil