|
|
Smith, Greg schrieb:
Downloaded Eclipse 3.3.2 and installed it.
Then installed MinGW and QT 4.4.0 as per instructions.
Built QT 4.4.0 as per missing instructions.
Installed the QT Eclipse Integration 1.4.0.
Then I tried to build a simple example and got the following error messages:
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
cannot find -lQtGuid4
mingw32-make[1]: Leaving directory `C:/Documents and
Settings/gfsmith/workspace/Test'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\Test.exe] Error 1
mingw32-make: *** [debug] Error 2
I know that others have seen these errors too, but I haven't seen a
comprehensive explanation of their cause or how to work around them. I
haven't built any debug library files (a) because I didn't know that I
needed to and (b) I don't know the commands to do it anyhow.
When you don't need them then you also shouldn't build your project in
debug mode...
And when you installed Qt with the installer you'll find a start menu
entry to build the debug libs.
HTH
Christian
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|