Results 1 to 10 of 10

Thread: i always get an error when compiling Qt4.4.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: i always get an error when compiling Qt4.4.0

    I suggest you start by disabling the webkit module. You might not have all the dependencies for it to be built.

  2. #2
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: i always get an error when compiling Qt4.4.0

    i disabled the webkit using the following command
    Qt Code:
    1. configure -platform win32-msvc2005 -debug-and-release -fast -qt-sql-sqlite -no-qt3support -vcproj -no-webkit
    To copy to clipboard, switch view to plain text mode 
    but i also get the same error but in another library
    Qt Code:
    1. tmp\moc\debug_shared\moc_qundostack_p.cpp : fatal error C1033: cannot open progr
    2. am database 'c:\qt\4.4.0\src\gui\vc80.pdb'
    3. moc_qundoview.cpp
    4. tmp\moc\debug_shared\moc_qundoview.cpp : fatal error C1033: cannot open program
    5. database 'c:\qt\4.4.0\src\gui\vc80.pdb'
    6. Generating Code...
    7. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
    8. l.EXE"' : return code '0x2'
    9. Stop.
    10. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
    11. make.EXE"' : return code '0x2'
    12. Stop.
    13. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
    14. make.EXE"' : return code '0x2'
    15. Stop.
    16. NMAKE : fatal error U1077: 'cd' : return code '0x2'
    17. Stop.
    18. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
    19. make.EXE"' : return code '0x2'
    20. Stop.
    To copy to clipboard, switch view to plain text mode 

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

    Default Re: i always get an error when compiling Qt4.4.0

    It seems the problem is with your Visual Studio installation.

  4. #4
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: i always get an error when compiling Qt4.4.0

    ok i will try to install it (visual stdio) again

  5. #5
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: i always get an error when compiling Qt4.4.0

    hi, i installed a new windows xp ,installed visual studio 2005 and when i compiled the Qt i get the
    same error .
    can any body write the steps step by step.
    but you should konw that i compiled 4.3.2 and i am using the same way with 4.4.0 but it does not work.

  6. #6
    Join Date
    Aug 2007
    Posts
    166
    Thanks
    16
    Thanked 14 Times in 14 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: i always get an error when compiling Qt4.4.0

    Try removing the -fast option, and add the Qt bin directory to your PATH system variable.

Similar Threads

  1. Problem compiling Qt4.4.0 with mingw-static in examples/webkit
    By KjellKod in forum Installation and Deployment
    Replies: 2
    Last Post: 10th July 2008, 13:32
  2. Error compiling QT4.4.0 in Fedora 9 GCC 4.3.0
    By estanisgeyer in forum Installation and Deployment
    Replies: 1
    Last Post: 19th May 2008, 14:47

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.