<div dir="ltr">Hi List,<div><br></div><div>I am trying to build the ChronoChat application, and my build is consistently failing due to following error log. Incidentally, I also see a bug report logged couple of weeks back; want to know if this is fixed already?</div><div><br></div><div><a href="http://redmine.named-data.net/issues/2477">http://redmine.named-data.net/issues/2477</a><br></div><div><br></div><div>The compilation error is: </div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>[58/79] Compiling src/main.cpp</div></div><div><div>../src/chatroom-info.cpp: In instantiation of ‘std::size_t chronos::ChatroomInfo::wireEncode(ndn::encoding::EncodingImpl<P>&) const [with bool T = false; std::size_t = long unsigned int]’:</div></div><div><div>../src/chatroom-info.cpp:94:46:   required from here</div></div><div><div>../src/chatroom-info.cpp:75:85: error: ‘prependNonNegativeIntegerBlock’ was not declared in this scope</div></div><div><div>   totalLength += prependNonNegativeIntegerBlock(block, tlv::TrustModel, m_trustModel);</div></div><div><div>                                                                                     ^</div></div><div><div>../src/chatroom-info.cpp:75:85: note: suggested alternative:</div></div><div><div>In file included from /usr/local/include/ndn-cxx/name-component.hpp:27:0,</div></div><div><div>                 from /usr/local/include/ndn-cxx/name.hpp:30,</div></div><div><div>                 from /usr/local/include/ndn-cxx/interest.hpp:27,</div></div><div><div>                 from ../src/common.hpp:32,</div></div><div><div>                 from ../src/chatroom-info.hpp:14,</div></div><div><div>                 from ../src/chatroom-info.cpp:11:</div></div><div><div>/usr/local/include/ndn-cxx/encoding/block-helpers.hpp:55:1: note:   ‘ndn::prependNonNegativeIntegerBlock’</div></div><div><div> prependNonNegativeIntegerBlock(EncodingImpl<P>& encoder, uint32_t type, uint64_t number)</div></div><div><div> ^</div></div><div><div>../src/chatroom-info.cpp: In instantiation of ‘std::size_t chronos::ChatroomInfo::wireEncode(ndn::encoding::EncodingImpl<P>&) const [with bool T = true; std::size_t = long unsigned int]’:</div></div><div><div>../src/chatroom-info.cpp:97:20:   required from here</div></div><div><div>../src/chatroom-info.cpp:75:85: error: ‘prependNonNegativeIntegerBlock’ was not declared in this scope</div></div><div><div>   totalLength += prependNonNegativeIntegerBlock(block, tlv::TrustModel, m_trustModel);</div></div><div><div>                                                                                     ^</div></div><div><div>../src/chatroom-info.cpp:75:85: note: suggested alternative:</div></div><div><div>In file included from /usr/local/include/ndn-cxx/name-component.hpp:27:0,</div></div><div><div>                 from /usr/local/include/ndn-cxx/name.hpp:30,</div></div><div><div>                 from /usr/local/include/ndn-cxx/interest.hpp:27,</div></div><div><div>                 from ../src/common.hpp:32,</div></div><div><div>                 from ../src/chatroom-info.hpp:14,</div></div><div><div>                 from ../src/chatroom-info.cpp:11:</div></div><div><div>/usr/local/include/ndn-cxx/encoding/block-helpers.hpp:55:1: note:   ‘ndn::prependNonNegativeIntegerBlock’</div></div><div><div> prependNonNegativeIntegerBlock(EncodingImpl<P>& encoder, uint32_t type, uint64_t number)</div></div><div><div> ^</div></div><div><div>cc1plus: warning: unrecognized command line option "-Wno-nested-anon-types" [enabled by default]</div></div><div><div><br></div></div><div><div>In file included from ../src/chat-dialog.hpp:25:0,</div></div><div><div>                 from ../src/controller.hpp:26,</div></div><div><div>                 from ../src/main.cpp:14:</div></div><div><div>../src/digest-tree-scene.hpp:22:20: fatal error: Leaf.hpp: No such file or directory</div></div><div><div> #include <Leaf.hpp></div></div><div><div>                    ^</div></div><div><div>compilation terminated.</div></div></blockquote><div><div><br></div></div><div>/anil.</div><div><br></div></div>