WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
76985
xcodebuild requirement for qtwebkit for linux?
https://bugs.webkit.org/show_bug.cgi?id=76985
Summary
xcodebuild requirement for qtwebkit for linux?
Ilya
Reported
2012-01-24 23:48:55 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2012-01-25 11:25:21 PST
> Then I type > make -C WebKitBuild/Release install
The wiki page you linked to doesn't tell to do that, as far as I can tell.
Ilya
Comment 2
2012-01-25 11:40:52 PST
Sorry, my mistake. I just tried to run make (after ./Tools/Scripts/build-webkit --qt --release ) in the source directory. Fixed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug