Project

General

Profile

Actions

Bug #3045

closed

The cxx example 'consumer and producer' can't link

Added by qihan song almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Build
Target version:
-
Start date:
07/14/2015
Due date:
% Done:

0%

Estimated time:

Description

I can't link this example, because m_face.setInterestFilter() have changed.


Related issues 1 (0 open1 closed)

Related to ndn-cxx - Feature #3046: CI: enable examplesClosedJoao Pereira

Actions
Actions #1

Updated by Junxiao Shi almost 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.

Actions #2

Updated by Junxiao Shi almost 9 years ago

Actions #3

Updated by qihan song almost 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.

Actions

Also available in: Atom PDF