The Ultimate Qt Community site
Home News Forum Wiki Contest FAQ Links

Go Back   Qt Centre Forum > Qt > Installation and Deployment

Installation and Deployment Qt installation and Qt-based software deployment issues.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12th August 2008, 12:53
LordQt LordQt is offline
Intermediate user
 
Join Date: May 2007
Location: Germany
Qt products used: Qt4
Qt platforms used: Windows
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
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
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
File Type: zip error441.zip (1.2 KB, 8 views)

Reply With Quote
  #2  
Old 12th August 2008, 18:47
jpn jpn is offline
Guru
 
Join Date: Feb 2006
Location: Tampere, Finland
Qt products used: Qt4
Qt platforms used: Unix/X11, Windows
Posts: 5,452
Thanks: 36
Thanked 1,224 Times in 1,173 Posts
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
Reply With Quote
  #3  
Old 13th August 2008, 09:15
LordQt LordQt is offline
Intermediate user
 
Join Date: May 2007
Location: Germany
Qt products used: Qt4
Qt platforms used: Windows
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
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
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((

Reply With Quote
  #4  
Old 13th August 2008, 12:45
jpn jpn is offline
Guru
 
Join Date: Feb 2006
Location: Tampere, Finland
Qt products used: Qt4
Qt platforms used: Unix/X11, Windows
Posts: 5,452
Thanks: 36
Thanked 1,224 Times in 1,173 Posts
Default Re: compiling 4.4.1

What was the error with the supported MinGW version?
__________________
J-P Nurmi
Reply With Quote
  #5  
Old 22nd August 2008, 15:38
LordQt LordQt is offline
Intermediate user
 
Join Date: May 2007
Location: Germany
Qt products used: Qt4
Qt platforms used: Windows
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: compiling 4.4.1

Hello,

sorry but Iīam so buisy, but here are the error
Attached Files
File Type: zip error.zip (1.8 KB, 5 views)

Reply With Quote
  #6  
Old 25th August 2008, 14:45
LordQt LordQt is offline
Intermediate user
 
Join Date: May 2007
Location: Germany
Qt products used: Qt4
Qt platforms used: Windows
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
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????

Reply With Quote
  #7  
Old 27th August 2008, 22:53
jacek jacek is offline
Guru
 
Join Date: Jan 2006
Location: Warsaw, Poland
Qt products used: Qt3, Qt4
Qt platforms used: Unix/X11, Windows
Posts: 5,344
Thanks: 28
Thanked 930 Times in 896 Posts
Default Re: compiling 4.4.1

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

Reply With Quote
  #8  
Old 29th August 2008, 11:59
LordQt LordQt is offline
Intermediate user
 
Join Date: May 2007
Location: Germany
Qt products used: Qt4
Qt platforms used: Windows
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
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?????

Reply With Quote
  #9  
Old 30th August 2008, 18:24
jacek jacek is offline
Guru
 
Join Date: Jan 2006
Location: Warsaw, Poland
Qt products used: Qt3, Qt4
Qt platforms used: Unix/X11, Windows
Posts: 5,344
Thanks: 28
Thanked 930 Times in 896 Posts
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?

Reply With Quote
  #10  
Old 7th September 2008, 04:33
chefZ chefZ is offline
Beginner
 
Join Date: Sep 2008
Qt products used: Qt4, Qtopia
Qt platforms used: Unix/X11, Windows
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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

Reply With Quote
  #11  
Old 29th September 2008, 10:27
LordQt LordQt is offline
Intermediate user
 
Join Date: May 2007
Location: Germany
Qt products used: Qt4
Qt platforms used: Windows
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: compiling 4.4.1

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

Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post