[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Perl bindings for libaosd: v0.01
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Perl bindings for libaosd: v0.01
- Date: Sat, 15 Mar 2008 16:26:00 +0100
On Sat, 2008-03-15 at 16:08 +0100, Jörn Reder wrote:
> compiling the callback stuff results in warnings/errors I do not fully
> understand (compiler messages are quoted inline):
Sorry about that.
> Aosd.xs: In function 'perl_aosd_renderer':
> Aosd.xs:28: warning: passing argument 2 of 'Perl_sv_2mortal' makes pointer from integer without a cast
Use newSVCairo instead of newSVCairoContext.
> Aosd.xs: In function 'XS_X11__Aosd_aosd_set_renderer':
> Aosd.xs:110: error: 'CPerlCallback' undeclared (first use in this function)
> Aosd.xs:110: error: (Each undeclared identifier is reported only once
> Aosd.xs:110: error: for each function it appears in.)
> Aosd.xs:110: error: 'callback' undeclared (first use in this function)
Make it GPerlCallback. It's defined in Glib's header gperl.h.
--
Bye,
-Torsten
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]