On Mon, Sep 22, 2008 at 8:34 AM, Jeff Hodges <[EMAIL PROTECTED]> wrote:
> Jeff Hodges wrote:
>>
>> Looking at this again, I think its the gtk_fixed_new() call that was added
>> in 00ea2ba5. The commit before that (ab8a52) builds fine! Apparently, I
>> didn't go back far enough! I'll look to see if I can't make a patch happen.
>> --
>> Jeff
>
> This seems to work.

Jeff, you are my man!

to my shame I didn't bother checking backward to find the change, you
did, great job!

Why, now the building process works on MacOSX PPC again. since (at
least for me) the PPC version on shoooes.net doesn't work
(http://flickr.com/photos/emasoft/2876311753) if you want a working
one, you can have my dmg (I have to say I do *love* your rake
installer!).

http://emanuelcarnevale.com/static/shoes-0.r997.dmg

It's r997 though, is it better to put the r970?

thanks,
Emanuel

> --
> Jeff
>
> diff --git a/shoes/native/cocoa.m b/shoes/native/cocoa.m
> index d46a79a..be86fc1 100644
> --- a/shoes/native/cocoa.m
> +++ b/shoes/native/cocoa.m
> @@ -688,7 +688,7 @@ shoes_slot_init(VALUE c, SHOES_SLOT_OS *parent, int x,
> int y, int width, int hei
>   shoes_canvas *canvas;
>   SHOES_SLOT_OS *slot;
>   Data_Get_Struct(c, shoes_canvas, canvas);
> -  slot->canvas = gtk_fixed_new();
> +  slot = shoes_slot_alloc(canvas, parent, toplevel);
>
>   slot->controls = parent->controls;
>   slot->view = [[ShoesView alloc] initWithFrame: NSMakeRect(x, y, width,
> height) andCanvas: c];
>
>

Reply via email to