Re: Gtk 1.162 build issues under win32

2008-01-11 Thread T.J. Ferraro
Talk about a delayed reaction. Good thing I resent it the next day. :) On 12/28/07 T.J. Ferraro wrote: > I'm trying to compile Glib/Gtk 1.162 under win32 using VC7. Glib > compiled fine. Gtk, however, had mixed results. If I compile it against > Gtk2 libraries <= 2.6, it compiles fine. However,

Gtk 1.162 build issues under win32

2008-01-11 Thread T.J. Ferraro
I'm trying to compile Glib/Gtk 1.162 under win32 using VC7. Glib compiled fine. Gtk, however, had mixed results. If I compile it against Gtk2 libraries <= 2.6, it compiles fine. However, anything higher (because of a clause in the Makefile to use Cairo) and I get: PangoCairo.c xs\PangoCairo.xs(

Re: Gtk 1.162 build issues under win32

2007-12-30 Thread muppet
On Dec 30, 2007, at 3:27 PM, Torsten Schoenfeld wrote: > On Sun, 2007-12-30 at 15:06 -0500, muppet wrote: > >>> I never did figure out exactly why it does that... > > Looks like it's something like this: dSP refers to PL_stack_sp: > > #define dSP register SV **sp = PL_stack_sp > > And PL

Re: Gtk 1.162 build issues under win32

2007-12-30 Thread Torsten Schoenfeld
On Sun, 2007-12-30 at 15:06 -0500, muppet wrote: > > muppet, what about the attached documentation patch for > > dGPERL_CALLBACK_MARSHAL_SP? > > Looks good. OK, committed. > I never did figure out exactly why it does that... Looks like it's something like this: dSP refers to PL_stack_sp: #defi

Re: Gtk 1.162 build issues under win32

2007-12-30 Thread muppet
On Dec 30, 2007, at 10:07 AM, Torsten Schoenfeld wrote: > On Sat, 2007-12-29 at 15:44 -0800, T.J. Ferraro wrote: >> Yep, moving the statement up one line did the trick. > > OK, committed to both branches. Thanks. > > muppet, what about the attached documentation patch for > dGPERL_CALLBACK_MARSH

Re: Gtk 1.162 build issues under win32

2007-12-30 Thread Torsten Schoenfeld
On Sat, 2007-12-29 at 15:44 -0800, T.J. Ferraro wrote: > Yep, moving the statement up one line did the trick. OK, committed to both branches. Thanks. muppet, what about the attached documentation patch for dGPERL_CALLBACK_MARSHAL_SP? -- Bye, -Torsten Index: gperl_marshal.h

Re: Gtk 1.162 build issues under win32

2007-12-29 Thread T.J. Ferraro
Yep, moving the statement up one line did the trick. Thanks T.J. muppet wrote: > Try changing the code to this: > > static void > gtk2perl_pango_cairo_shape_renderer_func (cairo_t *cr, > PangoAttrShape * attr, >

Re: Gtk 1.162 build issues under win32

2007-12-29 Thread muppet
On Dec 29, 2007, at 6:22 AM, T.J. Ferraro wrote: > Using VC7. My condolences. I have no access to this, so i can only offer hints > Dumb idea? I don't know the code...I just know it compiled :) Thanks > for > any thoughts on the matter. That sounds an awful lot like one of the macros

Re: Gtk 1.162 build issues under win32

2007-12-29 Thread Torsten Schoenfeld
On Sat, 2007-12-29 at 03:22 -0800, T.J. Ferraro wrote: > Using VC7. If I compile against pango < 1.17 it compiles fine. Otherwise: > > PangoCairo.c > xs\PangoCairo.xs(24) : error C2143: syntax error : missing ';' before > 'type' > [...] That's weird. I don't see anything wrong with the code. W

Gtk 1.162 build issues under win32

2007-12-29 Thread T.J. Ferraro
Using VC7. If I compile against pango < 1.17 it compiles fine. Otherwise: PangoCairo.c xs\PangoCairo.xs(24) : error C2143: syntax error : missing ';' before 'type' xs\PangoCairo.xs(26) : error C2065: 'callback' : undeclared identifier xs\PangoCairo.xs(26) : error C2223: left of '->priv' must poin