Project

General

Profile

Actions

Bug #1222

closed

ndn-cpp tests don't compile

Added by susmit shannigrahi about 11 years ago. Updated about 11 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/04/2014
Due date:
% Done:

0%

Estimated time:

Description

===============================================
Trying to compile test-publish-async.cpp 
===============================================

edith-cavell:~/ndn-cpp/tests$ g++ test-publish-async.cpp -lndn -I ../include/
In file included from ../include/ndn-cpp/name.hpp:17:0,
                 from ../include/ndn-cpp/interest.hpp:11,
                 from ../include/ndn-cpp/face.hpp:11,
                 from test-publish-async.cpp:12:
../include/ndn-cpp/util/blob.hpp:27:40: error: expected template-name before ‘<’ token
 class Blob : public ptr_lib::shared_ptr<const std::vector<uint8_t> > {
                                        ^
../include/ndn-cpp/util/blob.hpp:27:40: error: expected ‘{’ before ‘<’ token
../include/ndn-cpp/util/blob.hpp:27:40: error: expected unqualified-id before ‘<’ token
test-publish-async.cpp:140:1: error: expected ‘}’ at end of input
 }
 ^

===============================================
Trying to compile test-encode-decode-data.cpp 
===============================================

edith-cavell:~/ndn-cpp/tests$ g++ test-encode-decode-data.cpp -lndn -I ../include/
\In file included from ../include/ndn-cpp/name.hpp:17:0,
                 from ../include/ndn-cpp/data.hpp:11,
                 from test-encode-decode-data.cpp:12:
../include/ndn-cpp/util/blob.hpp:27:40: error: expected template-name before ‘<’ token
 class Blob : public ptr_lib::shared_ptr<const std::vector<uint8_t> > {
                                        ^
../include/ndn-cpp/util/blob.hpp:27:40: error: expected ‘{’ before ‘<’ token
../include/ndn-cpp/util/blob.hpp:27:40: error: expected unqualified-id before ‘<’ token
test-encode-decode-data.cpp:298:1: error: expected ‘}’ at end of input
 }

Files

bug.txt (1.74 KB) bug.txt susmit shannigrahi, 02/04/2014 08:55 AM
Actions

Also available in: Atom PDF