I try to integrate webkit to QT4.4 version to use in my project but some compile problems occured. I follow the instrucions at this page..
http://trac.webkit.org/wiki/BuildingQtOnLinux
All needed libraries are installed, kernel version 2.40.20, gcc version 3.2.3 20030415 (Debian prerelease)
#Output is like that..First errors is missing files errors..But these files are there..
Reading /usr/local/WebKit-r35704/WebCore/WebCore.pro [/usr/local/WebKit-r35704/WebKitBuild/Debug//WebCore]
/usr/local/Trolltech/Qt-4.4.0/bin/rcc: File does not exist '../../../WebCore/page/inspector/WebKit.qrc'
/usr/local/Trolltech/Qt-4.4.0/bin/rcc: File does not exist '../../../WebCore/Resources/WebKitResources.qrc'
/usr/local/Trolltech/Qt-4.4.0/bin/rcc: File does not exist '../../../WebCore/platform/qt/WebCoreResources.qrc'
#And this is final error..
Can't locate object method "new" via package "File::Temp" at /usr/local/WebKit-r35704/JavaScriptCore/pcre/dftables line 245.
make[1]: *** [tmp/chartables.c] Error 255
make[1]: Leaving directory `/usr/local/WebKit-r35704/WebKitBuild/Debug/JavaScriptCore'
make: *** [sub-JavaScriptCore-make_default-ordered] Error 2
Is there any idea, what is wrong...??