Qt 4.8.5 cross-compiling on OSx issue
-
Hi Guys,
I'm trying to compile Qt for arm on MacOs Mavericks. At first I configure it with this command:
./configure -prefix /opt/local/lib/QtEmbedded/ -opensource -confirm-license -no-qt3support -qt-zlib -no-libtiff -qt-libpng -no-libmng -qt-libjpeg -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -little-endian -qt-freetype -no-opengl -qt-gfx-vnc -qt-gfx-linuxfb -depths 8,16,18,32 -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-linuxinput -host-little-endian -no-pch
It was configured just with few (ha-ha almost 20) warnings. However, when I tried to compile Qt, I got an error:
.obj/release-shared-emb-arm/qmousedriverfactory_qws.o: In function
QMouseDriverFactory::create(QString const&, QString const&)': qmousedriverfactory_qws.cpp:(.text+0x1d4): undefined reference to
QWSLinuxTPMouseHandler::QWSLinuxTPMouseHandler(QString const&, QString const&)'
collect2: error: ld returned 1 exit status
make[1]: *** [../../lib/libQtGui.so.4.8.5] Error 1
make: *** [sub-gui-make_default-ordered] Error 2Maybe somebody knows how to fix it?
Thank you.