Results 1 to 11 of 11

Thread: compiling 4.4.1

  1. #1
    Join Date
    May 2007
    Location
    Germany
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default compiling 4.4.1

    Hello friends,

    I already try to compile qt since 4.4.0 without any success. Now back from my holliday I see the new 4.4.1 and try to compile it, hope that the bugs are history, christian knows what I mean.

    So I try it with
    Qt Code:
    1. configure.exe -debug-and-release -platform win32-g++ -qt-sql-odbc -qt-sql-sqlite -qt-gif -qt-libpng -qt-libtiff -qt-libmng -qt-libjpeg -no-qt3support -exceptions -stl -qt-zlib -no-phonon -webkit
    To copy to clipboard, switch view to plain text mode 

    and after I get the attached error.

    I have no errors with qt435.
    I have xp with sp2. I try it with the mingw from the trolltech installer and after with the installer MinGW514. And yes I set the envars correcktly.

    I don´t the any solution at the horizont. Could any body help.
    Attached Files Attached Files

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: compiling 4.4.1

    I'd suspect this to be a problem with the MinGW installation. You said you tried two different versions of MinGW. Which version of MinGW is this? I never had problems with the version of MinGW downloaded by the Qt installer. What environment variables are you actually setting when you say that you're setting them "correctly"?
    J-P Nurmi

  3. #3
    Join Date
    May 2007
    Location
    Germany
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: compiling 4.4.1

    Hello jpn so my env are
    Qt Code:
    1. C:\>echo INCLUDE= C:\MinGW\include;C:\Qt\4.4.1\include
    2. INCLUDE= C:\MinGW\include;C:\Qt\4.4.1\include
    3.  
    4. C:\>echo LIB = C:\MinGW\lib;C:\Qt\4.4.1\lib
    5. LIB = C:\MinGW\lib;C:\Qt\4.4.1\lib
    6.  
    7. C:\>echo QTDIR = C:\Qt\4.4.1
    8. QTDIR = C:\Qt\4.4.1
    9.  
    10. C:\>echo QMAKESPEC = win32-g++
    11. QMAKESPEC = win32-g++
    12.  
    13. C:\>echo PATH = C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\doxygen\bin;C:\Qt\4.4.1\bin;C:\MinGW\bin;C:\Programme\QuickTime\QTSystem\
    14. PATH = C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\doxygen\bin;C:\Qt\4.4.1\bin;C:\MinGW\bin;C:\Programme\QuickTime\QTSystem\
    15.  
    16. C:\>echo MinGW = C:\MinGW\bin
    17. MinGW = C:\MinGW\bin
    18.  
    19. C:\>echo QMAKEPATH = C:\Qt\4.4.1
    20. QMAKEPATH = C:\Qt\4.4.1
    To copy to clipboard, switch view to plain text mode 

    the first version of mingw I tried was the from the installer ( qt4.4.1 OS) I assume it was 3.4.2.
    The second was the from the automated installer Mingw514.
    I don´t install the directx or windows sdk. Is there any detail in compiling I don´t gather. I don´t have problems in compiling the 4.3.* but after 4.4.0 everything is opposed to me ;o((

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: compiling 4.4.1

    What was the error with the supported MinGW version?
    J-P Nurmi

  5. #5
    Join Date
    May 2007
    Location
    Germany
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: compiling 4.4.1

    Hello,

    sorry but I´am so buisy, but here are the error
    Attached Files Attached Files

  6. #6
    Join Date
    May 2007
    Location
    Germany
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: compiling 4.4.1

    Hello friends,

    I must say I compile 4.4.1 for win32-msvc2008 without any error excluding the fact that I comment the xmath.h header in the headerfile.

    What is wrong with the Mingw???? Has anybody he same error????

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: compiling 4.4.1

    Your MinGW might have some older version of DirectShow header files.

  8. #8
    Join Date
    May 2007
    Location
    Germany
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: compiling 4.4.1

    Ok I use the minGw from the Trolltech installer.

    Schould I make an update which installer do you prefer?????

  9. #9
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: compiling 4.4.1

    Quote Originally Posted by LordQt View Post
    Ok I use the minGw from the Trolltech installer.
    Qt should compile with MinGW that comes with it. Maybe you have two installations on MinGW?

  10. #10
    Join Date
    Sep 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: compiling 4.4.1

    was webkit compiled OK with vs2005 ? I encounter errors that are over my head i have to go with -no-webkit. Like to know ticks. TIA

  11. #11
    Join Date
    May 2007
    Location
    Germany
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: compiling 4.4.1

    Yes, webkit is compiled correctly. Sorry for the late answer

Similar Threads

  1. error compiling using vs 2005
    By arunredi in forum Installation and Deployment
    Replies: 1
    Last Post: 16th May 2008, 03:32
  2. not compiling
    By sudheer in forum Installation and Deployment
    Replies: 6
    Last Post: 28th November 2007, 13:10
  3. Help compiling Qt4 Application
    By drake1983 in forum Newbie
    Replies: 4
    Last Post: 15th November 2007, 15:32
  4. qmake_image_collection.cpp gives me a compiling error
    By vfernandez in forum Qt Programming
    Replies: 2
    Last Post: 31st January 2006, 02:42
  5. compiling a qt project under win32
    By elcuco in forum Qt Programming
    Replies: 2
    Last Post: 19th January 2006, 08:43

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.