Results 1 to 4 of 4

Thread: QT 4.3 beta on Windows 2000

  1. #1
    Join Date
    Feb 2007
    Posts
    158
    Thanks
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default QT 4.3 beta on Windows 2000

    Hello,

    I would like to test the QT 4.3 beta that can be downloaded here.

    So, like it is recommanded, I extract it and configure it :
    Qt Code:
    1. configure -fast -no-style-windowsxp -no-style-windowsvista
    To copy to clipboard, switch view to plain text mode 

    Next, I try to compile it :
    Qt Code:
    1. mingw32-make
    To copy to clipboard, switch view to plain text mode 
    Qt Code:
    1. cc1.exe: tmp/obj/debug_shared/qt_pch.h: No such file or directory
    2. cc1.exe: one or more PCH files were found, but they were invalid
    3. cc1.exe: use -Winvalid-pch for more information
    4. mingw32-make[4]: *** [tmp/obj/debug_shared/adler32.o] Error 1
    To copy to clipboard, switch view to plain text mode 

    I disable as much libs as possible, cause I get errors while making Qt...
    So I try :
    Qt Code:
    1. configure -fast -no-style-windowsxp -no-style-windowsvista -no-dsp -no-vcproj -no-mmx -no-3dnow -no-sse -no-zlib -no-gif -
    2. no-libpng -no-libjpeg
    To copy to clipboard, switch view to plain text mode 

    And I get the following error :
    Qt Code:
    1. mingw32-make
    To copy to clipboard, switch view to plain text mode 
    Qt Code:
    1. Creating library file: d:/Qt_beta/4.3/lib/libQtGuid4.a
    2. ./tmp/obj/debug_shared/qwizard.o(.rdata$_ZTV7QWizard[vtable for QWizard]+0xb8): In function `ZN9QHashData9firstNodeEv':
    3. D:/Qt_beta/4.3/include/QtCore/../../src/corelib/tools/qhash.h: undefined reference to `QWizard::winEvent(tagMSG*, long*)'
    4. collect2: ld returned 1 exit status
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QT 4.3 beta on Windows 2000

    What is "ccl.exe"?

  3. #3
    Join Date
    Feb 2007
    Posts
    158
    Thanks
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT 4.3 beta on Windows 2000

    cc_"one".exe

    It appears to be the gcc compilator.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QT 4.3 beta on Windows 2000

    This is "1"? Hmm... maybe

    Anyway, are you sure you have unzipped the sources properly? Maybe you have some files missing?

Similar Threads

  1. Deploying with MySQL support under Windows
    By KShots in forum Installation and Deployment
    Replies: 1
    Last Post: 12th October 2006, 09:19
  2. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  3. MDI windows without QWorkspace
    By Big Duck in forum Newbie
    Replies: 2
    Last Post: 16th June 2006, 17:15
  4. QT4.1.1 and later fail on windows 2000
    By Spockmeat in forum Installation and Deployment
    Replies: 31
    Last Post: 5th May 2006, 14:46
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22: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.