Can't build webkit for embedded after upgrading from 4.7.2 to 4.8.3
-
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 in 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"4.8.3:
./configure -opensource -embedded arm -webkit
configure's output says "WebKit module .......... no." And it does not build libQtWebKit.so.4.8.34.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?
-
Turn on verbose flag in configure to get more information about this issue. Post it here. config.log may help to.
And you actually in a wrong subforum. "Installation and Deployment":http://qt-project.org/forums/viewforum/14/ would be the right place to ask...