Project

General

Profile

Bug #3364

Updated by Davide Pesavento over 8 years ago

``` 
 [root@atmos-den NFD]# ./waf 
 Waf: Entering directory `/root/NFD/build' 
 [    1/127] Compiling version.hpp.in 
 [    2/127] Compiling common.hpp 
 [    3/127] Compiling tools/nfd-start.sh 
 [    4/127] Compiling tools/nfd-status-http-server.py 
 [    5/127] Compiling tools/nfd-stop.sh 
 [    6/127] Compiling tools/nrd.sh 
 [    7/127] Compiling nfd.conf.sample.in 
 In file included from <command-line>:0:0: 
 ./../common.hpp:92:38: fatal error: ndn-cxx/util/backports.hpp: No such file or directory 
 compilation terminated. 

 Waf: Leaving directory `/root/NFD/build' 
 Build failed 
  -> task in 'core-objects' failed (exit status 1):  
	 {task 140249622628048: gchx common.hpp -> core-objects.2.gch} 
 ['/usr/bin/g++', '-O2', '-g', '-pedantic', '-Wall', '-Wextra', '-Wno-unused-parameter', '-fdiagnostics-color', '-std=c++11', '-x', 'c++-header', '-I/root/NFD/build', '-I/root/NFD', '-I/root/NFD/build/core', '-I/root/NFD/core', '-I/usr/include', '-I/usr/local/include', '-DNDEBUG', '-DHAVE_NDN_CXX=1', '-include', '../common.hpp', '/root/NFD/common.hpp', '-c', '-o', '/root/NFD/build/core-objects.2.gch'] 
 ``` 

 


 NFD HEAD: 2585d0921825965d405b7da7380afaf61571d732 

 
 ndn-cxx HEAD: Ia4b5d8faf42244adb726683259f0df0dcaf565ec

Back