Results 1 to 3 of 3

Thread: Cross compile QT Webkit issue

  1. #1
    Join Date
    Mar 2013
    Posts
    3
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Cross compile QT Webkit issue

    Hi,

    I am trying to build the qtwebkit module.
    I manged to build qt using gmake j -4
    I then ran "gmake module-qtwebkit", as the previous command by itself does not seem to attempt to build the webkit module.
    I then get the following compiler error:

    In file included from ./wtf/FastAllocBase.h:91:0,
    from ./wtf/HashSet.h:24,
    from wtf/ArrayBuffer.h:29,
    from wtf/ArrayBuffer.cpp:27:
    ./wtf/Assertions.h:139:1: error: ‘WTF_EXPORT_PRIVATE’ does not name a type
    ./wtf/Assertions.h:140:1: error: ‘WTF_EXPORT_PRIVATE’ does not name a type

    I've seen a few other post on other website forums with the same problem, but no responses :-(

    Any suggestions welcome.

  2. #2
    Join Date
    Mar 2013
    Posts
    3
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: Cross compile QT Webkit issue

    Some further info:

    ./configure -developer-build -opensource -debug -nomake examples -nomake tests -nomake demos -xplatform linux-i586-meego-gnu-g++ -make libs -sysroot /usr/lib64/madde/linux-x86_64/sysroots/kp-sysroot -qt-xcb -qt-zlib -opengl es2 -no-pch

  3. #3
    Join Date
    Mar 2013
    Posts
    3
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: Cross compile QT Webkit issue

    I think I managed to solve my problem.
    The mkspec I originally based my custom one on was a bad choice.
    I based it on the 'linux-arm-gnueabi-g++'. I suspect this added things that had an undesirable effect.
    I have now edited my custom mkspec to look like the one contained in the 'linux-g++-32' folder.
    Issue disappeared. All of QT5 built now :-)

Similar Threads

  1. Can't cross compile with dbus
    By nrabara in forum Installation and Deployment
    Replies: 3
    Last Post: 19th March 2012, 13:28
  2. Mingw Cross-compilation of trunk webkit-qt
    By zcrendel in forum Qt Programming
    Replies: 0
    Last Post: 3rd November 2011, 18:23
  3. Cant cross compile onto Windows CE 5
    By Willybood in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 27th October 2010, 00:38
  4. Cross-Compile to QT/X11 ARM
    By shiranraviv in forum Installation and Deployment
    Replies: 6
    Last Post: 18th December 2009, 12:22
  5. Qtopia cross-compile for arm
    By Bitz in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 12th June 2006, 13:11

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.