Hi Padma,
Thanks for the help, I was able to compile all the files, but faced this problem, when attempting to install ns-2. Do you know how to get around the "for" loop used in the makefile.vc for nmake for Microsoft VC 5.0. I get the following error,
D:\netsim-1\ns-allinone-2.1b8a\ns-2.1b8a-win>d:\progra~1\DevStudio\vc\bin\nmake
/f makefile.vc install
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
echo -m 555 -o bin -g bin ns @prefix@/bin
-m 555 -o bin -g bin ns @prefix@/bin
echo -m 444 -o bin -g bin ns.1 @prefix@/man/man1
-m 444 -o bin -g bin ns.1 @prefix@/man/man1
for i in indep-utils/cmu-scen-gen/setdest indep-utils/webtrace-conv/de
c indep-utils/webtrace-conv/epa indep-utils/webtrace-conv/nlanr indep-utils/w
ebtrace-conv/ucb; do ( cd $i; NMAKE install; ) done
i was unexpected at this time.
NMAKE : fatal error U1077: 'for' : return code '0x1'
Stop.
Thanks,
Vijay
Padma,
> >Sorry to bother you again, I downloaded the latest the ns allinone package. I think it still has the same problems. The makefile.vc for compiling ns-2 still doesn't contain basetrace.cc as you mentioned before. I think its only in Makefile.in, but for windows environment I think its not being used, because we directly call "nmake /f makefile.vc" , as per the windows installation pade, so I don't understand how this will work. Can you please tell help me out here ?
> >Thanks a lot,
> >Vijay
> >