Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT5 Alpha Release Building Fails because of QtWebkit
Forum Updated to NodeBB v4.3 + New Features

QT5 Alpha Release Building Fails because of QtWebkit

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 3.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Praveenin_ece
    wrote on last edited by
    #1

    I have un-tared the tar file qt-everywhere-opensource-src-5.0.0-alpha.tar.bz2
    @tar -xvf qt-everywhere-opensource-src-5.0.0-alpha.tar.bz2 @

    entered in to the Dir qt-everywhere-opensource-src-5.0.0

    i have configured build with the Following Options to make sure the QtWebKit is not build
    @./configure -release -confirm-license -opensource -nomake qtwebkit -nomake examples -nomake tests -prefix /home/praveen/qt5Install
    @

    then i gave the following command to build qt5
    @./build -j 4@

    it always shows some error in qtwebkit.. like
    @/home/praveen/qt5/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/sql/SQLiteDatabase.cpp:34:21: fatal error: sqlite3.h: No such file or directory
    compilation terminated.
    make[3]: *** [obj/release/platform/sql/SQLiteDatabase.o] Error 1
    make[3]: *** Waiting for unfinished jobs....
    /home/praveen/qt5/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/sql/SQLiteAuthorizer.cpp:32:21: fatal error: sqlite3.h: No such file or directory
    compilation terminated.
    make[3]: *** [obj/release/platform/sql/SQLiteAuthorizer.o] Error 1
    /home/praveen/qt5/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/sql/SQLiteFileSystem.cpp:39:21: fatal error: sqlite3.h: No such file or directory
    compilation terminated.
    make[3]: *** [obj/release/platform/sql/SQLiteFileSystem.o] Error 1
    make[3]: Leaving directory /home/praveen/qt5/qt-everywhere-opensource-src-5.0.0/qtwebkit/WebKitBuild/Release/Source/WebCore' make[2]: *** [sub-Target-pri-make_default-ordered] Error 2 make[2]: Leaving directory /home/praveen/qt5/qt-everywhere-opensource-src-5.0.0/qtwebkit/WebKitBuild/Release/Source/WebCore'
    make[1]: *** [sub-Source-WebCore-WebCore-pro-make_default-ordered] Error 2
    make[1]: Leaving directory `/home/praveen/qt5/qt-everywhere-opensource-src-5.0.0/qtwebkit/WebKitBuild/Release'
    make: *** [incremental] Error 2
    cd qtwebkit && perl Tools/Scripts/build-webkit --qt --release --no-netscape-plugin exited with status 512 at ./build line 64
    Qt::Build::exe('Qt::Build=HASH(0x8311564)', 'cd qtwebkit && perl Tools/Scripts/build-webkit --qt --release...') called at ./build line 114
    Qt::Build::exeLowPriv('Qt::Build=HASH(0x8311564)', 'cd qtwebkit && perl Tools/Scripts/build-webkit --qt --release...') called at ./build line 377
    Qt::Build::build_project('Qt::Build=HASH(0x8311564)', 'qtwebkit') called at ./build line 408
    Qt::Build::build_qt('Qt::Build=HASH(0x8311564)') called at ./build line 437
    Qt::Build::run('Qt::Build=HASH(0x8311564)') called at ./build line 446
    'cd qtwebkit && perl Tools/Scripts/build-webkit --qt --release --no-netscape-plugin' failed: 512 at ./build line 377.
    @

    How can i exclude QtWebKit from Building in Qt5 Alpha or is there a way to overcome this error

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Remove contents of qtwebkit folder. Or better, grab the newest sources from Gitorious, and pass -no-webkit to init-repository.

      (Z(:^

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved