[ns] Help required: Unable to build xgraph

2006-12-26 Thread Debarshi Sanyal

Hi,
   Festive greetings to you all!
   I recently installed ns2 on Red Hat Linux 9.  I am unable to build
xgraph although other components of ns2 are getting built correctly. When
I run ./configure followed by make in the xgraph directory, it tells:

Makefile:255: *** missing separator.  Stop.

This is the same problem discussed in the mail Why building Xgraph Failed?
in ns-users mailing list.
But I haven't found the solution there.

Could anyone please help me to fix this issue? This is very urgent.

Thanks you so much for your time.

Regards,
Debarshi


[ns] Where I get the ns2 script of receiver initiated MAC protocol or/and power control MAC?

2006-12-26 Thread Kevin

Dear All,

(1) I am trying to do some experiment on Ad Hoc and WLAN MAC protocol on ns2, 
and I want to implement the receiver initiated MAC proposed by some 
researchers, can anyone tell me where I can get some relavent materials? 
(2) I am also trying to implement the power control MAC protocol for Ad hoc 
network, can anyone also give me some hints or relavent materials about that?
I would appreciate if someone can help me within this. 
Thanks in advance and Happy Holidays to all!

Kevin




[ns] Fwd: Urgent help required: Unable to build xgraph

2006-12-26 Thread Larry Brigman

On 12/26/06, Debarshi Sanyal [EMAIL PROTECTED] wrote:

 
  Hi,
 Festive greetings to you all!
 I recently installed ns2.29 on Red Hat Linux 9.  I am unable to build
  xgraph although other components of ns2 are getting built correctly. When
  I run ./configure followed by make in the xgraph directory, it tells:
 
  Makefile:255: *** missing separator.  Stop.
 
  This is the same problem discussed in the mail Why building Xgraph
  Failed? in ns-users mailing list.
  But I haven't found the solution there.
 
  Could anyone please help me fix this issue? This is very urgent.
  Pleeesee help !!
 
You will need the Xwindows development headers and libraries to build xgraph.



Re: [ns] help instalation ns-2.27 problems

2006-12-26 Thread Larry Brigman

It would help if you also provided the distro that you are using.  There
are sometimes different answers depending on the distro.  I do know that
cygwin has several different problems that I don't know anything about but
others here do.

You will need to provide some more details.  Also I don't know if you are locked
into using ns-2.27 as ns-2.29 and ns-2.30 are available and are known to
work on a larger set of platforms.

On 12/25/06, milica marik [EMAIL PROTECTED] wrote:


 Hello users

 I was installing ns-2.27(allinone) and while building tclcl it appeared
 #
 tclcl-mappings.h:51 error: incomplete type 'Tcl' used in nested name specifier
 tclcl-mappings.h:52 error: invalid use of undefined type 'struct Tcl'
 tclcl-mappings.h:41 error: forward declaration of'struct Tcl'
 tclcl-mappings.h:57 error: invalid use of undefined type 'struct Tcl'
 tclcl-mappings.h:41 error: forward declaration of'struct Tcl'

 tclcl-1.15 make failed! Exiting...

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

 #
 so i couldn't find solution to my problem on the displayed page.
 If anyone from you can help me with my
  problem.

 Thanks



 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com




 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com




Re: [ns] help instalation ns-2.27 problems

2006-12-26 Thread Koussalya Balasubramanian

Hi,
  I had the same problem in cygwin and I had sent a mail already for this. 
IF someone could help that should be great.

Regards
Koussalya
Quoting Larry Brigman [EMAIL PROTECTED]:


 It would help if you also provided the distro that you are using.  There
 are sometimes different answers depending on the distro.  I do know that
 cygwin has several different problems that I don't know anything about
 but
 others here do.

 You will need to provide some more details.  Also I don't know if you are
 locked
 into using ns-2.27 as ns-2.29 and ns-2.30 are available and are known to
 work on a larger set of platforms.

 On 12/25/06, milica marik [EMAIL PROTECTED] wrote:
 
 
  Hello users
 
  I was installing ns-2.27(allinone) and while building tclcl it appeared
  #
  tclcl-mappings.h:51 error: incomplete type 'Tcl' used in nested name
 specifier
  tclcl-mappings.h:52 error: invalid use of undefined type 'struct Tcl'
  tclcl-mappings.h:41 error: forward declaration of'struct Tcl'
  tclcl-mappings.h:57 error: invalid use of undefined type 'struct Tcl'
  tclcl-mappings.h:41 error: forward declaration of'struct Tcl'
 
  tclcl-1.15 make failed! Exiting...
 
  See http://www.isi.edu/nsnam/ns/ns-problems.html for problems
 
  #
  so i couldn't find solution to my problem on the displayed page.
  If anyone from you can help me with my
   problem.
 
  Thanks
 
 
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 
 
 
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 






Re: [ns] Fwd: Urgent help required: Unable to build xgraph

2006-12-26 Thread Debarshi Sanyal

Thanks you so much, Larry. But during ./configure in xgraph-12.1 directory
(or with top-level install script), it reports

checking for X... (cached) libraries /usr/X11R6/lib, headers=
 /usr/X11R6/include

At the end, it quips

creating Makefile
creating autoconf.h
autoconf.h is unchanged

And yet when I run make, it errors out. I have tried after including the
above Xdevelopment headers and libraries in PATH, but the issue persists.
Could you please suggest a solution?

Thanks a lot,
Debarshi

On 12/27/06, Larry Brigman [EMAIL PROTECTED] wrote:


 On 12/26/06, Debarshi Sanyal [EMAIL PROTECTED] wrote:
 
  
   Hi,
  Festive greetings to you all!
  I recently installed ns2.29 on Red Hat Linux 9.  I am unable to
 build
   xgraph although other components of ns2 are getting built correctly.
 When
   I run ./configure followed by make in the xgraph directory, it tells:
  
   Makefile:255: *** missing separator.  Stop.
  
   This is the same problem discussed in the mail Why building Xgraph
   Failed? in ns-users mailing list.
   But I haven't found the solution there.
  
   Could anyone please help me fix this issue? This is very urgent.
   Pleeesee help !!
  
 You will need the Xwindows development headers and libraries to build
 xgraph.




[ns] looking for FHMIP extension

2006-12-26 Thread 郑大伟(Dawei Zheng)

Hi all,

I am looking for FHMIP extension.

FHMIP extension site “http://mobqos.ee.unsw.edu.au/~robert/nsinstall.php”
is empty.

Anyone have it???  Or anyone know another site to download it???

 

If you have FHMIP extension, please send me..







Best regards

Dawei Zheng

2006-12-27