Results 1 to 2 of 2

Thread: Can't get configire to work building 4.8.3

  1. #1
    Join Date
    Aug 2009
    Location
    Lancashire UK
    Posts
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can't get configire to work building 4.8.3

    I am in the process of rebuilding the QT libraries on Windows from qt-everywhere-opensource-src-4-8-3.zip, upgrading from 4.7.2 which has been working fine for a year or more.
    My environment is a Visual Studio 2010 Command Prompt Shell.

    When I try
    .\configure -debug-and-release -opensource -no-qt3support -platform win32-msvc2010
    which worked on 4.7.2, I get compile errors, i.e.

    Creating qmake...

    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation. All rights reserved.

    cl -c -Fo./ -W3 -nologo -O2 /MP -I. -Igenerators -Igenerators\unix -I
    generators\win32 -Igenerators\mac -Igenerators\symbian -Igenerators\integrity -
    IC:\Qt\4.8.3\include -IC:\Qt\4.8.3\include\QtCore -IC:\Qt\4.8.3\include -IC:\Qt
    \4.8.3\include\QtCore -IC:\Qt\4.8.3\src\corelib\global -IC:\Qt\4.8.3\src\corel
    ib\xml -IC:\Qt\4.8.3\mkspecs\win32-msvc2010 -IC:\Qt\4.8.3\tools\shared -DQT_
    NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -
    DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -D
    QT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRA
    PPED -DQLIBRARYINFO_EPOCROOT -c -Yc -Fpqmake_pch.pch -TP qmake_pch.h
    qmake_pch.h
    C:\Qt\4.8.3\include\QtCore\qglobal.h(1) : fatal error C1083: Cannot open include
    file: '../../src/corelib/global/qglobal.h': No such file or directory
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BI
    N\cl.EXE"' : return code '0x2'
    Stop.


    Looking in src/corelib/global, there indeed is no qglobal.h.
    What am I doing wrong. What has changed since 4.7.2 ?

    Any help would be appreciated.

    Also does anyone know if https support in QNetworkAccessManager is available in 4.8.3 and if so how do I include it during the build ?


    Added after 1 19 minutes:


    I have read that 4.8.3 mandates Perl (hmm).
    So I installed it, but I still get the same compilation error.

    I have also read that I need to run syncqt.bat in the bin directory.
    I have now done that but it gives me:
    I couldn't find a pro file for QtCore module

    It looks like it might be another long day in QT-world.
    Last edited by andyp; 24th October 2012 at 11:59.

  2. #2
    Join Date
    Jul 2012
    Posts
    17
    Thanks
    2
    Platforms
    Unix/X11 Windows

    Default Re: Can't get configire to work building 4.8.3

    Also does anyone know if https support in QNetworkAccessManager is available in 4.8.3 and if so how do I include it during the build?
    I guess you have to build it with openssl together, I am currently trying to do this with VS2012 and it just don't want to work.

Similar Threads

  1. Replies: 3
    Last Post: 9th October 2012, 02:12
  2. Replies: 0
    Last Post: 12th July 2011, 08:20
  3. Re-Building Qt on Mac
    By dpatel in forum Qt Programming
    Replies: 0
    Last Post: 18th May 2011, 12:16
  4. Replies: 2
    Last Post: 13th December 2009, 20:27
  5. Replies: 3
    Last Post: 15th January 2008, 12: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.