Actions
Bug #3364
closedbackports.hpp not found when using ndn-cxx and NFD HEAD
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Build
Target version:
-
Start date:
12/18/2015
Due date:
% Done:
0%
Estimated time:
Description
[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
Updated by susmit shannigrahi over 9 years ago
It would be nice to have the ability to edit the ticket body after submitting a bug/task.
Updated by Davide Pesavento over 9 years ago
susmit shannigrahi wrote:
ndn-cxx HEAD: Ia4b5d8faf42244adb726683259f0df0dcaf565ec
This is not a valid git commit ID. It is a gerrit change ID, referring to the 0.3.4 release.
You cannot use ndn-cxx-0.3.4 to build NFD git HEAD, you need to use both from git. This is not a bug.
Updated by Junxiao Shi over 9 years ago
- Category set to Build
- Status changed from New to Rejected
Actions