Reputation: 373
I am arch user and occurs a strange problem during the building webkit.
I get the source code from the official site (http://nightly.webkit.org/builds/trunk/src/1) and follow its steps to the building source code. (http://www.webkit.org/building/build.html)
Obviously, I have not built the source code. Hence, the output message is crazy ! I have no idea to solve this. Please help me. Thanks.
[gapry@arch410 WebKit-r167533]$ ./Tools/Scripts/build-webkit --clean
[gapry@arch410 WebKit-r167533]$ ./Tools/Scripts/build-webkit --debug
====================================================================
WebKit is now built (00m:00s).
====================================================================
[gapry@arch410 WebKit-r167533]$
Upvotes: 1
Views: 7709
Reputation: 1144
You need to choose WebKit port; try for instance:
./Tools/Scripts/build-webkit --debug --gtk
Upvotes: 3