[ns] [Howto] build ns2 deb package with patches

2012-06-12 Thread YunQiang Su
://git.debian.org/git/pkg-netsim/ns2.git 3. put your own patch to debian/patches/ and edit debian/patches/series to add you own patch 4. git-buildpackage then you should get your own deb packages. dpkg -i to install them -- YunQiang Su

Re: [ns] Argument passing

2011-11-15 Thread YunQiang Su
same with normal tcl? > Many Thanks. > > -- YunQiang Su

Re: [ns] ns-2.35 released

2011-11-06 Thread YunQiang Su
; for otcl and tclcl: > http://sourceforge.net/tracker/?group_id=30174&atid=398499 > for ns-2, nam-1, and ns-allinone: > http://sourceforge.net/tracker/?group_id=149743&atid=775392 > > - Tom > > -- YunQiang Su

Re: [ns] setdest command under ubuntu

2011-10-29 Thread YunQiang Su
tty, you can do it like this: dget http://archive.ubuntu.com/ubuntu/pool/universe/n/ns2/ns2_2.35~RC6-3.dsc dpkg-source -x ns2_2.35~RC6-3.dsc cd ns2* debuild and then go to indep-utils/cmu-scen-gen/setdest to get setdest. -- YunQiang Su

Re: [ns] setdest command under ubuntu

2011-10-29 Thread YunQiang Su
My fault I didn't install it fellowing the default ./configure;make;make install. I will examine it. -- YunQiang Su

Re: [ns] [Ns-developers] FTBFS: build ns2 with gcc 4.5 error

2011-08-23 Thread YunQiang Su
It has been fixed in RC8 -- YunQiang Su

[ns] [Patch]ns-2 2.35 rc8 FTBFS

2011-08-11 Thread YunQiang Su
mac-802_11Ext_missing_cstddef.patch fix it. -- YunQiang Su

Re: [ns] Installing multiple version of ns2 in one machine

2011-07-10 Thread YunQiang Su
./configure --prefix=/path1 ./configure --prefix=/path2 then /path1/bin/ns /path2/bin/ns -- YunQiang Su

Re: [ns] Need Help, why my Ubuntu 10.10 can't delete files in trash

2011-07-07 Thread YunQiang Su
> dear sir, > > now, i can enter to ubuntu because of my free space = 0 (gnome is broken).. > can *not* ? > > what must i do to repair that? any idea sir? thanks. > Boot your computer with a LiveCD (or LiveUSB), mount the corresponding file system and delete these files and directories.

Re: [ns] [BUG] nam version conflict for package "Tcl": have 8.5.10, need exactly 8.5.9

2011-07-01 Thread YunQiang Su
s my patch, but it seems some dirty, and I has not tested whether it will work indeed yet. -- YunQiang Su

Re: [ns] [BUG] nam version conflict for package "Tcl": have 8.5.10, need exactly 8.5.9

2011-06-27 Thread YunQiang Su
Add CC to debian bugs -- YunQiang Su

[ns] [BUG] nam version conflict for package "Tcl": have 8.5.10, need exactly 8.5.9

2011-06-27 Thread YunQiang Su
-- Forwarded message -- From: YunQiang Su Date: Mon, Jun 27, 2011 at 10:23 PM Subject: [BUG] nam version conflict for package "Tcl": have 8.5.10, need exactly 8.5.9 To: ns-developers , ns-users I am maintaining the Debian package of nam, but I got an problem: 1.

[ns] FTBFS: build ns2 with gcc 4.5 error

2011-03-01 Thread YunQiang Su
; make[1]: *** [tools/ranvar.o] Error 1 dh_auto_build: make -j1 returned exit code 2 make: *** [build] Error 2 -- YunQiang Su

Re: [ns] [Ns-developers] otcl cannot find X11

2011-02-22 Thread YunQiang Su
t; > From: ns-developers-boun...@isi.edu > > [mailto:ns-developers-boun...@isi.edu] On Behalf Of YunQiang Su > > Sent: 22 February 2011 12:47 > > To: ns-users; ns-developers > > Subject: [Ns-developers] otcl cannot find X11 > > > > when build otcl under debian u

Re: [ns] Installing multiple version of ns-2.

2010-12-14 Thread YunQiang Su
yes, you can ./configure --prefix=/prefix1 ./confgure --prefix=/prefix2 then ,they will be installed to different directories. -- YunQiang Su