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

Re: Error compiling webkitmm

2013-03-25 Thread Kjell Ahlstedt
s the link target does not exist now. I know the link worked a few days ago. (It doesn't matter to me.) Kjell 2013-03-22 06:06, Dannick Pomerleau skrev: This is older code. Here is the original release announcement: http://blogs.gnome.org/jjongsma/2008/06/27/webkitmm/ Back in the day I bel

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
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. (Which is odd, because it does seem to be a reference in the current web

Re: Error compiling webkitmm

2013-03-21 Thread Dannick Pomerleau
* 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-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
)(slot_base::rep_, _A_a1); return T_return(); } /home/dannick/Documents/programming/webkitmm/mainline/webkit/webkitmm/webinspector.cc:249:1: required from here /usr/include/sigc++-2.0/sigc++/functors/slot.h:516:23: error: value-initialization of reference type 'WebKit::WebView&&

Re: Error compiling webkitmm

2013-03-11 Thread Kjell Ahlstedt
rn T_return(); } /home/dannick/Documents/programming/webkitmm/mainline/webkit/webkitmm/webinspector.cc:249:1: required from here /usr/include/sigc++-2.0/sigc++/functors/slot.h:516:23: error: value-initialization of reference type 'WebKit::WebView&' Compilation error messages from libs

Re: WebKitmm

2010-05-09 Thread michi7x7
e.org/Seed - Original Message From: michi7x7 To: gtkmm-list@gnome.org Sent: Sun, 9 May, 2010 14:20:06 Subject: WebKitmm Hello, I'm trying to create a WYSIWYG-Editor. My first approach uses Qt and QWebKit but i really don't like Qt. Is it possible to edit HTML-content an

Re: WebKitmm

2010-05-09 Thread Piscium
://live.gnome.org/Seed - Original Message From: michi7x7 To: gtkmm-list@gnome.org Sent: Sun, 9 May, 2010 14:20:06 Subject: WebKitmm Hello, I'm trying to create a WYSIWYG-Editor. My first approach uses Qt and QWebKit but i really don't like Qt. Is it possible to edit HTML-c

WebKitmm

2010-05-09 Thread michi7x7
Hello, I'm trying to create a WYSIWYG-Editor. My first approach uses Qt and QWebKit but i really don't like Qt. Is it possible to edit HTML-content and invoke JS-commands using WebKitmm or gtkmozembedmm? With regards, michi7x7 ___

webkitmm install patch

2009-06-10 Thread Yaakov (Cygwin/X)
webkitmm still has one Makefile which needs to be fixed from having been borrowed from libgdamm. Patch attached. Yaakov Cygwin Ports --- origsrc/webkitmm/webkit/webkitmm/private/Makefile.am2009-06-09 14:55:31.0 -0500 +++ src/webkitmm/webkit/webkitmm/private/Makefile.am