Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. .configure won't even try to build webkit on 4.8.3
Forum Updated to NodeBB v4.3 + New Features

.configure won't even try to build webkit on 4.8.3

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 4.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.
  • S Offline
    S Offline
    Spifffers
    wrote on last edited by
    #1

    I can build and run webkit for embedded linux on 4.7.2. I cannot even get it to try to build webkit on 4.8.3. The list that .configure outputs as to what will build (no/yes) always shows WebKit module as no on 4.8.3 when i include the ‘-embedded’ switch.

    Host is ubuntu 10.04. Anything built with Qt 4.7.2 runs perfectly.

    Here’s the simple test that is confusing me.

    So 4.7.2:
    ./configure -opensource -embedded arm -webkit
    configure’s output says “WebKit module ………. yes”. And it builds libQtWebKit.so.4.7.2

    4.8.3:
    ./configure -opensource -embedded arm -webkit
    configure’s output says “WebKit module ………. no.” And it does not build libQtWebKit.so.4.8.3

    4.8.3:
    ./configure -opensource -webkit
    configure’s output says “WebKit module ………. yes”. But does not cross compile.

    Is there something different i must do for QT 4.8.3?

    1 Reply Last reply
    0
    • W Offline
      W Offline
      wolfgang.griech
      wrote on last edited by
      #2

      came across the same issue, at least under linux you are missing libxrender-dev, you can find out by running "./configure -v"

      so just "sudo apt-get install libxrender-dev" should do the job..

      and no "-webkit" or "-xrender" needed, all done automatically, just run the recommended "./configure -no-exceptions"

      1 Reply Last reply
      0
      • W Offline
        W Offline
        wolfgang.griech
        wrote on last edited by
        #3

        OK wasn't all what I posted before, also had to install the following:

        "sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev"

        1 Reply Last reply
        0
        • D Offline
          D Offline
          davem
          wrote on last edited by
          #4

          When using OE angstrom-denzil toolchain, found that double-quoted QMAKE_CXX setting was failing configure script's 'gcc -dumpversion' check for webkit option.

          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