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

    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.

  2. #2
    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

  3. 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.