Project

General

Profile

Bug #1222 » bug.txt

susmit shannigrahi, 02/04/2014 08:55 AM

 
===============================================
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
}


    (1-1/1)