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

RE: instprocs problem



> After taking away the line -"source ns-autoconf.tcl" in tcl/lib/ns-lib.tcl,
> I managed to compile ns. However no ns.lib or ns.exp was created.
> When I tried to run it, it displayed the entire contents of the files in
> tcl/lib and then ends with the error message -
> : invalid command name "Node/SatNode"
>     while executing
> "Node/SatNode instproc init args {
> eval $self next $args           :# parent class constructor

is ns-sat.tcl included in your ns-lib.tcl?

- Haobo