Qt Labs Forum » WebKit

Webkit compile problem...

(3 posts)

Tags:


  1. miu
    miu
    Member

    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...??

    Posted: 3 months #
  2. zekek
    zekek
    Member

    I am also getting the same error. debian 2.6.18-6-686, gcc 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

    Did you find a solution?

    Posted: 2 months #
  3. navi1084
    navi1084
    Member

    try to add Qt+=webkit in .pro file.

    Posted: 2 months #

RSS feed for this topic

Reply

You must log in to post.



© 2008 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners.