Actions
Bug #1844
openCompilation in C++11 mode broken
Start date:
08/11/2014
Due date:
% Done:
0%
Estimated time:
Description
When ndn-cpp is compiled in C++11 mode, ndnrtc does not compile.
https://github.com/cawka/ndnrtc/commit/d8c6589a27ff09f19e9237b89b948335d1c92ab9 fixes most of the problems, but needs revision before actually merging.
Files
Updated by Peter Gusev over 10 years ago
Which flags/envvars are you using to compile NDN-CPP in C++11 mode?
Updated by Alex Afanasyev over 10 years ago
I used just ./configure
, I'm using macports and have the following env:
PKG_CONFIG_PATH=/opt/local/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
PATH=/opt/local/bin:/usr/local/bin:/usr/texbin:/Users/cawka/Devel/devel/depot_tools:/usr/bin:/bin:/usr/sbin:/sbin
Updated by Peter Gusev over 10 years ago
Can you please attach/send config.log after NDN-CPP configuration?
Actions