[ns] NS-2.29AllInOne Installation error, please help...
Mayur
mayur at ee.iitd.ac.in
Wed Nov 19 16:36:09 PST 2008
pietro.luigi.c at alice.it wrote:
> Hi to everyone,
> I have the error at the end of message.
>
> How Can I Solve It??
>
> Thank u in Advance,
> Pietro
>
> ...
> Installing and cross-linking top-level (.1) docs
> Installing and cross-linking C API (.3) docs
> Installing and cross-linking command (.n) docs
> tk8.4.11 installation succeeded.
> ============================================================
> * Build OTcl-1.11
> ============================================================
> No .configure file found in current directory
> Continuing with default options...
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> 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 ISO C89... none needed
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -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 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 standard STL is available... no
> checking for tcl.h... -I../include
> checking for tclInt.h... -I../include
> checking for libtcl8.4... -L../lib -ltcl8.4
> checking for init.tcl... ../lib/tcl8.4
> checking for http.tcl... ../lib/tcl8.4/http1.0
> checking Tcl http.tcl library... yes
> checking for tclsh8.4.11... 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 X11 header files
> checking for X11 library archive
> checking for XOpenDisplay in -lX11... yes
> checking for XShmAttach in -lXext... yes
> checking for ranlib... ranlib
> checking for a BSD-compatible install... /usr/bin/install -c
> checking system version (for dynamic loading)... Linux-2.6.24-19-generic
> 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
> rm -f libotcl.so otcl.o so_locations
> gcc -c -g -O2 -DNDEBUG -DUSE_SHM -fpic -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/include otcl.c
> ld -shared -o libotcl.so otcl.o
> otcl-1.11 has been installed successfully.
> ============================================================
> * Build Tclcl-1.17
> ============================================================
> No .configure file found in current directory
> Continuing with default options...
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> 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 for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -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 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 standard STL is available... no
> checking for ranlib... ranlib
> checking for snprintf... yes
> checking for ANSI C header files... (cached) yes
> checking for strtoq... yes
> checking for strtoll... yes
> checking for long... yes
> checking size of long... 4
> 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 tcl.h... -I../include
> checking for tclInt.h... -I../include
> checking for libtcl8.4... -L../lib -ltcl8.4
> checking for init.tcl... ../lib/tcl8.4
> checking for http.tcl... ../lib/tcl8.4/http1.0
> checking Tcl http.tcl library... yes
> checking for tclsh8.4.11... 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 otcl.h... -I../otcl-1.11
> checking for libotcl1.11... -L../otcl-1.11 -lotcl
> checking for X11 header files
> checking for X11 library archive
> checking for XOpenDisplay in -lX11... yes
> checking for XShmAttach in -lXext... 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 config.h
> config.status: config.h is unchanged
> rm -f embedded-tcl.cc
> ./tcl2c++ et_tcl ../lib/tcl8.4/init.tcl ../lib/tcl8.4/history.tcl ../lib/tcl8.4/word.tcl ../lib/tcl8.4/http1.0/http.tcl > embedded-tcl.cc
> g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H -DHAVE_CONFIG_H -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -o embedded-tcl.o embedded-tcl.cc
> rm -f embedded-tk.cc
> ./tcl2c++ et_tk ../lib/tcl8.4/init.tcl ../lib/tcl8.4/history.tcl ../lib/tcl8.4/word.tcl ../lib/tcl8.4/http1.0/http.tcl ../lib/tk8.4/tk.tcl ../lib/tk8.4/clrpick.tcl ../lib/tk8.4/comdlg.tcl ../lib/tk8.4/button.tcl ../lib/tk8.4/dialog.tcl ../lib/tk8.4/entry.tcl ../lib/tk8.4/focus.tcl ../lib/tk8.4/listbox.tcl ../lib/tk8.4/menu.tcl ../lib/tk8.4/palette.tcl ../lib/tk8.4/scale.tcl ../lib/tk8.4/tearoff.tcl ../lib/tk8.4/text.tcl ../lib/tk8.4/tkfbox.tcl ../lib/tk8.4/msgbox.tcl ../lib/tk8.4/optMenu.tcl ../lib/tk8.4/scrlbar.tcl > embedded-tk.cc
> g++ -c -DNO_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H -DHAVE_CONFIG_H -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -o embedded-tk.o embedded-tk.cc
> rm -f libtclcl.a
> ar rc libtclcl.a Tcl.o Tcl2.o idlecallback.o iohandler.o timer.o rate-variable.o tracedvar.o embedded-tcl.o embedded-tk.o embedded-tclobj.o
> ranlib libtclcl.a
> tclcl-1.17 has been installed successfully.
> ============================================================
> * Build ns-2.29
> ============================================================
> for i in indep-utils/cmu-scen-gen/setdest indep-utils/webtrace-conv/dec indep-utils/webtrace-conv/epa indep-utils/webtrace-conv/nlanr indep-utils/webtrace-conv/ucb; do ( cd $i; make clean; rm -f Makefile; ) done
> make[1]: Entering directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/cmu-scen-gen/setdest'
> make[1]: Leaving directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/cmu-scen-gen/setdest'
> make[1]: Entering directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/dec'
> rm -f *.o *~ dec-tr-stat *core
> make[1]: Leaving directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/dec'
> make[1]: Entering directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/epa'
> make[1]: Leaving directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/epa'
> make[1]: Entering directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/nlanr'
> rm -f *.o *~ nlanr-tr-stat *core
> make[1]: Leaving directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/nlanr'
> make[1]: Entering directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/ucb'
> /bin/rm -f *.o *~ ucb-tr-stat *core
> make[1]: Leaving directory `/home/pietro/ns-2.29/ns-allinone-2.29/ns-2.29/indep-utils/webtrace-conv/ucb'
> rm -f ns nse nsx ns.dyn tools/random.o tools/rng.o tools/ranvar.o common/misc.o common/timer-handler.o common/scheduler.o common/object.o common/packet.o common/ip.o routing/route.o common/connector.o common/ttl.o trace/trace.o trace/trace-ip.o classifier/classifier.o classifier/classifier-addr.o classifier/classifier-hash.o classifier/classifier-virtual.o classifier/classifier-mcast.o classifier/classifier-bst.o classifier/classifier-mpath.o mcast/replicator.o classifier/classifier-mac.o classifier/classifier-qs.o classifier/classifier-port.o src_rtg/classifier-sr.o src_rtg/sragent.o src_rtg/hdr_src.o adc/ump.o qs/qsagent.o qs/hdr_qs.o apps/app.o apps/telnet.o tcp/tcplib-telnet.o tools/trafgen.o trace/traffictrace.o tools/pareto.o tools/expoo.o tools/cbr_traffic.o adc/tbf.o adc/resv.o adc/sa.o tcp/saack.o tools/measuremod.o adc/estimator.o adc/adc.o adc/ms-adc.o adc/timewindow-est.o adc/acto-adc.o adc/pointsample-est.o adc/salink.o adc/actp-adc.o adc/hb-adc.o adc/expavg-est.o adc/param-adc.o adc/null-estimator.o adc/adaptive-receiver.o apps/vatrcvr.o adc/consrcvr.o common/agent.o common/message.o apps/udp.o common/session-rtp.o apps/rtp.o tcp/rtcp.o common/ivs.o common/messpass.o common/tp.o common/tpm.o apps/worm.o tcp/tcp.o tcp/tcp-sink.o tcp/tcp-reno.o tcp/tcp-newreno.o tcp/tcp-vegas.o tcp/tcp-rbp.o tcp/tcp-full.o tcp/rq.o baytcp/tcp-full-bay.o baytcp/ftpc.o baytcp/ftps.o tcp/scoreboard.o tcp/scoreboard-rq.o tcp/tcp-sack1.o tcp/tcp-fack.o tcp/tcp-asym.o tcp/tcp-asym-sink.o tcp/tcp-fs.o tcp/tcp-asym-fs.o tcp/tcp-qs.o tcp/tcp-int.o tcp/chost.o tcp/tcp-session.o tcp/nilist.o sctp/sctp.o apps/sctp_app1.o sctp/sctp-timestamp.o sctp/sctp-hbAfterRto.o sctp/sctp-multipleFastRtx.o sctp/sctp-mfrHbAfterRto.o sctp/sctp-mfrTimestamp.o sctp/sctpDebug.o tools/integrator.o tools/queue-monitor.o tools/flowmon.o tools/loss-monitor.o queue/queue.o queue/drop-tail.o adc/simple-intserv-sched.o queue/red.o queue/semantic-packetqueue.o queue/semantic-red.o tcp/ack-recons.o queue/sfq.o queue/fq.o queue/drr.o queue/srr.o !
queue/cb
q.o queue/jobs.o queue/marker.o queue/demarker.o link/hackloss.o queue/errmodel.o queue/fec.o link/delay.o tcp/snoop.o gaf/gaf.o link/dynalink.o routing/rtProtoDV.o common/net-interface.o mcast/ctrMcast.o mcast/mcast_ctrl.o mcast/srm.o common/sessionhelper.o queue/delaymodel.o mcast/srm-ssm.o mcast/srm-topo.o routing/alloc-address.o routing/address.o lib/int.Vec.o lib/int.RVec.o lib/dmalloc_support.o webcache/http.o webcache/tcp-simple.o webcache/pagepool.o webcache/inval-agent.o webcache/tcpapp.o webcache/http-aux.o webcache/mcache.o webcache/webtraf.o webcache/webserver.o webcache/logweb.o empweb/empweb.o empweb/empftp.o realaudio/realaudio.o mac/lanRouter.o classifier/filter.o common/pkt-counter.o common/Decapsulator.o common/Encapsulator.o common/encap.o mac/channel.o mac/mac.o mac/ll.o mac/mac-802_11.o mac/mac-802_3.o mac/mac-tdma.o mac/smac.o mobile/mip.o mobile/mip-reg.o mobile/gridkeeper.o mobile/propagation.o mobile/tworayground.o mobile/antenna.o mobile/omni-antenna.o mobile/shadowing.o mobile/shadowing-vis.o mobile/dumb-agent.o common/bi-connector.o common/node.o common/mobilenode.o mac/arp.o mobile/god.o mobile/dem.o mobile/topography.o mobile/modulation.o queue/priqueue.o queue/dsr-priqueue.o mac/phy.o mac/wired-phy.o mac/wireless-phy.o mac/mac-timers.o trace/cmu-trace.o mac/varp.o mac/mac-simple.o satellite/sat-hdlc.o dsdv/dsdv.o dsdv/rtable.o queue/rtqueue.o routing/rttable.o imep/imep.o imep/dest_queue.o imep/imep_api.o imep/imep_rt.o imep/rxmit_queue.o imep/imep_timers.o imep/imep_util.o imep/imep_io.o tora/tora.o tora/tora_api.o tora/tora_dest.o tora/tora_io.o tora/tora_logs.o tora/tora_neighbor.o dsr/dsragent.o dsr/hdr_sr.o dsr/mobicache.o dsr/path.o dsr/requesttable.o dsr/routecache.o dsr/add_sr.o dsr/dsr_proto.o dsr/flowstruct.o dsr/linkcache.o dsr/simplecache.o dsr/sr_forwarder.o aodv/aodv_logs.o aodv/aodv.o aodv/aodv_rtable.o aodv/aodv_rqueue.o common/ns-process.o satellite/satgeometry.o satellite/sathandoff.o satellite/satlink.o satellite/satnode.o satellite/satposition.o satellit!
e/satrou
te.o satellite/sattrace.o rap/raplist.o rap/rap.o rap/media-app.o rap/utilities.o common/fsm.o tcp/tcp-abs.o diffusion/diffusion.o diffusion/diff_rate.o diffusion/diff_prob.o diffusion/diff_sink.o diffusion/flooding.o diffusion/omni_mcast.o diffusion/hash_table.o diffusion/routing_table.o diffusion/iflist.o tcp/tfrc.o tcp/tfrc-sink.o mobile/energy-model.o apps/ping.o tcp/tcp-rfc793edu.o queue/rio.o queue/semantic-rio.o tcp/tcp-sack-rh.o tcp/scoreboard-rh.o plm/loss-monitor-plm.o plm/cbr-traffic-PP.o linkstate/hdr-ls.o mpls/classifier-addr-mpls.o mpls/ldp.o mpls/mpls-module.o routing/rtmodule.o classifier/classifier-hier.o routing/addr-params.o nix/hdr_nv.o nix/classifier-nix.o nix/nixnode.o routealgo/rnode.o routealgo/bfs.o routealgo/rbitmap.o routealgo/rlookup.o routealgo/routealgo.o nix/nixvec.o nix/nixroute.o diffserv/dsred.o diffserv/dsredq.o diffserv/dsEdge.o diffserv/dsCore.o diffserv/dsPolicy.o diffserv/ew.o diffserv/dewp.o queue/red-pd.o queue/pi.o queue/vq.o queue/rem.o queue/gk.o pushback/rate-limit.o pushback/rate-limit-strategy.o pushback/ident-tree.o pushback/agg-spec.o pushback/logging-data-struct.o pushback/rate-estimator.o pushback/pushback-queue.o pushback/pushback.o common/parentnode.o trace/basetrace.o common/simulator.o asim/asim.o common/scheduler-map.o common/splay-scheduler.o linkstate/ls.o linkstate/rtProtoLS.o pgm/classifier-pgm.o pgm/pgm-agent.o pgm/pgm-sender.o pgm/pgm-receiver.o mcast/rcvbuf.o mcast/classifier-lms.o mcast/lms-agent.o mcast/lms-receiver.o mcast/lms-sender.o queue/delayer.o xcp/xcpq.o xcp/xcp.o xcp/xcp-end-sys.o wpan/p802_15_4csmaca.o wpan/p802_15_4fail.o wpan/p802_15_4hlist.o wpan/p802_15_4mac.o wpan/p802_15_4nam.o wpan/p802_15_4phy.o wpan/p802_15_4sscs.o wpan/p802_15_4timer.o wpan/p802_15_4trace.o wpan/p802_15_4transac.o diffusion3/lib/nr/nr.o diffusion3/lib/dr.o diffusion3/filters/diffusion/one_phase_pull.o diffusion3/filters/diffusion/two_phase_pull.o diffusion3/lib/diffapp.o diffusion3/ns/diffagent.o diffusion3/ns/diffrtg.o diffusion3/ns/difftimer.o diffusi!
on3/filt
er_core/filter_core.o diffusion3/filter_core/iolog.o diffusion3/filter_core/iostats.o diffusion3/lib/main/attrs.o diffusion3/lib/main/events.o diffusion3/lib/main/iodev.o diffusion3/lib/main/iohook.o diffusion3/lib/main/timers.o diffusion3/lib/main/message.o diffusion3/lib/main/tools.o diffusion3/apps/gear_examples/gear_common.o diffusion3/apps/gear_examples/gear_receiver.o diffusion3/apps/gear_examples/gear_sender.o diffusion3/apps/rmst_examples/rmst_sink.o diffusion3/apps/rmst_examples/rmst_source.o diffusion3/apps/ping/1pp_ping_sender.o diffusion3/apps/ping/1pp_ping_receiver.o diffusion3/apps/ping/2pp_ping_sender.o diffusion3/apps/ping/2pp_ping_receiver.o diffusion3/apps/ping/ping_common.o diffusion3/apps/ping/push_receiver.o diffusion3/apps/ping/push_sender.o diffusion3/filters/gear/gear_attr.o diffusion3/filters/gear/gear.o diffusion3/filters/gear/gear_tools.o diffusion3/filters/misc/log.o diffusion3/filters/misc/srcrt.o diffusion3/filters/misc/tag.o diffusion3/filters/rmst/rmst.o diffusion3/filters/rmst/rmst_filter.o gen/version.o gen/ns_tcl.o gen/ptypes.o common/win32.o emulate/net-ip.o emulate/net.o emulate/tap.o emulate/ether.o emulate/internet.o emulate/ping_responder.o emulate/arp.o emulate/icmp.o emulate/net-pcap.o emulate/nat.o emulate/iptap.o emulate/tcptap.o emulate/inet.o common/tclAppInit.o gen/* ns.core core core.ns core.nsx core.nse common/ptypes2tcl common/ptypes2tcl.o Makefile config.cache config.log config.status \
> autoconf.h gnuc.h os-proto.h tcl/lib/ns-autoconf.tcl; \
> mv .configure .configure- ;\
> echo "Moved .configure to .configure-"
> mv: cannot stat `.configure': No such file or directory
> Moved .configure to .configure-
> No .configure file found in current directory
> Continuing with default options...
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> 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 for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -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 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 if C++ libraries work without any namespace... no
> checking if C++ libraries work with namespace std... yes
> checking if STL works without any namespace... no
> checking if STL works with namespace std... yes
> checking should use STL... 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.11... 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 otcl.h... -I../otcl-1.11
> checking for libotcl1.11... -L../otcl-1.11 -lotcl
> checking for tclcl.h... -I../tclcl-1.17
> checking for libtclcl... -L../tclcl-1.17 -ltclcl
> checking for tcl2c++... ../tclcl-1.17
> checking for libtcldbg... no
> checking dmalloc... not requested with --with-dmalloc
> checking for perl... /usr/bin
> checking for ANSI C header files... (cached) yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking fenv.h usability... yes
> checking fenv.h presence... yes
> checking for fenv.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking for unistd.h... (cached) yes
> checking net/ethernet.h usability... yes
> checking net/ethernet.h presence... yes
> checking for net/ethernet.h... yes
> checking for main in -lm... yes
> checking for bcopy... yes
> checking for bzero... yes
> checking for fesetprecision... no
> checking for feenableexcept... yes
> checking for getrusage... yes
> checking for sbrk... yes
> checking for snprintf... yes
> 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 u_char... yes
> checking for u_int... yes
> checking for strtoq... yes
> checking for strtoll... yes
> checking for long... yes
> checking size of long... 4
> 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 struct ether_header... found
> checking for struct ether_addr... found
> checking for addr2ascii... no
> checking for Linux compliant tcphdr... found
> checking for BSD compliant tcphdr... not found
> checking for socklen_t... yes
> checking for main in -lpcap... no
> checking to make nse... no
> Explicitly disabling static compilation
> 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 tcl/lib/ns-autoconf.tcl
> config.status: creating indep-utils/webtrace-conv/ucb/Makefile
> config.status: creating indep-utils/webtrace-conv/dec/Makefile
> config.status: creating indep-utils/webtrace-conv/nlanr/Makefile
> config.status: creating indep-utils/webtrace-conv/epa/Makefile
> config.status: creating indep-utils/cmu-scen-gen/setdest/Makefile
> config.status: creating autoconf.h
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o tools/random.o tools/random.cc
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o tools/rng.o tools/rng.cc
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o tools/ranvar.o tools/ranvar.cc
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/misc.o common/misc.cc
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/timer-handler.o common/timer-handler.cc
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/scheduler.o common/scheduler.cc
> In file included from common/scheduler.cc:48:
> common/packet.h: In constructor ‘p_info::p_info()’:
> common/packet.h:177: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:178: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:179: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:180: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:181: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:182: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:183: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:184: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:185: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:186: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:187: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:188: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:189: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:190: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:191: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:192: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:193: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:194: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:195: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:196: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:198: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:199: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:200: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:201: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:202: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:203: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:205: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:206: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:207: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:208: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:209: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:210: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:211: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:212: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:213: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:214: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:215: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:216: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:217: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:218: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:220: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:221: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:223: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:224: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:225: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:228: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:231: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:234: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:237: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:240: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:243: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:247: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:251: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:252: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:254: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
> common/scheduler.cc: In member function ‘virtual int Scheduler::command(int, const char* const*)’:
> common/scheduler.cc:216: warning: deprecated conversion from string constant to ‘char*’
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/object.o common/object.cc
> In file included from common/object.cc:43:
> common/packet.h: In constructor ‘p_info::p_info()’:
> common/packet.h:177: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:178: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:179: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:180: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:181: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:182: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:183: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:184: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:185: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:186: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:187: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:188: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:189: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:190: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:191: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:192: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:193: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:194: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:195: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:196: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:198: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:199: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:200: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:201: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:202: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:203: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:205: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:206: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:207: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:208: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:209: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:210: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:211: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:212: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:213: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:214: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:215: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:216: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:217: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:218: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:220: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:221: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:223: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:224: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:225: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:228: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:231: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:234: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:237: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:240: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:243: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:247: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:251: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:252: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:254: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/packet.o common/packet.cc
> In file included from common/packet.cc:40:
> common/packet.h: In constructor ‘p_info::p_info()’:
> common/packet.h:177: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:178: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:179: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:180: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:181: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:182: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:183: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:184: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:185: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:186: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:187: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:188: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:189: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:190: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:191: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:192: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:193: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:194: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:195: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:196: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:198: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:199: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:200: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:201: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:202: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:203: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:205: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:206: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:207: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:208: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:209: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:210: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:211: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:212: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:213: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:214: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:215: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:216: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:217: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:218: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:220: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:221: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:223: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:224: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:225: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:228: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:231: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:234: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:237: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:240: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:243: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:247: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:251: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:252: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:254: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/ip.o common/ip.cc
> In file included from common/ip.cc:40:
> common/packet.h: In constructor ‘p_info::p_info()’:
> common/packet.h:177: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:178: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:179: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:180: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:181: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:182: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:183: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:184: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:185: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:186: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:187: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:188: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:189: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:190: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:191: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:192: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:193: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:194: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:195: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:196: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:198: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:199: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:200: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:201: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:202: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:203: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:205: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:206: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:207: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:208: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:209: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:210: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:211: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:212: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:213: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:214: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:215: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:216: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:217: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:218: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:220: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:221: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:223: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:224: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:225: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:228: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:231: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:234: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:237: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:240: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:243: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:247: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:251: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:252: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:254: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o routing/route.o routing/route.cc
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/connector.o common/connector.cc
> In file included from common/connector.cc:40:
> common/packet.h: In constructor ‘p_info::p_info()’:
> common/packet.h:177: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:178: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:179: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:180: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:181: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:182: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:183: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:184: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:185: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:186: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:187: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:188: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:189: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:190: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:191: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:192: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:193: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:194: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:195: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:196: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:198: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:199: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:200: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:201: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:202: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:203: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:205: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:206: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:207: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:208: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:209: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:210: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:211: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:212: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:213: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:214: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:215: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:216: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:217: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:218: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:220: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:221: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:223: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:224: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:225: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:228: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:231: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:234: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:237: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:240: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:243: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:247: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:251: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:252: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:254: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/ttl.o common/ttl.cc
> In file included from common/ttl.cc:40:
> common/packet.h: In constructor ‘p_info::p_info()’:
> common/packet.h:177: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:178: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:179: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:180: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:181: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:182: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:183: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:184: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:185: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:186: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:187: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:188: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:189: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:190: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:191: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:192: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:193: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:194: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:195: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:196: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:198: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:199: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:200: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:201: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:202: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:203: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:205: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:206: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:207: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:208: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:209: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:210: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:211: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:212: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:213: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:214: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:215: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:216: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:217: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:218: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:220: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:221: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:223: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:224: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:225: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:228: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:231: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:234: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:237: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:240: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:243: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:247: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:251: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:252: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:254: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
> common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
> g++ -c -Wall -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_11 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test -I. -I/home/pietro/ns-2.29/ns-allinone-2.29/tclcl-1.17 -I/home/pietro/ns-2.29/ns-allinone-2.29/otcl-1.11 -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/home/pietro/ns-2.29/ns-allinone-2.29/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o trace/trace.o trace/trace.cc
> In file included from trace/trace.cc:39:
> ./common/packet.h: In constructor ‘p_info::p_info()’:
> ./common/packet.h:177: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:178: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:179: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:180: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:181: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:182: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:183: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:184: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:185: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:186: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:187: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:188: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:189: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:190: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:191: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:192: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:193: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:194: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:195: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:196: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:198: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:199: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:200: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:201: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:202: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:203: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:205: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:206: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:207: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:208: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:209: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:210: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:211: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:212: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:213: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:214: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:215: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:216: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:217: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:218: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:220: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:221: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:223: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:224: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:225: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:228: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:231: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:234: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:237: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:240: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:243: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:247: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:251: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:252: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:254: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
> ./common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
> In file included from trace/trace.cc:42:
> ./sctp/sctp.h: At global scope:
> ./sctp/sctp.h:705: error: extra qualification ‘SctpAgent::’ on member ‘DumpSendBuffer’
> trace/trace.cc:185: warning: deprecated conversion from string constant to ‘char*’
> trace/trace.cc:185: warning: deprecated conversion from string constant to ‘char*’
> trace/trace.cc:185: warning: deprecated conversion from string constant to ‘char*’
> trace/trace.cc:185: warning: deprecated conversion from string constant to ‘char*’
> trace/trace.cc:185: warning: deprecated conversion from string constant to ‘char*’
> make: *** [trace/trace.o] Error 1
> Ns make failed!
> See http://www.isi.edu/nsnam/ns/ns-problems.html for problems
>
>
Do as per the following steps:
1. Change the line, that gave error <eg. here it is number 705 of
sctp/sctp.h > as following:
*//void SctpAgent::DumpSendBuffer();
void DumpSendBuffer();
*
2. Now, Resume the installation. You need follow only the following
steps again:
2.1. Go in the <ns-allinone>/ns-2.29 directory.
2.2. Type 'make depend'
2.3. Type 'make'
2.4. Repeat steps <1> to <2.3> until it installs successfully.
3. Now having been sure that ns could be installed successfully, you can
go to <ns-allinone> directory. And Type './install' there, so as to
complete the installation procedure without any subsequent modules missing.
More information about the Ns-users
mailing list