Encoutered problem compiling GtkEditable - here's a fix.
- From: Stuart Hyne <stuart hyne aramco com>
- To: gtk-perl-list mail gnome org
- Subject: Encoutered problem compiling GtkEditable - here's a fix.
- Date: Sat, 15 Nov 2003 11:10:57 +0300
*Had a problem compiling GtkEditable in Gtk2-1.011
I was getting a parsing error compiling the **GtkEditable code.*
*
Seems like it might be an alignment problem but did not investigate
further as moving **dGPERL_CLOSURE_MARSHAL_ARGS; to after the
definitions worked fine. *
*
*static void
gtk2perl_editable_insert_text_marshal (GClosure * closure,
GValue * return_value,
guint n_param_values,
const GValue * param_values,
gpointer invocation_hint,
gpointer marshal_data)
{
int len;
gint * position_p;
SV * string, * position;
*dGPERL_CLOSURE_MARSHAL_ARGS;*
Thanks for everything
Stuart Hyne
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]