Project

General

Profile

Actions

Bug #3128

closed

Compilation fails with boost 1.59

Added by Ilya Moiseenko over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
High
Category:
Utils
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:

Description

$ ./waf configure
Checking boost includes                               : 1.59.0 
Checking boost libs                                   : ok 
Checking for boost linkage                            : ok 
'configure' finished successfully (3.852s)

$ ./waf
[ 83/138] Compiling tools/ndnsec/main.cpp
In file included from ../tools/ndnsec/main.cpp:26:
/Users/ilmoisee/ndn-cxx/tools/ndnsec/util.hpp:226:14: error: allocating an object of abstract class type 'AccumulatorType<int>'
  return new AccumulatorType<T>(store);
             ^
/Users/ilmoisee/ndn-cxx/tools/ndnsec/list.hpp:121:19: note: in instantiation of function template specialization 'accumulator<int>' requested here
    ("verbose,v", accumulator<int>(&verboseLevel),
                  ^
/opt/local/include/boost/program_options/value_semantic.hpp:44:22: note: unimplemented pure virtual method 'adjacent_tokens_only' in 'AccumulatorType'
        virtual bool adjacent_tokens_only() const = 0;
                     ^
1 error generated.
Actions

Also available in: Atom PDF