Results 1 to 9 of 9

Thread: Qt Opensource 4.5.2 wont compile

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt Opensource 4.5.2 wont compile

    Have you ever compiled webkit successfully?

    configure's help says
    Qt Code:
    1. -webkit ............ Compile in the WebKit module (WebKit is built if a decent C++ compiler is used.)
    To copy to clipboard, switch view to plain text mode 

    MinGW's g++ is not decent. Just like with phonon, there is no easy way to do this.

    Qt Centre's wiki has an article describing some magic of building phonon with MinGW. You need to find smth like this for Webkit.
    I'm a rebel in the S.D.G.

  2. #2
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Thanks
    111
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Qt Opensource 4.5.2 wont compile

    In previous version of Qt (4.5.1) I've built WebKit without any problems using IDENTICAL mingw (same version). Do you have a link to workaround you've mentioned?
    Qt 5.3 Opensource & Creator 3.1.2

  3. #3
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt Opensource 4.5.2 wont compile

    It is here http://wiki.qtcentre.org/index.php?t...ws_using_MinGW

    Sorry then, I have no idea how to solve this problem. =(
    I'm a rebel in the S.D.G.

  4. #4
    Join Date
    Feb 2008
    Posts
    6
    Thanked 1 Time in 1 Post

    Default Re: Qt Opensource 4.5.2 wont compile

    Cause:
    src/3rdparty/webkit/WebCore/tmp/moc/{debug,release}_shared/moc_QNetworkReplyHandler.cpp being empty after moc fails to generate it properly.

    Workaround:
    delete src/3rdparty/webkit/WebCore/tmp/moc/{debug,release}_shared/mocinclude.tmp and rerun make, which will trigger moc to rerun and generate the file correctly before continuing the build.

    Credit: solution found here --> http://lists.trolltech.com/pipermail...er/013495.html

  5. The following user says thank you to ironstorm for this useful post:

    eclarkso (24th December 2009)

Similar Threads

  1. Compile problem: Qt4.5.1 opensource, VisualStudio 2008 Standard
    By wally in forum Installation and Deployment
    Replies: 2
    Last Post: 28th May 2009, 15:42
  2. how to compile c++ source file in qtCreator
    By orky7 in forum General Programming
    Replies: 6
    Last Post: 20th March 2009, 06:45
  3. qtgui4.dll error in visual c++ 2005
    By Comptrol in forum Installation and Deployment
    Replies: 33
    Last Post: 19th June 2008, 07:18
  4. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 09:02
  5. how to correctly compile threads support?
    By srhlefty in forum Installation and Deployment
    Replies: 9
    Last Post: 25th June 2006, 19:15

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
  •  
Qt is a trademark of The Qt Company.