Actions
Bug #1641
closedintegration tests: failed to install applications
Description
./install_apps.py install_all fails:
First, script fails to install NFD, but that can be solved by adding
os.system("git submodule init && git submodule update")
before configuring nfd in install_helpers/install_NFD.py
Second, after solving the previous error, the script still fails when installing ndn-traffic-generator:
[3/7] cxx: src/ndn-traffic-server.cpp -> build/src/ndn-traffic-server.cpp.2.o
In file included from ../src/ndn-traffic-server.cpp:20:0:
../src/logger.hpp:112:17: error: field ‘m_logFile’ has incomplete type
../src/logger.hpp: In member function ‘void ndn::Logger::shutdownLogger()’:
../src/logger.hpp:30:9: error: ‘m_logFile’ was not declared in this scope
.
.
.
Waf: Leaving directory `/home/hila/nfd_prepare/ndn-traffic-generator/build'
Build failed
Actions