Hi all,

In the ns-2.29 directory, I did:
make clean; ./configure  -enable-debug; make
the result (after many lines) was:
trace/trace.cc: In member function `virtual void DequeTrace::recv(Packet*, 
Handler*)':
trace/trace.cc:567: warning: int format, nsaddr_t arg (arg 5)
trace/trace.cc:567: warning: int format, nsaddr_t arg (arg 6)
trace/trace.cc:586: warning: int format, nsaddr_t arg (arg 5)
trace/trace.cc:586: warning: int format, nsaddr_t arg (arg 6)
make: *** [trace/trace.o] Error 1

then I edit the Makefile  and add the -DDEBUG_WIMAX switch in the DEFINE entry.
at last I run    
ns simple.tcl    (example in /tcl/wimax directory) but the result was :
invalid command name "Mac/802_16"
    while executing
"Mac/802_16 set debug_ 0"
    (file "simple.tcl" line 45)

In the site it is explained that recompiling the whole system, thing is 
necessary he means?

thanks in advantage
Elena

Reply via email to