After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632001 - [regression] build failure in gnome 2.91 (gtk+-2/3) environment
[regression] build failure in gnome 2.91 (gtk+-2/3) environment
Status: RESOLVED DUPLICATE of bug 630072
Product: GtkHtml
Classification: Other
Component: html-editor-control
unspecified
Other Linux
: Normal critical
: ---
Assigned To: gtkhtml-maintainers
gtkhtml-maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-12 18:36 UTC by David Ronis
Modified: 2010-10-12 19:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log for the build (77.87 KB, text/plain)
2010-10-12 18:37 UTC, David Ronis
Details

Description David Ronis 2010-10-12 18:36:12 UTC
I'm trying to build the git master in gnome 2.91 (using gcc 4.5.1).  Both gtk+2 and 3 are installed.

The build dies with:

   CC     table.lo
In file included from object.c:27:0:
../gtkhtml/htmlengine.h:63:2: error: expected specifier-qualifier-list before 'G
dkGC'
In file included from table.c:30:0:
../gtkhtml/htmlengine.h:63:2: error: expected specifier-qualifier-list before 'G
object.c:175:48: error: 'HTMLEngine' has no member named 'parsing'
object.c:185:51: error: 'HTMLEngine' has no member named 'clue'
object.c:197:86: error: 'HTMLEngine' has no member named 'clue'
object.c: In function 'gtk_html_a11y_ref_child':
object.c:212:48: error: 'HTMLEngine' has no member named 'parsing'
object.c:222:48: error: 'HTMLEngine' has no member named 'clue'
object.c:223:94: error: 'HTMLEngine' has no member named 'clue'
object.c:233:76: error: 'HTMLEngine' has no member named 'clue'
object.c: In function 'gtk_html_a11y_get_focus_object':
object.c:289:19: error: 'HTMLEngine' has no member named 'caret_mode'
object.c:291:39: error: 'HTMLEngine' has no member named 'cursor'
object.c:292:25: error: 'HTMLEngine' has no member named 'cursor'
object.c: In function 'gtk_html_a11y_grab_focus_cb':
object.c:313:61: error: 'HTMLEngine' has no member named 'clue'
object.c: In function 'gtk_html_a11y_cursor_changed_cb':
object.c:335:40: error: 'HTMLEngine' has no member named 'cursor'
object.c: In function 'gtk_html_a11y_insert_object_cb':
object.c:346:48: error: 'HTMLEngine' has no member named 'cursor'
object.c: In function 'gtk_html_a11y_new':
object.c:407:31: error: 'HTMLEngine' has no member named 'clue'
object.c:408:55: error: 'HTMLEngine' has no member named 'clue'
make[6]: *** [table.lo] Error 1
Comment 1 David Ronis 2010-10-12 18:37:28 UTC
Created attachment 172205 [details]
config.log for the build
Comment 2 Matthew Barnes 2010-10-12 19:05:19 UTC

*** This bug has been marked as a duplicate of bug 630072 ***