[Webkit-unassigned] [Bug 88407] New: WebKit-GTK 1.8.1 does not build on OS X 10.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 03:25:39 PDT 2012


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

           Summary: WebKit-GTK 1.8.1 does not build on OS X 10.7
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timo at latecrew.de


Latest WebKit-GTK 1.8.1 (maybe earlier versions, too) does not build on OS X 10.7 Lion.

The error message I get is:

   + make -j2
  GEN    DerivedSources/WebCore/idl_supplemental_dependencies
  GEN    DerivedSources/webkit/webkitdom.h
  GEN    DerivedSources/webkit/webkitdomdefines.h
  GEN    stamp-webkitmarshal.cpp
  GEN    stamp-webkitmarshal.h
i686-apple-darwin11-llvm-gcc-4.2: warning: '-x c++' after last input file has no effect
i686-apple-darwin11-llvm-gcc-4.2: no input files
Can't call method "fileName" without a package or object reference at Source/WebCore/bindings/scripts/IDLParser.pm line 112.
make: *** [DerivedSources/WebCore/idl_supplemental_dependencies] Error 1


I've found via google that someone else already had the same error and posted it at the webkit-help mailinglist, but without responses: http://lists.webkit.org/pipermail/webkit-help/2012-March/003025.html

Here are the parameters I used with the configure script:

./configure --prefix="/Users/td/banshee-dev/bockbuild/profiles/banshee/build-root/_install" --disable-video --disable-geolocation --disable-xslt --with-target=quartz --with-gtk=2.0 --disable-gtk-doc

and the configure report:

WebKit was configured with the following options:

Build configuration:
 Enable debugging (slow)                                  : no
 Compile with debug symbols (slow)                        : no
 Enable debug features (slow)                             : no
 Enable GCC build optimization                            : yes
 Code coverage support                                    : no
 Unicode backend                                          : icu
 Font backend                                             : freetype
 Optimized memory allocator                               : yes
 Accelerated Compositing                                  : no

Features:
 WebGL                                                    : no
 Blob support                                             : yes
 DOM mutation observer support                            : no
 DeviceOrientation support                                : no
 Directory upload                                         : no
 Fast Mobile Scrolling                                    : no
 JIT compilation                                          : autodetect
 Filters support                                          : yes
 Geolocation support                                      : no
 JavaScript debugger/profiler support                     : yes
 Gamepad support                                          : no
 MathML support                                           : yes
 Media source                                             : no
 Media statistics                                         : no
 MHTML support                                            : no
 HTML5 channel messaging support                          : yes
 HTML5 meter element support                              : yes
 HTML5 microdata support                                  : no
 Page Visibility API support                              : no
 HTML5 progress element support                           : yes
 HTML5 client-side session and persistent storage support : yes
 SQL client-side database storage support                 : yes
 HTML5 datagrid support                                   : no
 HTML5 data transfer items support                        : no
 HTML5 FileSystem API support                             : no
 Quota API support                                        : no
 HTML5 sandboxed iframe support                           : yes
 HTML5 video element support                              : no
 HTML5 track element support                              : no
 Fullscreen API support                                   : yes
 Media stream support                                     : no
 Icon database support                                    : yes
 Image resizer support                                    : no
 Link prefetch support                                    : no
 Opcode stats                                             : no
 Shadow DOM support                                       : yes
 SharedWorkers support                                    : yes
 Color input support                                      : no
 Speech input support                                     : no
 SVG support                                              : yes
 SVG fonts support                                        : yes
 Web Audio support                                        : no
 Web Sockets support                                      : yes
 Web Timing support                                       : no
 Web Workers support                                      : yes
 XSLT support                                             : no
 Spellcheck support                                       : yes
 Animation API                                            : no
 RequestAnimationFrame support                            : yes
 Touch Icon Loading support                               : no
 Register Protocol Handler support                        : no
 WebKit2 support                                          : no
 WebKit2 plugin process                                   : no

GTK+ configuration:
 GTK+ version                                             : 2.0
 GDK target                                               : quartz
 Hildon UI extensions                                     : no
 GStreamer version                                        : 0.10
 Introspection support                                    : no
 Generate documentation                                   : no


I have also tried to use clang as a compiler, which gives a very similar error:
$ make
  GEN    DerivedSources/WebCore/idl_supplemental_dependencies
clang: error: no input files
Can't call method "fileName" without a package or object reference at Source/WebCore/bindings/scripts/IDLParser.pm line 112.
make: *** [DerivedSources/WebCore/idl_supplemental_dependencies] Error 1

-- 
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