[Webkit-unassigned] [Bug 15614] New: [gtk] qmake based backends don't build on OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 04:57:42 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15614

           Summary: [gtk] qmake based backends don't build on OS X
           Product: WebKit
           Version: 523.x+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sven at imendio.com


The QT and GTK backends require qmake to output makefiles instead of xcode
projects. I reported this as a bug at Trolltech, but they told me to set the
spec for qmake correctly. I'm going to attach a patch for this (the binary that
Trolltech delivers has got this issue, qmake built from source works out of the
box).

This was the output for the QT build, but with the patch from bug 15229 GTK+
should work as well (in fact, I'm updating the patch for that other bug now on
MacOS X.

Here's the output from the build I attempted with the qt backend (but applies
to the GTK backend as well). Patch follows.

$ ./build-webkit --qt
Updating
/Users/herzi/Source/webkit-qt/WebKitBuild/Release/libWebKitSystemInterface.a
Updating
/Users/herzi/Source/webkit-qt/WebKitBuild/Release/usr/local/include/WebKitSystemInterface.h
Calling 'qmake -r
OUTPUT_DIR=/Users/herzi/Source/webkit-qt/WebKitBuild/Release
CONFIG+=qt-port /Users/herzi/Source/webkit-qt/WebKit.pro
CONFIG+=release CONFIG-=debug' in
/Users/herzi/Source/webkit-qt/WebKitBuild/Release ...

Reading /Users/herzi/Source/webkit-qt/WebKitQt/Plugins/Plugins.pro
[/Users/herzi/Source/webkit-qt/WebKitBuild/Release//WebKitQt/Plugins]
Reading /Users/herzi/Source/webkit-qt/JavaScriptCore/pcre/dftables.pro
[/Users/herzi/Source/webkit-qt/WebKitBuild/Release//JavaScriptCore/pcre]
Reading /Users/herzi/Source/webkit-qt/WebCore/WebCore.pro
[/Users/herzi/Source/webkit-qt/WebKitBuild/Release//WebCore]
Reading /Users/herzi/Source/webkit-qt/JavaScriptCore/kjs/testkjs.pro
[/Users/herzi/Source/webkit-qt/WebKitBuild/Release//JavaScriptCore/kjs]
Reading
/Users/herzi/Source/webkit-qt/WebKitQt/QtLauncher/QtLauncher.pro
[/Users/herzi/Source/webkit-qt/WebKitBuild/Release//WebKitQt/QtLauncher]
Reading
/Users/herzi/Source/webkit-qt/WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro
[/Users/herzi/Source/webkit-qt/WebKitBuild/Release//WebKitTools/DumpRenderTree/DumpRenderTree.qtproj]
WARNING: Ignored (not found)
'/Users/herzi/Source/webkit-qt/WebKitQt/Plugins/qtwebico.xcodeproj'
WARNING: Ignored (not found)
'/Users/herzi/Source/webkit-qt/JavaScriptCore/pcre/dftables.xcodeproj'
WARNING: Ignored (not found)
'/Users/herzi/Source/webkit-qt/WebCore/QtWebKit.xcodeproj'
WARNING: Ignored (not found)
'/Users/herzi/Source/webkit-qt/JavaScriptCore/kjs/testkjs.xcodeproj'
WARNING: Ignored (not found)
'/Users/herzi/Source/webkit-qt/WebKitQt/QtLauncher/QtLauncher.xcodeproj'
WARNING: Ignored (not found)
'/Users/herzi/Source/webkit-qt/WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.xcodeproj'
make: *** No targets specified and no makefile found.  Stop.


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



More information about the webkit-unassigned mailing list