GIDForums  

Go Back   GIDForums > Computer Forums > Computer Software Forum - Linux
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #11  
Old 27-Feb-2009, 22:26
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,217
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: Problem executing nam-1.13


[quote=RodolfoAlvizu]problems with the Spanish...[;/quote]Well, I don't have much Spanish, but I think all of those avisos are warnings, not errors. At least that's my impression.

However, here's the real problem (I think):

Quote:
Originally Posted by RodolfoAlvizu
Code:
. . g++ -o nam \ tkcompat.o tkUnixInit.o xwd.o netview.o netmodel.o edge.o packet.o node.o main.o trace.o queue.o drop.o animation.o agent.o feature.o route.o transform.o paint.o state.o monitor.o anetmodel.o random.o rng.o view.o graphview.o netgraph.o tracehook.o lan.o psview.o group.o editview.o tag.o address.o animator.o wnetmodel.o nam_stream.o enetmodel.o testview.o parser.o trafficsource.o lossmodel.o queuehandle.o gen/version.o gen/nam_tcl.o -L/opt/ns-allinone-2.33/tclcl-1.19 -ltclcl -L/opt/ns-allinone-2.33/otcl -lotcl -L/opt/ns-allinone-2.33/lib -ltk8.4 -L/opt/ns-allinone-2.33/lib -ltcl8.4 -lXext -lX11 -lnsl -ldl -lm nam_stream.o: In function `NamStreamCompressedFile::read(char*, int)': nam_stream.cc:(.text+0xf2f): undefined reference to `gzread' nam_stream.o: In function `NamStreamCompressedFile::eof()': nam_stream.cc:(.text+0xf51): undefined reference to `gzeof' . . .
This is exactly the same problem that i pointed out in this recent thread:

http://www.gidforums.com/t-20442.html

Scroll down to the last entry (my post number 9) where I explain what the problem is. Here's the solution that I recommend:

Navigate to the nam-1.13 directory.

Enter the following commands
Code:
make distclean ./configure --with-zlib=../zlib-1.2.3 >configure.log 2>& 1 make >make.log 2>& 1
At this point you should have the nam executable in that directory. Since the directory /opt/ns-allinone-2.33/bin is now on your $PATH, copy nam from the nam-1.13 directory to /opt/ns-allinone-2.33/bin

Regards,

Dave
Last edited by davekw7x : 27-Feb-2009 at 23:06.
  #12  
Old 28-Feb-2009, 07:37
RodolfoAlvizu RodolfoAlvizu is offline
New Member
 
Join Date: Feb 2009
Posts: 12
RodolfoAlvizu is on a distinguished road

Re: Problem executing nam-1.13


You was rigth Dave... It presents a new error...
[root@rodolfopc bin]# nam
nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D)}] units
}
bind Li..."


thanks^n
  #13  
Old 28-Feb-2009, 09:44
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,217
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: Problem executing nam-1.13


Quote:
Originally Posted by RodolfoAlvizu
...new error...


My suggestion for any install of ns:

1. Delete or rename the ns-allinone-2.33 directory tree where you have been doing your work. This is really important: start with a brand new fresh installation.

2. Unzip ns-allinone-2.33.tar.gz to wherever you want it to be. You put it in /opt, so the rest of this narrative is based on that location. I don't recommend any particular location, but /opt is as good as any.

3. If your ns-allinone-2.33 directory is somewhere that requires root permission then change permissions so that you (a normal user, not root) can work on it.

My user name is dave and my user group is dave so do an "su" to become root, then

Code:
chown -R dave:dave ns-allinone-2.33

Now log in as a normal user (not root). If you have logged into the desktop (kde or gnome) as root. Then STOP. Log out and log back in as a normal user. You don't have to reboot, just log out and in. See Footnote.

If you unzipped the ns file in /opt, then execute the following:

Code:
cd /opt/ns-allinone-2.33 ./install >install.log 2>& 1
This takes a while, and there will be no output on the screen. To see the progress, you can open another terminal window (as yourself, not root), navigate to /opt/ns-allinone-2.33 and execute
Code:
tail -f install.log

When the install process finishes, hit ctrl-c in the "tail" window. Open install.log with a text editor and look for stuff like:
Code:
============================================================ * Build XGraph-12.1 ============================================================ . . . xgraph has been installed successfully. ============================================================ * Build CWeb ============================================================ . . . ============================================================ * Build Stanford GraphBase ============================================================ . . .

Just in fromt of most of the banner lines (all of those "===="), there will be something to the effect that the previous build was successful. Or there may be some kind of failure message. The actual cause of the failure may be in some lines before the banner line. Regardless of errors in the build process, it proceeds to the next. (That's why I alway capture everything in a file like install.log) Note that there may be many, many compiler warnings and other compiler messages. Unless it specifically gives a message that the build failed, you can ignore them for now.

The last build banner is
Code:
============================================================ * Build nam-1.13 ============================================================

In your case, it will probably report a failure and I already showed how to get around that.

If there are any other failures, you must fix them now.

In my case (32-bit Centos 5), nam succeeded and near the bottom of the install log I see
Code:
Ns-allinone package has been installed successfully. Here are the installation places: tcl8.4.18: /opt/ns-allinone-2.33/{bin,include,lib} tk8.4.18: /opt/ns-allinone-2.33/{bin,include,lib} otcl: /opt/ns-allinone-2.33/otcl-1.13 tclcl: /opt/ns-allinone-2.33/tclcl-1.19 ns: /opt/ns-allinone-2.33/ns-2.33/ns nam: /opt/ns-allinone-2.33/nam-1.13/nam xgraph: /opt/ns-allinone-2.33/xgraph-12.1 gt-itm: /opt/ns-allinone-2.33/itm, edriver, sgb2alt, sgb2ns, sgb2comns, sgb2hierns

If yours is different (other than the line about nam), then stop right here. Fix it.

If you have made the changes to PATH and the other environmental variables in .bashrc and you have confirmed their values, then go to your home directory and invoke ns:

Code:
ns

If it gives the ns prompt '%', then exit from ns

Invoke nam:
Code:
nam
If the nam window opens, close it.

If you get this far, then I highly recommend the following:

Cd to the ns-2.33 directory and execute the validation command
Code:
cd /opt/ns-allinone-2.33/ns-2.33 ./validate >validate.log 2>& 1

This takes a verrrrrry loooooong time. Again, you can open another terminal window, navigate to the ns2-33 directory and execute
Code:
tail -f validate.log

When it finishes, you can inspect the validate log file to see whether there were any unexplained failures. There will be something over 6,000 lines in the validate log.

Regards,

Dave

Footnote:
My personal recommendation is that you should never (that's never) log into the desktop as root. You can execute commands as root when you need to, but don't log in as root. Period.

I concede that this advice is based on personal experience and my recommendation is only an opinion. Everyone has a right to his/her opinion and I respect the right for anyone and everyone to have opinions that are different from mine.
Last edited by davekw7x : 28-Feb-2009 at 10:49.
  #14  
Old 28-Feb-2009, 11:54
RodolfoAlvizu RodolfoAlvizu is offline
New Member
 
Join Date: Feb 2009
Posts: 12
RodolfoAlvizu is on a distinguished road

Re: Problem executing nam-1.13


Thanks Dave, I did all wath you say as user...

But when invoke nam got the same error:
[rodolfo@rodolfopc ~]$ nam
nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D)}] units
}
bind Li..."
I don't see other error msg, but there are many things that seems to be wrong.
I post the buil nam an the rest of the install.log:
================================================== ==========
* Build nam-1.13
================================================== ==========
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
No .configure file found in current directory
Continuing with default options...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for main in -lXbsd... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for dcgettext in -lintl... no
checking for getnodebyname in -ldnet_stub... no
checking that g++ can handle -O2... no
checking for zlib.h... -I/usr/include
checking for libz1.1.4... no
checking for X11 header files
checking for X11 library archive
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for tcl.h... -I../include
checking for libtcl8.4... -L../lib -ltcl8.4
checking for init.tcl... ../lib/tcl8.4
checking for tclsh8.4.18... no
checking for tclsh8.4... ../bin/tclsh8.4
checking for tk.h... -I../include
checking for libtk8.4... -L../lib -ltk8.4
checking for tk.tcl... ../lib/tk8.4
checking for libtcldbg... no
checking for otcl.h... -I../otcl-1.13
checking for libotcl1.13... -L../otcl-1.13 -lotcl
checking for tclcl.h... -I../tclcl-1.19
checking for libtclcl... -L../tclcl-1.19 -ltclcl
checking for tcl2c++... ../tclcl-1.19
checking return type of random... long
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for strtoq... yes
checking for strtoll... yes
checking for long... yes
checking size of long... 8
checking for strtol... yes
checking for __int64_t... no
checking for long long... yes
checking for int64_t... yes
checking which kind of 64-bit int to use... int64_t
checking for snprintf... yes
No explicit static compilation flag; setting V_STATIC to ""
checking for dlopen in -ldl... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autoconf.h
creating ./gen
rm -f tkcompat.o; gcc -o tkcompat.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include tkcompat.c
rm -f tkUnixInit.o; gcc -o tkUnixInit.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include tkUnixInit.c
rm -f xwd.o; gcc -o xwd.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include xwd.c
xwd.c: En la función ‘ReadColors’:
xwd.c:143: aviso: conversión a puntero desde un entero de tamaño diferente
xwd.c:181: aviso: conversión a puntero desde un entero de tamaño diferente
rm -f netview.o; g++ -o netview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include netview.cc
In file included from netview.cc:52:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f netmodel.o; g++ -o netmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include netmodel.cc
In file included from lan.h:46,
from netmodel.cc:58:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
netmodel.cc: In member function ‘virtual void NetModel::handle(const TraceEvent&, double, int)’:
netmodel.cc:1117: aviso: conversión obsoleta de una constante de cadena a ‘char*’

netmodel.cc:1196: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f edge.o; g++ -o edge.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include edge.cc
In file included from edge.cc:45:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f packet.o; g++ -o packet.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include packet.cc
In file included from packet.cc:45:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f node.o; g++ -o node.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include node.cc
In file included from node.cc:47:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f main.o; g++ -o main.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include main.cc
main.cc: In function ‘char* parse_assignment(char*)’:
main.cc:236: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f trace.o; g++ -o trace.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include trace.cc
trace.cc: In constructor ‘Trace::Trace(const char*, const char*)’:
trace.cc:112: aviso: variable ‘pos’ sin usar
rm -f queue.o; g++ -o queue.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include queue.cc
rm -f drop.o; g++ -o drop.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include drop.cc
rm -f animation.o; g++ -o animation.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include animation.cc
rm -f agent.o; g++ -o agent.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include agent.cc
In file included from agent.cc:45:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f feature.o; g++ -o feature.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include feature.cc
In file included from feature.cc:42:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f route.o; g++ -o route.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include route.cc
In file included from route.cc:45:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f transform.o; g++ -o transform.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include transform.cc
rm -f paint.o; g++ -o paint.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include paint.cc
rm -f state.o; g++ -o state.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include state.cc
rm -f monitor.o; g++ -o monitor.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include monitor.cc
rm -f anetmodel.o; g++ -o anetmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include anetmodel.cc
In file included from anetmodel.cc:20:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f random.o; g++ -o random.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include random.cc
rm -f rng.o; g++ -o rng.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include rng.cc
rm -f view.o; g++ -o view.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include view.cc
view.cc:63: aviso: conversión obsoleta de una constante de cadena a ‘char*’

view.cc:63: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f graphview.o; g++ -o graphview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include graphview.cc
rm -f netgraph.o; g++ -o netgraph.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include netgraph.cc
rm -f tracehook.o; g++ -o tracehook.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include tracehook.cc
rm -f lan.o; g++ -o lan.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include lan.cc
In file included from lan.h:46,
from lan.cc:37:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f psview.o; g++ -o psview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include psview.cc
rm -f group.o; g++ -o group.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include group.cc
rm -f editview.o; g++ -o editview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include editview.cc
In file included from editview.cc:61:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
editview.cc: In constructor ‘EditView::EditView(const char*, NetModel*)’:
editview.cc:85: aviso: el formato ‘%-u’ espera el tipo ‘unsigned int’, pero el argumento 3 es de tipo ‘long int’
editview.cc: In constructor ‘EditView::EditView(const char*, NetModel*, int, int)’:
editview.cc:108: aviso: el formato ‘%-u’ espera el tipo ‘unsigned int’, pero el argumento 3 es de tipo ‘long int’
rm -f tag.o; g++ -o tag.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include tag.cc
In file included from tag.cc:54:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f address.o; g++ -o address.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include address.cc
address.cc: In member function ‘int Address::str2addr(char*)’:
address.cc:185: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f animator.o; g++ -o animator.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include animator.cc
rm -f wnetmodel.o; g++ -o wnetmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include wnetmodel.cc
In file included from wnetmodel.cc:17:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f nam_stream.o; g++ -o nam_stream.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include nam_stream.cc
nam_stream.cc: In static member function ‘static int NamStreamPipe::read_pipe()’:
nam_stream.cc:406: aviso: conversión obsoleta de una constante de cadena a ‘char*’
nam_stream.cc:414: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f enetmodel.o; g++ -o enetmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include enetmodel.cc
In file included from enetmodel.cc:58:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f testview.o; g++ -o testview.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include testview.cc
testview.cc: In member function ‘virtual void TestView::string(float, float, float, const char*, int, const char*)’:
testview.cc:239: aviso: la comparación con una literal de cadena resulta en una conducta no especificada
rm -f parser.o; g++ -o parser.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include parser.cc
parser.cc: In constructor ‘ParseTable::ParseTable(TraceEvent*)’:
parser.cc:336: aviso: conversión obsoleta de una constante de cadena a ‘char*’
...
...
parser.cc:651: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f trafficsource.o; g++ -o trafficsource.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include trafficsource.cc
In file included from trafficsource.cc:43:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
trafficsource.cc: In member function ‘void TrafficSource::setDefaults()’:
trafficsource.cc:150: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f lossmodel.o; g++ -o lossmodel.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include lossmodel.cc
lossmodel.cc: In member function ‘void LossModel::setDefaults()’:
lossmodel.cc:120: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f queuehandle.o; g++ -o queuehandle.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include queuehandle.cc
In file included from queuehandle.cc:42:
node.h: In member function ‘virtual char* BoxNode::style()’:
node.h:280: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* CircleNode::style()’:
node.h:291: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* HexagonNode::style()’:
node.h:302: aviso: conversión obsoleta de una constante de cadena a ‘char*’
node.h: In member function ‘virtual char* VirtualNode::style()’:
node.h:318: aviso: conversión obsoleta de una constante de cadena a ‘char*’
queuehandle.cc: In member function ‘void QueueHandle::setDefaults()’:
queuehandle.cc:145: aviso: conversión obsoleta de una constante de cadena a ‘char*’
queuehandle.cc: In member function ‘virtual void QueueHandle::draw(View*, double)’:
queuehandle.cc:321: aviso: conversión obsoleta de una constante de cadena a ‘char*’
rm -f gen/version.c
/opt/ns-allinone-2.33/bin/tclsh8.4 bin/string2c.tcl version < VERSION > gen/version.c
rm -f gen/version.o; gcc -o gen/version.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include gen/version.c
rm -f gen/nam_tcl.cc
/opt/ns-allinone-2.33/bin/tclsh8.4 bin/tcl-expand.tcl tcl/nam-lib.tcl | ../tclcl-1.19/tcl2c++ et_nam > gen/nam_tcl.cc
rm -f gen/nam_tcl.o; g++ -o gen/nam_tcl.o -c -Wall -DTCL_TK -DNO_VOID -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_ZLIB_H -I. -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/include -I/usr/include gen/nam_tcl.cc
rm -f nam
g++ -o nam \
tkcompat.o tkUnixInit.o xwd.o netview.o netmodel.o edge.o packet.o node.o main.o trace.o queue.o drop.o animation.o agent.o feature.o route.o transform.o paint.o state.o monitor.o anetmodel.o random.o rng.o view.o graphview.o netgraph.o tracehook.o lan.o psview.o group.o editview.o tag.o address.o animator.o wnetmodel.o nam_stream.o enetmodel.o testview.o parser.o trafficsource.o lossmodel.o queuehandle.o gen/version.o gen/nam_tcl.o -L/opt/ns-allinone-2.33/tclcl-1.19 -ltclcl -L/opt/ns-allinone-2.33/otcl-1.13 -lotcl -L/opt/ns-allinone-2.33/lib -ltk8.4 -L/opt/ns-allinone-2.33/lib -ltcl8.4 -lXext -lX11 -lnsl -ldl -lm
nam_stream.o: In function `NamStreamCompressedFile::read(char*, int)':
nam_stream.cc:(.text+0xf2f): undefined reference to `gzread'
nam_stream.o: In function `NamStreamCompressedFile::eof()':
nam_stream.cc:(.text+0xf51): undefined reference to `gzeof'
nam_stream.o: In function `NamStreamCompressedFile::close()':
nam_stream.cc:(.text+0xf6d): undefined reference to `gzclose'
nam_stream.o: In function `NamStreamCompressedFile::tell()':
nam_stream.cc:(.text+0xf9b): undefined reference to `gztell'
nam_stream.o: In function `NamStreamCompressedFile::seek(long, int)':
nam_stream.cc:(.text+0xfe0): undefined reference to `gzseek'
nam_stream.cc:(.text+0x1000): undefined reference to `gzread'
nam_stream.cc:(.text+0x1025): undefined reference to `gztell'
nam_stream.cc:(.text+0x1053): undefined reference to `gzseek'
nam_stream.o: In function `NamStreamCompressedFile::get_char()':
nam_stream.cc:(.text+0x107d): undefined reference to `gzgetc'
nam_stream.o: In function `NamStreamCompressedFile::gets(char*, int)':
nam_stream.cc:(.text+0x10a7): undefined reference to `gzgets'
nam_stream.o: In function `NamStreamCompressedFile::NamStreamCompressedFile( char const*)':
nam_stream.cc:(.text+0x10eb): undefined reference to `gzopen'
nam_stream.o: In function `NamStreamCompressedFile::NamStreamCompressedFile( char const*)':
nam_stream.cc:(.text+0x1175): undefined reference to `gzopen'
collect2: ld devolvió el estado de salida 1
make: *** [nam] Error 1
Nam make failed! Continue ...
See http://www.isi.edu/nsnam/ns-problems.html for problems
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 1966080
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for NS_LDFLAGS and NS_LIBADD type... none needed
checking for ns-allinone installation... ok
checking if ns-allinone installation has been patched for dynamic libraries... yes
checking for tcl2c++... /opt/ns-allinone-2.33/tclcl-1.19/tcl2c++
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/adt/Makefile
config.status: creating m4/Makefile
config.status: creating samples/Makefile
config.status: executing depfiles commands
Making all in m4
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/m4'
make[1]: No se hace nada para `all'.
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/m4'
Making all in samples
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/samples'
make[1]: No se hace nada para `all'.
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/samples'
Making all in src
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
cat multirate-defaults.tcl per_table_80211g_Trivellato.tcl per_table_80211b_intersil_HFA3861B.tcl | /opt/ns-allinone-2.33/tclcl-1.19/tcl2c++ InitTclCode > InitTcl.cc
make all-recursive
make[2]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
Making all in adt
make[3]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src/adt'
make[3]: No se hace nada para `all'.
make[3]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src/adt'
make[3]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-mac-802_11mr.lo -MD -MP -MF .deps/libdei80211mr_la-mac-802_11mr.Tpo -c -o libdei80211mr_la-mac-802_11mr.lo `test -f 'mac-802_11mr.cc' || echo './'`mac-802_11mr.cc
mkdir .libs
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-mac-802_11mr.lo -MD -MP -MF .deps/libdei80211mr_la-mac-802_11mr.Tpo -c mac-802_11mr.cc -fPIC -DPIC -o .libs/libdei80211mr_la-mac-802_11mr.o
In file included from /opt/ns-allinone-2.33/ns-2.33/link/delay.h:43,
from mac-802_11mr.cc:47:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':
/opt/ns-allinone-2.33/ns-2.33/common/packet.h:286: warning: deprecated conversion from string constant to 'char*'

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mac-802_11mr.cc: At global scope:
mac-802_11mr.cc:109: warning: deprecated conversion from string constant to 'char*'

mac-802_11mr.cc:109: warning: deprecated conversion from string constant to 'char*'
mac-802_11mr.cc:109: warning: deprecated conversion from string constant to 'char*'
mac-802_11mr.cc: In member function 'char* MR_MAC_MIB::counters2string(char*, int)':
mac-802_11mr.cc:221: warning: deprecated conversion from string constant to 'char*'
mac-802_11mr.cc:223: warning: deprecated conversion from string constant to 'char*'
mac-802_11mr.cc: In member function 'virtual void Mac802_11mr::recv_timer()':
mac-802_11mr.cc:1751: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-mac-802_11mr.Tpo .deps/libdei80211mr_la-mac-802_11mr.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-mac-timersmr.lo -MD -MP -MF .deps/libdei80211mr_la-mac-timersmr.Tpo -c -o libdei80211mr_la-mac-timersmr.lo `test -f 'mac-timersmr.cc' || echo './'`mac-timersmr.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-mac-timersmr.lo -MD -MP -MF .deps/libdei80211mr_la-mac-timersmr.Tpo -c mac-timersmr.cc -fPIC -DPIC -o .libs/libdei80211mr_la-mac-timersmr.o
In file included from /opt/ns-allinone-2.33/ns-2.33/link/delay.h:43,
from mac-timersmr.cc:45:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-mac-timersmr.Tpo .deps/libdei80211mr_la-mac-timersmr.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-libinit.lo -MD -MP -MF .deps/libdei80211mr_la-libinit.Tpo -c -o libdei80211mr_la-libinit.lo `test -f 'libinit.cc' || echo './'`libinit.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-libinit.lo -MD -MP -MF .deps/libdei80211mr_la-libinit.Tpo -c libinit.cc -fPIC -DPIC -o .libs/libdei80211mr_la-libinit.o
In file included from /opt/ns-allinone-2.33/ns-2.33/mac/mac.h:45,
from mac-802_11mr.h:47,
from libinit.cc:32:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-libinit.Tpo .deps/libdei80211mr_la-libinit.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-power_profile.lo -MD -MP -MF .deps/libdei80211mr_la-power_profile.Tpo -c -o libdei80211mr_la-power_profile.lo `test -f 'power_profile.cc' || echo './'`power_profile.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-power_profile.lo -MD -MP -MF .deps/libdei80211mr_la-power_profile.Tpo -c power_profile.cc -fPIC -DPIC -o .libs/libdei80211mr_la-power_profile.o
mv -f .deps/libdei80211mr_la-power_profile.Tpo .deps/libdei80211mr_la-power_profile.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-wireless-phymr.lo -MD -MP -MF .deps/libdei80211mr_la-wireless-phymr.Tpo -c -o libdei80211mr_la-wireless-phymr.lo `test -f 'wireless-phymr.cc' || echo './'`wireless-phymr.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-wireless-phymr.lo -MD -MP -MF .deps/libdei80211mr_la-wireless-phymr.Tpo -c wireless-phymr.cc -fPIC -DPIC -o .libs/libdei80211mr_la-wireless-phymr.o
In file included from wireless-phymr.cc:49:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':
/opt/ns-allinone-2.33/ns-2.33/common/packet.h:286: warning: deprecated conversion from string constant to 'char*'

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-wireless-phymr.Tpo .deps/libdei80211mr_la-wireless-phymr.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-PER.lo -MD -MP -MF .deps/libdei80211mr_la-PER.Tpo -c -o libdei80211mr_la-PER.lo `test -f 'PER.cc' || echo './'`PER.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-PER.lo -MD -MP -MF .deps/libdei80211mr_la-PER.Tpo -c PER.cc -fPIC -DPIC -o .libs/libdei80211mr_la-PER.o
In file included from /opt/ns-allinone-2.33/ns-2.33/mac/mac.h:45,
from PER.cc:33:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-PER.Tpo .deps/libdei80211mr_la-PER.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-Position.lo -MD -MP -MF adt/.deps/libdei80211mr_la-Position.Tpo -c -o adt/libdei80211mr_la-Position.lo `test -f 'adt/Position.cc' || echo './'`adt/Position.cc
mkdir adt/.libs
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-Position.lo -MD -MP -MF adt/.deps/libdei80211mr_la-Position.Tpo -c adt/Position.cc -fPIC -DPIC -o adt/.libs/libdei80211mr_la-Position.o
mv -f adt/.deps/libdei80211mr_la-Position.Tpo adt/.deps/libdei80211mr_la-Position.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-Object.lo -MD -MP -MF adt/.deps/libdei80211mr_la-Object.Tpo -c -o adt/libdei80211mr_la-Object.lo `test -f 'adt/Object.cc' || echo './'`adt/Object.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-Object.lo -MD -MP -MF adt/.deps/libdei80211mr_la-Object.Tpo -c adt/Object.cc -fPIC -DPIC -o adt/.libs/libdei80211mr_la-Object.o
mv -f adt/.deps/libdei80211mr_la-Object.Tpo adt/.deps/libdei80211mr_la-Object.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-NSNode.lo -MD -MP -MF adt/.deps/libdei80211mr_la-NSNode.Tpo -c -o adt/libdei80211mr_la-NSNode.lo `test -f 'adt/NSNode.cc' || echo './'`adt/NSNode.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-NSNode.lo -MD -MP -MF adt/.deps/libdei80211mr_la-NSNode.Tpo -c adt/NSNode.cc -fPIC -DPIC -o adt/.libs/libdei80211mr_la-NSNode.o
mv -f adt/.deps/libdei80211mr_la-NSNode.Tpo adt/.deps/libdei80211mr_la-NSNode.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-DLList.lo -MD -MP -MF adt/.deps/libdei80211mr_la-DLList.Tpo -c -o adt/libdei80211mr_la-DLList.lo `test -f 'adt/DLList.cc' || echo './'`adt/DLList.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT adt/libdei80211mr_la-DLList.lo -MD -MP -MF adt/.deps/libdei80211mr_la-DLList.Tpo -c adt/DLList.cc -fPIC -DPIC -o adt/.libs/libdei80211mr_la-DLList.o
mv -f adt/.deps/libdei80211mr_la-DLList.Tpo adt/.deps/libdei80211mr_la-DLList.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-wireless-channelpa.lo -MD -MP -MF .deps/libdei80211mr_la-wireless-channelpa.Tpo -c -o libdei80211mr_la-wireless-channelpa.lo `test -f 'wireless-channelpa.cc' || echo './'`wireless-channelpa.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-wireless-channelpa.lo -MD -MP -MF .deps/libdei80211mr_la-wireless-channelpa.Tpo -c wireless-channelpa.cc -fPIC -DPIC -o .libs/libdei80211mr_la-wireless-channelpa.o
In file included from /opt/ns-allinone-2.33/ns-2.33/mac/channel.h:46,
from wireless-channelpa.h:47,
from wireless-channelpa.cc:47:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-wireless-channelpa.Tpo .deps/libdei80211mr_la-wireless-channelpa.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-papropagation.lo -MD -MP -MF .deps/libdei80211mr_la-papropagation.Tpo -c -o libdei80211mr_la-papropagation.lo `test -f 'papropagation.cc' || echo './'`papropagation.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-papropagation.lo -MD -MP -MF .deps/libdei80211mr_la-papropagation.Tpo -c papropagation.cc -fPIC -DPIC -o .libs/libdei80211mr_la-papropagation.o
In file included from /opt/ns-allinone-2.33/ns-2.33/mac/channel.h:46,
from /opt/ns-allinone-2.33/ns-2.33/mobile/topography.h:45,
from /opt/ns-allinone-2.33/ns-2.33/mobile/propagation.h:48,
from deipropagation.h:34,
from papropagation.h:50,
from papropagation.cc:43:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':
/opt/ns-allinone-2.33/ns-2.33/common/packet.h:286: warning: deprecated conversion from string constant to 'char*'

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-papropagation.Tpo .deps/libdei80211mr_la-papropagation.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-peerstats.lo -MD -MP -MF .deps/libdei80211mr_la-peerstats.Tpo -c -o libdei80211mr_la-peerstats.lo `test -f 'peerstats.cc' || echo './'`peerstats.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-peerstats.lo -MD -MP -MF .deps/libdei80211mr_la-peerstats.Tpo -c peerstats.cc -fPIC -DPIC -o .libs/libdei80211mr_la-peerstats.o
In file included from /opt/ns-allinone-2.33/ns-2.33/mac/mac.h:45,
from mac-802_11mr.h:47,
from peerstats.cc:31:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':
/opt/ns-allinone-2.33/ns-2.33/common/packet.h:286: warning: deprecated conversion from string constant to 'char*'

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-peerstats.Tpo .deps/libdei80211mr_la-peerstats.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-peerstatsdb_static.lo -MD -MP -MF .deps/libdei80211mr_la-peerstatsdb_static.Tpo -c -o libdei80211mr_la-peerstatsdb_static.lo `test -f 'peerstatsdb_static.cc' || echo './'`peerstatsdb_static.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-peerstatsdb_static.lo -MD -MP -MF .deps/libdei80211mr_la-peerstatsdb_static.Tpo -c peerstatsdb_static.cc -fPIC -DPIC -o .libs/libdei80211mr_la-peerstatsdb_static.o
In file included from /opt/ns-allinone-2.33/ns-2.33/mac/mac.h:45,
from mac-802_11mr.h:47,
from peerstatsdb_static.h:34,
from peerstatsdb_static.cc:31:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':
/opt/ns-allinone-2.33/ns-2.33/common/packet.h:286: warning: deprecated conversion from string constant to 'char*'
/opt/ns-allinone-2.33/ns-2.33/common/packet.h:287: warning: deprecated conversion from string constant to 'char*'

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-peerstatsdb_static.Tpo .deps/libdei80211mr_la-peerstatsdb_static.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-Mac80211EventHandler.lo -MD -MP -MF .deps/libdei80211mr_la-Mac80211EventHandler.Tpo -c -o libdei80211mr_la-Mac80211EventHandler.lo `test -f 'Mac80211EventHandler.cc' || echo './'`Mac80211EventHandler.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-Mac80211EventHandler.lo -MD -MP -MF .deps/libdei80211mr_la-Mac80211EventHandler.Tpo -c Mac80211EventHandler.cc -fPIC -DPIC -o .libs/libdei80211mr_la-Mac80211EventHandler.o
In file included from ./phymodes.h:34,
from Mac80211EventHandler.h:38,
from Mac80211EventHandler.cc:33:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-Mac80211EventHandler.Tpo .deps/libdei80211mr_la-Mac80211EventHandler.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-arf.lo -MD -MP -MF .deps/libdei80211mr_la-arf.Tpo -c -o libdei80211mr_la-arf.lo `test -f 'arf.cc' || echo './'`arf.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-arf.lo -MD -MP -MF .deps/libdei80211mr_la-arf.Tpo -c arf.cc -fPIC -DPIC -o .libs/libdei80211mr_la-arf.o
In file included from ./phymodes.h:34,
from ./Mac80211EventHandler.h:38,
from arf.h:38,
from arf.cc:32:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-arf.Tpo .deps/libdei80211mr_la-arf.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-rateadapter.lo -MD -MP -MF .deps/libdei80211mr_la-rateadapter.Tpo -c -o libdei80211mr_la-rateadapter.lo `test -f 'rateadapter.cc' || echo './'`rateadapter.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-rateadapter.lo -MD -MP -MF .deps/libdei80211mr_la-rateadapter.Tpo -c rateadapter.cc -fPIC -DPIC -o .libs/libdei80211mr_la-rateadapter.o
In file included from ./phymodes.h:34,
from ./Mac80211EventHandler.h:38,
from rateadapter.h:36,
from rateadapter.cc:32:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-rateadapter.Tpo .deps/libdei80211mr_la-rateadapter.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-ra-snr.lo -MD -MP -MF .deps/libdei80211mr_la-ra-snr.Tpo -c -o libdei80211mr_la-ra-snr.lo `test -f 'ra-snr.cc' || echo './'`ra-snr.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-ra-snr.lo -MD -MP -MF .deps/libdei80211mr_la-ra-snr.Tpo -c ra-snr.cc -fPIC -DPIC -o .libs/libdei80211mr_la-ra-snr.o
In file included from ./phymodes.h:34,
from ./Mac80211EventHandler.h:38,
from ./rateadapter.h:36,
from ra-snr.h:37,
from ra-snr.cc:32:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:378: warning: deprecated conversion from string constant to 'char*'
/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-ra-snr.Tpo .deps/libdei80211mr_la-ra-snr.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-rbar.lo -MD -MP -MF .deps/libdei80211mr_la-rbar.Tpo -c -o libdei80211mr_la-rbar.lo `test -f 'rbar.cc' || echo './'`rbar.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-rbar.lo -MD -MP -MF .deps/libdei80211mr_la-rbar.Tpo -c rbar.cc -fPIC -DPIC -o .libs/libdei80211mr_la-rbar.o
In file included from ./phymodes.h:34,
from ./Mac80211EventHandler.h:38,
from ./rateadapter.h:36,
from rbar.h:37,
from rbar.cc:32:
/opt/ns-allinone-2.33/ns-2.33/common/packet.h: In static member function 'static void p_info::initName()':

/opt/ns-allinone-2.33/ns-2.33/common/packet.h:380: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/libdei80211mr_la-rbar.Tpo .deps/libdei80211mr_la-rbar.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"dei80211mr\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-InitTcl.lo -MD -MP -MF .deps/libdei80211mr_la-InitTcl.Tpo -c -o libdei80211mr_la-InitTcl.lo `test -f 'InitTcl.cc' || echo './'`InitTcl.cc
g++ -DPACKAGE_NAME=\"dei80211mr\" -DPACKAGE_TARNAME=\"dei80211mr\" -DPACKAGE_VERSION=\"1.1.4\" "-DPACKAGE_STRING=\"dei80211mr 1.1.4\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dei80211mr\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DCPP_NAMESPACE=std -I. -I/opt/ns-allinone-2.33/include -I/opt/ns-allinone-2.33/ns-2.33 -I/opt/ns-allinone-2.33/tclcl-1.19 -I/opt/ns-allinone-2.33/otcl-1.13 -I/opt/ns-allinone-2.33/ns-2.33/mac -I/opt/ns-allinone-2.33/ns-2.33/propagation -I/opt/ns-allinone-2.33/ns-2.33/mobile -I/opt/ns-allinone-2.33/ns-2.33/pcap -I/opt/ns-allinone-2.33/ns-2.33/tcp -I/opt/ns-allinone-2.33/ns-2.33/sctp -I/opt/ns-allinone-2.33/ns-2.33/common -I/opt/ns-allinone-2.33/ns-2.33/link -I/opt/ns-allinone-2.33/ns-2.33/queue -I/opt/ns-allinone-2.33/ns-2.33/trace -I/opt/ns-allinone-2.33/ns-2.33/adc -I/opt/ns-allinone-2.33/ns-2.33/apps -I/opt/ns-allinone-2.33/ns-2.33/routing -I/opt/ns-allinone-2.33/ns-2.33/tools -I/opt/ns-allinone-2.33/ns-2.33/classifier -I/opt/ns-allinone-2.33/ns-2.33/mcast -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/main -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/lib/nr -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/ns -I/opt/ns-allinone-2.33/ns-2.33/diffusion3/filter_core -I/opt/ns-allinone-2.33/ns-2.33/asim -I./adt -g -O2 -MT libdei80211mr_la-InitTcl.lo -MD -MP -MF .deps/libdei80211mr_la-InitTcl.Tpo -c InitTcl.cc -fPIC -DPIC -o .libs/libdei80211mr_la-InitTcl.o
mv -f .deps/libdei80211mr_la-InitTcl.Tpo .deps/libdei80211mr_la-InitTcl.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o libdei80211mr.la -rpath /opt/ns-allinone-2.33/lib libdei80211mr_la-mac-802_11mr.lo libdei80211mr_la-mac-timersmr.lo libdei80211mr_la-libinit.lo libdei80211mr_la-power_profile.lo libdei80211mr_la-wireless-phymr.lo libdei80211mr_la-PER.lo adt/libdei80211mr_la-Position.lo adt/libdei80211mr_la-Object.lo adt/libdei80211mr_la-NSNode.lo adt/libdei80211mr_la-DLList.lo libdei80211mr_la-wireless-channelpa.lo libdei80211mr_la-papropagation.lo libdei80211mr_la-peerstats.lo libdei80211mr_la-peerstatsdb_static.lo libdei80211mr_la-Mac80211EventHandler.lo libdei80211mr_la-arf.lo libdei80211mr_la-rateadapter.lo libdei80211mr_la-ra-snr.lo libdei80211mr_la-rbar.lo libdei80211mr_la-InitTcl.lo
g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.3.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.3.2/crtbeginS.o .libs/libdei80211mr_la-mac-802_11mr.o .libs/libdei80211mr_la-mac-timersmr.o .libs/libdei80211mr_la-libinit.o .libs/libdei80211mr_la-power_profile.o .libs/libdei80211mr_la-wireless-phymr.o .libs/libdei80211mr_la-PER.o adt/.libs/libdei80211mr_la-Position.o adt/.libs/libdei80211mr_la-Object.o adt/.libs/libdei80211mr_la-NSNode.o adt/.libs/libdei80211mr_la-DLList.o .libs/libdei80211mr_la-wireless-channelpa.o .libs/libdei80211mr_la-papropagation.o .libs/libdei80211mr_la-peerstats.o .libs/libdei80211mr_la-peerstatsdb_static.o .libs/libdei80211mr_la-Mac80211EventHandler.o .libs/libdei80211mr_la-arf.o .libs/libdei80211mr_la-rateadapter.o .libs/libdei80211mr_la-ra-snr.o .libs/libdei80211mr_la-rbar.o .libs/libdei80211mr_la-InitTcl.o -L/usr/lib/gcc/x86_64-redhat-linux/4.3.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.3.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.3.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.3.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.3.2/../../../../lib64/crtn.o -Wl,-soname -Wl,libdei80211mr.so.0 -o .libs/libdei80211mr.so.0.0.0
(cd .libs && rm -f libdei80211mr.so.0 && ln -s libdei80211mr.so.0.0.0 libdei80211mr.so.0)
(cd .libs && rm -f libdei80211mr.so && ln -s libdei80211mr.so.0.0.0 libdei80211mr.so)
creating libdei80211mr.la
(cd .libs && rm -f libdei80211mr.la && ln -s ../libdei80211mr.la libdei80211mr.la)
make[3]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[2]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4'
make[1]: No se hace nada para `all-am'.
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4'
Making install in m4
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/m4'
make[2]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/m4'
make[2]: No se hace nada para `install-exec-am'.
test -z "/opt/ns-allinone-2.33/share/aclocal" || /bin/mkdir -p "/opt/ns-allinone-2.33/share/aclocal"
/usr/bin/install -c -m 644 'dei80211mr.m4' '/opt/ns-allinone-2.33/share/aclocal/dei80211mr.m4'
make[2]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/m4'
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/m4'
Making install in samples
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/samples'
make[2]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/samples'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/samples'
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/samples'
Making install in src
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make install-recursive
make[2]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
Making install in adt
make[3]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src/adt'
make[4]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src/adt'
make[4]: No se hace nada para `install-exec-am'.
make[4]: No se hace nada para `install-data-am'.
make[4]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src/adt'
make[3]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src/adt'
make[3]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[4]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
test -z "/opt/ns-allinone-2.33/lib" || /bin/mkdir -p "/opt/ns-allinone-2.33/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libdei80211mr.la' '/opt/ns-allinone-2.33/lib/libdei80211mr.la'
/usr/bin/install -c .libs/libdei80211mr.so.0.0.0 /opt/ns-allinone-2.33/lib/libdei80211mr.so.0.0.0
(cd /opt/ns-allinone-2.33/lib && { ln -s -f libdei80211mr.so.0.0.0 libdei80211mr.so.0 || { rm -f libdei80211mr.so.0 && ln -s libdei80211mr.so.0.0.0 libdei80211mr.so.0; }; })
(cd /opt/ns-allinone-2.33/lib && { ln -s -f libdei80211mr.so.0.0.0 libdei80211mr.so || { rm -f libdei80211mr.so && ln -s libdei80211mr.so.0.0.0 libdei80211mr.so; }; })
/usr/bin/install -c .libs/libdei80211mr.lai /opt/ns-allinone-2.33/lib/libdei80211mr.la
PATH="$PATH:/sbin" ldconfig -n /opt/ns-allinone-2.33/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/ns-allinone-2.33/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: No se hace nada para `install-data-am'.
make[4]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[3]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[2]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4/src'
make[1]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4'
make[2]: se ingresa al directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4'
make[1]: se sale del directorio `/opt/ns-allinone-2.33/dei80211mr-1.1.4'
Please compile your nam separately.

Ns-allinone package has been installed successfully.
Here are the installation places:
tcl8.4.18: /opt/ns-allinone-2.33/{bin,include,lib}
tk8.4.18: /opt/ns-allinone-2.33/{bin,include,lib}
otcl: /opt/ns-allinone-2.33/otcl-1.13
tclcl: /opt/ns-allinone-2.33/tclcl-1.19
ns: /opt/ns-allinone-2.33/ns-2.33/ns
xgraph: /opt/ns-allinone-2.33/xgraph-12.1
gt-itm: /opt/ns-allinone-2.33/itm, edriver, sgb2alt, sgb2ns, sgb2comns, sgb2hierns

----------------------------------------------------------------------------------
I Don't execute the validation yet, becouse still the problem...
  #15  
Old 28-Feb-2009, 13:16
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,217
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: Problem executing nam-1.13


Quote:
Originally Posted by RodolfoAlvizu
Thanks Dave, I did all wath you say as user...

So, you deleted all of the old stuff and unzipped ns-allinone-2.33.tar.gz in /opt, right? By the way, where did you get ns-allinone-2.33.tar.gz? If you do a "ls -l ns-allinone-2.33.tar.gz" what do you see?

It should show the size to be exactly 55428314 bytes.

Now for your report:

OK. Out of all of that install.log, here is the significant part.

This starts about 324 lines below the Build nam-1.13 banner:
Code:
nam_stream.o: In function `NamStreamCompressedFile::read(char*, int)': nam_stream.cc:(.text+0xf2f): undefined reference to `gzread' nam_stream.o: In function `NamStreamCompressedFile::eof()': nam_stream.cc:(.text+0xf51): undefined reference to `gzeof' nam_stream.o: In function `NamStreamCompressedFile::close()': nam_stream.cc:(.text+0xf6d): undefined reference to `gzclose' nam_stream.o: In function `NamStreamCompressedFile::tell()': nam_stream.cc:(.text+0xf9b): undefined reference to `gztell' nam_stream.o: In function `NamStreamCompressedFile::seek(long, int)': nam_stream.cc:(.text+0xfe0): undefined reference to `gzseek' nam_stream.cc:(.text+0x1000): undefined reference to `gzread' nam_stream.cc:(.text+0x1025): undefined reference to `gztell' nam_stream.cc:(.text+0x1053): undefined reference to `gzseek' nam_stream.o: In function `NamStreamCompressedFile::get_char()': nam_stream.cc:(.text+0x107d): undefined reference to `gzgetc' nam_stream.o: In function `NamStreamCompressedFile::gets(char*, int)': nam_stream.cc:(.text+0x10a7): undefined reference to `gzgets' nam_stream.o: In function `NamStreamCompressedFile::NamStreamCompressedFile( char const*)': nam_stream.cc:(.text+0x10eb): undefined reference to `gzopen' nam_stream.o: In function `NamStreamCompressedFile::NamStreamCompressedFile( char const*)': nam_stream.cc:(.text+0x1175): undefined reference to `gzopen' collect2: ld devolvió el estado de salida 1 make: *** [nam] Error 1 Nam make failed! Continue ... . . . Please compile your nam separately. <--- Line 728, I think

If you started with a new distribution, there will be no executable "nam" program anywhere under /opt/ns-allinone-2.33.

Are you telling me that you executed "nam" at this point and you got a message like the following?

Code:
[rodolfo@rodolfopc ~]$ nam nam: [code omitted because of length] : no event type or button # or keysym while executing "bind Listbox <MouseWheel> { %W yview scroll [expr {- (%D / 120) * 4}] units }" invoked from within "if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} { bind Listbox <MouseWheel> { %W yview scroll [expr {- (%D)}] units } bind Li..."
If you try to execute nam, it should fail, since the ns-allinone install script did not create an executable with that name. If you have something called "nam" somewhere in your path you must get rid of it.

Execute the following:

Code:
which nam

What does it say?

From /opt/ns-allinone-2.33 execute
Code:
find . -name nam -exec ls -ld {} \;

What does it say?

Or, after the install failed, did you go into the nam-1.13 directory and do the configure and make procedure that I showed you (in my post number 11 in this thread) for nam?
Quote:
Originally Posted by davekw7x
Navigate to the nam-1.13 directory.

Enter the following commands
Code:
make distclean ./configure --with-zlib=../zlib-1.2.3 >configure.log 2>& 1 make >make.log 2>& 1

Did that succeed? Where was the "nam" executable when it finished?

Regards,

Dave
  #16  
Old 28-Feb-2009, 13:33
RodolfoAlvizu RodolfoAlvizu is offline
New Member
 
Join Date: Feb 2009
Posts: 12
RodolfoAlvizu is on a distinguished road

Re: Problem executing nam-1.13


Don't remember where I got the ns-allinone-2.33.tar.gz because it was 17 days ago!
Quote:
[rodolfo@rodolfopc opt]$ ls -l ns-allinone-2.33.tar.gz
-rw-r--r-- 1 root root 55428314 feb 11 11:55 ns-allinone-2.33.tar.gz

Yes, after the install failed, I go into the nam-1.13 directory and do the configure and make procedure that you showed me...

I found this,http://forums.fedoraforum.org/showthread.php?t=206795 it's that right?
  #17  
Old 28-Feb-2009, 14:14
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,217
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: Problem executing nam-1.13


Quote:
Originally Posted by RodolfoAlvizu

I have no way of testing Fedora Core 10. The reason that I stopped using Fedora for serious (time-sensitive) work and the reason that I stopped using 64-bit Linux distributions for serious (time-sensitive) work is that there are just too many little gotchas that come from newer packages (gcc, tcl/tk, etc.) or newer applications with incompatible driver and/or library requirements.

I couldn't even get my video working with Fedora Core 10. Sometimes I like to mess with this kind of stuff because I have found that, for me, the best way to learn how stuff works is when it doesn't work and I have to dig into it. I just don't have the spare time or stamina to fight with Fedora Core 10 just now.

Sorry.

Regards,

Dave

"Over and out."
  #18  
Old 28-Feb-2009, 15:52
RodolfoAlvizu RodolfoAlvizu is offline
New Member
 
Join Date: Feb 2009
Posts: 12
RodolfoAlvizu is on a distinguished road

Re: Problem executing nam-1.13


Well, the final point for the installation was in the link that show you. And I did all the process again.

For future reference ns-allinone-2.33 64-bit fedora 10;

1. Delete or rename the ns-allinone-2.33 directory tree where you have been doing your work.

2. Unzip ns-allinone-2.33.tar.gz to wherever you want it to be. You put it in /opt, so the rest of this narrative is based on that location. I don't recommend any particular location, but /opt is as good as any.

3. If your ns-allinone-2.33 directory is somewhere that requires root permission then change permissions so that you (a normal user, not root) can work on it.

My user name is rodolfo and my user group is rodolfo so do an "su" to become root, then

Code:
Quote:
chown -R rodolfo:rodolfo ns-allinone-2.33

4. Go to the link below and download the second patch. Then copy the patches in tk8.4.18 directory.

http://bugs.gentoo.org/show_bug.cgi?id=225999

Code:
Quote:
[rodolfo@rodolfopc tk8.4.18]$ patch -p1 < ./tk-8.4-lastevent.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- generic/tk.h.orig 2008-02-06 16:31:40.000000000 +0100
|+++ generic/tk.h 2008-07-24 08:21:46.000000000 +0200
--------------------------
File to patch: generic/tk.h
patching file generic/tk.h

5. Now log in as a normal user (not root). If you unzipped the ns file in /opt, then execute the following:

Code:

Quote:
cd /opt/ns-allinone-2.33 ./install >install.log 2>& 1

6. Navigate to the nam-1.13 directory. And enter the following commands
Code

Quote:
[rodolfo@rodolfopc nam-1.13]$ make distclean
[rodolfo@rodolfopc nam-1.13]$ ./configure --with-zlib=../zlib-1.2.3 >configure.log 2>& 1
[rodolfo@rodolfopc nam-1.13]$ make >make.log 2>& 1

7. Made the changes to PATH and the other environmental variables in .bashrc. then go to your home directory and invoke ns. Most apear %. Then invoke nam, and the nam window opens. close it.

If you get this far, then: Cd to the ns-2.33 directory and execute the validation command
Code:

Quote:
cd /opt/ns-allinone-2.33/ns-2.33 ./validate >validate.log 2>& 1

F.N: I made this reply while executing the validation proces and I finished first.

Thank you very much dave!!!
  #19  
Old 28-Feb-2009, 16:14
RodolfoAlvizu RodolfoAlvizu is offline
New Member
 
Join Date: Feb 2009
Posts: 12
RodolfoAlvizu is on a distinguished road

Re: Problem executing nam-1.13


From the validation

Quote:
validate overall report: all portable tests passed but
some non-portable tests failed:
./test-all-srm ./test-all-smac-multihop ./test-all-hier-routing ./test-all-algo-routing ./test-all-mcast ./test-all-vc ./test-all-session ./test-all-mixmode ./test-all-webcache ./test-all-mcache ./test-all-plm ./test-all-wireless-tdma ./test-all-satellite
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME

Note that the non-portable test list includes files that
are known to pass on Linux x86 machines but that are known
to have some portability problems to other platforms or
operating systems. Failure of one of these tests does not
necessarily mean that one will encounter a problem in your
simulations, but that one must be careful of using that
specific model on the system on which the validate was run.
  #20  
Old 28-Feb-2009, 16:17
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,217
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: Problem executing nam-1.13


Quote:
Originally Posted by RodolfoAlvizu
Well, the final point for the installation was in the link that show you...

I really appreciate your reporting of the fix. I'm guessing that your work will help other people, and that's what it's all about, right?

Regards,

Dave

"What goes around, comes around..."
---Anonymous
 
 

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VC++ 2008 : problem in executing and running C codes Ndimangwa C Programming Language 2 03-Feb-2009 14:55
Visual Studio .NET 2003 problem in executing C source files Debugger1 C Programming Language 15 03-Feb-2009 04:32
Problem installing nam 1.13 sagarnatekar Computer Software Forum - Linux 3 22-Jan-2009 20:26
Problem Executing Program Via command prompt: Windows vista Relay C Programming Language 5 09-Mar-2007 13:57
Problem with executing PHP in webpage fdgloworm Apache Web Server Forum 0 13-Feb-2006 12:43

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 07:49.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.