Friday, July 4th 2008, 9:07pm UTC+1

You are not logged in.

  • Login
  • Register

kenobe

Beginner

Posts: 6

Location: Singapore

1

Sunday, January 20th 2008, 2:50am

problem building qt4 library for win32-g++

Hi
I downloaded the mingw ver 3.2 and installed it without any problem.
I also download the qt-win-opensource-4.3.2-mingw and installed no prlbem.

I also ensure the path includes the mingw directory and the qt\4.3.2 directory.

when I then try to build the qt lib with
configure.exe -debug-and-release -platform win32-g++
I got the error pls see attachment

Does anybody know what mistake I made?
Thanks
kenobe has attached the following file:
  • qt build error.jpg (64.83 kB - 270 times downloaded - Last download: May 26th 2008, 6:03pm)
  • Go to the top of the page

2

Sunday, January 20th 2008, 4:31pm

if you follow the qt fag it should work ... in short

install qt-win-opensource-4.3.2-mingw (or 4.3.3)

then you will find a shortcut in your program folder: ...\Qt by Trolltech v4.3.3 (OpenSource)\Qt 4.3.3 Command Prompt

open and type configure

y

and type mingw32-make

have two or three cups of coffe

done
  • Go to the top of the page

kenobe

Beginner

Posts: 6

Location: Singapore

3

Monday, January 21st 2008, 1:35am

Hi Janus

I did exactly what you had recommended, and I got the error as shown in the last attached document.
  • Go to the top of the page

4

Monday, January 21st 2008, 8:37am

hi,

if you google http://www.google.de/search?hl=de&safe=o…atterns&spell=1


you find many people with this problem. It seems it has something to do with msvc 6 if it is installed (paths to libs/include). I do not use msvc 6. So I cant help you. But try google .-)
  • Go to the top of the page

Rate this thread