Re: Failed to wrap type.



> Hey,
>
> I'm staring at an error here.  I've tried running my first program and it
> bails with the error:
>
> glibmm-WARNING **: failed to wrap type of 'GooCanvasGroup'
>
> So I'm guessing something's broken.  But I have no idea where to start
> looking. Googling isn't helping at all.
>
> I read the thread about the Anjuta App plugins, but that doesn't seem to
> be
> whats happneing here.  These should be fairly straightforward
> inheritances.

I think a call to Glib::wrap() is failing. It's probably because you are
not calling your generated wrap_init() function, which you should call
from your hand-coded init() function, which you should call from main() in
your examples.

Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]