[ns] error interpretation

2007-01-08 Thread Ramzi Tka

Hi,
let consider the followinf error :

(procedure _o19 line 2)
(SplitObject unknown line 2)

What is the significance of   procedure _o19 . What is the tcl file that
corresponds to _o19  so we can find line 2?

Best regards
Ramzi


[ns] maodv implementation in ns-2.28

2007-01-08 Thread payal sharma

hello everyone
  can i use maodv code for ns-2.26 which is available at 
  www.sce.carleton.ca/wmc/code.html  
  on ns-2.28? will it work fine?
  please tell me.
  cheers
   

 Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php


[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] Segmentation fault..........error

2007-01-08 Thread Swalaxmi Pandit

Hi,

I tried 3 node example for adhoc simulation with DSDV.
Time of simulation end is set to 60.
When I ran this program,I got the following error:-
segmentation fault

How to rectify this error?

I used
set val(ifq)   Queue/DropTail/PriQueue;#interface queue type

This was not working and was giving same error so I tried
set val(ifq)   CMUPriQueue ;#interface queue type


Can anybody suggest me the solution for this segmentation problem?


Thanks,
Swalaxmi