Results 1 to 5 of 5

Thread: Qt 4.1.1 snapshot on windows

  1. #1
    Join Date
    Feb 2006
    Location
    France (Metz)
    Posts
    5
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Qt 4.1.1 snapshot on windows

    Hi,

    I need some bugfixes that will be part of the next Qt 4.1.1 release. I tried to compile the latest snapshot from Trolltech using MINGW on windows without success (failed on the Qt4CoreLib due to a makefile error).

    Did someone succeed to build any 4.1.1 snapshot?

  2. #2
    Join Date
    Feb 2006
    Location
    France (Metz)
    Posts
    5
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt 4.1.1 snapshot on windows

    It seems to be my mistake since I get the same error by compiling the 4.1.0 release.
    I'm not a MINGW master :-/

    Here how I proceed:
    - Open a MINGW shell
    - do an "export MINGW_IN_SHELL=1"
    - go to Qt dir and execute the configure without parameters
    - do a "make"
    - and get the following error:

    make[3]: Entering directory `/d/sofware/dev/Qt/4.1.0/src/corelib'
    make[3]: *** No rule to make target `..\..\include\QtCore\arch\qatomic.h', needed by `tmp/obj/debug_shared/qglobal.o'. Stop.

  3. #3
    Join Date
    Jan 2006
    Posts
    132
    Thanked 16 Times in 16 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt 4.1.1 snapshot on windows

    I got a message today from trolltech that 4.1.1 should be released this week.

  4. #4
    Join Date
    Feb 2006
    Location
    France (Metz)
    Posts
    5
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt 4.1.1 snapshot on windows

    That's a great news!

    By the way, it compiles on a Windows console using this:

    set QTDIR=<YOUR_QT_DIR>
    set PATH=<YOUR_QT_DIR>\bin
    set PATH=%PATH%;<YOUR_MINGW_DIR>\bin
    set PATH=%PATH%;%SystemRoot%\System32
    set QMAKESPEC=win32-g++

    configure

    mingw32-make

  5. #5
    Join Date
    Jan 2006
    Posts
    132
    Thanked 16 Times in 16 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt 4.1.1 snapshot on windows

    Yes, I am also waiting eagerly for 4.1.1. It has nearly 500(!) changes and fixes since 4.1.0, but fortunately only a fraction of them are bugging me.

Similar Threads

  1. Qt Jambi, deploying app on Mac & Windows fails
    By ChrisColon in forum Installation and Deployment
    Replies: 2
    Last Post: 16th February 2009, 23:05
  2. Replies: 5
    Last Post: 15th January 2009, 10:03
  3. Opening text file fails after autostartup on windows
    By yogourta in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2008, 04:52
  4. Windows not appearing in XP.
    By beardybloke in forum Qt Programming
    Replies: 7
    Last Post: 24th October 2007, 18:32
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 23:33

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.