On 12/02/2008, at 20:21, sval wrote:
Hi all, I m trying to install WebKit package on Fedora Core 5........ I have sucessfully un tared the package and run the script from WebKitTools/Scripts/ ./build-webkit --gtk it gave me the following error.......................... ******************************************************************************* Reading /home/svalbard/WebKit/WebCore/WebCore.pro [/home/svalbard/WebKit/WebKitBuild/Release//WebCore] sh: icu-config: command not found sh: icu-config: command not found Reading /home/svalbard/WebKit/JavaScriptCore/kjs/testkjs.pro [/home/svalbard/WebKit/WebKitBuild/Release//JavaScriptCore/kjs] sh: icu-config: command not found sh: icu-config: command not found Reading /home/svalbard/WebKit/WebKitTools/GtkLauncher/GtkLauncher.pro [/home/svalbard/WebKit/WebKitBuild/Release//WebKitTools/GtkLauncher] sh: icu-config: command not found sh: icu-config: command not found Reading/home/svalbard/WebKit/WebKitTools/DumpRenderTree/gtk/ DumpRenderTree.pro [/home/svalbard/WebKit/WebKitBuild/Release//WebKitTools/ DumpRenderTree/gtk]sh: icu-config: command not found sh: icu-config: command not found
My first thought would be why is the script giving me "command not found" errors? I would then look at the documentation on building the Gtk port (<http://trac.webkit.org/projects/webkit/wiki/BuildingGtk>) to see the list of libraries and tools that WebKit requires to build, and verify that I have each installed. This would cause me to notice that I had not installed the ICU development package, and that after installing them I no longer received these errors from build-webkit.
Kind regards, Mark Rowe
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

