Hi Liu, many thanks for your answer,
finally I have found where the problem is. After starting on the script build-webkit, the file WebKitBuild/ Release/WebCore/Makefile will be created. Problem is, that in this file is missing directory generated/release in INCLUDE variable (-Igenerated/release) and therefore no generated file can be used within code. I don't know, why the INCLUDE isn't created correctly On Mon, Nov 23, 2009 at 6:47 PM, <Liu Yuanbing (mailto:[email protected])> wrote: -------------------------------------------------------------------- ----------------------- Hi, Are you sure you have installed the required tools: gperf, bison, and flex . If not, install them and compile again. Otherwise, try run make-generated-sources.sh. On Mon, Nov 23, 2009 at 6:47 PM, <[email protected] (mailto:[email protected])> wrote: -------------------------------------------------------------------- ----------------------- " Hello, I am trying to build the Qt port of WebKit on Ubuntu 8.04 I have used the instructions on http://trac.webkit.org/wiki/ BuildingQtOnLinux(http://trac.webkit.org/wiki/BuildingQtOnLinux) Unfortunately the compilation always results with error: ../../../JavaScriptCore/pcre/pcre_tables.cpp:72:24: error: chartables.c: No such file or directory make[1]: *** [obj/release/pcre_tables.o] Error 1 After starting the script WebKitTools/Scripts/build-webkit I always got the following: /usr/local/Qt-4.5.3/bin/rcc: File does not exist '../../../WebCore/ WebCore.qrc' /usr/local/Qt-4.5.3/bin/rcc: File does not exist '../../../WebCore/ inspector/front-end/WebKit.qrc' so I am not sure if this can be the reason, why the compilation failes. Does anyone know where could be the problem? Many thanks, Ondra "
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
