[ns] Ns2.29 installation on cygwin : error

2013-04-06 Thread Aska123

Makefile:90: recipe for target `trace/trace.o' failed
make: *** [trace/trace.o] Error 1
Ns make failed!


Please  some one solve at least my one problem




--
View this message in context: 
http://network-simulator-ns-2.7690.n7.nabble.com/Ns2-29-installation-on-cygwin-error-tp26577.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] ns2.29 installation

2012-04-07 Thread Charifa BESSAIDI

Hello,

I flowed stpes to integrate the NIST Module but when i reinstall the
NS-2.29. I get this error :

g++-4.1 -c  -DUSE_802_21 -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR
-DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H
-DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H
-DHAVE_LIBTCL8_4 -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION
-DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test
-I. -I/home/charifa/Bureau/ns-allinone-2.29/tclcl-1.17
-I/home/charifa/Bureau/ns-allinone-2.29/otcl-1.11
-I/home/charifa/Bureau/ns-allinone-2.29/include
-I/home/charifa/Bureau/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp
-I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile
-I./trace -I./routing -I./tools -I./classifier -I./mcast
-I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr
-I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv
-I./satellite -I./bluetooth -I./hsntg -I./hsntg/802_21 -I./wimax
-I./interference -I./myevalvid -I./wpan -o trace/trace.o trace/trace.cc
./sctp/sctp.h:705: error: extra qualification ‘SctpAgent::’ on member
‘DumpSendBuffer’
make: *** [trace/trace.o] Erreur 1
Ns make failed!
See http://www.isi.edu/nsnam/ns/ns-problems.html for problems


What should I do :( ???

Best regards,

2012/4/2 Umesh Rawat umeshrawat1...@gmail.com

 Thanks to all unknown friends..It was really a great information that you
 provided to me. I was really facing a tough time to install ns2.29 and
 mannasim. you made it for me, I successfully installed the ns 2.29 on my
 ubuntu 10.04. please further guide me for mannasim patch in it..

 On Sun, Apr 1, 2012 at 6:52 AM, Charifa BESSAIDI b.char...@gmail.comwrote:


 Hello,

 Thank you for helping me ...
 The install of ns-2.29 xas successeful.
 I started to install NIST module by apt-get install NIST but it doesn't
 work :(
 Packages not found !!
 Can you tell me what steps should I do ???
 Thanks,

 Regards,
 Yotta


 2012/3/31 zmezm 14 zmez...@yahoo.com

  'ns-allinone-2.29.3' .. Ubuntu 9.10 Karmic
  Ref. post # 6
 
  sudo apt-get install \
  libx11-dev libxmu-dev libxmu-headers libxt-dev libtool g++-4.1
 
  If you want to use nam-1.11 ( any nam can be used ) :
  http://bugs.gentoo.org/attachment.cgi?id=161242
  cd ns-allinone-2.29.3/tk-8.4.11/
  patch -p0  tk-8.4-lastevent.patch
 
  Edit some 'Makefile.in' :
  otcl-1.11/, line 7 : CC = gcc-4.1
  tclcl-1.17/, line 40 : CC = gcc-4.1
  tclcl-1.17/, line 41 : CPP = g++-4.1
  ns-2.29/ , line 36 : CC = gcc-4.1
  ns-2.29/ , line 37 : CPP = g++-4.1
  nam-1.11/, line 44 : CC = gcc-4.1
  nam-1.11/, line 45 : CPP = g++-4.1
 
  Do 'make clean' in otcl-1.11/ and next delete the 'Makefile'.
  Now ./install will work.
  ..
 
  and after that install the nist mobility model
  after getting the nist mobility model replace the ns-2.29 folder  inside
  ns-allinone-2.29.3 with the one in ns-2.29-nist-mob-022707
  and then patch the nist mobility patch in the ns-2.29 folder
  pmip6-for-ns-2.29-nist
  and then reinstall it
  it should work
 
  --- On *Sat, 3/31/12, Yotta15 b.char...@gmail.com* wrote:
 
 
  From: Yotta15 b.char...@gmail.com
  Subject: Re: [ns] ns2.29 installation
  To: ns-users@ISI.EDU
  Date: Saturday, March 31, 2012, 8:42 PM
 
 
 
 
  Hello,
 
  I have to install NS-2.29 with 'MIH' Module patch on ubuntu 9.10
  Is there some one how can help : blogs , links .. which describes the
  procedure step by step.
  thanks,
 
 
  Best Regards,
 
  charanpreet wrote:
  
  
   Hi everyone,
  
   I just want to know if anyone has any link of blog or site that tells
  step
   by step procedure of installing ns2.29 on fedora 13.
   if anyone knows it i would appreciate if it can be mailed in as a
 reply
  to
   this.
  
   Thanks and regards
   Charanpreet Singh
  
  
 
  --
  View this message in context:
  http://old.nabble.com/ns2.29-installation-tp32853372p33544946.html
  Sent from the ns-users mailing list archive at Nabble.com.
 
 


 --

 Cordialement,
 Charifa BESSAIDI
 Tel: (+216) 20 458 329




 --
 Er. Umesh Rawat
 9813973747




-- 

Cordialement,
Charifa BESSAIDI
Tel: (+216) 20 458 329


Re: [ns] ns2.29 installation

2012-03-31 Thread Yotta15


Hello,

I have to install NS-2.29 with 'MIH' Module patch on ubuntu 9.10
Is there some one how can help : blogs , links .. which describes the
procedure step by step. 
thanks,


Best Regards,

charanpreet wrote:
 
 
 Hi everyone,
 
 I just want to know if anyone has any link of blog or site that tells step
 by step procedure of installing ns2.29 on fedora 13.
 if anyone knows it i would appreciate if it can be mailed in as a reply to
 this.
 
 Thanks and regards
 Charanpreet Singh
 
 

-- 
View this message in context: 
http://old.nabble.com/ns2.29-installation-tp32853372p33544946.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] ns2.29 installation

2012-03-31 Thread zmezm 14

'ns-allinone-2.29.3' .. Ubuntu 9.10 Karmic
Ref. post # 6

sudo apt-get install \
libx11-dev libxmu-dev libxmu-headers libxt-dev libtool g++-4.1

If you want to use nam-1.11 ( any nam can be used ) :
http://bugs.gentoo.org/attachment.cgi?id=161242
cd ns-allinone-2.29.3/tk-8.4.11/
patch -p0  tk-8.4-lastevent.patch

Edit some 'Makefile.in' :
otcl-1.11/, line 7 : CC = gcc-4.1
tclcl-1.17/, line 40 : CC = gcc-4.1
tclcl-1.17/, line 41 : CPP = g++-4.1
ns-2.29/ , line 36 : CC = gcc-4.1
ns-2.29/ , line 37 : CPP = g++-4.1
nam-1.11/, line 44 : CC = gcc-4.1
nam-1.11/, line 45 : CPP = g++-4.1

Do 'make clean' in otcl-1.11/ and next delete the 'Makefile'.
Now ./install will work.
..

and after that install the nist mobility model 
after getting the nist mobility model replace the ns-2.29 folder  inside 
ns-allinone-2.29.3 with the one in ns-2.29-nist-mob-022707 
and then patch the nist mobility patch in the ns-2.29 folder 
pmip6-for-ns-2.29-nist 
and then reinstall it
it should work 

--- On Sat, 3/31/12, Yotta15 b.char...@gmail.com wrote:

From: Yotta15 b.char...@gmail.com
Subject: Re: [ns] ns2.29 installation
To: ns-users@ISI.EDU
Date: Saturday, March 31, 2012, 8:42 PM



Hello,

I have to install NS-2.29 with 'MIH' Module patch on ubuntu 9.10
Is there some one how can help : blogs , links .. which describes the
procedure step by step. 
thanks,


Best Regards,

charanpreet wrote:
 
 
 Hi everyone,
 
 I just want to know if anyone has any link of blog or site that tells step
 by step procedure of installing ns2.29 on fedora 13.
 if anyone knows it i would appreciate if it can be mailed in as a reply to
 this.
 
 Thanks and regards
 Charanpreet Singh
 
 

-- 
View this message in context: 
http://old.nabble.com/ns2.29-installation-tp32853372p33544946.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] ns2.29 installation

2012-03-31 Thread Charifa BESSAIDI

Hello,

Thank you for helping me ...
The install of ns-2.29 xas successeful.
I started to install NIST module by apt-get install NIST but it doesn't
work :(
Packages not found !!
Can you tell me what steps should I do ???
Thanks,

Regards,
Yotta


2012/3/31 zmezm 14 zmez...@yahoo.com

 'ns-allinone-2.29.3' .. Ubuntu 9.10 Karmic
 Ref. post # 6

 sudo apt-get install \
 libx11-dev libxmu-dev libxmu-headers libxt-dev libtool g++-4.1

 If you want to use nam-1.11 ( any nam can be used ) :
 http://bugs.gentoo.org/attachment.cgi?id=161242
 cd ns-allinone-2.29.3/tk-8.4.11/
 patch -p0  tk-8.4-lastevent.patch

 Edit some 'Makefile.in' :
 otcl-1.11/, line 7 : CC = gcc-4.1
 tclcl-1.17/, line 40 : CC = gcc-4.1
 tclcl-1.17/, line 41 : CPP = g++-4.1
 ns-2.29/ , line 36 : CC = gcc-4.1
 ns-2.29/ , line 37 : CPP = g++-4.1
 nam-1.11/, line 44 : CC = gcc-4.1
 nam-1.11/, line 45 : CPP = g++-4.1

 Do 'make clean' in otcl-1.11/ and next delete the 'Makefile'.
 Now ./install will work.
 ..

 and after that install the nist mobility model
 after getting the nist mobility model replace the ns-2.29 folder  inside
 ns-allinone-2.29.3 with the one in ns-2.29-nist-mob-022707
 and then patch the nist mobility patch in the ns-2.29 folder
 pmip6-for-ns-2.29-nist
 and then reinstall it
 it should work

 --- On *Sat, 3/31/12, Yotta15 b.char...@gmail.com* wrote:


 From: Yotta15 b.char...@gmail.com
 Subject: Re: [ns] ns2.29 installation
 To: ns-users@ISI.EDU
 Date: Saturday, March 31, 2012, 8:42 PM




 Hello,

 I have to install NS-2.29 with 'MIH' Module patch on ubuntu 9.10
 Is there some one how can help : blogs , links .. which describes the
 procedure step by step.
 thanks,


 Best Regards,

 charanpreet wrote:
 
 
  Hi everyone,
 
  I just want to know if anyone has any link of blog or site that tells
 step
  by step procedure of installing ns2.29 on fedora 13.
  if anyone knows it i would appreciate if it can be mailed in as a reply
 to
  this.
 
  Thanks and regards
  Charanpreet Singh
 
 

 --
 View this message in context:
 http://old.nabble.com/ns2.29-installation-tp32853372p33544946.html
 Sent from the ns-users mailing list archive at Nabble.com.




-- 

Cordialement,
Charifa BESSAIDI
Tel: (+216) 20 458 329


[ns] ns2.29 installation

2011-11-16 Thread charanpreet singh

Hi everyone,

I just want to know if anyone has any link of blog or site that tells step
by step procedure of installing ns2.29 on fedora 13.
if anyone knows it i would appreciate if it can be mailed in as a reply to
this.

Thanks and regards
Charanpreet Singh


Re: [ns] ns2.29 installation

2011-11-16 Thread khalil afzal

Hi,
The easy way is downgrade gcc. First check which gcc will work for ns 2.29.Most 
of the time old version of Installation Problem is due to gcc.
The following link show how to install alternative gcc 


http://www.mjmwired.net/resources/mjm-fedora-gcc.html

I hope it will work..


Regards..


Muhammad Khalil Afzal


[ns] ns2.29 installation problem

2008-09-11 Thread Abdelhak Farsi

Hi ns users
I tried to install the NS2..29 but I had the following error :

tcl8.3.2 configuration failed! Exiting ...
Tcl is not part of the ns project.  Please see www.Scriptics.com
to see if they have a fix for your platform.
I do not  know the origin of this kind of error. what shall I do to fix it?
I tried to change the Forums but no way because they propose to drop the 
'  in the file of tcl et tk .

thanks in advance


[ns] Ns2.29 installation

2007-03-04 Thread hiba alame

Hi,
   
  Please send me links for either ns2.29.2 or ns2.29.3 so I can download them, 
links that are trustworthy please.
   
  Thank you all for your help.

 
-
Sucker-punch spam with award-winning protection.
 Try the free Yahoo! Mail Beta.


Re: [ns] Ns2.29 installation

2007-03-04 Thread rsg

http://www.isi.edu/nsnam/dist/






On 3/4/07, hiba alame [EMAIL PROTECTED] wrote:

 Hi,

   Please send me links for either ns2.29.2 or ns2.29.3 so I can download 
 them, links that are trustworthy please.

   Thank you all for your help.


 -
 Sucker-punch spam with award-winning protection.
  Try the free Yahoo! Mail Beta.




Re: [ns] NS2.29 installation problem in Fedora Core 5

2007-01-10 Thread Saurav Chakraborty

Thanx for the reply,Yesterday I installed NS 2.9.3 and the installation was
successful.I wil install Ns2.3 after a few days.BTW can u let me where can i
get specifil tutorial of NS regarding implementation in MANETs

On 1/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Send Ns-users mailing list submissions to
ns-users@isi.edu

 To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.isi.edu/mailman/listinfo/ns-users
 or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

 You can reach the person managing the list at
[EMAIL PROTECTED]

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Ns-users digest...


 Today's Topics:

   1. Autorate in 802.11g (Armelle Gnassou)
   2. Help Reg. Trace (Goutham B)
   3. Multi-Channel Multi interfaces (Stefan Trost)
   4. Sleep nodes and Wake up them (babak)
   5. Derivation of new AODV based routing protocol (Sebastian Roschke)


 --

 Message: 1
 Date: Tue, 9 Jan 2007 04:10:14 +
 From: Armelle Gnassou [EMAIL PROTECTED]
 Subject: [ns] Autorate in 802.11g
 To: ns-users@isi.edu ns-users@ISI.EDU
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1

 Hi all,

 I am working on 802.11g in ns-2.29 andd i need to make automatic change in
 dataRate depending on speed of mobilenode which is the transmitter. So i
 have tried to make some changes in mac-802_11.cc in order to get the speed
 of the transmitter:
struct hdr_mac802_11 *dh =
 HDR_MAC802_11(p); u_int32_t src = ETHER_ADDR[dh-dh_ta];
 MobileNode *tx_node= (MobileNode*)(Node::get_node_by_address(src);
 double vitesse = tx_node-speed(); It works with 2 mobiles nodes, but i
 had a segmentation fault (core dumped) when i tried to simulate a
 wired-cum-wireless scenario with one mobile node, one AP and one wired node.
 I think the problem is due to the AP, because it is not a mobile node, but i
 don't know how to specify in ns2 not to get the speed if i have an AP which
 is transmitting.

 Can anyone help with this please? or give any tips?

 Thks for helpful information

 Armelle.


 _
 Essayez Live.com et cr?ez l'Internet qui vous ressemble : infos, sports,
 m?t?o et bien plus encore !
 http://www.live.com/getstarted

 --

 Message: 2
 Date: Tue, 9 Jan 2007 08:57:55 +
 From: Goutham B [EMAIL PROTECTED]
 Subject: [ns] Help Reg. Trace
 To: ns-users@ISI.EDU
 Message-ID:
[EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed

 Hi,

 I am a newbie .. and was trying to understand the new wireless trace
 format.
 I figured out various fields in the trace.. but I wasnt very clear as
 about
 the 'Hop Destination Node ID' field.

 The values change between -1 and -2 . What does this indicate ?

 Thanks,
 Goutham B


 --

 Message: 3
 Date: Tue, 9 Jan 2007 09:20:48 + (GMT)
 From: Stefan Trost [EMAIL PROTECTED]
 Subject: [ns] Multi-Channel Multi interfaces
 To: ns-users@ISI.EDU
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1

 Hi all,

 I integrated the multi-channel multi-interface into my
 existing NS-2 environment. Everything seems to work fine, but when I
 run simulations with more than 40 - 50 nodes I get segmentation errors
 very often (but not allways),
 With less than 25 nodes there are no segmentation errors at all.

 Does anyone have expericence with this, or may suggest a possible solution
 on how to avoid these errors?

 Thanks in advance,
 Stefan


 __
 Do You Yahoo!?
 Sie sind Spam leid? Yahoo! Mail verf?gt ?ber einen herausragenden Schutz
 gegen Massenmails.
 http://mail.yahoo.com



 --

 Message: 4
 Date: Tue, 9 Jan 2007 18:53:06 +0900
 From: babak [EMAIL PROTECTED]
 Subject: [ns] Sleep nodes and Wake up them
 To: Ns-users@ISI.EDU
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain;   charset=iso-8859-1

 Hi All,

 I'm trying to put the node in sleep mode and then wake up them after a
 while.

 In mac-802.11.cc I use the ((WirelessPhy *)netif_)-node_sleep() to put
 the node in sleep mode.

 Then in wireless-phy.cc, I've defined a timer. when this time get expired
 I just call node_wakeup() from the expire function of the timer.

 Basically, it seems ok. However, the node does not respond to any packet
 transmission (like its in sleep mode).

 Does anybody know what is the problem or Could you please suggest another
 solution?

 Thanks

 --

 Message: 5
 Date: Tue, 09 Jan 2007 22:10:36 +0100
 From: Sebastian Roschke [EMAIL PROTECTED]
 Subject: [ns] Derivation of new AODV based routing protocol
 To: ns-users@ISI.EDU
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; 

[ns] NS2.29 installation problem in Fedora Core 5

2007-01-08 Thread maverick80


Hi,
I m trying to install ns2.29.2 all in one package in Fedora Core 5 by
applying the patch from the url
https://www.ececs.uc.edu/~cdmc/ucbt/src/ns2292-gcc410.patch

But after applying the patch the following error is reported :
 
./mobile/god.h:88: error: extra qualification 'vector::' on member
'operator='

./mobile/god.h:93: error: extra qualification 'vector::' on member
'operator+='

./mobile/god.h:98: error: extra qualification 'vector::' on member
'operator=='

./mobile/god.h:101: error: extra qualification 'vector::' on member
'operator!='make: *** [src_rtg/sragent.o] Error 1

Ns make failed!

See http://www.isi.edu/nsnam/ns/ns-problems.html for problems 

 Please help 



-- 
View this message in context: 
http://www.nabble.com/NS2.29-installation-problem-in-Fedora-Core-5-tf2939365.html#a8217958
Sent from the ns-users mailing list archive at Nabble.com.



[ns] ns2.29 installation problem

2006-04-28 Thread Félix Jesús

Hi:

How can i solve this problem when I'm linking ns2.29?


`.gnu.linkonce.t._ZN11taskPending10taskStatusEh' referenced in section
`.rodata' of wpan/p802_15_4mac.o: defined in discarded section
`.gnu.linkonce.t._ZN11taskPending10taskStatusEh' of wpan/p802_15_4mac.o
collect2: ld error
make: *** [ns] Error 1
Ns make failed!


I'm using gcc-3.3 and g++-3.3 in a debian distribution.

Thanks in advance

Regards

Félix