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. Trouble building Webkit with audio enabled

Trouble building Webkit with audio enabled

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.6k 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
    piezontm
    wrote on last edited by
    #1

    I have successfully built Qt5 and I'm trying to build the webkit per the instructions provided on the site. However I have additionally added "--web-audio" to enable audio support. The command line is as follows:

    perl Tools/Scripts/build-webkit --qt --qmake="$PWD/../qtbase/bin/qmake" --install-libs=./install --debug --makeargs="$MAKEFLAGS" --web-audio

    I get compilation errors due to a missing header: JSOfflineAudioCompletionEvent.h in JSEventCustom.cpp

    From my limited understanding this header file is auto-generated, but I could be wrong. In newer webkits the file is listed in /WebCore/GNUmakefile.list.am.

    I get the same error if I try to build QtWebkit 2.2 with audio using Qt 4.8. I also get the same error when I try to build the trunk build from www.webkit.org using Qt 5.

    Does anyone know how to build the webkit with audio? Is audio even supported? Any help would be much appreciated.

    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