RESOLVED DUPLICATE of bug 66073 66546
Webkit Gtk doesn't compile in Debug Mode
https://bugs.webkit.org/show_bug.cgi?id=66546
Summary Webkit Gtk doesn't compile in Debug Mode
Siraj razick
Reported 2011-08-19 04:36:49 PDT
GtkHBox and GtkHScale are deprecated in GTK3, so webkit gtk doesn't compile in --debug mode. Patch for this coming up next .
Attachments
Patch to remove depricated API call's (2.04 KB, patch)
2011-08-19 06:09 PDT, Siraj razick
pnormand: review-
Siraj razick
Comment 1 2011-08-19 06:09:32 PDT
Created attachment 104498 [details] Patch to remove depricated API call's patch which fixes the issues and make gtkwebkit compile in --debug mode.
Philippe Normand
Comment 2 2011-08-19 07:30:44 PDT
Comment on attachment 104498 [details] Patch to remove depricated API call's If you build for gtk3 the GTK_API_VERSION_2 macro shouldn't be defined. How do you build exactly? This patch looks wrong to me.
Siraj razick
Comment 3 2011-08-19 09:51:38 PDT
I'm building it with : ./Tools/Scripts/build-webkit --gtk --with-gtk=3.0 --debug in which case GTK_API_VERSION_2 wouldn't be defined so it will use GtkScale..etc, else it will use the deprecated API's.
Martin Robinson
Comment 4 2011-08-19 09:57:40 PDT
*** This bug has been marked as a duplicate of bug 66073 ***
Note You need to log in before you can comment on or make changes to this bug.