Hi, all!<br><br>I tried to set up ndnSIM 2.1 following the instructions of Getting Started. However, some errors occurred as shown below.<br><br>root@Aaron:/home/NDNSIM/ndnSIM-2.1/ns-3# ./waf configure <br>Setting top to                           : /home/NDNSIM/ndnSIM-2.1/ns-3 <br>Setting out to                           : /home/NDNSIM/ndnSIM-2.1/ns-3/build <br>Checking for 'gcc' (C compiler)          : /usr/bin/gcc <br>Checking for cc version                  : 4.9.1 <br>Checking for 'g++' (C++ compiler)        : /usr/bin/g++ <br>Checking supported compiler CXXFLAGS     : -std=c++0x -std=c++11 <br>Checking supported optimizations CXXFLAGS : -O0 <br>Checking supported debug CXXFLAGS         : -ggdb -g3 <br>Checking supported warnings CXXFLAGS      : -Wall -Wno-error=deprecated-declarations -fstrict-aliasing -Wstrict-aliasing <br>Checking for compilation flag -Wl,--soname=foo... support : ok <br>Checking for program 'python'                             : /usr/bin/python <br>Checking for python version                               : (2, 7, 9, 'final', 0) <br>python-config                                             : /usr/bin/python-config <br>Asking python-config for pyembed '--cflags --libs --ldflags' flags : yes <br>Getting pyembed flags from python-config                           : yes <br>Asking python-config for pyext '--cflags --libs --ldflags' flags   : yes <br>Getting pyext flags from python-config                             : yes <br>Checking for compilation flag -fvisibility=hidden... support       : ok <br>Checking for compilation flag -Wno-array-bounds... support         : ok <br>Checking for pybindgen location                                    : ../pybindgen (guessed) <br>Checking for python module 'pybindgen'                             : ok <br>Traceback (most recent call last):<br>  File "setup.py", line 2, in <module><br>    from setuptools import setup<br>ImportError: No module named setuptools<br>Checking for pybindgen version                                     :  <br>pybindgen (found ''), (need '0.17.0.post45+ng4806e4f')<br>Checking boost includes                                            : 1_55 <br>Checking boost libs                                                : ok <br>Checking for boost linkage                                         : ok <br>Checking for click location                                        : not found <br>Checking for program 'pkg-config'                                  : /usr/bin/pkg-config <br>Checking for 'gtk+-2.0' >= 2.12                                    : not found <br>Checking for 'libxml-2.0' >= 2.7                                   : yes <br>Checking for type uint128_t                                        : not found <br>Checking for type __uint128_t                                      : yes <br>Checking high precision implementation                             : 128-bit integer (default) <br>Checking for header stdint.h                                       : yes <br>Checking for header inttypes.h                                     : yes <br>Checking for header sys/inttypes.h                                 : not found <br>Checking for header sys/types.h                                    : yes <br>Checking for header sys/stat.h                                     : yes <br>Checking for header dirent.h                                       : yes <br>Checking for header stdlib.h                                       : yes <br>Checking for header signal.h                                       : yes <br>Checking for header pthread.h                                      : yes <br>Checking for header stdint.h                                       : yes <br>Checking for header inttypes.h                                     : yes <br>Checking for header sys/inttypes.h                                 : not found <br>Checking for library rt                                            : yes <br>Checking for header sys/ioctl.h                                    : yes <br>Checking for header net/if.h                                       : yes <br>Checking for header net/ethernet.h                                 : yes <br>Checking for header linux/if_tun.h                                 : yes <br>Checking for header netpacket/packet.h                             : yes <br>Checking for NSC location                                          : not found <br>Checking for program 'doxygen'                                     : not found <br>Checking for program 'tar'                                         : /bin/tar <br>Checking for program 'sphinx-build'                                : not found <br>Checking for std::is_default_constructible                         : yes <br>Checking for std::is_nothrow_move_constructible                    : yes <br>Checking for std::is_nothrow_move_assignable                       : yes <br>Checking for friend typename-specifier                             : yes <br>Checking for override and final specifiers                         : yes <br>Checking for std::vector::insert with const_iterators              : yes <br>Checking for library pthread                                       : yes <br>Checking for 'sqlite3'                                             : not found <br>Checking for SQLite3 library                                       : not found <br>The configuration failed<br>(complete log in /home/NDNSIM/ndnSIM-2.1/ns-3/build/config.log)<br><br>How to fix it?<br><br>Regards,<br><br>Aaron<br><br>