Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt cross-compile having trouble with freetype library

$
0
0
I’m asking here because I’ve ran out of ideas on why this isn’t correctly compiling, the error returned is here: http://pastebin.com/VWBVRYik qt /configure settings: ./configure -nomake demos -nomake examples -I /usr/local/pg918/include -L /usr/local/pg918/lib -plugin-sql-psql -plugin-sql-odbc -plugin-sql-sqlite -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -prefix /usr/local/Qt-4.8.4-X-Windows -xplatform win32-x-g++ -release -shared -exceptions -opensource -confirm-license -continue -little-endian -platform linux-g++-64 -host-little-endian -no-iconv -no-freetype -force-pkg-config -prefix-install mkspec: http://pastebin.com/8G7Mggyj cross-compile-toolchain: git clone -b stable http://github.com/mxe/mxe.git cd mxe make gcc PATH: /usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/greg/.local/bin:/home/greg/bin:/home/greg/mxe/usr/bin Note: I realize cross-compiling qt is unsupported but some of you may have insight on this and where I am going wrong in the process, mxe has a basic qt build but it wasn’t enough as I need QtWebkit for my development environment. Any help or advice is appreciated! EDIT: qt-everywhere-opensource-4.8.4, fedora 18 64 bit -Greg

Viewing all articles
Browse latest Browse all 2113

Trending Articles