--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/c02954e7-b03b-400d-a260-2a27875b500en%40googlegroups.com.
pip3 install --user pycairo
pip3 install --user pygobject
pip3 install --user pygraphviz
-- Using default output directory /Users/Res_proj/Documents/Research/ns-allinone-3.36.1/ns-3.36.1/build
-- Proceeding without cmake-format
-- find_external_library: SQLite3 was found.
-- GTK3 was found.
-- LibXML2 was found.
-- Lib RT is not supported on Mac OS X. Continuing without it.
-- Visualizer requires Python bindings
-- Could NOT find Boost (missing: Boost_INCLUDE_DIR)
-- GSL was not found. Continuing without it.
-- docs: doxygen documentation not enabled due to missing dependencies: doxygen;dia
-- Failed to locate sphinx-build executable (missing: SPHINX_EXECUTABLE)
-- docs: sphinx documentation not enabled due to missing dependencies: Sphinx;convert
-- Platform doesn't support TAP and EMU features. Continuing without them.
-- Precompiled headers were enabled
-- Processing src/antenna
-- Processing src/aodv
-- Processing src/applications
-- Processing src/bridge
-- Processing src/brite
-- find_external_library: brite was not found. Missing headers: "Brite.h" and missing libraries: "brite".
-- Skipping src/brite
-- Processing src/buildings
-- Processing src/click
-- find_external_library: click was not found. Missing headers: "simclick.h" and missing libraries: "nsclick;click".
-- Skipping src/click
-- Processing src/config-store
-- Processing src/core
-- Boost Units are an optional feature of length.cc.; Ubuntu ships it within the libboost-dev package.; You may need to clean up the CMake cache after installing it to pass this check.
-- Processing src/csma
-- Processing src/csma-layout
-- Processing src/dsdv
-- Processing src/dsr
-- Processing src/energy
-- Processing src/flow-monitor
-- Processing src/internet
-- Processing src/internet-apps
-- Processing src/lr-wpan
-- Processing src/lte
-- Processing src/mesh
-- Processing src/mobility
-- Processing src/netanim
-- Processing src/network
-- Processing src/nix-vector-routing
-- Processing src/olsr
-- Processing src/openflow
-- find_external_library: openflow was not found. Missing headers: "openflow.h" and missing libraries: "openflow".
-- Skipping src/openflow
-- Processing src/point-to-point
-- Processing src/point-to-point-layout
-- Processing src/propagation
-- Processing src/sixlowpan
-- Processing src/spectrum
-- Processing src/stats
-- Processing src/test
-- Processing src/topology-read
-- Processing src/traci
-- Processing src/traci-applications
-- Processing src/traffic-control
-- Processing src/uan
-- Processing src/virtual-net-device
-- Processing src/wave
-- Processing src/wifi
-- Processing src/wimax
-- ---- Summary of optional ns-3 features:
Build profile : default
Build directory : /Users/Res_proj/Documents/Research/ns-allinone-3.36.1/ns-3.36.1/build
BRITE Integration : OFF (missing dependency)
DES Metrics event collection : OFF (not requested)
DPDK NetDevice : OFF (not requested)
Emulation FdNetDevice : OFF (not requested)
Examples : ON
File descriptor NetDevice : OFF (missing dependency)
GNU Scientific Library (GSL) : OFF (missing dependency)
GtkConfigStore : ON
LibXml2 support : ON
MPI Support : OFF (not requested)
ns-3 Click Integration : OFF (missing dependency)
ns-3 OpenFlow Integration : OFF (missing dependency)
Netmap emulation FdNetDevice : OFF (not requested)
PyViz visualizer : OFF (missing dependency)
Python API Scanning Support : OFF (not requested)
Python Bindings : OFF (not requested)
Real Time Simulator : OFF (missing dependency)
SQLite support : ON
Tap Bridge : OFF (not requested)
Tap FdNetDevice : OFF (not requested)
Tests : ON
Modules configured to be built:
antenna aodv applications
bridge buildings config-store
core csma csma-layout
dsdv dsr energy
flow-monitor internet internet-apps
lr-wpan lte mesh
mobility netanim network
nix-vector-routing olsr point-to-point
point-to-point-layout propagation sixlowpan
spectrum stats test
topology-read traci traci-applications
traffic-control uan virtual-net-device
wave wifi wimax
Modules that cannot be built:
brite click fd-net-device
mpi openflow tap-bridge
visualizer
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/Res_proj/Documents/Research/ns-allinone-3.36.1/ns-3.36.1/cmake-cache
Finished executing the following commands:
cd cmake-cache; /Library/Frameworks/Python.framework/Versions/2.7/bin/cmake .. ; cd ..
./ns3 run scratch/drone-mobility/drone --visualize
NS_ASSERT failed, cond="uid != 0", msg="Assert in TypeId::LookupByName: ns3::VisualSimulatorImpl not found", file=/Users/joe/ResearchProjects/ns-allinone-3.38/ns-3.38/src/core/model/type-id.cc, line=843
NS_FATAL, terminating
libc++abi: terminating
Command 'build/scratch/drone-mobility/ns3.38-drone-default --SimulatorImplementationType=ns3::VisualSimulatorImpl' died with <Signals.SIGABRT: 6>.
```