[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Tclcl make problem
Hi,
That solved the problem, now my NS runs well. Another thing: instead of
using patched tcl/tk8.0.2 for building nam, it seems I can just copy a
binary nam***.exe from http://www.isi.edu/nsnam/dist/binary/ and use it,
it looks fine...
Thanks!
yeping
On Tue, 10 Jul 2001, Vijay Doraiswami wrote:
> Hi Padma,
> I also encountered this problem. I didn't see those files as part of
> the distribution, instead to get around the compilation problem, which only
> attempts to delete the existing file, before proceeding, so I commented out
> the lines having $RM $@ for embedded*.cc and tclcl2c++.exe. This worked for
> me. Let me know, if this is incorrect.
> But as of now, ns is running ok with the build I made.
>
> Thanks,
> Vijay
>
> At 12:02 PM 7/10/2001 -0700, Padmaparna Haldar wrote:
>
> >They must be present in both the latest tclcl-1.0b11 distribution as well
> >as ns-allinone-2.1b8a release.
> >--Padma
> >
> >On Mon, 9 Jul 2001, Yeping Su wrote:
> >
> >
> > > Thanks for your suggestion! The dummy tclcl2c++.exe works, but new problem
> > > came up: it seems those embedded-**.cc are required but not included in
> > > tclcl-1.0b11 distribution, what shall I do then? Sorry for too many
> > > questions...
> > >
> > > yeping
> > >
> > > On Mon, 9 Jul 2001, Padmaparna Haldar wrote:
> > >
> > > >
> > > > I think it looks for a pre-existing tcl2c++.exe and tries to remove
> > it and
> > > > not finding the file raises error..
> > > > Try creating a dummy tcl2c++.exe file
> > > > and then make again.
> > > >
> > > > --Padma
> > > >
> > > > On Mon, 9 Jul 2001, Yeping Su wrote:
> > > >
> > > >
> > > > > Hi all,
> > > > >
> > > > > I am trying to build NS on windows2000. I can make tcl/tk/otcl
> > work, but
> > > > > can't figure out what's wrong with tclcl-1.0b11. I only made some
> > > > > modifications on path in conf\makefile.win, the error is attached. Any
> > > > > suggestion?
> > > > >
> > > > > Thanks!
> > > > >
> > > > > yeping
> > > > > /////////////////////////////////////////////////////////////////
> > > > > cl -c -Ox -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo
> > > > > -D_X86_=1 -D_
> > > > > WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32 -D_WIN32 -D_MT -D_DLL -MD -Ox
> > > > > -Zm1000 -
> > > > > DNO_TK -Ih:\work\NS\ns-2.1b8a-win\tk8.3.2\win
> > > > > -Ih:\work\NS\ns-2.1b8a-win\tk8.3.2
> > > > > \generic -Ih:\work\NS\ns-2.1b8a-win\tcl8.3.2\win
> > > > > -Ih:\work\NS\ns-2.1b8a-win\tcl8
> > > > > .3.2\generic -Ih:\work\NS\ns-2.1b8a-win\otcl-1.0a7
> > > > > -Ih:\work\NS\ns-2.1b8a-win\t
> > > > > clcl-1.0b11 -Ih:\work\NS\ns-2.1b8a-win\tk8.3.2\xlib -I.
> > > > > -Ic:\progra~1\micros~3
> > > > > \VC98\include -Fotcl2c++.o tcl2c++.c
> > > > > tcl2c++.c
> > > > > erase h:\work\NS\ns-2.1b8a-win\tclcl-1.0b11\tcl2c++.exe
> > > > > Could Not Find h:\work\NS\ns-2.1b8a-win\tclcl-1.0b11\tcl2c++.exe
> > > > > NMAKE : fatal error U1077: 'erase' : return code '0x1'
> > > > > Stop.
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > ------------------------------------------------
> > > > Be true to your work, your word, and your friend.
> > > > --Thoreau
> > > >
> > > > Padmaparna Haldar
> > > >
> > >
> > >
> >
> >--
> >------------------------------------------------
> >Be true to your work, your word, and your friend.
> >--Thoreau
> >
> >Padmaparna Haldar
>