[webkit-qt] qtwebkit 2.2 Cross compiling problem
Hua Jeffrey
jeffreyhwa316 at gmail.com
Tue Nov 22 17:39:34 PST 2011
Hi,
I am cross-compiling qtwebkit 2.2 to an arm soc. but got the following
problem(for detailed log, please see the end of this email):
/opt/hisi-linux/x86-arm/arm-hisiv200-linux/bin/../lib/gcc/arm-hisiv200-linux-gnueabi/4.4.1/../../../../arm-hisiv200-linux-gnueabi/bin/ld:
cannot find -lgio-2.0
It seems that it is related with gstreamer and glib. How can I disable
gstreamer/glib(we'll not use them) when cross-compiling?
Here is my profile:
export
PATH=/opt/hisi-linux/x86-arm/arm-hisiv200-linux/bin:$PATH:/home/jeffrey/qt-everywhere-opensource-src-4.7.4/bin
export
BUILD_WEBKIT_ARGS="QMAKESPEC=/home/jeffrey/qt-everywhere-opensource-src-4.7.4/bin/qws/linux-arm-g++
DEFINES=QT_NO_UITOOLS \
QMAKE_CXXFLAGS+=-I/home/jeffrey/SDKROOT/middleware_sdk/include
LIBS*=-L/home/jeffrey/SDKROOT/middleware_sdk/lib \
QMAKE_CXXFLAGS+=-I/home/jeffrey/SDKROOT/platform_sdk/include/sqlite \
QMAKE_CXXFLAGS+=-I/home/jeffrey/SDKROOT/platform_sdk/include
LIBS*=-L/home/jeffrey/SDKROOT/platform_sdk/lib "
Jeffrey Hua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20111122/e54c6b1e/attachment.html>
More information about the webkit-qt
mailing list