Search Criteria
Package Details: ns 2.35-8
Git Clone URL: | https://aur.archlinux.org/ns.git (read-only, click to copy) |
---|---|
Package Base: | ns |
Description: | Discrete event simulator targeted at networking research |
Upstream URL: | http://www.isi.edu/nsnam/ns/ |
Licenses: | |
Submitter: | shaurz |
Maintainer: | qrwteyrutiyoup |
Last Packager: | qrwteyrutiyoup |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2006-03-17 01:52 |
Last Updated: | 2016-11-08 18:16 |
Dependencies (5)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- otcl
- tclcl (make)
- nam (optional) – Tcl/TK based animation tool for viewing network simulation traces,
- xgraph (optional) – X-Windows application for interactive plotting and graphing
Latest Comments
shadyabhi commented on 2011-10-02 16:58
If you get error like:
mac/mac-802_11Ext.h: In member function ‘u_int32_t PHY_MIBExt::getHdrLen11()’:
mac/mac-802_11Ext.h:176:19: error: expected primary-expression before ‘struct’
mac/mac-802_11Ext.h:176:41: error: ‘dh_body’ was not declared in this scope
mac/mac-802_11Ext.h:176:51: error: ‘offsetof’ was not declared in this scope
open that file and add
#include <cstddef>
to the header files.
crlf0710 commented on 2011-09-29 04:32
Please edit the PKGBUILD and add all the dependencies such as otcl tcl84 tk84 and so on, thanks
Anonymous comment on 2011-04-04 17:13
When I try to build, I get a compile error:
tools/ranvar.cc: in member function `virtual double gammarandomvariable::value()':
tools/ranvar.cc:219:70: error: cannot call constructor `GammaRandomVariable::GammaRandomVariable'
tools/ranvar.cc:219:70: error: for a function-style cast, remove the redundant
`::GaammaRandomVariable'
make: *** [tools/ranvar.o] Error 1
ns make failed
This is because GCC 4.5 does not like the X::X() style construct used in the NS2 source code and instead prefers the X() construct (according to http://forums.fedoraforum.org/archive/index.php/t-254937.html).
Applying shadyabhi's patch solves the issue for me.
master commented on 2010-09-21 19:48
@shadyabhi Are you sure this wouldn't break the functionality?
shadyabhi commented on 2010-09-21 07:49
I successfully compiled after few changes. Author pls add this patch to PKGBIULD http://dl.dropbox.com/u/7728421/ns2.patch
shadyabhi commented on 2010-09-21 07:24
I am unable to compile NS. I get the following error. http://pastebin.com/Jk7PaXrA
Any idea?