Build error: where to get info?
General and Desktop
6
Posts
5
Posters
2.7k
Views
1
Watching
-
[quote author="hpng" date="1308678428"]How I ran the build in QT Creator, in build output tab, it gives me a red dot warning which is cryptic.
For example:
Collect2 ID return 1 exit statusI put cursor over it and press f1, I got no information.
[/quote]
This has to do with link errors, you should check the "Compile output" window of Qt Creator. :-)
-
Linker errors tend to be cryptic:-( Qt Creator can only display what the build system generates.
Try checking the actual compile output. Maybe there is some context information there that Qt Creator missed.