Bug #3045
closedThe cxx example 'consumer and producer' can't link
0%
Description
I can't link this example, because m_face.setInterestFilter()
have changed.
Updated by Junxiao Shi over 9 years ago
- Description updated (diff)
- Category set to Build
- Status changed from New to Rejected
I cannot reproduce this bug with commit:d27334f4d63d5ed27cf6b35c0f184e20a9bb5b9f on Ubuntu 12.04.
The command lines I used are:
./waf distclean
./waf configure --with-examples --enable-shared --disable-static
./waf
If you are still experiencing issues, please post the commit hash, exact command lines, complete errors messages, OS version, compiler version, Boost libraries version, and I'll reopen this Bug.
So I fix it and pull a request in Github.Is it correct?
No. Patches are accepted on Gerrit only. See README-dev.md
in code repository for more information.
Updated by Junxiao Shi over 9 years ago
- Related to Feature #3046: CI: enable examples added
Updated by qihan song over 9 years ago
Opps,When I install I didn't use --with-example --enable-shared --disable-static,and After install ,I try to use g++ to compile it using -lndn-cxx
,It tell me link error.So I find source code find no define function of setInterestFilter() in 4 params.Thus I think it is a bug.
I'm sorry for that.