On Sun, Nov 30, 2008 at 08:55:08PM +0530, L.V.Gandhi wrote: > I am running Lenny qith kde3.5.10. > I have installed all files as required in install.htm in qtstalker docl. > I could compile ta-lib. But when I compile qtstalker, I get error as > follows. > As I get the error as > UpgradeMessage.cpp: In member function �void UpgradeMessage::copyFiles()�: > UpgradeMessage.cpp:447: error: �system� was not declared in this scope > UpgradeMessage.cpp:454: error: �system� was not declared in this scope > UpgradeMessage.cpp:466: error: �system� was not declared in this scope > UpgradeMessage.cpp:472: error: �system� was not declared in this scope > UpgradeMessage.cpp:484: error: �system� was not declared in this scope > UpgradeMessage.cpp:496: error: �system� was not declared in this scope > make[1]: *** [UpgradeMessage.o] Error 1 > > I searched google for �system� was not declared in this scope. But I > couldn't get any link.
Try adding #include <cstdlib> in the top of the file, along with the other #include lines. HTH. Kumar -- Kumar Appaiah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

