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
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt