PDA

View Full Version : stdout symbol cannot be resolved - QT, Eclipse, Ubuntu



TheNewGuy
23rd February 2012, 19:24
Normal C++ symbols like stdout, pow, abort, are not resolvable in my QT application. I installed the application like this:

1) Installed the QT SDK

2) Installed Eclipse CDT

3) Installed the QT integration plugin for eclipse

4) Added the QT SDK source include paths to my project

This allowed me to build a blank QT gui project. However, my simple QT application will not build due to the unresolved stdout, pow, and abort symbols.

Can someone offer some guidance? I really am lost here and no searching has revealed what it could be.

Maquefel
24th February 2012, 11:29
Show your simple QT application code please.