Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt cross-compile having trouble with freetype library
Forum Updated to NodeBB v4.3 + New Features

Qt cross-compile having trouble with freetype library

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gpazo
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved