[Webkit-unassigned] [Bug 85987] New: [Gtk] Building GtkWebKit error from trunk code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 05:37:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85987

           Summary: [Gtk] Building GtkWebKit error from trunk code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: li.yin at intel.com


I follow the building flow from http://trac.webkit.org/wiki/BuildingGtk. 
Tools/Scripts/update-webkitgtk-libs
Tools/Scripts/build-webkit --gtk
But it failed.

My building enviornment is listed as followed:
OS: Ubuntu 11.10
GCC: 4.6.1

Error infomation:

   1 Calling autogen.sh in /home/joey/Work/src/chromium-gtk/src/third_party/WebKit/WebKitBuild/Release
   2
   3 grep: /home/joey/Work/src/chromium-gtk/src/third_party/WebKit/WebKitBuild/Release/GNUmakefile: No such file or directory
   4 autoreconf: Entering directory `.'
   5 autoreconf: configure.ac: not using Gettext
   6 autoreconf: running: aclocal -I Source/autotools -I /home/joey/Work/src/chromium-gtk/src/third_party/WebKit/WebKitBuild/Dependencies/Root/share/aclocal      -I /usr/local/share/aclocal -I /usr/share/aclocal
   7 autoreconf: configure.ac: tracing
   8 autoreconf: running: libtoolize --install --copy
   9 libtoolize: Consider adding `-I Source/autotools' to ACLOCAL_AMFLAGS in Makefile.am.
  10 autoreconf: running: /usr/bin/autoconf --include=Source/autotools --include=/home/joey/Work/src/chromium-gtk/src/third_party/WebKit/WebKitBuild/Dependen     cies/Root/share/aclocal --include=/usr/local/share/aclocal --include=/usr/share/aclocal
  11 autoreconf: running: /usr/bin/autoheader --include=Source/autotools --include=/home/joey/Work/src/chromium-gtk/src/third_party/WebKit/WebKitBuild/Depend     encies/Root/share/aclocal --include=/usr/local/share/aclocal --include=/usr/share/aclocal
  12 autoreconf: running: automake --add-missing --copy --no-force
  13 autoreconf: Leaving directory `.'
  14 configure: WARNING: unrecognized options: --disable-3d-rendering, --disable-accelerated-2d-canvas, --disable-battery-status, --disable-css-filters, --di     sable-css-grid-layout, --disable-css-shaders, --enable-details, --disable-download-attribute, --enable-ftpdir, --disable-high-dpi-canvas, --disable-inpu     t-type-date, --disable-input-type-datetime, --disable-input-type-datetimelocal, --disable-input-type-month, --disable-input-type-time, --disable-input-t     ype-week, --enable-inspector, --disable-link-prerender, --enable-netscape-plugin-api, --disable-network-info, --disable-orientation-events, --disable-sv     g-dom-objc-bindings, --disable-system-malloc, --disable-tiled-backing-store, --disable-touch-events, --disable-vibration

......

1608 In file included from ../../Source/WebCore/bridge/npruntime.cpp:36:0:
1609 ../../Source/JavaScriptCore/runtime/Identifier.h: In static member function 'static WTF::PassRefPtr<WTF::StringImpl> JSC::Identifier::add(JSC::JSGlobalD     ata*, const T*, int)':
1610 ../../Source/JavaScriptCore/runtime/Identifier.h:181:9: error: 'AddResult' is not a member of 'WTF::HashSet<WTF::StringImpl*>'
1611 ../../Source/JavaScriptCore/runtime/Identifier.h:181:41: error: expected ';' before 'addResult'
1612 ../../Source/JavaScriptCore/runtime/Identifier.h:185:16: error: 'addResult' was not declared in this scope
1613 ../../Source/JavaScriptCore/runtime/Identifier.h: At global scope:
1614 ../../Source/JavaScriptCore/runtime/Identifier.h:249:5: error: 'AddResult' in 'class WTF::HashSet<WTF::StringImpl*>' does not name a type
1615 ../../Source/JavaScriptCore/runtime/Identifier.h: In static member function 'static WTF::PassRefPtr<WTF::StringImpl> JSC::Identifier::add(JSC::JSGlobalD     ata*, const T*, int) [with T = unsigned char]':
1616 ../../Source/JavaScriptCore/runtime/Identifier.h:44:110:   instantiated from here
1617 ../../Source/JavaScriptCore/runtime/Identifier.h:180:23: warning: unused variable 'buf' [-Wunused-variable]
1618 ../../Source/JavaScriptCore/runtime/Identifier.h: In static member function 'static WTF::PassRefPtr<WTF::StringImpl> JSC::Identifier::add(JSC::JSGlobalD     ata*, const T*, int) [with T = short unsigned int]':
1619 ../../Source/JavaScriptCore/runtime/Identifier.h:45:110:   instantiated from here
1620 ../../Source/JavaScriptCore/runtime/Identifier.h:180:23: warning: unused variable 'buf' [-Wunused-variable]
1621 In file included from ../../Source/JavaScriptCore/runtime/CommonIdentifiers.h:24:0,
1622                  from ../../Source/JavaScriptCore/runtime/JSString.h:26,
1623                  from ../../Source/WebCore/bridge/jsc/BridgeJSC.h:31,
1624                  from ../../Source/WebCore/bridge/runtime_root.cpp:29:
1625 ../../Source/JavaScriptCore/runtime/Identifier.h: In static member function 'static WTF::PassRefPtr<WTF::StringImpl> JSC::Identifier::add(JSC::JSGlobalD     ata*, const T*, int)':
1626 ../../Source/JavaScriptCore/runtime/Identifier.h:181:9: error: 'AddResult' is not a member of 'WTF::HashSet<WTF::StringImpl*>'
1627 ../../Source/JavaScriptCore/runtime/Identifier.h:181:41: error: expected ';' before 'addResult'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list