Results 1 to 18 of 18

Thread: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Studio

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Yes, it is.
    And after adding the /i flag to ignore errors, I'm actually not getting the first error, but getting the U1077's, which is odd since I've already done the /i thingie before and it has worked...
    Any ideas?

    EDIT: Oh, wait, I just scrolled up some, the 1033s are still there, about 6-7 of them, all referring to the vc90.pdb file, but from different source files
    Qt Code:
    1. kernel\qaction.cpp : fatal error C1033: cannot open program database 'c:\qt4.4.0
    2. \src\gui\vc90.pdb'
    3. qactiongroup.cpp
    4. kernel\qactiongroup.cpp : fatal error C1033: cannot open program database 'c:\qt
    5. 4.4.0\src\gui\vc90.pdb'
    6. qapplication.cpp
    7. kernel\qapplication.cpp : fatal error C1033: cannot open program database 'c:\qt
    8. 4.4.0\src\gui\vc90.pdb'
    9. qboxlayout.cpp
    10. kernel\qboxlayout.cpp : fatal error C1033: cannot open program database 'c:\qt4.
    11. 4.0\src\gui\vc90.pdb'
    12. qclipboard.cpp
    13. kernel\qclipboard.cpp : fatal error C1033: cannot open program database 'c:\qt4.
    14. 4.0\src\gui\vc90.pdb'
    15. qcursor.cpp
    16. kernel\qcursor.cpp : fatal error C1033: cannot open program database 'c:\qt4.4.0
    17. \src\gui\vc90.pdb'
    18. qdrag.cpp
    19. kernel\qdrag.cpp : fatal error C1033: cannot open program database 'c:\qt4.4.0\s
    20. rc\gui\vc90.pdb'
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    You really should find the first error message

  3. #3
    Join Date
    Jun 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    I'm dumping the output to a file right now, will attach when its finished.

  4. #4
    Join Date
    Jun 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Its been running for a while now without any problem, I'm pretty sure I've actually gone past the problematic part, and the dump is almost 2MB in size now.

  5. #5
    Join Date
    Jun 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Goddammit, it was running fine till it BSOD'D
    Crap... All over again.
    Update: It's jammed again, same error, same type and name of file - vc90.pdb, different location and size.
    Sigh.

    Maybe I should backstep to 4.3.2
    Last edited by AlonL; 9th June 2008 at 15:31.

  6. #6
    Join Date
    Jun 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Look, it comes down to this, the problem IS the C1033, theres no other explanation.
    It keeps happening with the different vc90.pdb files in the package.
    Any ideas?
    EDIT:
    The source of the problem seems to be that there are multiple compiles going on at once (?)
    I have no idea how the nmake compiles the libs, but I can clearly see several nmake processes open at once.
    Definite access problems.
    Clues anyone?
    Last edited by AlonL; 9th June 2008 at 16:28.

  7. #7
    Join Date
    Aug 2006
    Posts
    83

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Some people have reported problems when compiling using multiple processes. The solution to that is that u specify that u want only one process to compile by using -MP switch and putting it in the qmake spec with the appropriate QMAKESPEC variable (example win32-mscv2008).

    p.s.: I have successfully compiled qt 4.4 using 2 threads with visual studio 2008 and had no problems with it.

  8. #8
    Join Date
    Jan 2006
    Location
    Scandinavia
    Posts
    62
    Thanks
    5
    Thanked 2 Times in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Hi,

    I've a quick quide on setting up and using Qt on windows.
    If you use vs2005 be sure to install some updates since that can cause you grievance otherwise.

    http://kjell.hedstrom.googlepages.co...o_express_2005

Similar Threads

  1. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  2. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  3. Installing Qt 4.1.4 (open source) on windows with vs2005
    By Randulf in forum Installation and Deployment
    Replies: 1
    Last Post: 19th August 2006, 12:22
  4. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41
  5. Installing Qt 4.1 (open source) on Windows XP
    By katrina in forum Installation and Deployment
    Replies: 8
    Last Post: 19th February 2006, 12:26

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.