[Webkit-unassigned] [Bug 76985] New: xcodebuild requirement for qtwebkit for linux?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 23:48:55 PST 2012


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

           Summary: xcodebuild requirement for qtwebkit for linux?
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yast4ik at gmail.com


My OS is Arch Linux x86_64
I follow the instruction on http://trac.webkit.org/wiki/BuildingQtOnLinux
I execute in webkit directory 
./Tools/Scripts/build-webkit --qt --release

Then I type make and QtWebKit compiles successfully

===========================================================
 WebKit is now built (51m:12s). 
 To run QtTestBrowser with this newly-built code, use the
 "../Tools/Scripts/run-launcher" script.
===========================================================

Then I type 

make -C WebKitBuild/Release install

And then I get an error:

make[1]: Вход в каталог `/home/ilya/build/libwebkit-git/src/webkit/Source'
make[2]: Вход в каталог `/home/ilya/build/libwebkit-git/src/webkit/Source/JavaScriptCore'
( xcodebuild  `perl -I../../Tools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'`  | grep -v setenv && exit ${PIPESTATUS[0]} )
/bin/sh: xcodebuild: команда не найдена
make[2]: *** [all] Ошибка 1

It tells me xcodebuild command not found, but as I understand xcodebuild is required only for MacOs.

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