helo everyone, i am new to this forum. my problem is that i patched mobiwan with ns-2.33 by following the instructions from:
http://techsolns4u.blogspot.in/2011/...on-in-ns2.html
after that when i tried to run my tcl script i faced an error like this:
"programs]$ ns multicast.tcl
can't read "EnableHierRt_": no such variable
(Object set line 1)
invoked from within
"Simulator set EnableHierRt_"
(procedure "_o38" line 10)
(Node attach line 10)
invoked from within
"$node attach $mctrl_"
(procedure "_o228" line 4)
(DM init line 4)
invoked from within
"_o228 init _o3 _o38"
(Class create line 1)
invoked from within
"DM create _o228 _o3 _o38"
invoked from within
"catch "$className create $o $args" msg"
invoked from within
"if [catch "$className create $o $args" msg] {
if [string match "__FAILED_SHADOW_OBJECT_" $msg] {
delete $o
return ""
}
global errorInfo
error "class $..."
(procedure "new" line 3)
invoked from within
"new $mproto $self $node"
(procedure "_o3" line 2)
(Simulator mrtproto-iifs line 2)
invoked from within
"$self mrtproto-iifs $mproto $Node_($n) """
(procedure "_o3" line 23)
(Simulator mrtproto line 23)
invoked from within
"$ns mrtproto $mproto"
invoked from within
"set mrthandle [$ns mrtproto $mproto]"
(file "multicast.tcl" line 50) "
even when i run any script for checking xgraph it generates the same error as :
"can't read "EnableHierRt_": no such variable"
please help me anybody . thank you in advance