Re: [ns] warning: no class variable Phy/WirelessPhy - while running wireless-demo-csci694.tcl

2013-08-03 Thread knudfl
> @ Shivjay Singh > warning: no class variable > ./test: line 2: cd: tcl/ex: No such file or directory > ./test: line 7: ./leach_test: No such file or directory Looks like the oldest patch to be found ? With the buggy "test" ? An edited 'test' is here, post #6 http://www.linuxquestions.org

[ns] warning: no class variable Phy/WirelessPhy - while running wireless-demo-csci694.tcl

2013-08-03 Thread Shivjay Singh
Dear NS-USERS, I am trying to running LEACH protocols, and i have patch mit_uAMPS in my NS2.34 over on fedora 16. I have all ready make object file but while running wireless-demo-csci694.tcl, i am getting this is error. as given below. So many of users gave a solution for that with changing mode

[ns] warning: no class variable Phy/WirelessPhy - while running wireless-demo-csci694.tcl

2012-05-09 Thread Sagar.Shimpi
Hi All, I am working on ns-2.34. I installed leach on it. When trying to run - # cd /root/ns/ns-allinone-2.34/ns-2.34/tcl/ex # ns wireless-demo-csci694.tcl I am getting the following error - Can anyone please help for the error below - === [ro

Re: [ns] warning: no class variable

2011-11-30 Thread Teerawat@UBC
HI, Check your variable name. It should be var_myAgent, not var_mainAgent. Best Regards, Teerawat Issariyakul http://www.ns2ultimate.com/ http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417 http://twitter.com/T_Bear http://www.t-issariyakul.blogspot.com http://www.ece.ubc.ca/~teeraw

[ns] warning: no class variable

2011-11-30 Thread K. M.
Hi all, I defined the following agent Main_Agent::Main_Agent() : Agent(PT_UDP) { ... bind("var_mainAgent", &var_mainAgent); ... } I also defined the following agent which inherits from the previous My_Agent::My_Agent() : Main_Agent() { ... bind("var_my

Re: [ns] warning: no class variable God::path_analysis_

2006-11-22 Thread Samer Bali
Hi, To solve this problem, simply add the following line in "tcl/lib/ns-default.tcl" file (with god parameters): god set path_analysis_ 0 Best wishes, samer --- Matthias Budde matthi.budde at web.de wrote: Wed Oct 4 09:53:41

[ns] warning: no class variable God::path_analysis_

2006-10-04 Thread Matthias Budde
Hi, After applying the GPSR patch to ns 2.29.3, I get the following warning message when running simple-wireless.tcl from Marc Greis' Tutorial: warning: no class variable God::path_analysis_ What does this mean? Can I safely ignore this? Thank you, best, -Matt