[ns] compiling ns-2 problem

2013-02-13 Thread Dalia El3wely




after making changes in ns2 c++ files , i tried to rebuild ns2 by using  make 
command, i didn't get any errors, but when i tried to simulate a simple 
scenario i found that my changes have not been applied   !!I'm using ns-2.35 
under cygwin + windows 7..even when i tried to print a simple line on my trace 
file so i've altered cmu-trace.cc file .. changes have not been applied too!! , 
i don't know if i have to change any files else befor compiling ns2, or what..?
Regards,
Dalia Elewely.

  


Re: [ns] compiling ns-2 problem

2013-02-13 Thread Saravanan Kandasamy

Hi,

After make, do sudo make install

rgds
SK

On Wed, Feb 13, 2013 at 3:45 PM, Dalia El3wely dalia-el3w...@hotmail.comwrote:





 after making changes in ns2 c++ files , i tried to rebuild ns2 by using 
 make command, i didn't get any errors, but when i tried to simulate a
 simple scenario i found that my changes have not been applied   !!I'm using
 ns-2.35 under cygwin + windows 7..even when i tried to print a simple line
 on my trace file so i've altered cmu-trace.cc file .. changes have not been
 applied too!! , i don't know if i have to change any files else befor
 compiling ns2, or what..?
 Regards,
 Dalia Elewely.




Re: [ns] compiling ns-2 problem

2013-02-13 Thread Fazlullah Khan

Instead of simple make  make ns.

On Thu, Feb 14, 2013 at 10:00 AM, ns-users-requ...@isi.edu 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
 ns-users-requ...@isi.edu

 You can reach the person managing the list at
 ns-users-ow...@isi.edu

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


 Today's Topics:

1. Last Days: SMART 2013 || June 23 - 28, 2013 - Rome, Italy
   (Cristina Pascual)
2. compiling ns-2 problem (Dalia El3wely)
3. Total Transmission Time (Sai Bhyravajosyula)
4. Re: compiling ns-2 problem (Saravanan Kandasamy)


 --

 Message: 1
 Date: Wed, 13 Feb 2013 10:45:22 +0100
 From: Cristina Pascualcris.pascual.gonza...@gmail.com
 Subject: [ns] Last Days: SMART 2013 || June 23 - 28, 2013 - Rome,
 Italy
 To: ns-users@isi.edu
 Message-ID: 201302130945.r1d9jm1n008...@smtp.upv.es
 Content-Type: text/plain; charset=us-ascii


 INVITATION:

 =
 Please consider to contribute to and/or forward to the appropriate groups
 the following opportunity to submit and publish original scientific results
 to SMART 2013.

 The submission deadline is February 17, 2013.

 Authors of selected papers will be invited to submit extended article
 versions to one of the IARIA Journals: http://www.iariajournals.org
 =


 == SMART 2013 | Call for Papers ===

 CALL FOR PAPERS, TUTORIALS, PANELS

 SMART 2013, The Second International Conference on Smart Systems, Devices
 and Technologies

 June 23 - 28, 2013 - Rome, Italy


 General page: http://www.iaria.org/conferences2013/SMART13.html

 Call for Papers: http://www.iaria.org/conferences2013/CfPSMART13.html

 - regular papers

 - short papers (work in progress)

 - posters

 Submission page: http://www.iaria.org/conferences2013/SubmitSMART13.html


 Submission deadline: February 17, 2013

 Sponsored by IARIA, www.iaria.org


 Extended versions of selected papers will be published in IARIA Journals:
 http://www.iariajournals.org

 Print proceedings will be available via Curran Associates, Inc.:
 http://www.proceedings.com/9769.html

 Articles will be archived in the free access ThinkMind Digital Library:
 http://www.thinkmind.org


 Please note the Poster and Work in Progress options.

 The topics suggested by the conference can be discussed in term of
 concepts, state of the art, research, standards, implementations, running
 experiments, applications, and industrial case studies. Authors are invited
 to submit complete unpublished papers, which are not under review in any
 other conference or journal in the following, but not limited to, topic
 areas.

 All tracks are open to both research and industry contributions, in terms
 of Regular papers, Posters, Work in progress, Technical/marketing/business
 presentations, Demos, Tutorials, and Panels.

 Before submission, please check and comply with the Editorial rules:
 http://www.iaria.org/editorialrules.html

 SMART 2013 Topics (topics and submission details: see CfP on the site)


Future cities
Digital cities
Senseable city networks
Smart houses
Dynamic urban communications
Knowledge on urban economy
Public display and search
Indoor communications
SHUI (Smart Home User Interfaces)
Smart mobility
Pervasive urban applications
Ubiquitous computing in digital cities
Mobile crowdsourcing applications
Rural communications
Ambient assisted living
Smart multimedia services
Smart antennas
Smart urban electric cars
Smart atmospheric and population migration measurements
Smart energy and optimal consumption
Smartphones
Smart spaces
Ecological cities
Interactions between smart cities
Health informatics in smart cities
Mobility monitoring and control in smart environments
Navigating in smart environments
Smart information processing
Smart analytics
Internet of things in smart environments
Social networking in smart environments
Use Cases for Smart Homes/Cities
Sociocultural challenges in smart environments
Costs associated with smart cities

 -
 Committee: http://www.iaria.org/conferences2013/ComSMART13.html
 



 --

 Message: 2
 Date: Wed, 13 Feb 2013 15:45:45 +
 From: Dalia El3wely dalia-el3w...@hotmail.com
 Subject: [ns] compiling ns-2 problem
 To: ns-users@isi.edu
 Message-ID: dub115-w139bb111d24d56930db8262be...@phx.gbl
 Content-Type: text/plain; charset=windows-1256




 after making changes in ns2 c++ files , i tried to rebuild ns2 by using 
 make