hello sir
Did you get any solution for this problem. I am also facing the same problem. if you have its solution, please send it to me my mail id is thakur.k...@gmail.com i will be very thankful to you. mangal sachin dahiya wrote: > > > > I am new to NS. I am running NS on cygwin on Windows XP. > > I was trying the 'make depend' and 'make' commands to see if they are > working properly. I did not make any changes to any files after i > installed > NS. However, I received the errors shown below while i used the 'make' > command: > > ucb; do ( cd $i; make all; ) done > make[1]: Entering directory > `/home/ns-2.29/indep-utils/cmu-scen-gen/setdest' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory > `/home/ns-2.29/indep-utils/cmu-scen-gen/setdest' > make[1]: Entering directory `/home/ns-2.29/indep-utils/webtrace-conv/dec' > g++ -c -Wall -DCPP_NAMESPACE=std -I. -I/home/tclcl-1.17 -I/home/otcl-1.11 > -I/home/include -I/home/include -I/usr/include/pcap -o proxytrace2any.o > proxytrace2any.cc > proxytrace2any.cc: In function `int main(int, char**)': > proxytrace2any.cc:112: error: `IsLittleEndian' undeclared (first use this > function) > proxytrace2any.cc:112: error: (Each undeclared identifier is reported only > once for each function it appears in.) > proxytrace2any.cc:120: error: `ToOtherEndian' undeclared (first use this > function) > make[1]: *** [proxytrace2any.o] Error 1 > make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/dec' > make[1]: Entering directory `/home/ns-2.29/indep-utils/webtrace-conv/epa' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/epa' > make[1]: Entering directory > `/home/ns-2.29/indep-utils/webtrace-conv/nlanr' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/nlanr' > make[1]: Entering directory `/home/ns-2.29/indep-utils/webtrace-conv/ucb' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/ns-2.29/indep-utils/webtrace-conv/ucb' > > I do not understand why this error is appearing. Can anyone help me with > this? Thanks in advance.