Re: Error compiling webkitmm

2013-03-25 Thread Dannick Pomerleau
Sorry I changed the repository name to webkitmm. New link is:https://github.com/shammancer/webkitmm On 03/25/2013 02:20 AM, Kjell Ahlstedt wrote: gtkmm/gtk/src/printoperation.hg has a signal that returns a Widget*, #m4 _CONVERSION(`Widget*',`GObject*',`G_OBJECT(Glib::unwrap($3))') #m4 _CONV

Re: Error compiling webkitmm

2013-03-25 Thread Kjell Ahlstedt
gtkmm/gtk/src/printoperation.hg has a signal that returns a Widget*, #m4 _CONVERSION(`Widget*',`GObject*',`G_OBJECT(Glib::unwrap($3))') #m4 _CONVERSION(`GObject*',`Widget*',`Glib::wrap(GTK_WIDGET($3))') _WRAP_SIGNAL(Widget* create_custom_widget(), "create_custom_widget") The corresponding

RE: Error compiling webkitmm

2013-03-22 Thread Dannick Pomerleau
;Kjell Ahlstedt','Gtkmm' Subject: RE: Error compiling webkitmm Hi Dannick, But why is this trying to return a reference from the signal? I don't think you can do that (as Kjell said a few days ago too). In my webkitmm code, this signal returns a pointer, not a reference. (Wh

RE: Error compiling webkitmm

2013-03-22 Thread Gavin Lambert
u [mailto:danni...@hotmail.com] Sent: Friday, 22 March 2013 17:53 To: Gavin Lambert Cc: 'Kjell Ahlstedt'; 'Gtkmm' Subject: Re: Error compiling webkitmm Hello Gavin, I had a look at the .ccg, .hg and .defs and it seems that enough parameters have been passed in between them. However I

Re: Error compiling webkitmm

2013-03-21 Thread Dannick Pomerleau
K C code, in the .defs files (I assume that you have regenerated these as needed), and in your .hg and .ccg files. Regards, Gavin Lambert *From:*gtkmm-list [mailto:gtkmm-list-boun...@gnome.org] *On Behalf Of *Dannick Pomerleau *Sent:* Monday, 18 March 2013 17:12 *To:* Kjell Ahlstedt *Cc:

Re: Error compiling webkitmm

2013-03-18 Thread Kjell Ahlstedt
gtkmm-list [mailto:gtkmm-list-boun...@gnome.org] *On Behalf Of *Dannick Pomerleau *Sent:* Monday, 18 March 2013 17:12 *To:* Kjell Ahlstedt *Cc:* Gtkmm *Subject:* Re: Error compiling webkitmm On 03/11/2013 03:41 AM, Kjell Ahlstedt wrote: 2013-03-11 05:57, Dannick Pomerleau skrev: The e

RE: Error compiling webkitmm

2013-03-17 Thread Gavin Lambert
3 17:12 To: Kjell Ahlstedt Cc: Gtkmm Subject: Re: Error compiling webkitmm On 03/11/2013 03:41 AM, Kjell Ahlstedt wrote: 2013-03-11 05:57, Dannick Pomerleau skrev: The error is comming from this function. inline T_return operator()(arg1_type_ _A_a1) const { if (!empty() &

Re: Error compiling webkitmm

2013-03-17 Thread Dannick Pomerleau
Woops forgot the github link. https://github.com/shammancer/webkitmm2 -Original Message- From: Kjell Ahlstedt Sent: 11 Mar 2013 09:41:14 GMT To: Dannick Pomerleau Cc: Gtkmm Subject: Re: Error compiling webkitmm 2013-03-11 05:57, Dannick Pomerleau skrev: > The error is comming from t

Re: Error compiling webkitmm

2013-03-17 Thread Dannick Pomerleau
On 03/11/2013 03:41 AM, Kjell Ahlstedt wrote: 2013-03-11 05:57, Dannick Pomerleau skrev: The error is comming from this function. inline T_return operator()(arg1_type_ _A_a1) const { if (!empty() && !blocked()) return (reinterpret_cast(slot_base::rep_->call_))(slot_base::re

Re: Error compiling webkitmm

2013-03-11 Thread Kjell Ahlstedt
2013-03-11 05:57, Dannick Pomerleau skrev: The error is comming from this function. inline T_return operator()(arg1_type_ _A_a1) const { if (!empty() && !blocked()) return (reinterpret_cast(slot_base::rep_->call_))(slot_base::rep_, _A_a1); return T_return(); }