[Ndn-interest] ndnSIM 2.7 Build Failing
Patrick Zidek
Patrick.Zidek at myport.ac.uk
Tue Mar 26 14:17:06 PDT 2024
Thanks, Davide! ..Exactly what I tried.
Ubuntu 18.04 in a VM, tried building without pybindgen too.
test at ubuntu:~$ lsb_release -a|grep Description
>
> - Description: Ubuntu 18.04.6 LTS
>
>
sudo apt-get update
> sudo apt install build-essential libsqlite3-dev libboost-all-dev
> libssl-dev git python-setuptools castxml
> sudo apt install python-dev python-pygraphviz python-kiwi python-gnome2
> ipython libcairo2-dev python3-gi libgirepository1.0-dev python-gi
> python-gi-cairo gir1.2-gtk-3.0 gir1.2-goocanvas-2.0 python-pip
> sudo pip install --upgrade pip
> sudo pip install pygraphviz pycairo PyGObject pygccxml
mkdir ndnSIM
> cd ndnSIM
> git clone --branch ns-3.29
> https://github.com/named-data-ndnSIM/ns-3-dev.git ns-3
> git clone --branch ndnSIM-2.7 --recursive
> https://github.com/named-data-ndnSIM/ndnSIM.git ns-3/src/ndnSIM
> cd ns-3
> ./waf configure --disable-python --enable-examples
> ./waf
And I'm getting the following errors:
1. In ndn-cxx/encoding/tlv.hpp:
error: ‘ValueType’ was not declared in this scope
2. In ndn-cxx/encoding/block-helpers.hpp:
error: ‘std::make_unique’ has not been declared
3. In ndn-cxx/encoding/block-helpers.hpp:
error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
4. In ndn-cxx/util/time.hpp:
error: ‘enable_if_t’ in namespace ‘std’ does not name a template type
5. In ndn-cxx/util/time.hpp:
error: expected ‘>’ before ‘<’ token
6. In ndn-cxx/util/signal/signal.hpp:
error: lambda capture initializers only available with -std=c++14 or
-std=gnu++14 [-Werror]
7. In NFD/core/common.hpp:
error: ‘string_literals’ is not a namespace-name
8. In NFD/core/common.hpp:
error: expected namespace-name before ‘;’ token
I've tried many times and sadly issues keep occurring.
Kind regards
Patrick
On Tue, 26 Mar 2024 at 19:53, Davide Pesavento <davidepesa at gmail.com> wrote:
> Hi Patrick,
>
> On Tue, Mar 26, 2024 at 3:27 PM Patrick Zidek via Ndn-interest
> <ndn-interest at lists.cs.ucla.edu> wrote:
> >
> > Hello.
> >
> > Was anyone able to install ndnSIM 2.7 (not the current version) as that
> is the last version that supported the CsTracer (
> https://www.lists.cs.ucla.edu/pipermail/ndnsim/2023-May/006526.html).
> >
> > I would very much like to get it to work but my ./waf build keeps
> failing. I am convinced this is because the packages are too new and I
> cannot seem to be able to downgrade everything to how the old version would
> want it.
>
> What is the error message? I'd try to build/run this old version of
> ndnSIM on a comparably old version of Ubuntu, such as 18.04, perhaps
> in a VM. Might have better luck.
>
> >
> > I was also not sure what branches exactly I'd need for ndnSIM 2.7, I
> tried the following:
> > git clone --branch ns-3.29
> https://github.com/named-data-ndnSIM/ns-3-dev.git ns-3
>
> ns-3.29 should be correct based on the release notes:
> https://ndnsim.net/2.7/RELEASE_NOTES.html
>
> > git clone --branch 0.20.1
> https://github.com/named-data-ndnSIM/pybindgen.git pybindgen
>
> Not sure about this (I didn't check), but pybindgen should not be
> required if you don't need the python bindings.
>
> > git clone --branch ndnSIM-2.7 --recursive
> https://github.com/named-data-ndnSIM/ndnSIM.git ns-3/src/ndnSIM
> >
> > If anyone could assist, I'd be very grateful.
> >
> > Thank you.
> >
> > Patrick
> > _______________________________________________
> > Ndn-interest mailing list
> > Ndn-interest at lists.cs.ucla.edu
> > https://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20240326/da3ac445/attachment-0001.html>
-------------- next part --------------
test at ubuntu:~/Desktop/ndnSIM/ns-3$ ./waf configure --disable-python --enable-examples
Setting top to : /home/test/Desktop/ndnSIM/ns-3
Setting out to : /home/test/Desktop/ndnSIM/ns-3/build
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for cc version : 7.5.0
Checking for 'g++' (C++ compiler) : /usr/bin/g++
Checking for compilation flag -Wl,--soname=foo support : ok
Checking for compilation flag -std=c++11 support : ok
Checking boost includes : 1_65_1
Checking boost libs : ok
Checking for boost linkage : ok
Checking for click location : not found
Checking for program 'pkg-config' : /usr/bin/pkg-config
Checking for 'gtk+-3.0' : not found
Checking for 'libxml-2.0' : not found
checking for uint128_t : not found
checking for __uint128_t : yes
Checking high precision implementation : 128-bit integer (default)
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for header sys/types.h : yes
Checking for header sys/stat.h : yes
Checking for header dirent.h : yes
Checking for header stdlib.h : yes
Checking for header signal.h : yes
Checking for header pthread.h : yes
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for library rt : yes
Checking for header sys/ioctl.h : yes
Checking for header net/if.h : yes
Checking for header net/ethernet.h : yes
Checking for header linux/if_tun.h : yes
Checking for header netpacket/packet.h : yes
Checking for NSC location : not found
Checking for program 'doxygen' : not found
Checking for program 'tar' : /bin/tar
Checking for program 'sphinx-build' : not found
Checking for std::to_string : yes
Checking for library pthread : yes
Checking for 'sqlite3' : yes
Checking for OpenSSL lib : "OpenSSL 1.1.1 11 Sep 2018"
Checking if OpenSSL library works : yes
Checking for OpenFlow location : not found
Checking for 'sqlite3' : yes
Checking for header linux/if_tun.h : yes
Checking for program 'sudo' : /usr/bin/sudo
Checking for program 'valgrind' : not found
Checking for 'gsl' : not found
python-config : not found
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for program 'doxygen' : not found
---- Summary of optional NS-3 features:
Build profile : debug
Build directory :
BRITE Integration : not enabled (BRITE not enabled (see option --with-brite))
DES Metrics event collection : not enabled (defaults to disabled)
Emulation FdNetDevice : enabled
Examples : enabled
File descriptor NetDevice : enabled
GNU Scientific Library (GSL) : not enabled (GSL not found)
Gcrypt library : not enabled (libgcrypt not found: you can use libgcrypt-config to find its location.)
GtkConfigStore : not enabled (library 'gtk+-3.0 >= 3.0' not found)
MPI Support : not enabled (option --enable-mpi not selected)
NS-3 Click Integration : not enabled (nsclick not enabled (see option --with-nsclick))
NS-3 OpenFlow Integration : not enabled (OpenFlow not enabled (see option --with-openflow))
Network Simulation Cradle : not enabled (NSC not found (see option --with-nsc))
PlanetLab FdNetDevice : not enabled (PlanetLab operating system not detected (see option --force-planetlab))
PyViz visualizer : not enabled (Python Bindings are needed but not enabled)
Python Bindings : not enabled (disabled by user request)
Real Time Simulator : enabled
SQlite stats data output : enabled
Tap Bridge : enabled
Tap FdNetDevice : enabled
Tests : not enabled (defaults to disabled)
Threading Primitives : enabled
Use sudo to set suid bit : not enabled (option --enable-sudo not selected)
XmlIo : not enabled (library 'libxml-2.0 >= 2.7' not found)
ndnSIM : enabled
'configure' finished successfully (10.808s)
test at ubuntu:~/Desktop/ndnSIM/ns-3$ ./waf
Waf: Entering directory `/home/test/Desktop/ndnSIM/ns-3/build'
[ 1/3085] Compiling install-ns3-header: ns3/angles.h
[ 2/3085] Compiling install-ns3-header: ns3/antenna-model.h
[ 3/3085] Compiling install-ns3-header: ns3/cosine-antenna-model.h
[ 4/3085] Compiling install-ns3-header: ns3/parabolic-antenna-model.h
[ 5/3085] Compiling install-ns3-header: ns3/isotropic-antenna-model.h
[ 6/3085] Compiling install-ns3-header: ns3/aodv-packet.h
[ 7/3085] Compiling install-ns3-header: ns3/aodv-id-cache.h
[ 8/3085] Compiling install-ns3-header: ns3/aodv-routing-protocol.h
[ 9/3085] Compiling install-ns3-header: ns3/aodv-dpd.h
[ 10/3085] Compiling install-ns3-header: ns3/aodv-rtable.h
[ 11/3085] Compiling install-ns3-header: ns3/aodv-helper.h
[ 12/3085] Compiling install-ns3-header: ns3/aodv-rqueue.h
[ 13/3085] Compiling install-ns3-header: ns3/aodv-neighbor.h
[ 14/3085] Compiling install-ns3-header: ns3/three-gpp-http-helper.h
[ 15/3085] Compiling install-ns3-header: ns3/udp-client.h
[ 16/3085] Compiling install-ns3-header: ns3/application-packet-probe.h
[ 17/3085] Compiling install-ns3-header: ns3/udp-server.h
[ 18/3085] Compiling install-ns3-header: ns3/bulk-send-helper.h
[ 19/3085] Compiling install-ns3-header: ns3/packet-sink.h
[ 20/3085] Compiling install-ns3-header: ns3/three-gpp-http-variables.h
[ 21/3085] Compiling install-ns3-header: ns3/udp-echo-server.h
[ 22/3085] Compiling install-ns3-header: ns3/udp-trace-client.h
[ 23/3085] Compiling install-ns3-header: ns3/udp-client-server-helper.h
[ 24/3085] Compiling install-ns3-header: ns3/three-gpp-http-client.h
[ 25/3085] Compiling install-ns3-header: ns3/on-off-helper.h
[ 26/3085] Compiling install-ns3-header: ns3/three-gpp-http-header.h
[ 27/3085] Compiling install-ns3-header: ns3/seq-ts-header.h
[ 28/3085] Compiling install-ns3-header: ns3/bulk-send-application.h
[ 29/3085] Compiling install-ns3-header: ns3/packet-sink-helper.h
[ 30/3085] Compiling install-ns3-header: ns3/udp-echo-helper.h
[ 31/3085] Compiling install-ns3-header: ns3/onoff-application.h
[ 32/3085] Compiling install-ns3-header: ns3/three-gpp-http-server.h
[ 33/3085] Compiling install-ns3-header: ns3/packet-loss-counter.h
[ 34/3085] Compiling install-ns3-header: ns3/udp-echo-client.h
[ 35/3085] Compiling install-ns3-header: ns3/bridge-helper.h
[ 36/3085] Compiling install-ns3-header: ns3/bridge-net-device.h
[ 37/3085] Compiling install-ns3-header: ns3/bridge-channel.h
[ 38/3085] Compiling install-ns3-header: ns3/buildings-helper.h
[ 39/3085] Compiling install-ns3-header: ns3/building-position-allocator.h
[ 40/3085] Compiling install-ns3-header: ns3/building-list.h
[ 41/3085] Compiling install-ns3-header: ns3/building.h
[ 42/3085] Compiling install-ns3-header: ns3/oh-buildings-propagation-loss-model.h
[ 43/3085] Compiling install-ns3-header: ns3/hybrid-buildings-propagation-loss-model.h
[ 44/3085] Compiling install-ns3-header: ns3/buildings-propagation-loss-model.h
[ 45/3085] Compiling install-ns3-header: ns3/mobility-building-info.h
[ 46/3085] Compiling install-ns3-header: ns3/building-container.h
[ 47/3085] Compiling install-ns3-header: ns3/itu-r-1238-propagation-loss-model.h
[ 48/3085] Compiling install-ns3-header: ns3/building-allocator.h
[ 49/3085] Compiling install-ns3-header: ns3/file-config.h
[ 50/3085] Compiling install-ns3-header: ns3/config-store.h
[ 51/3085] Compiling install-ns3-header: ns3/default-simulator-impl.h
[ 52/3085] Compiling install-ns3-header: ns3/traced-value.h
[ 53/3085] Compiling install-ns3-header: ns3/des-metrics.h
[ 54/3085] Compiling install-ns3-header: ns3/deprecated.h
[ 55/3085] Compiling install-ns3-header: ns3/test.h
[ 56/3085] Compiling install-ns3-header: ns3/int64x64-double.h
[ 57/3085] Compiling install-ns3-header: ns3/log-macros-disabled.h
[ 58/3085] Compiling install-ns3-header: ns3/callback.h
[ 59/3085] Compiling install-ns3-header: ns3/valgrind.h
[ 60/3085] Compiling install-ns3-header: ns3/trace-source-accessor.h
[ 61/3085] Compiling install-ns3-header: ns3/boolean.h
[ 62/3085] Compiling install-ns3-header: ns3/names.h
[ 63/3085] Compiling install-ns3-header: ns3/type-traits.h
[ 64/3085] Compiling install-ns3-header: ns3/math.h
[ 65/3085] Compiling install-ns3-header: ns3/unused.h
[ 66/3085] Compiling install-ns3-header: ns3/int64x64.h
[ 67/3085] Compiling install-ns3-header: ns3/timer-impl.h
[ 68/3085] Compiling install-ns3-header: ns3/object-map.h
[ 69/3085] Compiling install-ns3-header: ns3/hash.h
[ 70/3085] Compiling install-ns3-header: ns3/object-vector.h
[ 71/3085] Compiling install-ns3-header: ns3/empty.h
[ 72/3085] Compiling install-ns3-header: ns3/object.h
[ 73/3085] Compiling install-ns3-header: ns3/int64x64-128.h
[ 74/3085] Compiling install-ns3-header: ns3/pointer.h
[ 75/3085] Compiling install-ns3-header: ns3/abort.h
[ 76/3085] Compiling install-ns3-header: ns3/rng-seed-manager.h
[ 77/3085] Compiling install-ns3-header: ns3/simulation-singleton.h
[ 78/3085] Compiling install-ns3-header: ns3/heap-scheduler.h
[ 79/3085] Compiling install-ns3-header: ns3/calendar-scheduler.h
[ 80/3085] Compiling install-ns3-header: ns3/event-impl.h
[ 81/3085] Compiling install-ns3-header: ns3/object-base.h
[ 82/3085] Compiling install-ns3-header: ns3/nstime.h
[ 83/3085] Compiling install-ns3-header: ns3/log.h
[ 84/3085] Compiling install-ns3-header: ns3/object-ptr-container.h
[ 85/3085] Compiling install-ns3-header: ns3/random-variable-stream-helper.h
[ 86/3085] Compiling install-ns3-header: ns3/hash-function.h
[ 87/3085] Compiling install-ns3-header: ns3/watchdog.h
[ 88/3085] Compiling install-ns3-header: ns3/wall-clock-synchronizer.h
[ 89/3085] Compiling install-ns3-header: ns3/event-garbage-collector.h
[ 90/3085] Compiling install-ns3-header: ns3/hash-murmur3.h
[ 91/3085] Compiling install-ns3-header: ns3/make-event.h
[ 92/3085] Compiling install-ns3-header: ns3/synchronizer.h
[ 93/3085] Compiling install-ns3-header: ns3/system-condition.h
[ 94/3085] Compiling install-ns3-header: ns3/system-mutex.h
[ 95/3085] Compiling install-ns3-header: ns3/assert.h
[ 96/3085] Compiling install-ns3-header: ns3/simulator.h
[ 97/3085] Compiling install-ns3-header: ns3/scheduler.h
[ 98/3085] Compiling install-ns3-header: ns3/system-path.h
[ 99/3085] Compiling install-ns3-header: ns3/type-id.h
[ 100/3085] Compiling install-ns3-header: ns3/system-wall-clock-ms.h
[ 101/3085] Compiling install-ns3-header: ns3/enum.h
[ 102/3085] Compiling install-ns3-header: ns3/attribute-accessor-helper.h
[ 103/3085] Compiling install-ns3-header: ns3/ptr.h
[ 105/3085] Compiling install-ns3-header: ns3/simple-ref-count.h
[ 105/3085] Compiling install-ns3-header: ns3/fatal-error.h
[ 106/3085] Compiling install-ns3-header: ns3/breakpoint.h
[ 107/3085] Compiling install-ns3-header: ns3/uinteger.h
[ 108/3085] Compiling install-ns3-header: ns3/map-scheduler.h
[ 109/3085] Compiling install-ns3-header: ns3/unix-fd-reader.h
[ 110/3085] Compiling install-ns3-header: ns3/build-profile.h
[ 111/3085] Compiling install-ns3-header: ns3/timer.h
[ 112/3085] Compiling install-ns3-header: ns3/random-variable-stream.h
[ 113/3085] Compiling install-ns3-header: ns3/type-name.h
[ 114/3085] Compiling install-ns3-header: ns3/singleton.h
[ 115/3085] Compiling install-ns3-header: ns3/attribute-helper.h
[ 116/3085] Compiling install-ns3-header: ns3/traced-callback.h
[ 117/3085] Compiling install-ns3-header: ns3/string.h
[ 118/3085] Compiling install-ns3-header: ns3/int-to-type.h
[ 119/3085] Compiling install-ns3-header: ns3/vector.h
[ 120/3085] Compiling install-ns3-header: ns3/default-deleter.h
[ 121/3085] Compiling install-ns3-header: ns3/config.h
[ 122/3085] Compiling install-ns3-header: ns3/fatal-impl.h
[ 123/3085] Compiling install-ns3-header: ns3/rng-stream.h
[ 124/3085] Compiling install-ns3-header: ns3/system-thread.h
[ 125/3085] Compiling install-ns3-header: ns3/hash-fnv.h
[ 126/3085] Compiling install-ns3-header: ns3/integer.h
[ 127/3085] Compiling install-ns3-header: ns3/list-scheduler.h
[ 128/3085] Compiling install-ns3-header: ns3/realtime-simulator-impl.h
[ 129/3085] Compiling install-ns3-header: ns3/object-factory.h
[ 130/3085] Compiling install-ns3-header: ns3/simulator-impl.h
[ 131/3085] Compiling install-ns3-header: ns3/command-line.h
[ 132/3085] Compiling install-ns3-header: ns3/ref-count-base.h
[ 133/3085] Compiling install-ns3-header: ns3/global-value.h
[ 134/3085] Compiling install-ns3-header: ns3/log-macros-enabled.h
[ 135/3085] Compiling install-ns3-header: ns3/attribute.h
[ 136/3085] Compiling install-ns3-header: ns3/double.h
[ 137/3085] Compiling install-ns3-header: ns3/non-copyable.h
[ 138/3085] Compiling install-ns3-header: ns3/event-id.h
[ 139/3085] Compiling install-ns3-header: ns3/attribute-construction-list.h
[ 140/3085] Compiling install-ns3-header: ns3/csma-channel.h
[ 141/3085] Compiling install-ns3-header: ns3/csma-net-device.h
[ 142/3085] Compiling install-ns3-header: ns3/csma-helper.h
[ 143/3085] Compiling install-ns3-header: ns3/backoff.h
[ 144/3085] Compiling install-ns3-header: ns3/csma-star-helper.h
[ 145/3085] Compiling install-ns3-header: ns3/dsdv-helper.h
[ 146/3085] Compiling install-ns3-header: ns3/dsdv-routing-protocol.h
[ 147/3085] Compiling install-ns3-header: ns3/dsdv-packet-queue.h
[ 148/3085] Compiling install-ns3-header: ns3/dsdv-rtable.h
[ 149/3085] Compiling install-ns3-header: ns3/dsdv-packet.h
[ 150/3085] Compiling install-ns3-header: ns3/dsr-passive-buff.h
[ 151/3085] Compiling install-ns3-header: ns3/dsr-network-queue.h
[ 152/3085] Compiling install-ns3-header: ns3/dsr-rsendbuff.h
[ 153/3085] Compiling install-ns3-header: ns3/dsr-rcache.h
[ 154/3085] Compiling install-ns3-header: ns3/dsr-helper.h
[ 155/3085] Compiling install-ns3-header: ns3/dsr-main-helper.h
[ 156/3085] Compiling install-ns3-header: ns3/dsr-options.h
[ 157/3085] Compiling install-ns3-header: ns3/dsr-fs-header.h
[ 158/3085] Compiling install-ns3-header: ns3/dsr-option-header.h
[ 159/3085] Compiling install-ns3-header: ns3/dsr-rreq-table.h
[ 160/3085] Compiling install-ns3-header: ns3/dsr-errorbuff.h
[ 161/3085] Compiling install-ns3-header: ns3/dsr-routing.h
[ 162/3085] Compiling install-ns3-header: ns3/dsr-gratuitous-reply-table.h
[ 163/3085] Compiling install-ns3-header: ns3/dsr-maintain-buff.h
[ 164/3085] Compiling install-ns3-header: ns3/basic-energy-source.h
[ 165/3085] Compiling install-ns3-header: ns3/rv-battery-model-helper.h
[ 166/3085] Compiling install-ns3-header: ns3/energy-model-helper.h
[ 167/3085] Compiling install-ns3-header: ns3/energy-harvester.h
[ 168/3085] Compiling install-ns3-header: ns3/li-ion-energy-source-helper.h
[ 169/3085] Compiling install-ns3-header: ns3/device-energy-model-container.h
[ 170/3085] Compiling install-ns3-header: ns3/energy-source-container.h
[ 171/3085] Compiling install-ns3-header: ns3/energy-harvester-container.h
[ 172/3085] Compiling install-ns3-header: ns3/simple-device-energy-model.h
[ 173/3085] Compiling install-ns3-header: ns3/energy-source.h
[ 174/3085] Compiling install-ns3-header: ns3/energy-harvester-helper.h
[ 175/3085] Compiling install-ns3-header: ns3/basic-energy-harvester.h
[ 177/3085] Compiling install-ns3-header: ns3/basic-energy-source-helper.h
[ 177/3085] Compiling install-ns3-header: ns3/rv-battery-model.h
[ 178/3085] Compiling install-ns3-header: ns3/basic-energy-harvester-helper.h
[ 179/3085] Compiling install-ns3-header: ns3/device-energy-model.h
[ 180/3085] Compiling install-ns3-header: ns3/li-ion-energy-source.h
[ 181/3085] Compiling install-ns3-header: ns3/fd-net-device.h
[ 182/3085] Compiling install-ns3-header: ns3/emu-fd-net-device-helper.h
[ 183/3085] Compiling install-ns3-header: ns3/tap-fd-net-device-helper.h
[ 184/3085] Compiling install-ns3-header: ns3/fd-net-device-helper.h
[ 185/3085] Compiling install-ns3-header: ns3/ipv6-flow-probe.h
[ 186/3085] Compiling install-ns3-header: ns3/histogram.h
[ 187/3085] Compiling install-ns3-header: ns3/ipv6-flow-classifier.h
[ 188/3085] Compiling install-ns3-header: ns3/flow-monitor.h
[ 189/3085] Compiling install-ns3-header: ns3/ipv4-flow-probe.h
[ 190/3085] Compiling install-ns3-header: ns3/flow-probe.h
[ 191/3085] Compiling install-ns3-header: ns3/flow-monitor-helper.h
[ 192/3085] Compiling install-ns3-header: ns3/flow-classifier.h
[ 193/3085] Compiling install-ns3-header: ns3/ipv4-flow-classifier.h
[ 194/3085] Compiling install-ns3-header: ns3/ipv4-packet-filter.h
[ 195/3085] Compiling install-ns3-header: ns3/ipv4-list-routing.h
[ 196/3085] Compiling install-ns3-header: ns3/ipv4-address-generator.h
[ 197/3085] Compiling install-ns3-header: ns3/ipv6-pmtu-cache.h
[ 198/3085] Compiling install-ns3-header: ns3/udp-socket-factory.h
[ 199/3085] Compiling install-ns3-header: ns3/tcp-socket-factory.h
[ 200/3085] Compiling install-ns3-header: ns3/rip.h
[ 201/3085] Compiling install-ns3-header: ns3/tcp-bic.h
[ 202/3085] Compiling install-ns3-header: ns3/candidate-queue.h
[ 203/3085] Compiling install-ns3-header: ns3/tcp-ledbat.h
[ 204/3085] Compiling install-ns3-header: ns3/ripng.h
[ 205/3085] Compiling install-ns3-header: ns3/ipv4-routing-helper.h
[ 206/3085] Compiling install-ns3-header: ns3/ipv6-address-generator.h
[ 207/3085] Compiling install-ns3-header: ns3/ipv4-packet-info-tag.h
[ 208/3085] Compiling install-ns3-header: ns3/ipv6-packet-info-tag.h
[ 209/3085] Compiling install-ns3-header: ns3/ipv6-interface.h
[ 210/3085] Compiling install-ns3-header: ns3/ipv6-routing-table-entry.h
[ 211/3085] Compiling install-ns3-header: ns3/ipv4-queue-disc-item.h
[ 212/3085] Compiling install-ns3-header: ns3/ripng-header.h
[ 213/3085] Compiling install-ns3-header: ns3/tcp-option-sack.h
[ 214/3085] Compiling install-ns3-header: ns3/ipv6-option.h
[ 215/3085] Compiling install-ns3-header: ns3/ipv6-packet-filter.h
[ 216/3085] Compiling install-ns3-header: ns3/ipv6-routing-helper.h
[ 217/3085] Compiling install-ns3-header: ns3/ipv6-interface-address.h
[ 218/3085] Compiling install-ns3-header: ns3/ipv6-address-helper.h
[ 219/3085] Compiling install-ns3-header: ns3/arp-l3-protocol.h
[ 220/3085] Compiling install-ns3-header: ns3/arp-queue-disc-item.h
[ 221/3085] Compiling install-ns3-header: ns3/tcp-rx-buffer.h
[ 222/3085] Compiling install-ns3-header: ns3/ipv4-static-routing.h
[ 223/3085] Compiling install-ns3-header: ns3/tcp-recovery-ops.h
[ 224/3085] Compiling install-ns3-header: ns3/tcp-prr-recovery.h
[ 225/3085] Compiling install-ns3-header: ns3/ipv4-routing-table-entry.h
[ 226/3085] Compiling install-ns3-header: ns3/ipv6-list-routing.h
[ 227/3085] Compiling install-ns3-header: ns3/tcp-highspeed.h
[ 228/3085] Compiling install-ns3-header: ns3/rtt-estimator.h
[ 229/3085] Compiling install-ns3-header: ns3/tcp-option.h
[ 230/3085] Compiling install-ns3-header: ns3/ipv6-static-routing-helper.h
[ 231/3085] Compiling install-ns3-header: ns3/ipv4-routing-protocol.h
[ 232/3085] Compiling install-ns3-header: ns3/tcp-option-sack-permitted.h
[ 233/3085] Compiling install-ns3-header: ns3/global-router-interface.h
[ 234/3085] Compiling install-ns3-header: ns3/ipv4-global-routing.h
[ 235/3085] Compiling install-ns3-header: ns3/tcp-option-rfc793.h
[ 236/3085] Compiling install-ns3-header: ns3/ipv6-packet-probe.h
[ 237/3085] Compiling install-ns3-header: ns3/arp-header.h
[ 238/3085] Compiling install-ns3-header: ns3/ipv6-header.h
[ 239/3085] Compiling install-ns3-header: ns3/ipv4-interface.h
[ 240/3085] Compiling install-ns3-header: ns3/ndisc-cache.h
[ 241/3085] Compiling install-ns3-header: ns3/tcp-header.h
[ 242/3085] Compiling install-ns3-header: ns3/ipv6-extension.h
[ 243/3085] Compiling install-ns3-header: ns3/ipv4-raw-socket-impl.h
[ 244/3085] Compiling install-ns3-header: ns3/tcp-congestion-ops.h
[ 245/3085] Compiling install-ns3-header: ns3/icmpv6-header.h
[ 246/3085] Compiling install-ns3-header: ns3/ipv4-raw-socket-factory.h
[ 247/3085] Compiling install-ns3-header: ns3/tcp-vegas.h
[ 248/3085] Compiling install-ns3-header: ns3/arp-cache.h
[ 249/3085] Compiling install-ns3-header: ns3/loopback-net-device.h
[ 250/3085] Compiling install-ns3-header: ns3/rip-header.h
[ 251/3085] Compiling install-ns3-header: ns3/tcp-socket.h
[ 252/3085] Compiling install-ns3-header: ns3/ipv6-route.h
[ 253/3085] Compiling install-ns3-header: ns3/tcp-tx-buffer.h
[ 254/3085] Compiling install-ns3-header: ns3/ripng-helper.h
[ 255/3085] Compiling install-ns3-header: ns3/ipv6.h
[ 256/3085] Compiling install-ns3-header: ns3/ipv4-global-routing-helper.h
[ 257/3085] Compiling install-ns3-header: ns3/ipv6-extension-header.h
[ 258/3085] Compiling install-ns3-header: ns3/internet-stack-helper.h
[ 259/3085] Compiling install-ns3-header: ns3/udp-socket.h
[ 260/3085] Compiling install-ns3-header: ns3/ipv4-static-routing-helper.h
[ 261/3085] Compiling install-ns3-header: ns3/ipv6-interface-container.h
[ 262/3085] Compiling install-ns3-header: ns3/internet-trace-helper.h
[ 263/3085] Compiling install-ns3-header: ns3/ipv6-queue-disc-item.h
[ 264/3085] Compiling install-ns3-header: ns3/tcp-lp.h
[ 265/3085] Compiling install-ns3-header: ns3/ipv4-list-routing-helper.h
[ 266/3085] Compiling install-ns3-header: ns3/ipv6-extension-demux.h
[ 267/3085] Compiling install-ns3-header: ns3/tcp-illinois.h
[ 268/3085] Compiling install-ns3-header: ns3/tcp-socket-base.h
[ 269/3085] Compiling install-ns3-header: ns3/ipv6-list-routing-helper.h
[ 270/3085] Compiling install-ns3-header: ns3/global-route-manager.h
[ 271/3085] Compiling install-ns3-header: ns3/icmpv6-l4-protocol.h
[ 272/3085] Compiling install-ns3-header: ns3/ipv6-raw-socket-factory.h
[ 273/3085] Compiling install-ns3-header: ns3/ipv4-address-helper.h
[ 274/3085] Compiling install-ns3-header: ns3/ipv4-packet-probe.h
[ 275/3085] Compiling install-ns3-header: ns3/ipv6-l3-protocol.h
[ 276/3085] Compiling install-ns3-header: ns3/global-route-manager-impl.h
[ 277/3085] Compiling install-ns3-header: ns3/ipv4-interface-address.h
[ 278/3085] Compiling install-ns3-header: ns3/tcp-option-winscale.h
[ 279/3085] Compiling install-ns3-header: ns3/icmpv4-l4-protocol.h
[ 280/3085] Compiling install-ns3-header: ns3/icmpv4.h
[ 281/3085] Compiling install-ns3-header: ns3/tcp-socket-state.h
[ 282/3085] Compiling install-ns3-header: ns3/ipv4-interface-container.h
[ 283/3085] Compiling install-ns3-header: ns3/tcp-l4-protocol.h
[ 284/3085] Compiling install-ns3-header: ns3/ipv4-l3-protocol.h
[ 285/3085] Compiling install-ns3-header: ns3/tcp-veno.h
[ 286/3085] Compiling install-ns3-header: ns3/ipv6-option-header.h
[ 287/3085] Compiling install-ns3-header: ns3/tcp-htcp.h
[ 288/3085] Compiling install-ns3-header: ns3/tcp-westwood.h
[ 289/3085] Compiling install-ns3-header: ns3/ipv6-routing-protocol.h
[ 290/3085] Compiling install-ns3-header: ns3/tcp-hybla.h
[ 291/3085] Compiling install-ns3-header: ns3/udp-header.h
[ 292/3085] Compiling install-ns3-header: ns3/ip-l4-protocol.h
[ 293/3085] Compiling install-ns3-header: ns3/rip-helper.h
[ 294/3085] Compiling install-ns3-header: ns3/udp-l4-protocol.h
[ 295/3085] Compiling install-ns3-header: ns3/ipv4-route.h
[ 296/3085] Compiling install-ns3-header: ns3/ipv6-static-routing.h
[ 297/3085] Compiling install-ns3-header: ns3/ipv4.h
[ 298/3085] Compiling install-ns3-header: ns3/tcp-yeah.h
[ 299/3085] Compiling install-ns3-header: ns3/ipv4-header.h
[ 300/3085] Compiling install-ns3-header: ns3/tcp-scalable.h
[ 301/3085] Compiling install-ns3-header: ns3/tcp-option-ts.h
[ 302/3085] Compiling install-ns3-header: ns3/radvd-interface.h
[ 303/3085] Compiling install-ns3-header: ns3/radvd-helper.h
[ 304/3085] Compiling install-ns3-header: ns3/radvd.h
[ 305/3085] Compiling install-ns3-header: ns3/v4ping.h
[ 306/3085] Compiling install-ns3-header: ns3/v4ping-helper.h
[ 307/3085] Compiling install-ns3-header: ns3/ping6-helper.h
[ 308/3085] Compiling install-ns3-header: ns3/ping6.h
[ 309/3085] Compiling install-ns3-header: ns3/dhcp-server.h
[ 310/3085] Compiling install-ns3-header: ns3/radvd-prefix.h
[ 311/3085] Compiling install-ns3-header: ns3/dhcp-client.h
[ 312/3085] Compiling install-ns3-header: ns3/dhcp-header.h
[ 313/3085] Compiling install-ns3-header: ns3/dhcp-helper.h
[ 315/3085] Compiling install-ns3-header: ns3/lr-wpan-lqi-tag.h
[ 315/3085] Compiling install-ns3-header: ns3/lr-wpan-mac-trailer.h
[ 316/3085] Compiling install-ns3-header: ns3/lr-wpan-interference-helper.h
[ 317/3085] Compiling install-ns3-header: ns3/lr-wpan-phy.h
[ 319/3085] Compiling install-ns3-header: ns3/lr-wpan-csmaca.h
[ 319/3085] Compiling install-ns3-header: ns3/lr-wpan-error-model.h
[ 320/3085] Compiling install-ns3-header: ns3/lr-wpan-spectrum-signal-parameters.h
[ 321/3085] Compiling install-ns3-header: ns3/lr-wpan-mac.h
[ 322/3085] Compiling install-ns3-header: ns3/lr-wpan-net-device.h
[ 323/3085] Compiling install-ns3-header: ns3/lr-wpan-mac-header.h
[ 324/3085] Compiling install-ns3-header: ns3/lr-wpan-spectrum-value-helper.h
[ 325/3085] Compiling install-ns3-header: ns3/lr-wpan-helper.h
[ 326/3085] Compiling install-ns3-header: ns3/radio-bearer-stats-connector.h
[ 327/3085] Compiling install-ns3-header: ns3/lte-enb-phy-sap.h
[ 328/3085] Compiling install-ns3-header: ns3/lte-ue-mac.h
[ 329/3085] Compiling install-ns3-header: ns3/epc-sgw-pgw-application.h
[ 330/3085] Compiling install-ns3-header: ns3/lte-radio-bearer-tag.h
[ 331/3085] Compiling install-ns3-header: ns3/lte-rlc.h
[ 332/3085] Compiling install-ns3-header: ns3/lte-enb-rrc.h
[ 333/3085] Compiling install-ns3-header: ns3/lte-control-messages.h
[ 334/3085] Compiling install-ns3-header: ns3/lte-net-device.h
[ 335/3085] Compiling install-ns3-header: ns3/epc-mme.h
[ 336/3085] Compiling install-ns3-header: ns3/component-carrier.h
[ 337/3085] Compiling install-ns3-header: ns3/lte-mac-sap.h
[ 338/3085] Compiling install-ns3-header: ns3/lte-fr-hard-algorithm.h
[ 339/3085] Compiling install-ns3-header: ns3/lte-ue-phy.h
[ 340/3085] Compiling install-ns3-header: ns3/lte-mi-error-model.h
[ 341/3085] Compiling install-ns3-header: ns3/lte-ue-phy-sap.h
[ 342/3085] Compiling install-ns3-header: ns3/lte-enb-phy.h
[ 343/3085] Compiling install-ns3-header: ns3/ff-mac-common.h
[ 344/3085] Compiling install-ns3-header: ns3/lte-pdcp-sap.h
[ 345/3085] Compiling install-ns3-header: ns3/lte-ffr-rrc-sap.h
[ 346/3085] Compiling install-ns3-header: ns3/lte-asn1-header.h
[ 347/3085] Compiling install-ns3-header: ns3/ff-mac-sched-sap.h
[ 348/3085] Compiling install-ns3-header: ns3/lte-amc.h
[ 349/3085] Compiling install-ns3-header: ns3/lte-pdcp-header.h
[ 350/3085] Compiling install-ns3-header: ns3/radio-environment-map-helper.h
[ 351/3085] Compiling install-ns3-header: ns3/lte-as-sap.h
[ 352/3085] Compiling install-ns3-header: ns3/lte-fr-no-op-algorithm.h
[ 353/3085] Compiling install-ns3-header: ns3/epc-s11-sap.h
[ 354/3085] Compiling install-ns3-header: ns3/lte-rrc-sap.h
[ 355/3085] Compiling install-ns3-header: ns3/lte-stats-calculator.h
[ 356/3085] Compiling install-ns3-header: ns3/pss-ff-mac-scheduler.h
[ 357/3085] Compiling install-ns3-header: ns3/epc-enb-application.h
[ 358/3085] Compiling install-ns3-header: ns3/cc-helper.h
[ 359/3085] Compiling install-ns3-header: ns3/tdtbfq-ff-mac-scheduler.h
[ 360/3085] Compiling install-ns3-header: ns3/component-carrier-enb.h
[ 361/3085] Compiling install-ns3-header: ns3/point-to-point-epc-helper.h
[ 362/3085] Compiling install-ns3-header: ns3/radio-bearer-stats-calculator.h
[ 363/3085] Compiling install-ns3-header: ns3/emu-epc-helper.h
[ 364/3085] Compiling install-ns3-header: ns3/epc-helper.h
[ 365/3085] Compiling install-ns3-header: ns3/lte-pdcp-tag.h
[ 366/3085] Compiling install-ns3-header: ns3/no-op-component-carrier-manager.h
[ 367/3085] Compiling install-ns3-header: ns3/phy-stats-calculator.h
[ 368/3085] Compiling install-ns3-header: ns3/epc-ue-nas.h
[ 369/3085] Compiling install-ns3-header: ns3/lte-ffr-algorithm.h
[ 370/3085] Compiling install-ns3-header: ns3/tdbet-ff-mac-scheduler.h
[ 371/3085] Compiling install-ns3-header: ns3/lte-rlc-am.h
[ 372/3085] Compiling install-ns3-header: ns3/lte-phy.h
[ 373/3085] Compiling install-ns3-header: ns3/no-op-handover-algorithm.h
[ 374/3085] Compiling install-ns3-header: ns3/lte-rlc-tag.h
[ 375/3085] Compiling install-ns3-header: ns3/lte-rlc-um.h
[ 376/3085] Compiling install-ns3-header: ns3/lte-vendor-specific-parameters.h
[ 377/3085] Compiling install-ns3-header: ns3/lte-enb-component-carrier-manager.h
[ 378/3085] Compiling install-ns3-header: ns3/epc-s1ap-sap.h
[ 379/3085] Compiling install-ns3-header: ns3/component-carrier-ue.h
[ 380/3085] Compiling install-ns3-header: ns3/phy-rx-stats-calculator.h
[ 381/3085] Compiling install-ns3-header: ns3/lte-chunk-processor.h
[ 382/3085] Compiling install-ns3-header: ns3/tdmt-ff-mac-scheduler.h
[ 383/3085] Compiling install-ns3-header: ns3/a3-rsrp-handover-algorithm.h
[ 384/3085] Compiling install-ns3-header: ns3/lte-helper.h
[ 385/3085] Compiling install-ns3-header: ns3/fdbet-ff-mac-scheduler.h
[ 386/3085] Compiling install-ns3-header: ns3/trace-fading-loss-model.h
[ 387/3085] Compiling install-ns3-header: ns3/lte-rlc-tm.h
[ 388/3085] Compiling install-ns3-header: ns3/rr-ff-mac-scheduler.h
[ 389/3085] Compiling install-ns3-header: ns3/lte-rlc-sap.h
[ 390/3085] Compiling install-ns3-header: ns3/eps-bearer.h
[ 391/3085] Compiling install-ns3-header: ns3/epc-enb-s1-sap.h
[ 392/3085] Compiling install-ns3-header: ns3/lte-enb-cmac-sap.h
[ 393/3085] Compiling install-ns3-header: ns3/fdtbfq-ff-mac-scheduler.h
[ 394/3085] Compiling install-ns3-header: ns3/epc-x2-header.h
[ 395/3085] Compiling install-ns3-header: ns3/simple-ue-component-carrier-manager.h
[ 396/3085] Compiling install-ns3-header: ns3/ff-mac-scheduler.h
[ 397/3085] Compiling install-ns3-header: ns3/lte-ffr-distributed-algorithm.h
[ 399/3085] Compiling install-ns3-header: ns3/epc-tft-classifier.h
[ 399/3085] Compiling install-ns3-header: ns3/lte-rrc-header.h
[ 400/3085] Compiling install-ns3-header: ns3/lte-handover-management-sap.h
[ 401/3085] Compiling install-ns3-header: ns3/lte-rrc-protocol-real.h
[ 402/3085] Compiling install-ns3-header: ns3/lte-ffr-sap.h
[ 403/3085] Compiling install-ns3-header: ns3/epc-gtpu-header.h
[ 404/3085] Compiling install-ns3-header: ns3/lte-ue-rrc.h
[ 405/3085] Compiling install-ns3-header: ns3/lte-spectrum-signal-parameters.h
[ 406/3085] Compiling install-ns3-header: ns3/lte-ue-power-control.h
[ 407/3085] Compiling install-ns3-header: ns3/ff-mac-csched-sap.h
[ 408/3085] Compiling install-ns3-header: ns3/pf-ff-mac-scheduler.h
[ 409/3085] Compiling install-ns3-header: ns3/epc-x2.h
[ 410/3085] Compiling install-ns3-header: ns3/lte-interference.h
[ 411/3085] Compiling install-ns3-header: ns3/lte-radio-bearer-info.h
[ 412/3085] Compiling install-ns3-header: ns3/lte-ccm-rrc-sap.h
[ 413/3085] Compiling install-ns3-header: ns3/mac-stats-calculator.h
[ 414/3085] Compiling install-ns3-header: ns3/lte-harq-phy.h
[ 415/3085] Compiling install-ns3-header: ns3/lte-rlc-sequence-number.h
[ 416/3085] Compiling install-ns3-header: ns3/lte-phy-tag.h
[ 417/3085] Compiling install-ns3-header: ns3/lte-ccm-mac-sap.h
[ 418/3085] Compiling install-ns3-header: ns3/lte-handover-algorithm.h
[ 419/3085] Compiling install-ns3-header: ns3/epc-x2-sap.h
[ 420/3085] Compiling install-ns3-header: ns3/lte-global-pathloss-database.h
[ 421/3085] Compiling install-ns3-header: ns3/lte-anr.h
[ 422/3085] Compiling install-ns3-header: ns3/lte-ue-ccm-rrc-sap.h
[ 423/3085] Compiling install-ns3-header: ns3/lte-fr-soft-algorithm.h
[ 424/3085] Compiling install-ns3-header: ns3/phy-tx-stats-calculator.h
[ 425/3085] Compiling install-ns3-header: ns3/lte-ue-net-device.h
[ 426/3085] Compiling install-ns3-header: ns3/lte-rlc-header.h
[ 427/3085] Compiling install-ns3-header: ns3/epc-tft.h
[ 428/3085] Compiling install-ns3-header: ns3/lte-enb-mac.h
[ 429/3085] Compiling install-ns3-header: ns3/lte-enb-cphy-sap.h
[ 430/3085] Compiling install-ns3-header: ns3/a2-a4-rsrq-handover-algorithm.h
[ 431/3085] Compiling install-ns3-header: ns3/fdmt-ff-mac-scheduler.h
[ 432/3085] Compiling install-ns3-header: ns3/lte-enb-net-device.h
[ 433/3085] Compiling install-ns3-header: ns3/lte-ffr-enhanced-algorithm.h
[ 434/3085] Compiling install-ns3-header: ns3/lte-rlc-sdu-status-tag.h
[ 435/3085] Compiling install-ns3-header: ns3/rem-spectrum-phy.h
[ 436/3085] Compiling install-ns3-header: ns3/lte-spectrum-phy.h
[ 437/3085] Compiling install-ns3-header: ns3/lte-fr-strict-algorithm.h
[ 438/3085] Compiling install-ns3-header: ns3/lte-ue-component-carrier-manager.h
[ 439/3085] Compiling install-ns3-header: ns3/lte-rrc-protocol-ideal.h
[ 440/3085] Compiling install-ns3-header: ns3/tta-ff-mac-scheduler.h
[ 441/3085] Compiling install-ns3-header: ns3/lte-spectrum-value-helper.h
[ 442/3085] Compiling install-ns3-header: ns3/lte-ffr-soft-algorithm.h
[ 443/3085] Compiling install-ns3-header: ns3/lte-pdcp.h
[ 444/3085] Compiling install-ns3-header: ns3/cqa-ff-mac-scheduler.h
[ 445/3085] Compiling install-ns3-header: ns3/lte-ue-cmac-sap.h
[ 446/3085] Compiling install-ns3-header: ns3/lte-anr-sap.h
[ 447/3085] Compiling install-ns3-header: ns3/lte-common.h
[ 448/3085] Compiling install-ns3-header: ns3/lte-rlc-am-header.h
[ 449/3085] Compiling install-ns3-header: ns3/lte-ue-cphy-sap.h
[ 450/3085] Compiling install-ns3-header: ns3/lte-hex-grid-enb-topology-helper.h
[ 451/3085] Compiling install-ns3-header: ns3/eps-bearer-tag.h
[ 452/3085] Compiling install-ns3-header: ns3/mesh-wifi-beacon.h
[ 453/3085] Compiling install-ns3-header: ns3/flame-rtable.h
[ 454/3085] Compiling install-ns3-header: ns3/mesh-point-device.h
[ 455/3085] Compiling install-ns3-header: ns3/mesh-stack-installer.h
[ 456/3085] Compiling install-ns3-header: ns3/hwmp-protocol.h
[ 457/3085] Compiling install-ns3-header: ns3/mesh-information-element-vector.h
[ 458/3085] Compiling install-ns3-header: ns3/ie-dot11s-id.h
[ 459/3085] Compiling install-ns3-header: ns3/dot11s-mac-header.h
[ 460/3085] Compiling install-ns3-header: ns3/ie-dot11s-rann.h
[ 461/3085] Compiling install-ns3-header: ns3/mesh-helper.h
[ 462/3085] Compiling install-ns3-header: ns3/peer-link-frame.h
[ 463/3085] Compiling install-ns3-header: ns3/mesh-l2-routing-protocol.h
[ 464/3085] Compiling install-ns3-header: ns3/peer-management-protocol.h
[ 465/3085] Compiling install-ns3-header: ns3/flame-installer.h
[ 466/3085] Compiling install-ns3-header: ns3/ie-dot11s-configuration.h
[ 467/3085] Compiling install-ns3-header: ns3/mesh-wifi-interface-mac-plugin.h
[ 468/3085] Compiling install-ns3-header: ns3/ie-dot11s-perr.h
[ 469/3085] Compiling install-ns3-header: ns3/ie-dot11s-prep.h
[ 470/3085] Compiling install-ns3-header: ns3/ie-dot11s-preq.h
[ 471/3085] Compiling install-ns3-header: ns3/ie-dot11s-peering-protocol.h
[ 472/3085] Compiling install-ns3-header: ns3/ie-dot11s-metric-report.h
[ 473/3085] Compiling install-ns3-header: ns3/flame-protocol-mac.h
[ 474/3085] Compiling install-ns3-header: ns3/ie-dot11s-beacon-timing.h
[ 475/3085] Compiling install-ns3-header: ns3/ie-dot11s-peer-management.h
[ 476/3085] Compiling install-ns3-header: ns3/flame-protocol.h
[ 477/3085] Compiling install-ns3-header: ns3/flame-header.h
[ 478/3085] Compiling install-ns3-header: ns3/peer-link.h
[ 479/3085] Compiling install-ns3-header: ns3/hwmp-rtable.h
[ 480/3085] Compiling install-ns3-header: ns3/dot11s-installer.h
[ 481/3085] Compiling install-ns3-header: ns3/mesh-wifi-interface-mac.h
[ 482/3085] Compiling install-ns3-header: ns3/mobility-model.h
[ 483/3085] Compiling install-ns3-header: ns3/mobility-helper.h
[ 484/3085] Compiling install-ns3-header: ns3/ns2-mobility-helper.h
[ 485/3085] Compiling install-ns3-header: ns3/waypoint.h
[ 486/3085] Compiling install-ns3-header: ns3/waypoint-mobility-model.h
[ 487/3085] Compiling install-ns3-header: ns3/random-walk-2d-mobility-model.h
[ 488/3085] Compiling install-ns3-header: ns3/constant-acceleration-mobility-model.h
[ 489/3085] Compiling install-ns3-header: ns3/rectangle.h
[ 490/3085] Compiling install-ns3-header: ns3/random-waypoint-mobility-model.h
[ 491/3085] Compiling install-ns3-header: ns3/geographic-positions.h
[ 492/3085] Compiling install-ns3-header: ns3/constant-velocity-mobility-model.h
[ 493/3085] Compiling install-ns3-header: ns3/box.h
[ 494/3085] Compiling install-ns3-header: ns3/steady-state-random-waypoint-mobility-model.h
[ 495/3085] Compiling install-ns3-header: ns3/gauss-markov-mobility-model.h
[ 496/3085] Compiling install-ns3-header: ns3/constant-velocity-helper.h
[ 497/3085] Compiling install-ns3-header: ns3/constant-position-mobility-model.h
[ 498/3085] Compiling install-ns3-header: ns3/hierarchical-mobility-model.h
[ 499/3085] Compiling install-ns3-header: ns3/random-direction-2d-mobility-model.h
[ 500/3085] Compiling install-ns3-header: ns3/position-allocator.h
[ 501/3085] Compiling install-ns3-header: ns3/mpi-interface.h
[ 503/3085] Compiling install-ns3-header: ns3/mpi-receiver.h
[ 503/3085] Compiling install-ns3-header: ns3/parallel-communication-interface.h
[ 504/3085] Compiling install-ns3-header: ns3/ndn-all.hpp
[ 505/3085] Compiling install-ns3-header: ns3/animation-interface.h
[ 506/3085] Compiling install-ns3-header: ns3/packet-socket-address.h
[ 507/3085] Compiling install-ns3-header: ns3/trailer.h
[ 508/3085] Compiling install-ns3-header: ns3/tag.h
[ 509/3085] Compiling install-ns3-header: ns3/mac16-address.h
[ 510/3085] Compiling install-ns3-header: ns3/mac8-address.h
[ 511/3085] Compiling install-ns3-header: ns3/mac48-address.h
[ 511/3085] Compiling install-ns3-header: ns3/packet-socket-server.h
[ 513/3085] Compiling install-ns3-header: ns3/packet-socket-helper.h
[ 514/3085] Compiling install-ns3-header: ns3/data-rate.h
[ 515/3085] Compiling install-ns3-header: ns3/packet-socket-client.h
[ 516/3085] Compiling install-ns3-header: ns3/simple-net-device.h
[ 517/3085] Compiling install-ns3-header: ns3/delay-jitter-estimation.h
[ 518/3085] Compiling install-ns3-header: ns3/channel.h
[ 519/3085] Compiling install-ns3-header: ns3/flow-id-tag.h
[ 520/3085] Compiling install-ns3-header: ns3/packet.h
[ 521/3085] Compiling install-ns3-header: ns3/packet-probe.h
[ 522/3085] Compiling install-ns3-header: ns3/application.h
[ 523/3085] Compiling install-ns3-header: ns3/queue.h
[ 524/3085] Compiling install-ns3-header: ns3/net-device-queue-interface.h
[ 525/3085] Compiling install-ns3-header: ns3/packet-tag-list.h
[ 526/3085] Compiling install-ns3-header: ns3/packet-metadata.h
[ 527/3085] Compiling install-ns3-header: ns3/address.h
[ 528/3085] Compiling install-ns3-header: ns3/net-device.h
[ 529/3085] Compiling install-ns3-header: ns3/error-model.h
[ 530/3085] Compiling install-ns3-header: ns3/simple-net-device-helper.h
[ 531/3085] Compiling install-ns3-header: ns3/crc32.h
[ 532/3085] Compiling install-ns3-header: ns3/header.h
[ 534/3085] Compiling install-ns3-header: ns3/net-device-container.h
[ 534/3085] Compiling install-ns3-header: ns3/pcap-file.h
[ 535/3085] Compiling install-ns3-header: ns3/queue-limits.h
[ 536/3085] Compiling install-ns3-header: ns3/llc-snap-header.h
[ 537/3085] Compiling install-ns3-header: ns3/output-stream-wrapper.h
[ 538/3085] Compiling install-ns3-header: ns3/drop-tail-queue.h
[ 539/3085] Compiling install-ns3-header: ns3/chunk.h
[ 540/3085] Compiling install-ns3-header: ns3/trace-helper.h
[ 541/3085] Compiling install-ns3-header: ns3/ascii-file.h
[ 542/3085] Compiling install-ns3-header: ns3/mac64-address.h
[ 543/3085] Compiling install-ns3-header: ns3/ipv4-address.h
[ 544/3085] Compiling install-ns3-header: ns3/node.h
[ 545/3085] Compiling install-ns3-header: ns3/node-list.h
[ 546/3085] Compiling install-ns3-header: ns3/packet-socket.h
[ 547/3085] Compiling install-ns3-header: ns3/ipv6-address.h
[ 548/3085] Compiling install-ns3-header: ns3/packet-socket-factory.h
[ 549/3085] Compiling install-ns3-header: ns3/simple-channel.h
[ 550/3085] Compiling install-ns3-header: ns3/radiotap-header.h
[ 551/3085] Compiling install-ns3-header: ns3/dynamic-queue-limits.h
[ 552/3085] Compiling install-ns3-header: ns3/queue-item.h
[ 553/3085] Compiling install-ns3-header: ns3/pcap-file-wrapper.h
[ 554/3085] Compiling install-ns3-header: ns3/node-container.h
[ 555/3085] Compiling install-ns3-header: ns3/sgi-hashmap.h
[ 556/3085] Compiling install-ns3-header: ns3/tag-buffer.h
[ 557/3085] Compiling install-ns3-header: ns3/queue-size.h
[ 558/3085] Compiling install-ns3-header: ns3/generic-phy.h
[ 559/3085] Compiling install-ns3-header: ns3/byte-tag-list.h
[ 560/3085] Compiling install-ns3-header: ns3/address-utils.h
[ 561/3085] Compiling install-ns3-header: ns3/pcap-test.h
[ 562/3085] Compiling install-ns3-header: ns3/ascii-test.h
[ 563/3085] Compiling install-ns3-header: ns3/error-channel.h
[ 564/3085] Compiling install-ns3-header: ns3/application-container.h
[ 565/3085] Compiling install-ns3-header: ns3/buffer.h
[ 566/3085] Compiling install-ns3-header: ns3/sll-header.h
[ 567/3085] Compiling install-ns3-header: ns3/packet-data-calculators.h
[ 568/3085] Compiling install-ns3-header: ns3/channel-list.h
[ 569/3085] Compiling install-ns3-header: ns3/inet-socket-address.h
[ 570/3085] Compiling install-ns3-header: ns3/packet-burst.h
[ 571/3085] Compiling install-ns3-header: ns3/ethernet-trailer.h
[ 572/3085] Compiling install-ns3-header: ns3/inet6-socket-address.h
[ 573/3085] Compiling install-ns3-header: ns3/packetbb.h
[ 574/3085] Compiling install-ns3-header: ns3/socket-factory.h
[ 575/3085] Compiling install-ns3-header: ns3/nix-vector.h
[ 576/3085] Compiling install-ns3-header: ns3/socket.h
[ 577/3085] Compiling install-ns3-header: ns3/ethernet-header.h
[ 578/3085] Compiling install-ns3-header: ns3/sequence-number.h
[ 579/3085] Compiling install-ns3-header: ns3/ipv4-nix-vector-routing.h
[ 580/3085] Compiling install-ns3-header: ns3/ipv4-nix-vector-helper.h
[ 581/3085] Compiling install-ns3-header: ns3/olsr-repositories.h
[ 582/3085] Compiling install-ns3-header: ns3/olsr-header.h
[ 583/3085] Compiling install-ns3-header: ns3/olsr-state.h
[ 584/3085] Compiling install-ns3-header: ns3/olsr-helper.h
[ 585/3085] Compiling install-ns3-header: ns3/olsr-routing-protocol.h
[ 586/3085] Compiling install-ns3-header: ns3/point-to-point-channel.h
[ 587/3085] Compiling install-ns3-header: ns3/point-to-point-helper.h
[ 588/3085] Compiling install-ns3-header: ns3/point-to-point-remote-channel.h
[ 589/3085] Compiling install-ns3-header: ns3/ppp-header.h
[ 590/3085] Compiling install-ns3-header: ns3/point-to-point-net-device.h
[ 591/3085] Compiling install-ns3-header: ns3/point-to-point-grid.h
[ 592/3085] Compiling install-ns3-header: ns3/point-to-point-star.h
[ 593/3085] Compiling install-ns3-header: ns3/point-to-point-dumbbell.h
[ 594/3085] Compiling install-ns3-header: ns3/cost231-propagation-loss-model.h
[ 595/3085] Compiling install-ns3-header: ns3/propagation-delay-model.h
[ 596/3085] Compiling install-ns3-header: ns3/itu-r-1411-los-propagation-loss-model.h
[ 597/3085] Compiling install-ns3-header: ns3/kun-2600-mhz-propagation-loss-model.h
[ 598/3085] Compiling install-ns3-header: ns3/okumura-hata-propagation-loss-model.h
[ 599/3085] Compiling install-ns3-header: ns3/jakes-propagation-loss-model.h
[ 600/3085] Compiling install-ns3-header: ns3/propagation-cache.h
[ 601/3085] Compiling install-ns3-header: ns3/propagation-environment.h
[ 602/3085] Compiling install-ns3-header: ns3/itu-r-1411-nlos-over-rooftop-propagation-loss-model.h
[ 603/3085] Compiling install-ns3-header: ns3/jakes-process.h
[ 604/3085] Compiling install-ns3-header: ns3/propagation-loss-model.h
[ 605/3085] Compiling install-ns3-header: ns3/sixlowpan-net-device.h
[ 606/3085] Compiling install-ns3-header: ns3/sixlowpan-header.h
[ 607/3085] Compiling install-ns3-header: ns3/sixlowpan-helper.h
[ 608/3085] Compiling install-ns3-header: ns3/tv-spectrum-transmitter.h
[ 609/3085] Compiling install-ns3-header: ns3/constant-spectrum-propagation-loss.h
[ 610/3085] Compiling install-ns3-header: ns3/spectrum-test.h
[ 611/3085] Compiling install-ns3-header: ns3/spectrum-propagation-loss-model.h
[ 612/3085] Compiling install-ns3-header: ns3/microwave-oven-spectrum-value-helper.h
[ 613/3085] Compiling install-ns3-header: ns3/spectrum-model-300kHz-300GHz-log.h
[ 614/3085] Compiling install-ns3-header: ns3/friis-spectrum-propagation-loss.h
[ 615/3085] Compiling install-ns3-header: ns3/spectrum-model-ism2400MHz-res1MHz.h
[ 616/3085] Compiling install-ns3-header: ns3/spectrum-analyzer.h
[ 617/3085] Compiling install-ns3-header: ns3/spectrum-model.h
[ 618/3085] Compiling install-ns3-header: ns3/spectrum-interference.h
[ 619/3085] Compiling install-ns3-header: ns3/non-communicating-net-device.h
[ 620/3085] Compiling install-ns3-header: ns3/waveform-generator.h
[ 621/3085] Compiling install-ns3-header: ns3/spectrum-signal-parameters.h
[ 622/3085] Compiling install-ns3-header: ns3/spectrum-converter.h
[ 623/3085] Compiling install-ns3-header: ns3/spectrum-analyzer-helper.h
[ 624/3085] Compiling install-ns3-header: ns3/spectrum-channel.h
[ 625/3085] Compiling install-ns3-header: ns3/aloha-noack-mac-header.h
[ 626/3085] Compiling install-ns3-header: ns3/tv-spectrum-transmitter-helper.h
[ 627/3085] Compiling install-ns3-header: ns3/single-model-spectrum-channel.h
[ 628/3085] Compiling install-ns3-header: ns3/half-duplex-ideal-phy-signal-parameters.h
[ 629/3085] Compiling install-ns3-header: ns3/spectrum-helper.h
[ 630/3085] Compiling install-ns3-header: ns3/half-duplex-ideal-phy.h
[ 631/3085] Compiling install-ns3-header: ns3/waveform-generator-helper.h
[ 633/3085] Compiling install-ns3-header: ns3/spectrum-error-model.h
[ 633/3085] Compiling install-ns3-header: ns3/spectrum-value.h
[ 634/3085] Compiling install-ns3-header: ns3/wifi-spectrum-value-helper.h
[ 635/3085] Compiling install-ns3-header: ns3/adhoc-aloha-noack-ideal-phy-helper.h
[ 636/3085] Compiling install-ns3-header: ns3/aloha-noack-net-device.h
[ 637/3085] Compiling install-ns3-header: ns3/multi-model-spectrum-channel.h
[ 638/3085] Compiling install-ns3-header: ns3/spectrum-phy.h
[ 639/3085] Compiling install-ns3-header: ns3/gnuplot-aggregator.h
[ 640/3085] Compiling install-ns3-header: ns3/data-collector.h
[ 641/3085] Compiling install-ns3-header: ns3/get-wildcard-matches.h
[ 642/3085] Compiling install-ns3-header: ns3/time-probe.h
[ 643/3085] Compiling install-ns3-header: ns3/time-series-adaptor.h
[ 644/3085] Compiling install-ns3-header: ns3/sqlite-data-output.h
[ 645/3085] Compiling install-ns3-header: ns3/file-aggregator.h
[ 646/3085] Compiling install-ns3-header: ns3/uinteger-8-probe.h
[ 647/3085] Compiling install-ns3-header: ns3/file-helper.h
[ 648/3085] Compiling install-ns3-header: ns3/omnet-data-output.h
[ 649/3085] Compiling install-ns3-header: ns3/uinteger-32-probe.h
[ 650/3085] Compiling install-ns3-header: ns3/uinteger-16-probe.h
[ 651/3085] Compiling install-ns3-header: ns3/gnuplot-helper.h
[ 652/3085] Compiling install-ns3-header: ns3/data-calculator.h
[ 653/3085] Compiling install-ns3-header: ns3/time-data-calculators.h
[ 654/3085] Compiling install-ns3-header: ns3/gnuplot.h
[ 655/3085] Compiling install-ns3-header: ns3/data-collection-object.h
[ 656/3085] Compiling install-ns3-header: ns3/basic-data-calculators.h
[ 657/3085] Compiling install-ns3-header: ns3/double-probe.h
[ 658/3085] Compiling install-ns3-header: ns3/boolean-probe.h
[ 659/3085] Compiling install-ns3-header: ns3/data-output-interface.h
[ 660/3085] Compiling install-ns3-header: ns3/average.h
[ 661/3085] Compiling install-ns3-header: ns3/probe.h
[ 662/3085] Compiling install-ns3-header: ns3/tap-bridge.h
[ 663/3085] Compiling install-ns3-header: ns3/tap-bridge-helper.h
[ 664/3085] Compiling install-ns3-header: ns3/tap.h
[ 665/3085] Compiling install-ns3-header: ns3/topology-reader-helper.h
[ 666/3085] Compiling install-ns3-header: ns3/topology-reader.h
[ 667/3085] Compiling install-ns3-header: ns3/inet-topology-reader.h
[ 668/3085] Compiling install-ns3-header: ns3/orbis-topology-reader.h
[ 669/3085] Compiling install-ns3-header: ns3/rocketfuel-topology-reader.h
[ 670/3085] Compiling install-ns3-header: ns3/traffic-control-layer.h
[ 671/3085] Compiling install-ns3-header: ns3/prio-queue-disc.h
[ 672/3085] Compiling install-ns3-header: ns3/red-queue-disc.h
[ 673/3085] Compiling install-ns3-header: ns3/tbf-queue-disc.h
[ 674/3085] Compiling install-ns3-header: ns3/queue-disc.h
[ 675/3085] Compiling install-ns3-header: ns3/traffic-control-helper.h
[ 676/3085] Compiling install-ns3-header: ns3/fifo-queue-disc.h
[ 677/3085] Compiling install-ns3-header: ns3/packet-filter.h
[ 678/3085] Compiling install-ns3-header: ns3/pie-queue-disc.h
[ 679/3085] Compiling install-ns3-header: ns3/queue-disc-container.h
[ 680/3085] Compiling install-ns3-header: ns3/mq-queue-disc.h
[ 681/3085] Compiling install-ns3-header: ns3/fq-codel-queue-disc.h
[ 682/3085] Compiling install-ns3-header: ns3/codel-queue-disc.h
[ 683/3085] Compiling install-ns3-header: ns3/pfifo-fast-queue-disc.h
[ 684/3085] Compiling install-ns3-header: ns3/uan-channel.h
[ 686/3085] Compiling install-ns3-header: ns3/uan-header-rc.h
[ 686/3085] Compiling install-ns3-header: ns3/uan-helper.h
[ 687/3085] Compiling install-ns3-header: ns3/uan-mac-rc-gw.h
[ 688/3085] Compiling install-ns3-header: ns3/acoustic-modem-energy-model.h
[ 689/3085] Compiling install-ns3-header: ns3/uan-phy.h
[ 690/3085] Compiling install-ns3-header: ns3/uan-phy-gen.h
[ 691/3085] Compiling install-ns3-header: ns3/uan-mac-rc.h
[ 692/3085] Compiling install-ns3-header: ns3/uan-transducer-hd.h
[ 693/3085] Compiling install-ns3-header: ns3/uan-noise-model-default.h
[ 694/3085] Compiling install-ns3-header: ns3/uan-mac-aloha.h
[ 695/3085] Compiling install-ns3-header: ns3/uan-transducer.h
[ 696/3085] Compiling install-ns3-header: ns3/uan-phy-dual.h
[ 697/3085] Compiling install-ns3-header: ns3/uan-tx-mode.h
[ 698/3085] Compiling install-ns3-header: ns3/uan-mac-cw.h
[ 699/3085] Compiling install-ns3-header: ns3/uan-net-device.h
[ 700/3085] Compiling install-ns3-header: ns3/uan-mac.h
[ 701/3085] Compiling install-ns3-header: ns3/uan-prop-model.h
[ 702/3085] Compiling install-ns3-header: ns3/acoustic-modem-energy-model-helper.h
[ 703/3085] Compiling install-ns3-header: ns3/uan-noise-model.h
[ 704/3085] Compiling install-ns3-header: ns3/uan-header-common.h
[ 705/3085] Compiling install-ns3-header: ns3/uan-prop-model-thorp.h
[ 706/3085] Compiling install-ns3-header: ns3/uan-prop-model-ideal.h
[ 707/3085] Compiling install-ns3-header: ns3/virtual-net-device.h
[ 708/3085] Compiling install-ns3-header: ns3/wave-helper.h
[ 709/3085] Compiling install-ns3-header: ns3/bsm-application.h
[ 710/3085] Compiling install-ns3-header: ns3/ocb-wifi-mac.h
[ 711/3085] Compiling install-ns3-header: ns3/vsa-manager.h
[ 712/3085] Compiling install-ns3-header: ns3/channel-manager.h
[ 713/3085] Compiling install-ns3-header: ns3/wave-bsm-stats.h
[ 714/3085] Compiling install-ns3-header: ns3/wave-mac-helper.h
[ 715/3085] Compiling install-ns3-header: ns3/wave-mac-low.h
[ 716/3085] Compiling install-ns3-header: ns3/higher-tx-tag.h
[ 717/3085] Compiling install-ns3-header: ns3/channel-scheduler.h
[ 718/3085] Compiling install-ns3-header: ns3/wifi-80211p-helper.h
[ 720/3085] Compiling install-ns3-header: ns3/vendor-specific-action.h
[ 720/3085] Compiling install-ns3-header: ns3/wave-bsm-helper.h
[ 721/3085] Compiling install-ns3-header: ns3/default-channel-scheduler.h
[ 722/3085] Compiling install-ns3-header: ns3/channel-coordinator.h
[ 723/3085] Compiling install-ns3-header: ns3/wave-net-device.h
[ 724/3085] Compiling install-ns3-header: ns3/ap-wifi-mac.h
[ 725/3085] Compiling install-ns3-header: ns3/rrpaa-wifi-manager.h
[ 726/3085] Compiling install-ns3-header: ns3/snr-tag.h
[ 727/3085] Compiling install-ns3-header: ns3/wifi-mac-queue.h
[ 728/3085] Compiling install-ns3-header: ns3/minstrel-wifi-manager.h
[ 729/3085] Compiling install-ns3-header: ns3/block-ack-agreement.h
[ 730/3085] Compiling install-ns3-header: ns3/cara-wifi-manager.h
[ 731/3085] Compiling install-ns3-header: ns3/wifi-radio-energy-model.h
[ 732/3085] Compiling install-ns3-header: ns3/wifi-mpdu-type.h
[ 733/3085] Compiling install-ns3-header: ns3/regular-wifi-mac.h
[ 734/3085] Compiling install-ns3-header: ns3/yans-error-rate-model.h
[ 735/3085] Compiling install-ns3-header: ns3/wifi-spectrum-phy-interface.h
[ 736/3085] Compiling install-ns3-header: ns3/mac-rx-middle.h
[ 737/3085] Compiling install-ns3-header: ns3/block-ack-cache.h
[ 738/3085] Compiling install-ns3-header: ns3/error-rate-model.h
[ 739/3085] Compiling install-ns3-header: ns3/wifi-utils.h
[ 740/3085] Compiling install-ns3-header: ns3/ideal-wifi-manager.h
[ 741/3085] Compiling install-ns3-header: ns3/mpdu-aggregator.h
[ 742/3085] Compiling install-ns3-header: ns3/ctrl-headers.h
[ 743/3085] Compiling install-ns3-header: ns3/onoe-wifi-manager.h
[ 744/3085] Compiling install-ns3-header: ns3/simple-frame-capture-model.h
[ 745/3085] Compiling install-ns3-header: ns3/mac-tx-middle.h
[ 746/3085] Compiling install-ns3-header: ns3/wifi-phy-standard.h
[ 747/3085] Compiling install-ns3-header: ns3/nist-error-rate-model.h
[ 748/3085] Compiling install-ns3-header: ns3/wifi-tx-current-model.h
[ 749/3085] Compiling install-ns3-header: ns3/mac-low-transmission-parameters.h
[ 750/3085] Compiling install-ns3-header: ns3/msdu-aggregator.h
[ 751/3085] Compiling install-ns3-header: ns3/wifi-phy-state-helper.h
[ 752/3085] Compiling install-ns3-header: ns3/vht-capabilities.h
[ 753/3085] Compiling install-ns3-header: ns3/wifi-net-device.h
[ 754/3085] Compiling install-ns3-header: ns3/wifi-information-element-vector.h
[ 755/3085] Compiling install-ns3-header: ns3/block-ack-type.h
[ 756/3085] Compiling install-ns3-header: ns3/wifi-phy-state.h
[ 757/3085] Compiling install-ns3-header: ns3/cf-parameter-set.h
[ 758/3085] Compiling install-ns3-header: ns3/wifi-phy.h
[ 759/3085] Compiling install-ns3-header: ns3/infrastructure-wifi-mac.h
[ 760/3085] Compiling install-ns3-header: ns3/wifi-remote-station-manager.h
[ 761/3085] Compiling install-ns3-header: ns3/dsss-error-rate-model.h
[ 762/3085] Compiling install-ns3-header: ns3/aarf-wifi-manager.h
[ 763/3085] Compiling install-ns3-header: ns3/mac-low.h
[ 764/3085] Compiling install-ns3-header: ns3/frame-capture-model.h
[ 765/3085] Compiling install-ns3-header: ns3/yans-wifi-channel.h
[ 766/3085] Compiling install-ns3-header: ns3/supported-rates.h
[ 767/3085] Compiling install-ns3-header: ns3/he-operation.h
[ 768/3085] Compiling install-ns3-header: ns3/wifi-helper.h
[ 769/3085] Compiling install-ns3-header: ns3/he-capabilities.h
[ 770/3085] Compiling install-ns3-header: ns3/arf-wifi-manager.h
[ 771/3085] Compiling install-ns3-header: ns3/wifi-tx-vector.h
[ 772/3085] Compiling install-ns3-header: ns3/yans-wifi-helper.h
[ 773/3085] Compiling install-ns3-header: ns3/ampdu-subframe-header.h
[ 774/3085] Compiling install-ns3-header: ns3/yans-wifi-phy.h
[ 775/3085] Compiling install-ns3-header: ns3/amsdu-subframe-header.h
[ 776/3085] Compiling install-ns3-header: ns3/wifi-spectrum-signal-parameters.h
[ 777/3085] Compiling install-ns3-header: ns3/mgt-headers.h
[ 778/3085] Compiling install-ns3-header: ns3/adhoc-wifi-mac.h
[ 779/3085] Compiling install-ns3-header: ns3/wifi-mac-trailer.h
[ 780/3085] Compiling install-ns3-header: ns3/athstats-helper.h
[ 781/3085] Compiling install-ns3-header: ns3/wifi-mode.h
[ 782/3085] Compiling install-ns3-header: ns3/vht-operation.h
[ 783/3085] Compiling install-ns3-header: ns3/qos-blocked-destinations.h
[ 784/3085] Compiling install-ns3-header: ns3/originator-block-ack-agreement.h
[ 785/3085] Compiling install-ns3-header: ns3/extended-capabilities.h
[ 786/3085] Compiling install-ns3-header: ns3/wifi-phy-listener.h
[ 787/3085] Compiling install-ns3-header: ns3/wifi-mac-header.h
[ 788/3085] Compiling install-ns3-header: ns3/aarfcd-wifi-manager.h
[ 789/3085] Compiling install-ns3-header: ns3/parf-wifi-manager.h
[ 790/3085] Compiling install-ns3-header: ns3/interference-helper.h
[ 791/3085] Compiling install-ns3-header: ns3/dsss-parameter-set.h
[ 792/3085] Compiling install-ns3-header: ns3/wifi-information-element.h
[ 793/3085] Compiling install-ns3-header: ns3/block-ack-manager.h
[ 795/3085] Compiling install-ns3-header: ns3/capability-information.h
[ 795/3085] Compiling install-ns3-header: ns3/wifi-radio-energy-model-helper.h
[ 796/3085] Compiling install-ns3-header: ns3/wifi-mac.h
[ 797/3085] Compiling install-ns3-header: ns3/edca-parameter-set.h
[ 798/3085] Compiling install-ns3-header: ns3/txop.h
[ 799/3085] Compiling install-ns3-header: ns3/ssid.h
[ 800/3085] Compiling install-ns3-header: ns3/rraa-wifi-manager.h
[ 801/3085] Compiling install-ns3-header: ns3/spectrum-wifi-phy.h
[ 802/3085] Compiling install-ns3-header: ns3/ht-operation.h
[ 803/3085] Compiling install-ns3-header: ns3/constant-rate-wifi-manager.h
[ 804/3085] Compiling install-ns3-header: ns3/minstrel-ht-wifi-manager.h
[ 805/3085] Compiling install-ns3-header: ns3/wifi-mac-queue-item.h
[ 806/3085] Compiling install-ns3-header: ns3/wifi-phy-tag.h
[ 807/3085] Compiling install-ns3-header: ns3/sta-wifi-mac.h
[ 808/3085] Compiling install-ns3-header: ns3/ht-capabilities.h
[ 809/3085] Compiling install-ns3-header: ns3/aparf-wifi-manager.h
[ 810/3085] Compiling install-ns3-header: ns3/channel-access-manager.h
[ 811/3085] Compiling install-ns3-header: ns3/amrr-wifi-manager.h
[ 812/3085] Compiling install-ns3-header: ns3/wifi-mac-helper.h
[ 813/3085] Compiling install-ns3-header: ns3/qos-utils.h
[ 814/3085] Compiling install-ns3-header: ns3/erp-information.h
[ 815/3085] Compiling install-ns3-header: ns3/qos-txop.h
[ 816/3085] Compiling install-ns3-header: ns3/ampdu-tag.h
[ 817/3085] Compiling install-ns3-header: ns3/wifi-preamble.h
[ 818/3085] Compiling install-ns3-header: ns3/spectrum-wifi-helper.h
[ 819/3085] Compiling install-ns3-header: ns3/status-code.h
[ 820/3085] Compiling install-ns3-header: ns3/ss-manager.h
[ 821/3085] Compiling install-ns3-header: ns3/ss-record.h
[ 822/3085] Compiling install-ns3-header: ns3/bs-net-device.h
[ 823/3085] Compiling install-ns3-header: ns3/service-flow-record.h
[ 824/3085] Compiling install-ns3-header: ns3/wimax-helper.h
[ 825/3085] Compiling install-ns3-header: ns3/bs-uplink-scheduler-mbqos.h
[ 826/3085] Compiling install-ns3-header: ns3/wimax-net-device.h
[ 827/3085] Compiling install-ns3-header: ns3/wimax-mac-to-mac-header.h
[ 828/3085] Compiling install-ns3-header: ns3/bs-uplink-scheduler-rtps.h
[ 829/3085] Compiling install-ns3-header: ns3/ul-mac-messages.h
[ 830/3085] Compiling install-ns3-header: ns3/bs-scheduler-simple.h
[ 831/3085] Compiling install-ns3-header: ns3/cid-factory.h
[ 832/3085] Compiling install-ns3-header: ns3/cid.h
[ 833/3085] Compiling install-ns3-header: ns3/service-flow.h
[ 834/3085] Compiling install-ns3-header: ns3/ofdm-downlink-frame-prefix.h
[ 835/3085] Compiling install-ns3-header: ns3/bvec.h
[ 836/3085] Compiling install-ns3-header: ns3/wimax-connection.h
[ 837/3085] Compiling install-ns3-header: ns3/wimax-mac-header.h
[ 838/3085] Compiling install-ns3-header: ns3/dl-mac-messages.h
[ 839/3085] Compiling install-ns3-header: ns3/mac-messages.h
[ 840/3085] Compiling install-ns3-header: ns3/ul-job.h
[ 841/3085] Compiling install-ns3-header: ns3/snr-to-block-error-rate-record.h
[ 842/3085] Compiling install-ns3-header: ns3/cs-parameters.h
[ 843/3085] Compiling install-ns3-header: ns3/wimax-phy.h
[ 844/3085] Compiling install-ns3-header: ns3/wimax-channel.h
[ 845/3085] Compiling install-ns3-header: ns3/wimax-mac-queue.h
[ 846/3085] Compiling install-ns3-header: ns3/crc8.h
[ 847/3085] Compiling install-ns3-header: ns3/bs-uplink-scheduler.h
[ 849/3085] Compiling install-ns3-header: ns3/send-params.h
[ 849/3085] Compiling install-ns3-header: ns3/wimax-tlv.h
[ 850/3085] Compiling install-ns3-header: ns3/ss-service-flow-manager.h
[ 851/3085] Compiling install-ns3-header: ns3/simple-ofdm-wimax-channel.h
[ 852/3085] Compiling install-ns3-header: ns3/bs-service-flow-manager.h
[ 853/3085] Compiling install-ns3-header: ns3/bs-scheduler.h
[ 854/3085] Compiling install-ns3-header: ns3/service-flow-manager.h
[ 855/3085] Compiling install-ns3-header: ns3/connection-manager.h
[ 856/3085] Compiling install-ns3-header: ns3/bs-uplink-scheduler-simple.h
[ 857/3085] Compiling install-ns3-header: ns3/simple-ofdm-send-param.h
[ 858/3085] Compiling install-ns3-header: ns3/ss-net-device.h
[ 859/3085] Compiling install-ns3-header: ns3/ipcs-classifier-record.h
[ 860/3085] Compiling install-ns3-header: ns3/snr-to-block-error-rate-manager.h
[ 861/3085] Compiling install-ns3-header: ns3/ipcs-classifier.h
[ 862/3085] Compiling install-ns3-header: ns3/simple-ofdm-wimax-phy.h
[ 863/3085] Compiling install-ns3-header: ns3/bs-scheduler-rtps.h
[ 864/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/config-file.hpp
[ 865/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/key-container.hpp
[ 866/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/city-hash.hpp
[ 867/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/custom-policies/probability-policy.hpp
[ 868/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/pcap-helper.hpp
[ 869/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/multi-policy.hpp
[ 870/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/strategy-choice.hpp
[ 871/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/dummy-client-face.hpp
[ 872/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp
[ 873/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/rib-entry.hpp
[ 874/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-consumer-window.hpp
[ 875/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/face-event-notification.hpp
[ 876/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp
[ 877/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/lp-reliability.hpp
[ 878/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/ndn-ns3-packet-tag.hpp
[ 879/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/random.hpp
[ 880/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/impl/identity-impl.hpp
[ 881/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/strategy-choice-entry.hpp
[ 882/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/lru-policy.hpp
[ 883/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-producer.hpp
[ 884/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-repeat-matcher.hpp
[ 885/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/face-manager.hpp
[ 886/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/websocket-channel.hpp
[ 887/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/multicast-udp-transport.hpp
[ 888/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/strategy-choice-manager.hpp
[ 889/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/bool-sink.hpp
[ 890/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/ethernet-factory.hpp
[ 891/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/delegation.hpp
[ 892/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/impl/link-type-helper.hpp
[ 893/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/cache-policy.hpp
[ 894/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/unicast-udp-transport.hpp
[ 895/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/readvertise/nfd-rib-readvertise-destination.hpp
[ 896/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/face-query-filter.hpp
[ 897/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-consumer.hpp
[ 898/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/network.hpp
[ 899/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/digest-filter.hpp
[ 900/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/content-store-with-freshness.hpp
[ 901/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/asf-measurements.hpp
[ 902/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/network-region-table.hpp
[ 903/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/ndn-rtt-estimator.hpp
[ 904/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/retx-suppression.hpp
[ 905/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/face-log.hpp
[ 906/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/unix-stream-factory.hpp
[ 907/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-consumer-zipf-mandelbrot.hpp
[ 908/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/mem-usage.hpp
[ 909/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-pattern-list-matcher.hpp
[ 910/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cs.hpp
[ 911/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/trie.hpp
[ 912/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/topology/annotated-topology-reader.hpp
[ 913/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/control-command.hpp
[ 914/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/socket-utils.hpp
[ 915/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/key-ref-osx.hpp
[ 916/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/general-config-section.hpp
[ 917/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/interest-filter-record.hpp
[ 918/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/extended-error-message.hpp
[ 919/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/pit-face-record.hpp
[ 920/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/control-parameters.hpp
[ 921/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/readvertise/readvertised-route.hpp
[ 922/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/counter.hpp
[ 923/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/multicast-ethernet-transport.hpp
[ 924/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/boost-graph-ndn-global-routing-helper.hpp
[ 925/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex.hpp
[ 926/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/manager-base.hpp
[ 927/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cs-internal.hpp
[ 928/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-fetcher-from-network.hpp
[ 929/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-fetcher.hpp
[ 930/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-policy-command-interest.hpp
[ 931/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/digest-sha256.hpp
[ 932/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/tcp-channel.hpp
[ 933/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/impl/network-monitor-impl-osx.hpp
[ 934/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/impl/network-monitor-impl-netlink.hpp
[ 935/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/transform-base.hpp
[ 936/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-pseudo-matcher.hpp
[ 937/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/detail/tag-host.hpp
[ 938/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/validity-period.hpp
[ 939/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/generic-link-service.hpp
[ 940/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/trust-anchor-group.hpp
[ 941/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/buffer.hpp
[ 942/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/tags.hpp
[ 943/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-backref-manager.hpp
[ 944/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/signature-sha256-with-rsa.hpp
[ 945/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate.hpp
[ 946/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/forwarder-status-manager.hpp
[ 947/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/signal/signal.hpp
[ 948/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/face-uri.hpp
[ 949/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-storage.hpp
[ 950/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/privilege-helper.hpp
[ 951/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/scope-prefix.hpp
[ 952/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/time.hpp
[ 953/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/estimator.hpp
[ 954/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/readvertise/readvertise-policy.hpp
[ 955/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validator-config/checker.hpp
[ 956/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/nack.hpp
[ 957/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/hex-decode.hpp
[ 958/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/process-nack-traits.hpp
[ 959/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/key-handle-osx.hpp
[ 960/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/impl/openssl.hpp
[ 961/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/nack-header.hpp
[ 962/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/signature.hpp
[ 963/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/fib-updater.hpp
[ 964/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/ims/in-memory-storage-lru.hpp
[ 965/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validator-config/rule.hpp
[ 966/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/unicast-ethernet-transport.hpp
[ 967/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/base64-encode.hpp
[ 968/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/fib.hpp
[ 969/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/step-source.hpp
[ 970/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/impl/steady-timer.hpp
[ 971/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/fib-nexthop.hpp
[ 972/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/verification-helpers.hpp
[ 973/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/self-learning-strategy.hpp
[ 974/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/nfd-manager-base.hpp
[ 975/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/ethernet.hpp
[ 976/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/channel-status.hpp
[ 977/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/ethernet-protocol.hpp
[ 978/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/signal/connection.hpp
[ 979/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/signal.hpp
[ 980/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/measurements-accessor.hpp
[ 981/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/metadata-object.hpp
[ 982/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/safe-bag.hpp
[ 983/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/private-key.hpp
[ 984/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-matcher.hpp
[ 985/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/public-key.hpp
[ 986/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/ndn-content-store.hpp
[ 987/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/tlv-security.hpp
[ 988/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validator-config/common.hpp
[ 989/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/network-address.hpp
[ 991/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/global-io.hpp
[ 991/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/segment-fetcher.hpp
[ 992/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/nonstd/optional.hpp
[ 993/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/concepts.hpp
[ 994/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/tables-config-section.hpp
[ 995/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/readvertise/readvertise.hpp
[ 996/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/ims/in-memory-storage-lfu.hpp
[ 997/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-stack-helper.hpp
[ 998/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/asf-probing-module.hpp
[ 999/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/registered-prefix.hpp
[1001/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/face-counters.hpp
[1001/3085] Compiling install-ns3-header: ns3/ndnSIM/model/ndn-common.hpp
[1002/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/prefix-announcement.hpp
[1003/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/identity-container.hpp
[1004/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/readvertise/client-to-nlsr-readvertise-policy.hpp
[1005/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/string-helper.hpp
[1006/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/indented-stream.hpp
[1007/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/pib.hpp
[1008/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/ndn-rtt-mean-deviation.hpp
[1009/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/lfu-policy.hpp
[1010/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/strategy-info.hpp
[1011/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-component-matcher.hpp
[1012/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/ethernet-transport.hpp
[1013/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/nfd.hpp
[1014/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/nfd-constants.hpp
[1015/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/pib-sqlite3.hpp
[1016/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/udp-factory.hpp
[1017/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/pit-entry.hpp
[1018/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/signature-info.hpp
[1019/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/command-interest-signer.hpp
[1020/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/identity.hpp
[1021/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/impl/linux-if-constants.hpp
[1022/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-consumer-cbr.hpp
[1023/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/key.hpp
[1024/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/transport.hpp
[1025/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/strip-space.hpp
[1026/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/fib-entry.hpp
[1027/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/batches.hpp
[1028/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/config-file.hpp
[1029/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/impl/openssl-helper.hpp
[1030/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/route.hpp
[1031/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/signal/scoped-connection.hpp
[1032/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/detail/functor-hook.hpp
[1033/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/sequence.hpp
[1034/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/datagram-transport.hpp
[1035/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/content-store-with-probability.hpp
[1036/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/detail/cf-string-osx.hpp
[1037/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/additional-description.hpp
[1038/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/face-impl.hpp
[1039/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-cache.hpp
[1040/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/algorithm.hpp
[1041/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-consumer-batches.hpp
[1042/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/control-response.hpp
[1043/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/measurements-entry.hpp
[1044/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/detail/common.hpp
[1045/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/logger.hpp
[1046/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/topology/rocketfuel-map-reader.hpp
[1047/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/buffer-stream.hpp
[1048/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/log-config-section.hpp
[1049/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/detail/asio-fwd.hpp
[1050/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/interest-filter.hpp
[1051/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/status-dataset-context.hpp
[1052/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/ndn-time.hpp
[1053/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/link-service.hpp
[1054/3085] Compiling install-ns3-header: ns3/ndnSIM/model/ndn-net-device-transport.hpp
[1055/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/field-decl.hpp
[1056/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cs-policy-lru.hpp
[1057/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/name-component.hpp
[1058/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/trie-with-policy.hpp
[1059/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/face-table.hpp
[1060/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/unix-stream-channel.hpp
[1061/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/forwarder-counters.hpp
[1062/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/tracers/ndn-app-delay-tracer.hpp
[1063/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-link-control-helper.hpp
[1064/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/readvertise/host-to-gateway-readvertise-policy.hpp
[1065/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/scheduler-scoped-event-id.hpp
[1066/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/content-store-impl.hpp
[1067/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/encoding-buffer.hpp
[1068/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/detail/multi-policy-container.hpp
[1069/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-strategy-choice-helper.hpp
[1070/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-global-routing-helper.hpp
[1071/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-fetcher-direct-fetch.hpp
[1072/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/empty-value.hpp
[1073/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validator.hpp
[1074/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/unsolicited-data-policy.hpp
[1075/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/retx-suppression-fixed.hpp
[1076/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/stream-sink.hpp
[1077/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/back-end-osx.hpp
[1078/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-policy-accept-all.hpp
[1079/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/ncc-strategy.hpp
[1080/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/tracers/ndn-cs-tracer.hpp
[1081/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/multicast-strategy.hpp
[1082/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/notification-subscriber.hpp
[1083/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/websocketpp.hpp
[1084/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/lp-fragmenter.hpp
[1085/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/io.hpp
[1086/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/detail/packet-base.hpp
[1087/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform.hpp
[1088/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/null-face.hpp
[1089/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/best-route-strategy.hpp
[1090/3085] Compiling install-ns3-header: ns3/ndnSIM/model/ndn-l3-protocol.hpp
[1091/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/topology/rocketfuel-weights-reader.hpp
[1092/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/network-interface.hpp
[1093/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/fib-update.hpp
[1094/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/nonstd/variant.hpp
[1095/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/transport/transport.hpp
[1096/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/rib-manager.hpp
[1097/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/face-status.hpp
[1098/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-network-region-table-helper.hpp
[1099/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/signal/emit.hpp
[1100/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/udp-channel.hpp
[1101/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/channel.hpp
[1102/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/detail/multi-type-container.hpp
[1103/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/time-unit-test-clock.hpp
[1104/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/udp-protocol.hpp
[1105/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/fib-manager.hpp
[1106/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/network-predicate.hpp
[1107/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/strategy.hpp
[1108/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/rib-update.hpp
[1109/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validator-config/filter.hpp
[1110/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/payload-with-policy.hpp
[1111/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/validator-config.hpp
[1112/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-callback.hpp
[1113/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/verifier-filter.hpp
[1114/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/back-end-file.hpp
[1115/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/network-monitor-stub.hpp
[1116/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/unix-stream-transport.hpp
[1117/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/key-handle-mem.hpp
[1118/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/network-monitor.hpp
[1119/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/interest.hpp
[1120/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/nonstd/any.hpp
[1121/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/key-handle.hpp
[1122/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/field.hpp
[1123/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/route-flags-traits.hpp
[1124/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/name.hpp
[1125/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/key-locator.hpp
[1126/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/encoding-buffer-fwd.hpp
[1127/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/certificate-container.hpp
[1128/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-fib-helper.hpp
[1129/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/fields.hpp
[1130/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/content-store-nocache.hpp
[1131/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/face-monitor.hpp
[1132/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/delegation-list.hpp
[1133/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/dummy-keychain.hpp
[1134/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/ims/in-memory-storage.hpp
[1136/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/key-chain.hpp
[1136/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/pending-interest.hpp
[1137/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/validator-null.hpp
[1138/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/back-end.hpp
[1139/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/lp-field-tag.hpp
[1140/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/backports.hpp
[1141/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/payload-policy.hpp
[1142/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-component-set-matcher.hpp
[1143/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-bundle-fetcher.hpp
[1144/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/common.hpp
[1145/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/random.hpp
[1146/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/common-pch.hpp
[1147/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/face.hpp
[1148/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp
[1149/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/link.hpp
[1150/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/impl/netlink-message.hpp
[1151/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/hex-encode.hpp
[1152/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/strategy-info-host.hpp
[1153/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/sqlite3-statement.hpp
[1154/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-consumer-pcon.hpp
[1155/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/strategy-choice.hpp
[1156/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/meta-info.hpp
[1157/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/internal-transport.hpp
[1158/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validator-config/name-relation.hpp
[1159/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/tcp-factory.hpp
[1160/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/command-options.hpp
[1161/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/pit-in-record.hpp
[1162/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-policy-config.hpp
[1163/3085] Compiling install-ns3-header: ns3/ndnSIM/apps/ndn-app.hpp
[1164/3085] Compiling install-ns3-header: ns3/ndnSIM/bindings/module-helpers.hpp
[1165/3085] Compiling install-ns3-header: ns3/ndnSIM/model/null-transport.hpp
[1166/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/custom-policies/lifetime-stats-policy.hpp
[1167/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/cs-manager.hpp
[1168/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/ims/in-memory-storage-entry.hpp
[1169/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/empty-policy.hpp
[1170/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/data.hpp
[1171/3085] Compiling install-ns3-header: ns3/ndnSIM/model/ndn-block-header.hpp
[1172/3085] Compiling install-ns3-header: ns3/ndnSIM/model/ndn-app-link-service.hpp
[1173/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/sha256.hpp
[1174/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/face-system.hpp
[1175/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/signing-helpers.hpp
[1176/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/protocol-factory.hpp
[1177/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/name-tree-entry.hpp
[1178/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/fifo-policy.hpp
[1179/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/channel-log.hpp
[1180/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/base64-decode.hpp
[1181/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/persistent-policy.hpp
[1183/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/trust-anchor-container.hpp
[1183/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/content-store-with-stats.hpp
[1184/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/readvertise/readvertise-destination.hpp
[1185/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/tcp-transport.hpp
[1186/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/block.hpp
[1187/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/aggregate-stats-policy.hpp
[1188/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-request.hpp
[1189/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/retx-suppression-exponential.hpp
[1190/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/pit-iterator.hpp
[1191/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/fib-max-depth.hpp
[1192/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/algorithm.hpp
[1193/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/websocket-factory.hpp
[1194/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/tracers/ndn-l3-tracer.hpp
[1195/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/back-end-mem.hpp
[1196/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cs-policy-priority-fifo.hpp
[1197/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/service.hpp
[1198/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/pit.hpp
[1199/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/key-chain.hpp
[1200/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-policy.hpp
[1201/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/tracers/l2-rate-tracer.hpp
[1202/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/key-params.hpp
[1203/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/control-response.hpp
[1204/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/packet.hpp
[1205/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/tpm/tpm.hpp
[1206/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/ims/in-memory-storage-persistent.hpp
[1207/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/rib-entry.hpp
[1208/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-state.hpp
[1209/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/detail/cf-releaser-osx.hpp
[1210/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/rtt-estimator.hpp
[1211/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/hmac-filter.hpp
[1212/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/security-common.hpp
[1213/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/rtt-estimator.hpp
[1214/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cleanup.hpp
[1215/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/impl/netlink-socket.hpp
[1216/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/prefix-announcement-header.hpp
[1217/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/signing-info.hpp
[1218/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/access-strategy.hpp
[1219/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-scenario-helper.hpp
[1220/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/signature-sha256-with-ecdsa.hpp
[1221/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/block-cipher.hpp
[1222/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/face.hpp
[1223/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/time-custom-clock.hpp
[1224/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/certificate-fetcher-offline.hpp
[1225/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/pit-out-record.hpp
[1226/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/stream-transport.hpp
[1227/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/asf-strategy.hpp
[1228/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/face-traits.hpp
[1229/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/detail/cancel-handle.hpp
[1230/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cs-policy.hpp
[1231/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/name-tree-iterator.hpp
[1232/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/counting-policy.hpp
[1233/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/forwarder.hpp
[1234/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/core/scheduler.hpp
[1235/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-policy-simple-hierarchy.hpp
[1236/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/mgmt/command-authenticator.hpp
[1237/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/impl/key-impl.hpp
[1238/3085] Compiling install-ns3-header: ns3/ndnSIM/model/ndn-global-router.hpp
[1239/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/name-tree-hashtable.hpp
[1240/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/websocket-transport.hpp
[1241/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/net/impl/network-monitor-impl-noop.hpp
[1242/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cs-entry.hpp
[1243/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/selectors.hpp
[1244/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/signer-filter.hpp
[1245/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/internal-face.hpp
[1246/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/controller.hpp
[1247/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/status-dataset.hpp
[1248/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/forwarder-status.hpp
[1249/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/logger.hpp
[1250/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/cs-info.hpp
[1251/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/buffer-source.hpp
[1252/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/fw/best-route-strategy2.hpp
[1253/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/pib-impl.hpp
[1254/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/tracers/l2-tracer.hpp
[1255/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/name-component-types.hpp
[1256/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/name-tree.hpp
[1257/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/cs-entry-impl.hpp
[1258/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/tlv-nfd.hpp
[1259/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/ims/in-memory-storage-fifo.hpp
[1260/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/rib.hpp
[1261/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/dispatcher.hpp
[1262/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/netdev-bound.hpp
[1263/3085] Compiling install-ns3-header: ns3/ndnSIM/model/cs/custom-policies/freshness-policy.hpp
[1264/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/control-parameters.hpp
[1265/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/lp-reassembler.hpp
[1266/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/rib/rib-update-batch.hpp
[1267/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/tag.hpp
[1268/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/v2/validation-error.hpp
[1269/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/exclude.hpp
[1270/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/mgmt/nfd/fib-entry.hpp
[1271/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/measurements.hpp
[1272/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/trie/random-policy.hpp
[1273/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/face/ethernet-channel.hpp
[1274/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-top-matcher.hpp
[1275/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/lp/tlv.hpp
[1276/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/regex/regex-backref-matcher.hpp
[1277/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/encoding/encoder.hpp
[1278/3085] Compiling install-ns3-header: ns3/ndnSIM/helper/ndn-app-helper.hpp
[1279/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/notification-stream.hpp
[1280/3085] Compiling install-ns3-header: ns3/ndnSIM/NFD/daemon/table/dead-nonce-list.hpp
[1281/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/impl/container-with-on-empty-signal.hpp
[1282/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/pib/pib-memory.hpp
[1283/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/util/scheduler.hpp
[1284/3085] Compiling install-ns3-header: ns3/ndnSIM/utils/tracers/ndn-l3-rate-tracer.hpp
[1285/3085] Compiling install-ns3-header: ns3/ndnSIM/ndn-cxx/security/transform/stream-source.hpp
[1286/3085] Compiling src/ndnSIM/NFD/core/version.hpp.in
[1287/3085] Compiling src/ndnSIM/ndn-cxx/ndn-cxx/version.hpp.in
[1288/3085] Processing gen-module-header: ns3/antenna-module.h
[1289/3085] Processing gen-module-header: ns3/aodv-module.h
[1290/3085] Processing gen-module-header: ns3/applications-module.h
[1291/3085] Processing gen-module-header: ns3/bridge-module.h
[1292/3085] Processing gen-module-header: ns3/buildings-module.h
[1293/3085] Processing gen-module-header: ns3/config-store-module.h
[1294/3085] Processing gen-module-header: ns3/core-module.h
[1295/3085] Processing gen-module-header: ns3/csma-module.h
[1296/3085] Compiling gen-module-header: ns3/csma-layout-module.h
[1297/3085] Processing gen-module-header: ns3/dsdv-module.h
[1298/3085] Processing gen-module-header: ns3/dsr-module.h
[1299/3085] Processing gen-module-header: ns3/energy-module.h
[1300/3085] Processing gen-module-header: ns3/fd-net-device-module.h
[1301/3085] Processing gen-module-header: ns3/flow-monitor-module.h
[1302/3085] Processing gen-module-header: ns3/internet-module.h
[1303/3085] Processing gen-module-header: ns3/internet-apps-module.h
[1304/3085] Processing gen-module-header: ns3/lr-wpan-module.h
[1305/3085] Processing gen-module-header: ns3/lte-module.h
[1306/3085] Processing gen-module-header: ns3/mesh-module.h
[1307/3085] Processing gen-module-header: ns3/mobility-module.h
[1308/3085] Processing gen-module-header: ns3/mpi-module.h
[1309/3085] Compiling gen-module-header: ns3/ndnSIM-module.h
[1310/3085] Compiling gen-module-header: ns3/netanim-module.h
[1311/3085] Processing gen-module-header: ns3/network-module.h
[1312/3085] Processing gen-module-header: ns3/nix-vector-routing-module.h
[1313/3085] Processing gen-module-header: ns3/olsr-module.h
[1314/3085] Processing gen-module-header: ns3/point-to-point-module.h
[1315/3085] Processing gen-module-header: ns3/point-to-point-layout-module.h
[1316/3085] Processing gen-module-header: ns3/propagation-module.h
[1317/3085] Processing gen-module-header: ns3/sixlowpan-module.h
[1318/3085] Processing gen-module-header: ns3/spectrum-module.h
[1319/3085] Processing gen-module-header: ns3/stats-module.h
[1320/3085] Processing gen-module-header: ns3/tap-bridge-module.h
[1321/3085] Processing gen-module-header: ns3/topology-read-module.h
[1322/3085] Processing gen-module-header: ns3/traffic-control-module.h
[1323/3085] Processing gen-module-header: ns3/uan-module.h
[1324/3085] Compiling gen-module-header: ns3/virtual-net-device-module.h
[1325/3085] Processing gen-module-header: ns3/wave-module.h
[1326/3085] Processing gen-module-header: ns3/wifi-module.h
[1327/3085] Processing gen-module-header: ns3/wimax-module.h
[1328/3085] Compiling src/core/model/enum.cc
[1329/3085] Compiling src/core/model/hash-fnv.cc
[1330/3085] Compiling src/core/model/realtime-simulator-impl.cc
[1331/3085] Compiling src/core/model/scheduler.cc
[1332/3085] Compiling src/core/model/simulator-impl.cc
[1333/3085] Compiling src/core/model/heap-scheduler.cc
[1334/3085] Compiling src/core/model/time.cc
[1335/3085] Compiling src/core/model/int64x64-128.cc
[1336/3085] Compiling src/core/model/unix-system-condition.cc
[1337/3085] Compiling src/core/model/attribute.cc
[1338/3085] Compiling src/core/model/attribute-construction-list.cc
[1339/3085] Compiling src/core/model/names.cc
[1340/3085] Compiling src/core/model/unix-system-wall-clock-ms.cc
[1341/3085] Compiling src/core/model/type-name.cc
[1342/3085] Compiling src/core/helper/random-variable-stream-helper.cc
[1343/3085] Compiling src/core/model/des-metrics.cc
[1344/3085] Compiling src/core/model/hash-function.cc
[1345/3085] Compiling src/core/helper/event-garbage-collector.cc
[1346/3085] Compiling src/core/model/default-simulator-impl.cc
[1347/3085] Compiling src/core/model/fatal-impl.cc
[1348/3085] Compiling src/core/model/rng-stream.cc
[1349/3085] Compiling src/core/model/config.cc
[1350/3085] Compiling src/core/model/system-path.cc
[1351/3085] Compiling src/core/model/trace-source-accessor.cc
[1352/3085] Compiling src/core/model/watchdog.cc
[1353/3085] Compiling src/core/model/event-impl.cc
[1354/3085] Compiling src/core/model/hash-murmur3.cc
[1355/3085] Compiling src/core/model/global-value.cc
[1356/3085] Compiling src/core/model/int64x64.cc
[1357/3085] Compiling src/core/model/calendar-scheduler.cc
[1358/3085] Compiling src/core/model/random-variable-stream.cc
[1359/3085] Compiling src/core/model/rng-seed-manager.cc
[1360/3085] Compiling src/core/model/double.cc
[1361/3085] Compiling src/core/model/boolean.cc
[1362/3085] Compiling src/core/model/command-line.cc
[1363/3085] Compiling src/core/model/vector.cc
[1364/3085] Compiling src/core/model/object-ptr-container.cc
[1365/3085] Compiling src/core/model/object-factory.cc
[1366/3085] Compiling src/core/model/system-thread.cc
[1367/3085] Compiling src/core/model/test.cc
[1368/3085] Compiling src/core/model/object.cc
[1369/3085] Compiling src/core/model/pointer.cc
[1370/3085] Compiling src/core/model/event-id.cc
[1371/3085] Compiling src/core/model/callback.cc
[1372/3085] Compiling src/core/model/ref-count-base.cc
[1373/3085] Compiling src/core/model/object-base.cc
[1374/3085] Compiling src/core/model/string.cc
[1375/3085] Compiling src/core/model/type-id.cc
[1376/3085] Compiling src/core/model/make-event.cc
[1377/3085] Compiling src/core/model/unix-fd-reader.cc
[1378/3085] Compiling src/core/model/log.cc
[1379/3085] Compiling src/core/model/breakpoint.cc
[1380/3085] Compiling src/core/model/wall-clock-synchronizer.cc
[1381/3085] Compiling src/core/model/timer.cc
[1382/3085] Compiling src/core/model/synchronizer.cc
[1383/3085] Compiling src/core/model/hash.cc
[1384/3085] Compiling src/core/model/uinteger.cc
[1385/3085] Compiling src/core/model/unix-system-mutex.cc
[1386/3085] Compiling src/core/model/map-scheduler.cc
[1387/3085] Compiling src/core/model/simulator.cc
[1388/3085] Compiling src/core/model/list-scheduler.cc
[1389/3085] Compiling src/core/model/integer.cc
[1390/3085] Compiling src/stats/model/time-probe.cc
[1391/3085] Compiling src/stats/model/omnet-data-output.cc
[1392/3085] Compiling src/stats/model/probe.cc
[1393/3085] Linking build/lib/libns3-dev-core-debug.so
[1394/3085] Compiling src/stats/model/data-collector.cc
[1395/3085] Compiling src/stats/model/data-collection-object.cc
[1396/3085] Compiling src/stats/helper/file-helper.cc
[1397/3085] Compiling src/stats/model/data-calculator.cc
[1398/3085] Compiling src/stats/model/time-data-calculators.cc
[1399/3085] Compiling src/stats/model/data-output-interface.cc
[1400/3085] Compiling src/stats/model/uinteger-8-probe.cc
[1401/3085] Compiling src/stats/model/sqlite-data-output.cc
[1402/3085] Compiling src/stats/model/gnuplot.cc
[1403/3085] Compiling src/stats/model/file-aggregator.cc
[1404/3085] Compiling src/stats/model/gnuplot-aggregator.cc
[1405/3085] Compiling src/stats/model/get-wildcard-matches.cc
[1406/3085] Compiling src/stats/model/time-series-adaptor.cc
[1407/3085] Compiling src/stats/model/uinteger-32-probe.cc
[1408/3085] Compiling src/stats/helper/gnuplot-helper.cc
[1409/3085] Compiling src/stats/model/boolean-probe.cc
[1410/3085] Compiling src/stats/model/double-probe.cc
[1411/3085] Compiling src/stats/model/uinteger-16-probe.cc
[1412/3085] Compiling src/network/utils/address-utils.cc
[1413/3085] Compiling src/network/helper/trace-helper.cc
[1414/3085] Compiling src/network/helper/packet-socket-helper.cc
[1415/3085] Linking build/lib/libns3-dev-stats-debug.so
[1416/3085] Compiling src/network/utils/mac8-address.cc
[1417/3085] Compiling src/network/utils/packet-data-calculators.cc
[1418/3085] Compiling src/network/helper/application-container.cc
[1419/3085] Compiling src/network/utils/packet-probe.cc
[1420/3085] Compiling src/network/helper/delay-jitter-estimation.cc
[1421/3085] Compiling src/network/model/tag.cc
[1422/3085] Compiling src/network/utils/simple-net-device.cc
[1423/3085] Compiling src/network/utils/packet-socket-client.cc
[1424/3085] Compiling src/network/utils/packet-socket-server.cc
[1425/3085] Compiling src/network/utils/sll-header.cc
[1426/3085] Compiling src/network/utils/net-device-queue-interface.cc
[1427/3085] Compiling src/network/utils/radiotap-header.cc
[1428/3085] Compiling src/network/utils/pcap-file-wrapper.cc
[1429/3085] Compiling src/network/utils/simple-channel.cc
[1430/3085] Compiling src/network/utils/queue-size.cc
[1431/3085] Compiling src/network/utils/queue-limits.cc
[1432/3085] Compiling src/network/utils/queue.cc
[1433/3085] Compiling src/network/utils/queue-item.cc
[1434/3085] Compiling src/network/model/socket.cc
[1435/3085] Compiling src/network/utils/packet-socket-factory.cc
[1436/3085] Compiling src/network/utils/packet-socket.cc
[1437/3085] Compiling src/network/model/packet-tag-list.cc
[1438/3085] Compiling src/network/model/packet-metadata.cc
[1439/3085] Compiling src/network/utils/mac48-address.cc
[1440/3085] Compiling src/network/utils/pcap-file.cc
[1441/3085] Compiling src/network/utils/llc-snap-header.cc
[1442/3085] Compiling src/network/utils/output-stream-wrapper.cc
[1443/3085] Compiling src/network/utils/packetbb.cc
[1444/3085] Compiling src/network/utils/mac16-address.cc
[1445/3085] Compiling src/network/utils/ipv6-address.cc
[1446/3085] Compiling src/network/utils/inet6-socket-address.cc
[1447/3085] Compiling src/network/utils/ipv4-address.cc
[1448/3085] Compiling src/network/utils/mac64-address.cc
[1449/3085] Compiling src/network/utils/ethernet-header.cc
[1450/3085] Compiling src/network/utils/flow-id-tag.cc
[1451/3085] Compiling src/network/utils/inet-socket-address.cc
[1452/3085] Compiling src/network/utils/ethernet-trailer.cc
[1453/3085] Compiling src/network/utils/error-model.cc
[1454/3085] Compiling src/network/model/chunk.cc
[1455/3085] Compiling src/network/utils/data-rate.cc
[1456/3085] Compiling src/network/utils/drop-tail-queue.cc
[1457/3085] Compiling src/network/model/net-device.cc
[1458/3085] Compiling src/network/utils/error-channel.cc
[1459/3085] Compiling src/network/utils/dynamic-queue-limits.cc
[1460/3085] Compiling src/network/helper/net-device-container.cc
[1461/3085] Compiling src/network/model/buffer.cc
[1462/3085] Compiling src/network/model/address.cc
[1463/3085] Compiling src/network/utils/packet-burst.cc
[1464/3085] Compiling src/network/model/socket-factory.cc
[1465/3085] Compiling src/network/utils/packet-socket-address.cc
[1466/3085] Compiling src/network/model/nix-vector.cc
[1467/3085] Compiling src/network/utils/crc32.cc
[1468/3085] Compiling src/network/model/node-list.cc
[1469/3085] Compiling src/network/model/packet.cc
[1470/3085] Compiling src/network/model/tag-buffer.cc
[1471/3085] Compiling src/network/model/channel.cc
[1472/3085] Compiling src/network/model/header.cc
[1473/3085] Compiling src/network/model/application.cc
[1474/3085] Compiling src/network/model/channel-list.cc
[1475/3085] Compiling src/network/model/node.cc
[1476/3085] Compiling src/network/utils/ascii-file.cc
[1477/3085] Compiling src/network/model/byte-tag-list.cc
[1478/3085] Compiling src/network/helper/node-container.cc
[1479/3085] Compiling src/network/model/trailer.cc
[1480/3085] Compiling src/network/helper/simple-net-device-helper.cc
[1481/3085] Compiling src/mobility/model/constant-velocity-helper.cc
[1482/3085] Compiling src/mobility/helper/mobility-helper.cc
[1483/3085] Compiling src/mobility/model/geographic-positions.cc
[1484/3085] Compiling src/mobility/model/mobility-model.cc
[1485/3085] Linking build/lib/libns3-dev-network-debug.so
[1486/3085] Compiling src/mobility/model/constant-acceleration-mobility-model.cc
[1487/3085] Compiling src/mobility/model/hierarchical-mobility-model.cc
[1488/3085] Compiling src/mobility/model/waypoint.cc
[1489/3085] Compiling src/mobility/model/random-walk-2d-mobility-model.cc
[1490/3085] Compiling src/mobility/model/box.cc
[1491/3085] Compiling src/mobility/model/rectangle.cc
[1492/3085] Compiling src/mobility/model/constant-velocity-mobility-model.cc
[1493/3085] Compiling src/mobility/helper/ns2-mobility-helper.cc
[1494/3085] Compiling src/mobility/model/random-direction-2d-mobility-model.cc
[1495/3085] Compiling src/mobility/model/random-waypoint-mobility-model.cc
[1496/3085] Compiling src/mobility/model/waypoint-mobility-model.cc
[1497/3085] Compiling src/mobility/model/gauss-markov-mobility-model.cc
[1498/3085] Compiling src/mobility/model/constant-position-mobility-model.cc
[1499/3085] Compiling src/mobility/model/position-allocator.cc
[1500/3085] Compiling src/mobility/model/steady-state-random-waypoint-mobility-model.cc
[1501/3085] Compiling src/mpi/model/null-message-mpi-interface.cc
[1502/3085] Compiling src/mpi/model/remote-channel-bundle-manager.cc
[1503/3085] Compiling src/mpi/model/null-message-simulator-impl.cc
[1504/3085] Linking build/lib/libns3-dev-mobility-debug.so
[1505/3085] Compiling src/mpi/model/distributed-simulator-impl.cc
[1506/3085] Compiling src/mpi/model/mpi-receiver.cc
[1507/3085] Compiling src/mpi/model/remote-channel-bundle.cc
[1508/3085] Compiling src/mpi/model/granted-time-window-mpi-interface.cc
[1509/3085] Compiling src/mpi/model/mpi-interface.cc
[1510/3085] Compiling src/bridge/helper/bridge-helper.cc
[1511/3085] Compiling src/bridge/model/bridge-channel.cc
[1512/3085] Compiling src/bridge/model/bridge-net-device.cc
[1513/3085] Linking build/lib/libns3-dev-mpi-debug.so
[1514/3085] Compiling src/traffic-control/model/queue-disc.cc
[1515/3085] Compiling src/traffic-control/model/mq-queue-disc.cc
[1516/3085] Compiling src/traffic-control/model/codel-queue-disc.cc
[1517/3085] Linking build/lib/libns3-dev-bridge-debug.so
[1518/3085] Compiling src/traffic-control/model/fq-codel-queue-disc.cc
[1519/3085] Compiling src/traffic-control/model/pie-queue-disc.cc
[1520/3085] Compiling src/traffic-control/helper/queue-disc-container.cc
[1521/3085] Compiling src/traffic-control/model/prio-queue-disc.cc
[1522/3085] Compiling src/traffic-control/model/packet-filter.cc
[1523/3085] Compiling src/traffic-control/model/traffic-control-layer.cc
[1524/3085] Compiling src/traffic-control/model/fifo-queue-disc.cc
[1525/3085] Compiling src/traffic-control/model/pfifo-fast-queue-disc.cc
[1526/3085] Compiling src/traffic-control/helper/traffic-control-helper.cc
[1527/3085] Compiling src/traffic-control/model/red-queue-disc.cc
[1528/3085] Compiling src/traffic-control/model/tbf-queue-disc.cc
[1529/3085] Compiling src/propagation/model/jakes-propagation-loss-model.cc
[1530/3085] Compiling src/propagation/model/itu-r-1411-los-propagation-loss-model.cc
[1531/3085] Compiling src/propagation/model/okumura-hata-propagation-loss-model.cc
[1532/3085] Linking build/lib/libns3-dev-traffic-control-debug.so
[1533/3085] Compiling src/propagation/model/propagation-loss-model.cc
[1534/3085] Compiling src/propagation/model/kun-2600-mhz-propagation-loss-model.cc
[1535/3085] Compiling src/propagation/model/jakes-process.cc
[1536/3085] Compiling src/propagation/model/cost231-propagation-loss-model.cc
[1537/3085] Compiling src/propagation/model/propagation-delay-model.cc
[1538/3085] Compiling src/propagation/model/itu-r-1411-nlos-over-rooftop-propagation-loss-model.cc
[1539/3085] Compiling src/antenna/model/cosine-antenna-model.cc
[1540/3085] Compiling src/antenna/model/parabolic-antenna-model.cc
[1541/3085] Compiling src/antenna/model/angles.cc
[1542/3085] Linking build/lib/libns3-dev-propagation-debug.so
[1543/3085] Compiling src/antenna/model/isotropic-antenna-model.cc
[1544/3085] Compiling src/antenna/model/antenna-model.cc
[1545/3085] Compiling src/internet/model/pending-data.cc
[1546/3085] Compiling src/internet/model/ipv6-header.cc
[1547/3085] Linking build/lib/libns3-dev-antenna-debug.so
[1548/3085] Compiling src/internet/model/arp-l3-protocol.cc
[1549/3085] Compiling src/internet/model/arp-header.cc
[1550/3085] Compiling src/internet/model/udp-socket.cc
[1551/3085] Compiling src/internet/model/tcp-prr-recovery.cc
[1552/3085] Compiling src/internet/model/tcp-l4-protocol.cc
[1553/3085] Compiling src/internet/model/tcp-option-ts.cc
[1554/3085] Compiling src/internet/model/global-route-manager-impl.cc
[1555/3085] Compiling src/internet/model/global-router-interface.cc
[1556/3085] Compiling src/internet/model/ipv4-header.cc
[1557/3085] Compiling src/internet/model/ipv6-raw-socket-factory.cc
[1558/3085] Compiling src/internet/model/ipv6.cc
[1559/3085] Compiling src/internet/model/rtt-estimator.cc
[1560/3085] Compiling src/internet/model/ipv6-route.cc
[1561/3085] Compiling src/internet/helper/ipv4-static-routing-helper.cc
[1562/3085] Compiling src/internet/helper/internet-stack-helper.cc
[1563/3085] Compiling src/internet/model/ipv6-interface-address.cc
[1564/3085] Compiling src/internet/model/udp-header.cc
[1565/3085] Compiling src/internet/model/ip-l4-protocol.cc
[1566/3085] Compiling src/internet/helper/rip-helper.cc
[1567/3085] Compiling src/internet/helper/ipv4-routing-helper.cc
[1568/3085] Compiling src/internet/model/ipv4-raw-socket-factory.cc
[1569/3085] Compiling src/internet/model/ipv4-interface-address.cc
[1570/3085] Compiling src/internet/helper/ipv4-interface-container.cc
[1571/3085] Compiling src/internet/model/tcp-option-sack.cc
[1572/3085] Compiling src/internet/model/ipv6-list-routing.cc
[1573/3085] Compiling src/internet/model/arp-cache.cc
[1574/3085] Compiling src/internet/model/tcp-recovery-ops.cc
[1575/3085] Compiling src/internet/helper/ipv4-address-helper.cc
[1576/3085] Compiling src/internet/model/ipv6-packet-probe.cc
[1577/3085] Compiling src/internet/model/icmpv4.cc
[1578/3085] Compiling src/internet/model/ipv6-routing-protocol.cc
[1579/3085] Compiling src/internet/model/ipv4-raw-socket-factory-impl.cc
[1580/3085] Compiling src/internet/model/ipv4-list-routing.cc
[1581/3085] Compiling src/internet/model/ipv4-interface.cc
[1582/3085] Compiling src/internet/model/rip-header.cc
[1583/3085] Compiling src/internet/model/ipv4-queue-disc-item.cc
[1584/3085] Compiling src/internet/model/udp-socket-factory.cc
[1585/3085] Compiling src/internet/model/ipv4-routing-protocol.cc
[1586/3085] Compiling src/internet/model/ipv4-packet-filter.cc
[1587/3085] Compiling src/internet/model/icmpv6-header.cc
[1588/3085] Compiling src/internet/helper/ripng-helper.cc
[1589/3085] Compiling src/internet/model/tcp-socket.cc
[1590/3085] Compiling src/internet/model/ipv6-packet-filter.cc
[1591/3085] Compiling src/internet/model/ripng-header.cc
[1592/3085] Compiling src/internet/model/tcp-option-rfc793.cc
[1593/3085] Compiling src/internet/model/tcp-option.cc
[1594/3085] Compiling src/internet/model/tcp-option-winscale.cc
[1595/3085] Compiling src/internet/model/tcp-tx-buffer.cc
[1596/3085] Compiling src/internet/model/tcp-htcp.cc
[1597/3085] Compiling src/internet/model/tcp-rx-buffer.cc
[1598/3085] Compiling src/internet/model/tcp-lp.cc
[1599/3085] Compiling src/internet/model/tcp-yeah.cc
[1600/3085] Compiling src/internet/model/tcp-illinois.cc
[1601/3085] Compiling src/internet/model/tcp-ledbat.cc
[1602/3085] Compiling src/internet/model/ipv4-raw-socket-impl.cc
[1603/3085] Compiling src/internet/model/tcp-veno.cc
[1604/3085] Compiling src/internet/model/tcp-bic.cc
[1605/3085] Compiling src/internet/model/tcp-vegas.cc
[1606/3085] Compiling src/internet/model/tcp-westwood.cc
[1607/3085] Compiling src/internet/model/tcp-scalable.cc
[1608/3085] Compiling src/internet/model/tcp-congestion-ops.cc
[1609/3085] Compiling src/internet/model/ipv6-option-demux.cc
[1610/3085] Compiling src/internet/model/tcp-highspeed.cc
[1611/3085] Compiling src/internet/model/tcp-hybla.cc
[1612/3085] Compiling src/internet/model/ripng.cc
[1613/3085] Compiling src/internet/model/icmpv6-l4-protocol.cc
[1614/3085] Compiling src/internet/model/ipv6-interface.cc
[1615/3085] Compiling src/internet/model/tcp-socket-base.cc
[1616/3085] Compiling src/internet/model/ipv6-l3-protocol.cc
[1617/3085] Compiling src/internet/model/ipv4-route.cc
[1618/3085] Compiling src/internet/model/rip.cc
[1619/3085] Compiling src/internet/model/ipv6-extension-header.cc
[1620/3085] Compiling src/internet/model/ipv6-extension-demux.cc
[1621/3085] Compiling src/internet/model/ipv6-option-header.cc
[1622/3085] Compiling src/internet/model/ipv6-autoconfigured-prefix.cc
[1623/3085] Compiling src/internet/model/ipv6-extension.cc
[1624/3085] Compiling src/internet/model/loopback-net-device.cc
[1625/3085] Compiling src/internet/model/ndisc-cache.cc
[1626/3085] Compiling src/internet/model/ipv6-raw-socket-impl.cc
[1627/3085] Compiling src/internet/model/ipv6-raw-socket-factory-impl.cc
[1628/3085] Compiling src/internet/model/ipv6-end-point.cc
[1629/3085] Compiling src/internet/model/ipv6-end-point-demux.cc
[1630/3085] Compiling src/internet/model/ipv6-packet-info-tag.cc
[1631/3085] Compiling src/internet/model/ipv6-pmtu-cache.cc
[1632/3085] Compiling src/internet/model/icmpv4-l4-protocol.cc
[1633/3085] Compiling src/internet/model/ipv6-address-generator.cc
[1634/3085] Compiling src/internet/model/tcp-socket-state.cc
[1635/3085] Compiling src/internet/helper/ipv6-routing-helper.cc
[1636/3085] Compiling src/internet/helper/ipv6-interface-container.cc
[1637/3085] Compiling src/internet/helper/ipv6-address-helper.cc
[1638/3085] Compiling src/internet/model/udp-socket-factory-impl.cc
[1639/3085] Compiling src/internet/model/ipv4-end-point-demux.cc
[1640/3085] Compiling src/internet/model/udp-socket-impl.cc
[1641/3085] Compiling src/internet/model/ipv4-packet-probe.cc
[1642/3085] Compiling src/internet/helper/internet-trace-helper.cc
[1643/3085] Compiling src/internet/model/udp-l4-protocol.cc
[1644/3085] Compiling src/internet/model/ipv4-global-routing.cc
[1645/3085] Compiling src/internet/helper/ipv4-global-routing-helper.cc
[1646/3085] Compiling src/internet/model/candidate-queue.cc
[1647/3085] Compiling src/internet/model/tcp-option-sack-permitted.cc
[1648/3085] Compiling src/internet/model/ipv4-l3-protocol.cc
[1649/3085] Compiling src/internet/model/ipv4-end-point.cc
[1650/3085] Compiling src/internet/model/ipv6-option.cc
[1651/3085] Compiling src/internet/model/tcp-header.cc
[1652/3085] Compiling src/internet/helper/ipv6-static-routing-helper.cc
[1653/3085] Compiling src/internet/model/tcp-socket-factory.cc
[1654/3085] Compiling src/internet/model/ipv6-static-routing.cc
[1655/3085] Compiling src/internet/model/ipv6-routing-table-entry.cc
[1656/3085] Compiling src/internet/model/global-route-manager.cc
[1657/3085] Compiling src/internet/model/ipv4-static-routing.cc
[1658/3085] Compiling src/internet/model/ipv4-routing-table-entry.cc
[1659/3085] Compiling src/internet/model/ipv6-queue-disc-item.cc
[1660/3085] Compiling src/internet/helper/ipv6-list-routing-helper.cc
[1661/3085] Compiling src/internet/model/ipv4-address-generator.cc
[1662/3085] Compiling src/internet/helper/ipv4-list-routing-helper.cc
[1663/3085] Compiling src/internet/model/ipv4-packet-info-tag.cc
[1664/3085] Compiling src/internet/model/ipv4.cc
[1665/3085] Compiling src/internet/model/arp-queue-disc-item.cc
[1666/3085] Compiling src/internet/model/tcp-socket-factory-impl.cc
[1667/3085] Compiling src/spectrum/model/microwave-oven-spectrum-value-helper.cc
[1668/3085] Compiling src/spectrum/helper/spectrum-helper.cc
[1669/3085] Compiling src/spectrum/model/half-duplex-ideal-phy.cc
[1670/3085] Compiling src/spectrum/model/aloha-noack-mac-header.cc
[1671/3085] Linking build/lib/libns3-dev-internet-debug.so
[1672/3085] Compiling src/spectrum/model/aloha-noack-net-device.cc
[1673/3085] Compiling src/spectrum/model/spectrum-analyzer.cc
[1674/3085] Compiling src/spectrum/model/spectrum-model-300kHz-300GHz-log.cc
[1675/3085] Compiling src/spectrum/model/spectrum-channel.cc
[1676/3085] Compiling src/spectrum/model/multi-model-spectrum-channel.cc
[1677/3085] Compiling src/spectrum/model/spectrum-interference.cc
[1678/3085] Compiling src/spectrum/model/waveform-generator.cc
[1679/3085] Compiling src/spectrum/model/spectrum-converter.cc
[1680/3085] Compiling src/spectrum/model/spectrum-signal-parameters.cc
[1681/3085] Compiling src/spectrum/model/single-model-spectrum-channel.cc
[1682/3085] Compiling src/spectrum/model/spectrum-phy.cc
[1683/3085] Compiling src/spectrum/helper/tv-spectrum-transmitter-helper.cc
[1684/3085] Compiling src/spectrum/model/constant-spectrum-propagation-loss.cc
[1685/3085] Compiling src/spectrum/model/tv-spectrum-transmitter.cc
[1686/3085] Compiling src/spectrum/model/friis-spectrum-propagation-loss.cc
[1687/3085] Compiling src/spectrum/model/spectrum-propagation-loss-model.cc
[1688/3085] Compiling src/spectrum/helper/adhoc-aloha-noack-ideal-phy-helper.cc
[1689/3085] Compiling src/spectrum/helper/waveform-generator-helper.cc
[1690/3085] Compiling src/spectrum/helper/spectrum-analyzer-helper.cc
[1691/3085] Compiling src/spectrum/model/non-communicating-net-device.cc
[1692/3085] Compiling src/spectrum/model/spectrum-value.cc
[1693/3085] Compiling src/spectrum/model/spectrum-model.cc
[1694/3085] Compiling src/spectrum/model/spectrum-error-model.cc
[1695/3085] Compiling src/spectrum/model/spectrum-model-ism2400MHz-res1MHz.cc
[1696/3085] Compiling src/spectrum/model/half-duplex-ideal-phy-signal-parameters.cc
[1697/3085] Compiling src/spectrum/model/wifi-spectrum-value-helper.cc
[1698/3085] Compiling src/config-store/model/attribute-iterator.cc
[1699/3085] Compiling src/config-store/model/file-config.cc
[1700/3085] Compiling src/config-store/model/raw-text-config.cc
[1701/3085] Linking build/lib/libns3-dev-spectrum-debug.so
[1702/3085] Compiling src/config-store/model/config-store.cc
[1703/3085] Compiling src/config-store/model/attribute-default-iterator.cc
[1704/3085] Compiling src/energy/helper/li-ion-energy-source-helper.cc
[1705/3085] Compiling src/energy/helper/energy-harvester-container.cc
[1706/3085] Compiling src/energy/helper/rv-battery-model-helper.cc
[1707/3085] Linking build/lib/libns3-dev-config-store-debug.so
[1708/3085] Compiling src/energy/helper/basic-energy-source-helper.cc
[1709/3085] Compiling src/energy/helper/energy-model-helper.cc
[1710/3085] Compiling src/energy/model/device-energy-model-container.cc
[1711/3085] Compiling src/energy/helper/energy-source-container.cc
[1712/3085] Compiling src/energy/model/basic-energy-harvester.cc
[1713/3085] Compiling src/energy/model/device-energy-model.cc
[1714/3085] Compiling src/energy/model/rv-battery-model.cc
[1715/3085] Compiling src/energy/model/simple-device-energy-model.cc
[1716/3085] Compiling src/energy/helper/basic-energy-harvester-helper.cc
[1717/3085] Compiling src/energy/model/li-ion-energy-source.cc
[1718/3085] Compiling src/energy/model/energy-harvester.cc
[1719/3085] Compiling src/energy/helper/energy-harvester-helper.cc
[1720/3085] Compiling src/energy/model/basic-energy-source.cc
[1721/3085] Compiling src/energy/model/energy-source.cc
[1722/3085] Compiling src/point-to-point/model/point-to-point-channel.cc
[1723/3085] Compiling src/point-to-point/model/ppp-header.cc
[1724/3085] Compiling src/point-to-point/model/point-to-point-remote-channel.cc
[1725/3085] Linking build/lib/libns3-dev-energy-debug.so
[1726/3085] Compiling src/point-to-point/model/point-to-point-net-device.cc
[1727/3085] Compiling src/point-to-point/helper/point-to-point-helper.cc
[1728/3085] Compiling src/wifi/model/status-code.cc
[1729/3085] Compiling src/wifi/model/rraa-wifi-manager.cc
[1730/3085] Compiling src/wifi/model/wifi-mode.cc
[1731/3085] Compiling src/wifi/model/ideal-wifi-manager.cc
[1732/3085] Linking build/lib/libns3-dev-point-to-point-debug.so
[1733/3085] Compiling src/wifi/model/ap-wifi-mac.cc
[1734/3085] Compiling src/wifi/model/wifi-tx-vector.cc
[1735/3085] Compiling src/wifi/model/wifi-tx-current-model.cc
[1736/3085] Compiling src/wifi/model/ampdu-tag.cc
[1737/3085] Compiling src/wifi/model/mpdu-aggregator.cc
[1738/3085] Compiling src/wifi/model/wifi-phy-tag.cc
[1739/3085] Compiling src/wifi/model/wifi-radio-energy-model.cc
[1740/3085] Compiling src/wifi/model/cf-parameter-set.cc
[1741/3085] Compiling src/wifi/model/mac-low-transmission-parameters.cc
[1742/3085] Compiling src/wifi/model/yans-wifi-channel.cc
[1743/3085] Compiling src/wifi/model/spectrum-wifi-phy.cc
[1744/3085] Compiling src/wifi/model/wifi-mac-header.cc
[1745/3085] Compiling src/wifi/model/constant-rate-wifi-manager.cc
[1746/3085] Compiling src/wifi/model/ht-capabilities.cc
[1747/3085] Compiling src/wifi/model/frame-capture-model.cc
[1748/3085] Compiling src/wifi/model/snr-tag.cc
[1749/3085] Compiling src/wifi/model/block-ack-cache.cc
[1750/3085] Compiling src/wifi/helper/wifi-mac-helper.cc
[1751/3085] Compiling src/wifi/helper/yans-wifi-helper.cc
[1752/3085] Compiling src/wifi/helper/spectrum-wifi-helper.cc
[1753/3085] Compiling src/wifi/model/extended-capabilities.cc
[1754/3085] Compiling src/wifi/model/wifi-mac-queue-item.cc
[1755/3085] Compiling src/wifi/model/simple-frame-capture-model.cc
[1756/3085] Compiling src/wifi/model/he-operation.cc
[1757/3085] Compiling src/wifi/model/wifi-phy.cc
[1758/3085] Compiling src/wifi/model/originator-block-ack-agreement.cc
[1759/3085] Compiling src/wifi/helper/wifi-helper.cc
[1760/3085] Compiling src/wifi/model/block-ack-manager.cc
[1761/3085] Compiling src/wifi/model/interference-helper.cc
[1762/3085] Compiling src/wifi/model/msdu-aggregator.cc
[1763/3085] Compiling src/wifi/model/minstrel-ht-wifi-manager.cc
[1764/3085] Compiling src/wifi/model/mac-tx-middle.cc
[1765/3085] Compiling src/wifi/model/minstrel-wifi-manager.cc
[1766/3085] Compiling src/wifi/model/he-capabilities.cc
[1767/3085] Compiling src/wifi/model/dsss-parameter-set.cc
[1768/3085] Compiling src/wifi/model/edca-parameter-set.cc
[1769/3085] Compiling src/wifi/model/vht-operation.cc
[1770/3085] Compiling src/wifi/model/error-rate-model.cc
[1771/3085] Compiling src/wifi/model/erp-information.cc
[1772/3085] Compiling src/wifi/model/adhoc-wifi-mac.cc
[1773/3085] Compiling src/wifi/model/block-ack-agreement.cc
[1774/3085] Compiling src/wifi/model/vht-capabilities.cc
[1775/3085] Compiling src/wifi/model/wifi-phy-state-helper.cc
[1776/3085] Compiling src/wifi/model/qos-blocked-destinations.cc
[1777/3085] Compiling src/wifi/model/aparf-wifi-manager.cc
[1778/3085] Compiling src/wifi/model/sta-wifi-mac.cc
[1779/3085] Compiling src/wifi/model/onoe-wifi-manager.cc
[1780/3085] Compiling src/wifi/model/amrr-wifi-manager.cc
[1781/3085] Compiling src/wifi/helper/athstats-helper.cc
[1782/3085] Compiling src/wifi/model/aarf-wifi-manager.cc
[1783/3085] Compiling src/wifi/model/wifi-net-device.cc
[1784/3085] Compiling src/wifi/model/channel-access-manager.cc
[1785/3085] Compiling src/wifi/model/regular-wifi-mac.cc
[1786/3085] Compiling src/wifi/model/wifi-remote-station-manager.cc
[1787/3085] Compiling src/wifi/model/infrastructure-wifi-mac.cc
[1788/3085] Compiling src/wifi/model/wifi-mac.cc
[1789/3085] Compiling src/wifi/model/supported-rates.cc
[1790/3085] Compiling src/wifi/model/txop.cc
[1791/3085] Compiling src/wifi/model/ctrl-headers.cc
[1792/3085] Compiling src/wifi/model/mac-rx-middle.cc
[1793/3085] Compiling src/wifi/model/wifi-mac-trailer.cc
[1794/3085] Compiling src/wifi/model/mac-low.cc
[1795/3085] Compiling src/wifi/model/wifi-spectrum-signal-parameters.cc
[1796/3085] Compiling src/wifi/model/wifi-spectrum-phy-interface.cc
[1797/3085] Compiling src/wifi/model/ssid.cc
[1798/3085] Compiling src/wifi/model/ht-operation.cc
[1799/3085] Compiling src/wifi/model/qos-txop.cc
[1800/3085] Compiling src/wifi/model/aarfcd-wifi-manager.cc
[1801/3085] Compiling src/wifi/model/yans-wifi-phy.cc
[1802/3085] Compiling src/wifi/model/cara-wifi-manager.cc
[1803/3085] Compiling src/wifi/model/yans-error-rate-model.cc
[1804/3085] Compiling src/wifi/model/amsdu-subframe-header.cc
[1805/3085] Compiling src/wifi/model/dsss-error-rate-model.cc
[1806/3085] Compiling src/wifi/model/parf-wifi-manager.cc
[1807/3085] Compiling src/wifi/helper/wifi-radio-energy-model-helper.cc
[1808/3085] Compiling src/wifi/model/wifi-information-element-vector.cc
[1809/3085] Compiling src/wifi/model/ampdu-subframe-header.cc
[1810/3085] Compiling src/wifi/model/wifi-information-element.cc
[1811/3085] Compiling src/wifi/model/wifi-utils.cc
[1812/3085] Compiling src/wifi/model/qos-utils.cc
[1813/3085] Compiling src/wifi/model/nist-error-rate-model.cc
[1814/3085] Compiling src/wifi/model/mgt-headers.cc
[1815/3085] Compiling src/wifi/model/rrpaa-wifi-manager.cc
[1816/3085] Compiling src/wifi/model/arf-wifi-manager.cc
[1817/3085] Compiling src/wifi/model/capability-information.cc
[1818/3085] Compiling src/wifi/model/wifi-mac-queue.cc
[1819/3085] Compiling src/csma/model/csma-net-device.cc
[1820/3085] Compiling src/csma/helper/csma-helper.cc
[1821/3085] Compiling src/csma/model/csma-channel.cc
[1822/3085] Linking build/lib/libns3-dev-wifi-debug.so
[1823/3085] Compiling src/csma/model/backoff.cc
[1824/3085] Compiling src/applications/model/onoff-application.cc
[1825/3085] Compiling src/applications/helper/udp-echo-helper.cc
[1826/3085] Linking build/lib/libns3-dev-csma-debug.so
[1827/3085] Compiling src/applications/helper/on-off-helper.cc
[1828/3085] Compiling src/applications/model/three-gpp-http-client.cc
[1829/3085] Compiling src/applications/model/udp-echo-client.cc
[1830/3085] Compiling src/applications/model/application-packet-probe.cc
[1831/3085] Compiling src/applications/helper/udp-client-server-helper.cc
[1832/3085] Compiling src/applications/model/udp-echo-server.cc
[1833/3085] Compiling src/applications/helper/packet-sink-helper.cc
[1834/3085] Compiling src/applications/model/three-gpp-http-variables.cc
[1835/3085] Compiling src/applications/model/udp-trace-client.cc
[1836/3085] Compiling src/applications/helper/bulk-send-helper.cc
[1837/3085] Compiling src/applications/model/seq-ts-header.cc
[1838/3085] Compiling src/applications/helper/three-gpp-http-helper.cc
[1839/3085] Compiling src/applications/model/three-gpp-http-header.cc
[1840/3085] Compiling src/applications/model/udp-client.cc
[1841/3085] Compiling src/applications/model/three-gpp-http-server.cc
[1842/3085] Compiling src/applications/model/packet-loss-counter.cc
[1843/3085] Compiling src/applications/model/bulk-send-application.cc
[1844/3085] Compiling src/applications/model/packet-sink.cc
[1845/3085] Compiling src/applications/model/udp-server.cc
[1846/3085] Compiling src/fd-net-device/helper/emu-fd-net-device-helper.cc
[1847/3085] Compiling src/fd-net-device/helper/encode-decode.cc
[1848/3085] Compiling src/fd-net-device/helper/tap-fd-net-device-helper.cc
[1849/3085] Linking build/lib/libns3-dev-applications-debug.so
[1850/3085] Compiling src/fd-net-device/helper/creator-utils.cc
[1851/3085] Compiling src/fd-net-device/model/fd-net-device.cc
[1852/3085] Compiling src/fd-net-device/helper/fd-net-device-helper.cc
[1853/3085] Compiling src/buildings/helper/building-allocator.cc
[1854/3085] Compiling src/buildings/model/mobility-building-info.cc
[1855/3085] Compiling src/buildings/model/hybrid-buildings-propagation-loss-model.cc
[1856/3085] Linking build/lib/libns3-dev-fd-net-device-debug.so
[1857/3085] Compiling src/buildings/model/itu-r-1238-propagation-loss-model.cc
[1858/3085] Compiling src/buildings/model/building-list.cc
[1859/3085] Compiling src/buildings/helper/building-position-allocator.cc
[1860/3085] Compiling src/buildings/model/building.cc
[1861/3085] Compiling src/buildings/helper/building-container.cc
[1862/3085] Compiling src/buildings/model/buildings-propagation-loss-model.cc
[1863/3085] Compiling src/buildings/model/oh-buildings-propagation-loss-model.cc
[1864/3085] Compiling src/buildings/helper/buildings-helper.cc
[1865/3085] Compiling src/virtual-net-device/model/virtual-net-device.cc
[1866/3085] Compiling src/point-to-point-layout/model/point-to-point-dumbbell.cc
[1867/3085] Compiling src/point-to-point-layout/model/point-to-point-star.cc
[1868/3085] Linking build/lib/libns3-dev-buildings-debug.so
[1869/3085] Linking build/lib/libns3-dev-virtual-net-device-debug.so
[1870/3085] Compiling src/point-to-point-layout/model/point-to-point-grid.cc
[1871/3085] Compiling src/lte/model/lte-rlc-am-header.cc
[1872/3085] Compiling src/lte/model/pf-ff-mac-scheduler.cc
[1873/3085] Compiling src/lte/model/lte-enb-component-carrier-manager.cc
[1874/3085] Compiling src/lte/model/epc-ue-nas.cc
[1875/3085] Linking build/lib/libns3-dev-point-to-point-layout-debug.so
[1876/3085] Compiling src/lte/helper/phy-rx-stats-calculator.cc
[1877/3085] Compiling src/lte/model/lte-ue-power-control.cc
[1878/3085] Compiling src/lte/model/lte-ue-component-carrier-manager.cc
[1879/3085] Compiling src/lte/model/lte-enb-rrc.cc
[1880/3085] Compiling src/lte/model/tdbet-ff-mac-scheduler.cc
[1881/3085] Compiling src/lte/model/cqa-ff-mac-scheduler.cc
[1882/3085] Compiling src/lte/model/lte-amc.cc
[1883/3085] Compiling src/lte/model/lte-spectrum-value-helper.cc
[1884/3085] Compiling src/lte/model/lte-fr-no-op-algorithm.cc
[1885/3085] Compiling src/lte/model/lte-ue-phy.cc
[1886/3085] Compiling src/lte/model/lte-phy.cc
[1887/3085] Compiling src/lte/model/lte-spectrum-signal-parameters.cc
[1888/3085] Compiling src/lte/model/lte-spectrum-phy.cc
[1889/3085] Compiling src/lte/model/lte-common.cc
[1890/3085] Compiling src/lte/model/lte-enb-phy.cc
[1891/3085] Compiling src/lte/model/lte-rlc-sap.cc
[1892/3085] Compiling src/lte/model/lte-fr-hard-algorithm.cc
[1893/3085] Compiling src/lte/model/lte-handover-management-sap.cc
[1894/3085] Compiling src/lte/model/lte-ue-rrc.cc
[1895/3085] Compiling src/lte/model/lte-handover-algorithm.cc
[1896/3085] Compiling src/lte/model/lte-chunk-processor.cc
[1897/3085] Compiling src/lte/model/lte-mi-error-model.cc
[1898/3085] Compiling src/lte/helper/phy-tx-stats-calculator.cc
[1899/3085] Compiling src/lte/model/lte-rrc-header.cc
[1900/3085] Compiling src/lte/model/tdtbfq-ff-mac-scheduler.cc
[1901/3085] Compiling src/lte/model/epc-enb-application.cc
[1902/3085] Compiling src/lte/model/component-carrier.cc
[1903/3085] Compiling src/lte/model/simple-ue-component-carrier-manager.cc
[1904/3085] Compiling src/lte/model/lte-fr-soft-algorithm.cc
[1905/3085] Compiling src/lte/model/a2-a4-rsrq-handover-algorithm.cc
[1906/3085] Compiling src/lte/model/lte-ccm-rrc-sap.cc
[1907/3085] Compiling src/lte/model/lte-rlc-am.cc
[1908/3085] Compiling src/lte/model/lte-asn1-header.cc
[1909/3085] Compiling src/lte/model/tta-ff-mac-scheduler.cc
[1910/3085] Compiling src/lte/model/tdmt-ff-mac-scheduler.cc
[1911/3085] Compiling src/lte/model/lte-interference.cc
[1912/3085] Compiling src/lte/model/lte-ue-phy-sap.cc
[1913/3085] Compiling src/lte/model/lte-ue-cphy-sap.cc
[1914/3085] Compiling src/lte/model/pss-ff-mac-scheduler.cc
[1915/3085] Compiling src/lte/model/lte-enb-cphy-sap.cc
[1916/3085] Compiling src/lte/model/lte-enb-phy-sap.cc
[1917/3085] Compiling src/lte/model/epc-gtpu-header.cc
[1918/3085] Compiling src/lte/model/eps-bearer-tag.cc
[1919/3085] Compiling src/lte/model/lte-ue-mac.cc
[1920/3085] Compiling src/lte/model/lte-radio-bearer-tag.cc
[1921/3085] Compiling src/lte/model/rr-ff-mac-scheduler.cc
[1922/3085] Compiling src/lte/model/lte-enb-mac.cc
[1923/3085] Compiling src/lte/model/lte-enb-cmac-sap.cc
[1924/3085] Compiling src/lte/model/lte-ue-cmac-sap.cc
[1925/3085] Compiling src/lte/model/epc-x2-sap.cc
[1926/3085] Compiling src/lte/model/ff-mac-csched-sap.cc
[1927/3085] Compiling src/lte/model/ff-mac-common.cc
[1928/3085] Compiling src/lte/model/rem-spectrum-phy.cc
[1929/3085] Compiling src/lte/model/lte-vendor-specific-parameters.cc
[1930/3085] Compiling src/lte/helper/lte-hex-grid-enb-topology-helper.cc
[1931/3085] Compiling src/lte/helper/mac-stats-calculator.cc
[1932/3085] Compiling src/lte/model/lte-ffr-distributed-algorithm.cc
[1933/3085] Compiling src/lte/model/lte-as-sap.cc
[1934/3085] Compiling src/lte/model/lte-rlc-tm.cc
[1935/3085] Compiling src/lte/model/lte-harq-phy.cc
[1936/3085] Compiling src/lte/model/lte-fr-strict-algorithm.cc
[1937/3085] Compiling src/lte/model/epc-tft-classifier.cc
[1938/3085] Compiling src/lte/model/epc-tft.cc
[1939/3085] Compiling src/lte/model/lte-ffr-enhanced-algorithm.cc
[1940/3085] Compiling src/lte/model/epc-x2.cc
[1941/3085] Compiling src/lte/model/fdbet-ff-mac-scheduler.cc
[1942/3085] Compiling src/lte/helper/phy-stats-calculator.cc
[1943/3085] Compiling src/lte/model/component-carrier-enb.cc
[1944/3085] Compiling src/lte/helper/emu-epc-helper.cc
[1945/3085] Compiling src/lte/helper/radio-bearer-stats-calculator.cc
[1946/3085] Compiling src/lte/model/component-carrier-ue.cc
[1947/3085] Compiling src/lte/model/lte-ccm-mac-sap.cc
[1948/3085] Compiling src/lte/helper/cc-helper.cc
[1949/3085] Compiling src/lte/helper/lte-stats-calculator.cc
[1950/3085] Compiling src/lte/helper/epc-helper.cc
[1951/3085] Compiling src/lte/model/lte-anr-sap.cc
[1952/3085] Compiling src/lte/model/ff-mac-scheduler.cc
[1953/3085] Compiling src/lte/model/lte-ffr-soft-algorithm.cc
[1954/3085] Compiling src/lte/model/trace-fading-loss-model.cc
[1955/3085] Compiling src/lte/model/lte-control-messages.cc
[1956/3085] Compiling src/lte/model/epc-s11-sap.cc
[1957/3085] Compiling src/lte/model/lte-ffr-sap.cc
[1958/3085] Compiling src/lte/model/lte-ffr-rrc-sap.cc
[1959/3085] Compiling src/lte/model/lte-mac-sap.cc
[1960/3085] Compiling src/lte/model/lte-ffr-algorithm.cc
[1961/3085] Compiling src/lte/helper/radio-bearer-stats-connector.cc
[1962/3085] Compiling src/lte/model/ff-mac-sched-sap.cc
[1963/3085] Compiling src/lte/model/lte-anr.cc
[1964/3085] Compiling src/lte/helper/point-to-point-epc-helper.cc
[1965/3085] Compiling src/lte/helper/lte-helper.cc
[1966/3085] Compiling src/lte/model/epc-sgw-pgw-application.cc
[1967/3085] Compiling src/lte/model/lte-ue-net-device.cc
[1968/3085] Compiling src/lte/model/lte-phy-tag.cc
[1969/3085] Compiling src/lte/model/lte-enb-net-device.cc
[1970/3085] Compiling src/lte/model/epc-s1ap-sap.cc
[1971/3085] Compiling src/lte/model/eps-bearer.cc
[1972/3085] Compiling src/lte/model/lte-net-device.cc
[1973/3085] Compiling src/lte/model/lte-radio-bearer-info.cc
[1974/3085] Compiling src/lte/model/lte-ue-ccm-rrc-sap.cc
[1975/3085] Compiling src/lte/model/lte-pdcp-tag.cc
[1976/3085] Compiling src/lte/model/lte-pdcp.cc
[1977/3085] Compiling src/lte/helper/lte-global-pathloss-database.cc
[1978/3085] Compiling src/lte/model/lte-pdcp-sap.cc
[1979/3085] Compiling src/lte/model/lte-rlc-tag.cc
[1980/3085] Compiling src/lte/model/lte-rlc-um.cc
[1981/3085] Compiling src/lte/model/epc-enb-s1-sap.cc
[1982/3085] Compiling src/lte/model/fdtbfq-ff-mac-scheduler.cc
[1983/3085] Compiling src/lte/model/no-op-handover-algorithm.cc
[1984/3085] Compiling src/lte/model/fdmt-ff-mac-scheduler.cc
[1985/3085] Compiling src/lte/model/lte-rlc-sequence-number.cc
[1986/3085] Compiling src/lte/model/lte-pdcp-header.cc
[1987/3085] Compiling src/lte/model/lte-rlc-header.cc
[1988/3085] Compiling src/lte/model/lte-rlc.cc
[1989/3085] Compiling src/lte/model/no-op-component-carrier-manager.cc
[1990/3085] Compiling src/lte/model/a3-rsrp-handover-algorithm.cc
[1991/3085] Compiling src/lte/model/lte-rrc-protocol-ideal.cc
[1992/3085] Compiling src/lte/model/lte-rrc-sap.cc
[1993/3085] Compiling src/lte/model/lte-rrc-protocol-real.cc
[1994/3085] Compiling src/lte/model/epc-mme.cc
[1995/3085] Compiling src/lte/model/lte-rlc-sdu-status-tag.cc
[1996/3085] Compiling src/lte/model/epc-x2-header.cc
[1997/3085] Compiling src/lte/helper/radio-environment-map-helper.cc
[1998/3085] Compiling src/lr-wpan/model/lr-wpan-spectrum-value-helper.cc
[1999/3085] Compiling src/lr-wpan/model/lr-wpan-net-device.cc
[2000/3085] Compiling src/lr-wpan/model/lr-wpan-csmaca.cc
[2001/3085] Compiling src/lr-wpan/model/lr-wpan-mac-trailer.cc
[2002/3085] Linking build/lib/libns3-dev-lte-debug.so
[2003/3085] Compiling src/lr-wpan/model/lr-wpan-interference-helper.cc
[2004/3085] Compiling src/lr-wpan/model/lr-wpan-error-model.cc
[2005/3085] Compiling src/lr-wpan/model/lr-wpan-mac-header.cc
[2006/3085] Compiling src/lr-wpan/model/lr-wpan-lqi-tag.cc
[2007/3085] Compiling src/lr-wpan/model/lr-wpan-mac.cc
[2008/3085] Compiling src/lr-wpan/model/lr-wpan-phy.cc
[2009/3085] Compiling src/lr-wpan/model/lr-wpan-spectrum-signal-parameters.cc
[2010/3085] Compiling src/lr-wpan/helper/lr-wpan-helper.cc
[2011/3085] Compiling src/uan/model/uan-channel.cc
[2012/3085] Compiling src/uan/model/uan-prop-model-thorp.cc
[2013/3085] Compiling src/uan/model/uan-prop-model.cc
[2014/3085] Linking build/lib/libns3-dev-lr-wpan-debug.so
[2015/3085] Compiling src/uan/model/uan-transducer.cc
[2016/3085] Compiling src/uan/model/uan-transducer-hd.cc
[2017/3085] Compiling src/uan/model/uan-header-rc.cc
[2018/3085] Compiling src/uan/model/uan-phy-dual.cc
[2019/3085] Compiling src/uan/model/uan-header-common.cc
[2020/3085] Compiling src/uan/model/uan-mac-aloha.cc
[2021/3085] Compiling src/uan/model/uan-mac-cw.cc
[2022/3085] Compiling src/uan/model/uan-mac-rc.cc
[2023/3085] Compiling src/uan/model/uan-tx-mode.cc
[2024/3085] Compiling src/uan/helper/uan-helper.cc
[2025/3085] Compiling src/uan/model/acoustic-modem-energy-model.cc
[2026/3085] Compiling src/uan/model/uan-mac-rc-gw.cc
[2027/3085] Compiling src/uan/model/uan-net-device.cc
[2028/3085] Compiling src/uan/model/uan-noise-model.cc
[2029/3085] Compiling src/uan/helper/acoustic-modem-energy-model-helper.cc
[2030/3085] Compiling src/uan/model/uan-phy-gen.cc
[2031/3085] Compiling src/uan/model/uan-prop-model-ideal.cc
[2032/3085] Compiling src/uan/model/uan-mac.cc
[2033/3085] Compiling src/uan/model/uan-noise-model-default.cc
[2034/3085] Compiling src/uan/model/uan-phy.cc
[2035/3085] Compiling src/internet-apps/model/radvd-prefix.cc
[2036/3085] Compiling src/internet-apps/model/v4ping.cc
[2037/3085] Compiling src/internet-apps/helper/v4ping-helper.cc
[2038/3085] Compiling src/internet-apps/model/radvd.cc
[2039/3085] Linking build/lib/libns3-dev-uan-debug.so
[2040/3085] Compiling src/internet-apps/model/dhcp-header.cc
[2041/3085] Compiling src/internet-apps/model/radvd-interface.cc
[2042/3085] Compiling src/internet-apps/helper/radvd-helper.cc
[2043/3085] Compiling src/internet-apps/model/ping6.cc
[2044/3085] Compiling src/internet-apps/model/dhcp-client.cc
[2045/3085] Compiling src/internet-apps/model/dhcp-server.cc
[2046/3085] Compiling src/internet-apps/helper/dhcp-helper.cc
[2047/3085] Compiling src/internet-apps/helper/ping6-helper.cc
[2048/3085] Compiling src/wave/model/channel-coordinator.cc
[2049/3085] Compiling src/wave/helper/wave-bsm-stats.cc
[2050/3085] Compiling src/wave/model/higher-tx-tag.cc
[2051/3085] Linking build/lib/libns3-dev-internet-apps-debug.so
[2052/3085] Compiling src/wave/helper/wifi-80211p-helper.cc
[2053/3085] Compiling src/wave/model/channel-scheduler.cc
[2054/3085] Compiling src/wave/helper/wave-mac-helper.cc
[2055/3085] Compiling src/wave/model/vendor-specific-action.cc
[2056/3085] Compiling src/wave/model/wave-mac-low.cc
[2057/3085] Compiling src/wave/model/ocb-wifi-mac.cc
[2058/3085] Compiling src/wave/model/channel-manager.cc
[2059/3085] Compiling src/wave/model/bsm-application.cc
[2060/3085] Compiling src/wave/model/default-channel-scheduler.cc
[2061/3085] Compiling src/wave/helper/wave-bsm-helper.cc
[2062/3085] Compiling src/wave/model/vsa-manager.cc
[2063/3085] Compiling src/wave/model/wave-net-device.cc
[2064/3085] Compiling src/wave/helper/wave-helper.cc
[2065/3085] Compiling src/wimax/model/simple-ofdm-send-param.cc
[2066/3085] Compiling src/wimax/model/ss-net-device.cc
[2067/3085] Compiling src/wimax/model/bs-link-manager.cc
[2068/3085] Linking build/lib/libns3-dev-wave-debug.so
[2069/3085] Compiling src/wimax/model/send-params.cc
[2070/3085] Compiling src/wimax/model/cid-factory.cc
[2071/3085] Compiling src/wimax/model/wimax-channel.cc
[2072/3085] Compiling src/wimax/model/cid.cc
[2073/3085] Compiling src/wimax/model/bs-uplink-scheduler-rtps.cc
[2074/3085] Compiling src/wimax/model/connection-manager.cc
[2075/3085] Compiling src/wimax/model/ss-scheduler.cc
[2076/3085] Compiling src/wimax/model/ipcs-classifier.cc
[2077/3085] Compiling src/wimax/model/mac-messages.cc
[2078/3085] Compiling src/wimax/model/wimax-phy.cc
[2079/3085] Compiling src/wimax/model/burst-profile-manager.cc
[2080/3085] Compiling src/wimax/model/ul-mac-messages.cc
[2081/3085] Compiling src/wimax/model/wimax-connection.cc
[2082/3085] Compiling src/wimax/model/wimax-mac-queue.cc
[2083/3085] Compiling src/wimax/model/ss-link-manager.cc
[2084/3085] Compiling src/wimax/model/ss-record.cc
[2085/3085] Compiling src/wimax/model/service-flow.cc
[2086/3085] Compiling src/wimax/model/crc8.cc
[2087/3085] Compiling src/wimax/model/bs-scheduler.cc
[2088/3085] Compiling src/wimax/model/ipcs-classifier-record.cc
[2089/3085] Compiling src/wimax/model/bs-uplink-scheduler-mbqos.cc
[2090/3085] Compiling src/wimax/model/bs-net-device.cc
[2091/3085] Compiling src/wimax/model/dl-mac-messages.cc
[2092/3085] Compiling src/wimax/model/bs-service-flow-manager.cc
[2093/3085] Compiling src/wimax/model/ss-manager.cc
[2094/3085] Compiling src/wimax/model/simple-ofdm-wimax-channel.cc
[2095/3085] Compiling src/wimax/helper/wimax-helper.cc
[2096/3085] Compiling src/wimax/model/wimax-mac-to-mac-header.cc
[2097/3085] Compiling src/wimax/model/wimax-tlv.cc
[2098/3085] Compiling src/wimax/model/cs-parameters.cc
[2099/3085] Compiling src/wimax/model/bs-scheduler-rtps.cc
[2100/3085] Compiling src/wimax/model/bandwidth-manager.cc
[2101/3085] Compiling src/wimax/model/snr-to-block-error-rate-manager.cc
[2102/3085] Compiling src/wimax/model/snr-to-block-error-rate-record.cc
[2103/3085] Compiling src/wimax/model/ul-job.cc
[2104/3085] Compiling src/wimax/model/bs-scheduler-simple.cc
[2105/3085] Compiling src/wimax/model/ss-service-flow-manager.cc
[2106/3085] Compiling src/wimax/model/bs-uplink-scheduler-simple.cc
[2107/3085] Compiling src/wimax/model/ofdm-downlink-frame-prefix.cc
[2108/3085] Compiling src/wimax/model/simple-ofdm-wimax-phy.cc
[2109/3085] Compiling src/wimax/model/service-flow-record.cc
[2110/3085] Compiling src/wimax/model/wimax-mac-header.cc
[2111/3085] Compiling src/wimax/model/wimax-net-device.cc
[2112/3085] Compiling src/wimax/model/service-flow-manager.cc
[2113/3085] Compiling src/wimax/model/bs-uplink-scheduler.cc
[2114/3085] Compiling src/flow-monitor/model/ipv6-flow-classifier.cc
[2115/3085] Compiling src/flow-monitor/helper/flow-monitor-helper.cc
[2116/3085] Compiling src/flow-monitor/model/flow-classifier.cc
[2117/3085] Linking build/lib/libns3-dev-wimax-debug.so
[2118/3085] Compiling src/flow-monitor/model/flow-monitor.cc
[2119/3085] Compiling src/flow-monitor/model/histogram.cc
[2120/3085] Compiling src/flow-monitor/model/ipv4-flow-probe.cc
[2121/3085] Compiling src/flow-monitor/model/ipv4-flow-classifier.cc
[2122/3085] Compiling src/flow-monitor/model/flow-probe.cc
[2123/3085] Compiling src/flow-monitor/model/ipv6-flow-probe.cc
[2124/3085] Compiling src/olsr/model/olsr-state.cc
[2125/3085] Compiling src/olsr/helper/olsr-helper.cc
[2126/3085] Compiling src/olsr/model/olsr-header.cc
[2127/3085] Linking build/lib/libns3-dev-flow-monitor-debug.so
[2128/3085] Compiling src/olsr/model/olsr-routing-protocol.cc
[2129/3085] Compiling src/sixlowpan/model/sixlowpan-header.cc
[2130/3085] Compiling src/sixlowpan/model/sixlowpan-net-device.cc
[2131/3085] Compiling src/sixlowpan/helper/sixlowpan-helper.cc
[2132/3085] Compiling src/dsr/model/dsr-rcache.cc
[2133/3085] Compiling src/dsr/helper/dsr-helper.cc
[2134/3085] Linking build/lib/libns3-dev-olsr-debug.so
[2135/3085] Linking build/lib/libns3-dev-sixlowpan-debug.so
[2136/3085] Compiling src/dsr/model/dsr-maintain-buff.cc
[2137/3085] Compiling src/dsr/model/dsr-errorbuff.cc
[2138/3085] Compiling src/dsr/model/dsr-routing.cc
[2139/3085] Compiling src/dsr/helper/dsr-main-helper.cc
[2140/3085] Compiling src/dsr/model/dsr-passive-buff.cc
[2141/3085] Compiling src/dsr/model/dsr-option-header.cc
[2142/3085] Compiling src/dsr/model/dsr-gratuitous-reply-table.cc
[2143/3085] Compiling src/dsr/model/dsr-rreq-table.cc
[2144/3085] Compiling src/dsr/model/dsr-network-queue.cc
[2145/3085] Compiling src/dsr/model/dsr-rsendbuff.cc
[2146/3085] Compiling src/dsr/model/dsr-options.cc
[2147/3085] Compiling src/dsr/model/dsr-fs-header.cc
[2148/3085] Compiling src/csma-layout/model/csma-star-helper.cc
[2149/3085] Compiling src/mesh/model/dot11s/airtime-metric.cc
[2150/3085] Linking build/lib/libns3-dev-csma-layout-debug.so
[2151/3085] Compiling src/mesh/model/dot11s/peer-management-protocol.cc
[2152/3085] Compiling src/mesh/model/dot11s/peer-management-protocol-mac.cc
[2153/3085] Linking build/lib/libns3-dev-dsr-debug.so
[2154/3085] Compiling src/mesh/model/dot11s/peer-link-frame.cc
[2155/3085] Compiling src/mesh/model/dot11s/ie-dot11s-metric-report.cc
[2156/3085] Compiling src/mesh/model/dot11s/hwmp-protocol.cc
[2157/3085] Compiling src/mesh/model/dot11s/ie-dot11s-preq.cc
[2158/3085] Compiling src/mesh/model/dot11s/ie-dot11s-id.cc
[2159/3085] Compiling src/mesh/model/dot11s/ie-dot11s-prep.cc
[2160/3085] Compiling src/mesh/model/dot11s/ie-dot11s-configuration.cc
[2161/3085] Compiling src/mesh/model/mesh-wifi-interface-mac.cc
[2162/3085] Compiling src/mesh/model/mesh-point-device.cc
[2163/3085] Compiling src/mesh/model/mesh-l2-routing-protocol.cc
[2164/3085] Compiling src/mesh/model/mesh-information-element-vector.cc
[2165/3085] Compiling src/mesh/helper/flame/flame-installer.cc
[2166/3085] Compiling src/mesh/model/dot11s/ie-dot11s-beacon-timing.cc
[2167/3085] Compiling src/mesh/helper/mesh-helper.cc
[2168/3085] Compiling src/mesh/model/dot11s/hwmp-protocol-mac.cc
[2169/3085] Compiling src/mesh/model/dot11s/peer-link.cc
[2170/3085] Compiling src/mesh/model/dot11s/ie-dot11s-rann.cc
[2171/3085] Compiling src/mesh/model/dot11s/dot11s-mac-header.cc
[2172/3085] Compiling src/mesh/model/flame/flame-rtable.cc
[2173/3085] Compiling src/mesh/model/flame/flame-header.cc
[2174/3085] Compiling src/mesh/model/dot11s/ie-dot11s-peering-protocol.cc
[2175/3085] Compiling src/mesh/model/flame/flame-protocol.cc
[2176/3085] Compiling src/mesh/model/mesh-wifi-beacon.cc
[2177/3085] Compiling src/mesh/model/dot11s/ie-dot11s-perr.cc
[2178/3085] Compiling src/mesh/helper/dot11s/dot11s-installer.cc
[2179/3085] Compiling src/mesh/helper/mesh-stack-installer.cc
[2180/3085] Compiling src/mesh/model/flame/flame-protocol-mac.cc
[2181/3085] Compiling src/mesh/model/dot11s/ie-dot11s-peer-management.cc
[2182/3085] Compiling src/mesh/model/dot11s/hwmp-tag.cc
[2183/3085] Compiling src/mesh/model/dot11s/hwmp-rtable.cc
[2184/3085] Compiling src/topology-read/model/rocketfuel-topology-reader.cc
[2185/3085] Compiling src/topology-read/helper/topology-reader-helper.cc
[2186/3085] Compiling src/topology-read/model/orbis-topology-reader.cc
[2187/3085] Linking build/lib/libns3-dev-mesh-debug.so
[2188/3085] Compiling src/topology-read/model/inet-topology-reader.cc
[2189/3085] Compiling src/topology-read/model/topology-reader.cc
[2190/3085] Compiling src/netanim/model/animation-interface.cc
[2191/3085] Compiling src/nix-vector-routing/helper/ipv4-nix-vector-helper.cc
[2192/3085] Linking build/lib/libns3-dev-topology-read-debug.so
[2193/3085] Compiling src/nix-vector-routing/model/ipv4-nix-vector-routing.cc
[2194/3085] Compiling src/tap-bridge/helper/tap-bridge-helper.cc
[2195/3085] Linking build/lib/libns3-dev-nix-vector-routing-debug.so
[2196/3085] Compiling src/tap-bridge/model/tap-encode-decode.cc
[2197/3085] Compiling src/tap-bridge/model/tap-bridge.cc
[2198/3085] Compiling src/aodv/model/aodv-rtable.cc
[2199/3085] Compiling src/aodv/model/aodv-routing-protocol.cc
[2200/3085] Linking build/lib/libns3-dev-netanim-debug.so
[2201/3085] Linking build/lib/libns3-dev-tap-bridge-debug.so
[2202/3085] Compiling src/aodv/helper/aodv-helper.cc
[2203/3085] Compiling src/aodv/model/aodv-dpd.cc
[2204/3085] Compiling src/aodv/model/aodv-neighbor.cc
[2205/3085] Compiling src/aodv/model/aodv-rqueue.cc
[2206/3085] Compiling src/aodv/model/aodv-id-cache.cc
[2207/3085] Compiling src/aodv/model/aodv-packet.cc
[2208/3085] Compiling src/dsdv/helper/dsdv-helper.cc
[2209/3085] Compiling src/dsdv/model/dsdv-packet.cc
[2210/3085] Compiling src/dsdv/model/dsdv-packet-queue.cc
[2211/3085] Linking build/lib/libns3-dev-aodv-debug.so
[2212/3085] Compiling src/dsdv/model/dsdv-routing-protocol.cc
[2213/3085] Compiling src/dsdv/model/dsdv-rtable.cc
[2214/3085] Linking build/lib/libns3-dev-test-debug.so
[2215/3085] Compiling src/ndnSIM/ndn-cxx/ndn-cxx/mgmt/nfd/cs-info.cpp
[2216/3085] Compiling src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp
In file included from ns3/ndnSIM/ndn-cxx/encoding/buffer.hpp:27:0,
from ns3/ndnSIM/ndn-cxx/encoding/block.hpp:27,
from ns3/ndnSIM/ndn-cxx/mgmt/nfd/cs-info.hpp:25,
from ../src/ndnSIM/ndn-cxx/ndn-cxx/mgmt/nfd/cs-info.cpp:22:
ns3/ndnSIM/ndn-cxx/detail/common.hpp:49:2: error: #error "ndn-cxx applications must be compiled using the C++14 standard (-std=c++14)"
#error "ndn-cxx applications must be compiled using the C++14 standard (-std=c++14)"
^~~~~
In file included from ns3/ndnSIM/ndn-cxx/encoding/buffer.hpp:27:0,
from ns3/ndnSIM/ndn-cxx/encoding/block.hpp:27,
from ns3/ndnSIM/ndn-cxx/mgmt/nfd/cs-info.hpp:25,
from ../src/ndnSIM/ndn-cxx/ndn-cxx/mgmt/nfd/cs-info.cpp:22:
ns3/ndnSIM/ndn-cxx/detail/common.hpp:71:12: error: ���std::make_unique��� has not been declared
using std::make_unique;
^~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/detail/common.hpp:82:22: error: ���string_literals��� is not a namespace-name
using namespace std::string_literals;
^~~~~~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/detail/common.hpp:82:37: error: expected namespace-name before ���;��� token
using namespace std::string_literals;
^
In file included from ns3/ndnSIM/ndn-cxx/encoding/buffer.hpp:27:0,
from ns3/ndnSIM/ndn-cxx/encoding/block.hpp:27,
from ns3/ndnSIM/ndn-cxx/mgmt/nfd/cs-info.hpp:25,
from ../src/ndnSIM/ndn-cxx/ndn-cxx/mgmt/nfd/cs-info.cpp:22:
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
In file included from ns3/ndnSIM/ndn-cxx/util/backports.hpp:51:0,
from ns3/ndnSIM/ndn-cxx/detail/common.hpp:123,
from ns3/ndnSIM/ndn-cxx/encoding/buffer.hpp:27,
from ns3/ndnSIM/ndn-cxx/encoding/block.hpp:27,
from ns3/ndnSIM/ndn-cxx/mgmt/nfd/cs-info.hpp:25,
from ../src/ndnSIM/ndn-cxx/ndn-cxx/mgmt/nfd/cs-info.cpp:22:
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: error: ���decay_t��� is not a member of ���std���
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^~~~~~~
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: note: suggested alternative: ���decay���
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^~~~~~~
decay
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: error: ���decay_t��� is not a member of ���std���
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: note: suggested alternative: ���decay���
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^~~~~~~
decay
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:42: error: template argument 1 is invalid
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:43: error: expected unqualified-id before ���,��� token
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^
In file included from ns3/ndnSIM/ndn-cxx/encoding/block.hpp:29:0,
from ns3/ndnSIM/ndn-cxx/mgmt/nfd/cs-info.hpp:25,
from ../src/ndnSIM/ndn-cxx/ndn-cxx/mgmt/nfd/cs-info.cpp:22:
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:365:42: error: ���decay_t��� in namespace ���std��� does not name a template type
typename DecayedIterator = std::decay_t<Iterator>,
^~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:365:49: error: expected ���>��� before ���<��� token
typename DecayedIterator = std::decay_t<Iterator>,
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp: In function ���constexpr bool ndn::tlv::detail::shouldSelectContiguousReadNumber()���:
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:370:54: error: ISO C++ forbids declaration of ���type name��� with no type [-fpermissive]
return (std::is_convertible<DecayedIterator, const ValueType*>::value ||
^~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:370:64: error: template argument 2 is invalid
return (std::is_convertible<DecayedIterator, const ValueType*>::value ||
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:75: error: ���ValueType��� was not declared in this scope
std::is_convertible<DecayedIterator, typename std::basic_string<ValueType>::const_iterator>::value ||
^~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:84: error: template argument 1 is invalid
std::is_convertible<DecayedIterator, typename std::basic_string<ValueType>::const_iterator>::value ||
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:84: error: template argument 2 is invalid
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:84: error: template argument 3 is invalid
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:101: error: template argument 2 is invalid
std::is_convertible<DecayedIterator, typename std::basic_string<ValueType>::const_iterator>::value ||
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:78: error: type/value mismatch at argument 1 in template parameter list for ���template<class _Tp, class _Alloc> class std::vector���
std::is_convertible<DecayedIterator, typename std::vector<ValueType>::const_iterator>::value) &&
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:78: note: expected a type, got ���ValueType���
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:78: error: template argument 2 is invalid
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:95: error: template argument 2 is invalid
std::is_convertible<DecayedIterator, typename std::vector<ValueType>::const_iterator>::value) &&
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:374:39: error: type/value mismatch at argument 1 in template parameter list for ���template<class, class> struct std::is_same���
!std::is_same<ValueType, bool>::value;
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:374:39: note: expected a type, got ���ValueType���
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp: At global scope:
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:378:45: error: expected template-name before ���<��� token
class ReadNumber : public std::conditional_t<shouldSelectContiguousReadNumber<Iterator>(),
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:378:45: error: expected ���{��� before ���<��� token
In file included from ../src/ndnSIM/ndn-cxx/ndn-cxx/mgmt/nfd/cs-info.cpp:23:0:
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:71:6: error: ���enable_if_t��� in namespace ���std��� does not name a template type
std::enable_if_t<std::is_integral<R>::value, R>
^~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:91:6: error: ���enable_if_t��� in namespace ���std��� does not name a template type
std::enable_if_t<std::is_enum<R>::value, R>
^~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp: In function ���ndn::Block ndn::encoding::makeBinaryBlock(uint32_t, Iterator, Iterator)���:
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:266:34: error: ���conditional_t��� in namespace ���std��� does not name a template type
using BinaryBlockHelper = std::conditional_t<
^~~~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:272:10: error: ���BinaryBlockHelper��� has not been declared
return BinaryBlockHelper::makeBlock(type, first, last);
^~~~~~~~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp: At global scope:
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:319:17: error: ���ndn::encoding::readNonNegativeIntegerAs��� has not been declared
using encoding::readNonNegativeIntegerAs;
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ns3/ndnSIM/ndn-cxx/name-component.hpp:25:0,
from ns3/ndnSIM/ndn-cxx/meta-info.hpp:25,
from ns3/ndnSIM/ndn-cxx/data.hpp:25,
from ns3/ndnSIM/NFD/core/common.hpp:59,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/detail/common.hpp:49:2: error: #error "ndn-cxx applications must be compiled using the C++14 standard (-std=c++14)"
#error "ndn-cxx applications must be compiled using the C++14 standard (-std=c++14)"
^~~~~
In file included from ns3/ndnSIM/ndn-cxx/name-component.hpp:25:0,
from ns3/ndnSIM/ndn-cxx/meta-info.hpp:25,
from ns3/ndnSIM/ndn-cxx/data.hpp:25,
from ns3/ndnSIM/NFD/core/common.hpp:59,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/detail/common.hpp:71:12: error: ���std::make_unique��� has not been declared
using std::make_unique;
^~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/detail/common.hpp:82:22: error: ���string_literals��� is not a namespace-name
using namespace std::string_literals;
^~~~~~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/detail/common.hpp:82:37: error: expected namespace-name before ���;��� token
using namespace std::string_literals;
^
In file included from ns3/ndnSIM/ndn-cxx/name-component.hpp:25:0,
from ns3/ndnSIM/ndn-cxx/meta-info.hpp:25,
from ns3/ndnSIM/ndn-cxx/data.hpp:25,
from ns3/ndnSIM/NFD/core/common.hpp:59,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:101:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(1)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:102:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(2)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:103:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(3)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:104:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(4)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:105:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(5)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:106:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(6)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:107:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(7)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:108:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(8)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: error: ���remove_const_t��� is not a member of ���std���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:30: note: suggested alternative: ���remove_const���
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:95:59: error: template argument 1 is invalid
struct is_placeholder<std::remove_const_t<decltype(_##N)>> \
^
ns3/ndnSIM/ndn-cxx/detail/common.hpp:109:1: note: in expansion of macro ���NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER���
NDN_CXX_SPECIALIZE_BOOST_IS_PLACEHOLDER_FOR_STD_PLACEHOLDER(9)
^
In file included from ns3/ndnSIM/ndn-cxx/util/backports.hpp:51:0,
from ns3/ndnSIM/ndn-cxx/detail/common.hpp:123,
from ns3/ndnSIM/ndn-cxx/name-component.hpp:25,
from ns3/ndnSIM/ndn-cxx/meta-info.hpp:25,
from ns3/ndnSIM/ndn-cxx/data.hpp:25,
from ns3/ndnSIM/NFD/core/common.hpp:59,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: error: ���decay_t��� is not a member of ���std���
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^~~~~~~
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: note: suggested alternative: ���decay���
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^~~~~~~
decay
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: error: ���decay_t��� is not a member of ���std���
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:28: note: suggested alternative: ���decay���
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^~~~~~~
decay
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:42: error: template argument 1 is invalid
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^
ns3/ndnSIM/ndn-cxx/util/backports-ostream-joiner.hpp:116:43: error: expected unqualified-id before ���,��� token
inline ostream_joiner<std::decay_t<DelimT>, CharT, Traits>
^
In file included from ns3/ndnSIM/ndn-cxx/encoding/block.hpp:29:0,
from ns3/ndnSIM/ndn-cxx/name-component.hpp:26,
from ns3/ndnSIM/ndn-cxx/meta-info.hpp:25,
from ns3/ndnSIM/ndn-cxx/data.hpp:25,
from ns3/ndnSIM/NFD/core/common.hpp:59,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:365:42: error: ���decay_t��� in namespace ���std��� does not name a template type
typename DecayedIterator = std::decay_t<Iterator>,
^~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:365:49: error: expected ���>��� before ���<��� token
typename DecayedIterator = std::decay_t<Iterator>,
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp: In function ���constexpr bool ndn::tlv::detail::shouldSelectContiguousReadNumber()���:
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:370:54: error: ISO C++ forbids declaration of ���type name��� with no type [-fpermissive]
return (std::is_convertible<DecayedIterator, const ValueType*>::value ||
^~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:370:64: error: template argument 2 is invalid
return (std::is_convertible<DecayedIterator, const ValueType*>::value ||
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:75: error: ���ValueType��� was not declared in this scope
std::is_convertible<DecayedIterator, typename std::basic_string<ValueType>::const_iterator>::value ||
^~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:84: error: template argument 1 is invalid
std::is_convertible<DecayedIterator, typename std::basic_string<ValueType>::const_iterator>::value ||
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:84: error: template argument 2 is invalid
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:84: error: template argument 3 is invalid
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:371:101: error: template argument 2 is invalid
std::is_convertible<DecayedIterator, typename std::basic_string<ValueType>::const_iterator>::value ||
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:78: error: type/value mismatch at argument 1 in template parameter list for ���template<class _Tp, class _Alloc> class std::vector���
std::is_convertible<DecayedIterator, typename std::vector<ValueType>::const_iterator>::value) &&
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:78: note: expected a type, got ���ValueType���
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:78: error: template argument 2 is invalid
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:372:95: error: template argument 2 is invalid
std::is_convertible<DecayedIterator, typename std::vector<ValueType>::const_iterator>::value) &&
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:374:39: error: type/value mismatch at argument 1 in template parameter list for ���template<class, class> struct std::is_same���
!std::is_same<ValueType, bool>::value;
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:374:39: note: expected a type, got ���ValueType���
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp: At global scope:
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:378:45: error: expected template-name before ���<��� token
class ReadNumber : public std::conditional_t<shouldSelectContiguousReadNumber<Iterator>(),
^
ns3/ndnSIM/ndn-cxx/encoding/tlv.hpp:378:45: error: expected ���{��� before ���<��� token
In file included from ns3/ndnSIM/ndn-cxx/name-component.hpp:27:0,
from ns3/ndnSIM/ndn-cxx/meta-info.hpp:25,
from ns3/ndnSIM/ndn-cxx/data.hpp:25,
from ns3/ndnSIM/NFD/core/common.hpp:59,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:71:6: error: ���enable_if_t��� in namespace ���std��� does not name a template type
std::enable_if_t<std::is_integral<R>::value, R>
^~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:91:6: error: ���enable_if_t��� in namespace ���std��� does not name a template type
std::enable_if_t<std::is_enum<R>::value, R>
^~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp: In function ���ndn::Block ndn::encoding::makeBinaryBlock(uint32_t, Iterator, Iterator)���:
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:266:34: error: ���conditional_t��� in namespace ���std��� does not name a template type
using BinaryBlockHelper = std::conditional_t<
^~~~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:272:10: error: ���BinaryBlockHelper��� has not been declared
return BinaryBlockHelper::makeBlock(type, first, last);
^~~~~~~~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp: At global scope:
ns3/ndnSIM/ndn-cxx/encoding/block-helpers.hpp:319:17: error: ���ndn::encoding::readNonNegativeIntegerAs��� has not been declared
using encoding::readNonNegativeIntegerAs;
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ns3/ndnSIM/ndn-cxx/name-component.hpp:28:0,
from ns3/ndnSIM/ndn-cxx/meta-info.hpp:25,
from ns3/ndnSIM/ndn-cxx/data.hpp:25,
from ns3/ndnSIM/NFD/core/common.hpp:59,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/util/time.hpp:48:57: error: ���enable_if_t��� in namespace ���std��� does not name a template type
template<typename Rep, typename Period, typename = std::enable_if_t<std::numeric_limits<Rep>::is_signed>>
^~~~~~~~~~~
ns3/ndnSIM/ndn-cxx/util/time.hpp:48:68: error: expected ���>��� before ���<��� token
template<typename Rep, typename Period, typename = std::enable_if_t<std::numeric_limits<Rep>::is_signed>>
^
In file included from ns3/ndnSIM/ndn-cxx/util/signal.hpp:25:0,
from ns3/ndnSIM/NFD/core/common.hpp:68,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/ndn-cxx/util/signal/signal.hpp: In member function ���ndn::util::signal::Connection ndn::util::signal::Signal<Owner, TArgs>::connectSingleShot(ndn::util::signal::Signal<Owner, TArgs>::Handler)���:
ns3/ndnSIM/ndn-cxx/util/signal/signal.hpp:181:24: error: lambda capture initializers only available with -std=c++14 or -std=gnu++14 [-Werror]
it->handler = [conn, handler = std::move(handler)] (const TArgs&... args) mutable {
^~~~~~~
In file included from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.hpp:29:0,
from ../src/ndnSIM/NFD/daemon/table/fib-nexthop.cpp:26:
ns3/ndnSIM/NFD/core/common.hpp: At global scope:
ns3/ndnSIM/NFD/core/common.hpp:87:12: error: ���std::make_unique��� has not been declared
using std::make_unique;
^~~~~~~~~~~
ns3/ndnSIM/NFD/core/common.hpp:95:22: error: ���string_literals��� is not a namespace-name
using namespace std::string_literals;
^~~~~~~~~~~~~~~
ns3/ndnSIM/NFD/core/common.hpp:95:37: error: expected namespace-name before ���;��� token
using namespace std::string_literals;
^
cc1plus: all warnings being treated as errors
Waf: Leaving directory `/home/test/Desktop/ndnSIM/ns-3/build'
Build failed
-> task in 'ns3-ndnSIM' failed with exit status 1 (run with -v to display more information)
-> task in 'ns3-ndnSIM' failed with exit status 1 (run with -v to display more information)
More information about the Ndn-interest
mailing list