PDA

View Full Version : Project Error



assismvla
18th June 2008, 13:09
Sorry, my english is not very well.

I install Qt 4.4.0 in windows vista with Eclipse Europa 3.3 (C/C++ plugin)
and the Qt eclipse integration v1.4.0 , but when I start a new project, a messenger appears in the eclipse

"cannot find -lqtmaind" ,
"mnake ***[debug]Error 2" ,
"make[1]: ***[debug/test.exe]Error 1"

Obs.: test.exe is the name of my project.

what is wrong ?

jacek
18th June 2008, 13:12
You don't have the debug version of Qt libraries. There should be a link called "Build debug libraries" or similar in Start menu near Qt Designer and other Qt tools.

assismvla
18th June 2008, 14:03
ok you are right !

But now a new error appeared :

cannot find -lQtGuid4
make: ***[debug]Error 2
make[1]: ***[debug\test.exe]Error 2

jacek
18th June 2008, 14:22
It's the same problem. You don't have debug version of Qt libraries. Build Qt in debug mode and such errors will disappear.

assismvla
18th June 2008, 16:20
I put a picture attach.

I have some problem.

thanks for your help!

jpn
18th June 2008, 16:27
How did you install MinGW? Did you let the Qt installer to install it?

PS. Please copy-paste the error next time instead of attaching a screenshot...

assismvla
18th June 2008, 19:48
Yes , i tell to the Qt installer to install mingw too.

Sorry , next time i will copy the error !