Re: [ns] [NS] Changes made not taking effect after compile

2012-04-18 Thread Hannaneh Mahdavi

Hi
in terminal, Select the NS-2.34 file path. then type these commands:
1- make clear;
2- make;
3-make install;
 
good luck


Re: [ns] Changes made not taking effect after compile

2012-04-17 Thread Teerawat@UBC

Hi 

If you would like to add a new module into NS2, please read

http://www.ns2ultimate.com/post/454001969/including-new-modules-into-ns-2

I hope this will help.

Best Wishes,

Teerawat Issariyakul
http://www.ns2ultimate.com/
http://www.ece.ubc.ca/~teerawat
http://www.t-issariyakul.blogspot.com
http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417
http://twitter.com/T_Bear
On Apr 16, 2012, at 6:17 PM, Carlo Santos wrote:

 
 Good day.
 
 I am having trouble with my NS-2 installation. Every time I make changes,
 the changes I made do not seem to be reflected after compiling
 (./configure; make;). I tried adding printf in the 802_11 mac but
 specifically in the Mac802_11::command but when I execute a simulation
 script, the added printf does not appear.
 
 -- 
 Carlo Santos
 



Re: [ns] Changes made not taking effect after compile

2012-04-17 Thread Carlo Santos

I'm not trying to add a new module. I am modifying a currently existing
module.

On Tue, Apr 17, 2012 at 8:27 PM, Teerawat@UBC teera...@ece.ubc.ca wrote:

 Hi

 If you would like to add a new module into NS2, please read

 http://www.ns2ultimate.com/post/454001969/including-new-modules-into-ns-2

 I hope this will help.

 Best Wishes,

 Teerawat Issariyakul
 http://www.ns2ultimate.com/
 http://www.ece.ubc.ca/~teerawat
 http://www.t-issariyakul.blogspot.com
 http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417
 http://twitter.com/T_Bear
 On Apr 16, 2012, at 6:17 PM, Carlo Santos wrote:

 
  Good day.
 
  I am having trouble with my NS-2 installation. Every time I make changes,
  the changes I made do not seem to be reflected after compiling
  (./configure; make;). I tried adding printf in the 802_11 mac but
  specifically in the Mac802_11::command but when I execute a simulation
  script, the added printf does not appear.
 
  --
  Carlo Santos
 




-- 
Carlo Santos


[ns] Changes made not taking effect after compile

2012-04-16 Thread Carlo Santos

Good day.

I am having trouble with my NS-2 installation. Every time I make changes,
the changes I made do not seem to be reflected after compiling
(./configure; make;). I tried adding printf in the 802_11 mac but
specifically in the Mac802_11::command but when I execute a simulation
script, the added printf does not appear.

-- 
Carlo Santos