hi i downloaded olsr code from olsr list....<br>by running i have 1 error<br>[root@cse-pgl18 ns-2.34]# make<br>g++ -c -Wall -Wno-write-strings  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -DAODV_UU -DNS_PORT   -I. -I. -I/usr/local/ns-allinone-2.34/tclcl-1.19 -I/usr/local/ns-allinone-2.34/otcl -I/usr/local/ns-allinone-2.34/include -I/usr/local/ns-allinone-2.34/include -I/usr/local/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -I./aodv-uu -o queue/priqueue.o queue/priqueue.cc<br>
In file included from ./queue/queue.h:42,<br>                 from queue/priqueue.cc:45:<br>./common/packet.h: In static member function ‘static void p_info::initName()’:<br>./common/packet.h:393: error: ‘PT_AODVUU’ was not declared in this scope<br>
queue/priqueue.cc: In member function ‘virtual void PriQueue::recv(Packet*, Handler*)’:<br>queue/priqueue.cc:100: error: ‘PT_AODVUU’ was not declared in this scope<br>make: *** [queue/priqueue.o] Error 1<br clear="all"><br>
<br>kindly tell me how to debug this error<br><br>