[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Question about installing NS-2.1b7 on Win2K
Zhan Xu wrote:
> Hi, all: I have to bother you again. When I used "nmake /f
> makefile.vc" to install the NS-2.1b7 on Win2K, an error message
> occured as "i is unexpected in sentence For". I found the following
> sentence in "makefile.vc" all-recursive: for i in
> $(SUBDIRS); do ( cd $$i; $(MAKE) all; ) done After changing the
> sentence into "for %i in $(SUBDIRS); do (cd $$i; $(MAKE) all;) done ",
> another message occured as " indep-utils/cmu-scen-gen/setdest is
> unexpected". Your suggestions are greatly appreciated. Zhan Xu EECS
> Department
> Case Western Reserve University
> Email: [email protected]
I had exactly the same problem, when I tried to install NS on WinNT
which ruined my whole day, yesterday. It would be great, if anyone can
help us to fix that problem, Thanks.