[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling qtstalker 0.36 in lenny.





On Mon, Dec 01, 2008 at 05:46:00AM +0530, L.V.Gandhi wrote:
>      >    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.
> 
>    Thanks.
>    Do you refer to configure file?

It worked for me:
vim lib/UpgradeMessage.h
add there in the includes section #include <cstdlib>
you will have to do it for anther file:
vim src/IndicatorPage.h
and again add  #include <cstdlib> among the other includes.
Thank you guys.

-- 
View this message in context: http://www.nabble.com/Compiling-qtstalker-0.36-in-lenny.-tp20758639p22440156.html
Sent from the Debian User mailing list archive at Nabble.com.


Reply to: