Hi everyone I'm trying to compile Qt on a x64 bit machine. when i run the following command: "sudo ./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix /usr/local/Qt -qt-mouse-tslib -little-endian -no-webkit -no-qt3support -no-cups -no-largefile -optimized-qmake -no-openssl -nomake tools -qt-sql-sqlite -no-3dnow -system-zlib -qt-gif -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-opengl -gtkstyle -no-openvg -no-xshape -no-xsync -no-xrandr -qt-freetype -qt-gfx-linuxfb -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-tslib -qt-mouse-linuxinput" I get the following error: "Creating qmake. Please wait... make: Nothing to be done for `first'. The tslib functionality test failed! You might need to modify the include and library search paths by editing QMAKE_INCDIR and QMAKE_LIBDIR inut no joy. /usr/local/qt-everywhere-opensource-src-4.6.2/mkspecs/qws/linux-arm-g++." I tried so many things, but no joy.So now i'm thinking that the compiling can't find the include and library paths set in qmake.conf, but i dont understand why, cos i checked it and the paths were there. does anyone know how i can resolve this issue and if its x64 bit related? thank you! Ruben
Compiling Qt on x63 bit
64 bit makes no difference. i changed the qmake.conf to use full path of include and lib references.