bugGnash - The GNU Flash player - Bugs: bug #47946, error: allocating an object of...

 
 

bug #47946: error: allocating an object of abstract class type 'accumulator_type<int>'

Submitter:  Real Name <l29ah>
Submitted:  Tue 17 May 2016 02:13:11 PM UTC
   
 
Category:  gui-gtk Severity:  3 - Normal
Release:  master Status:  Duplicate
Privacy:  Public Assigned to:  bjacques
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 17 Jul 2016 07:43:11 PM UTC, comment #1: 

Duplicates #46148

Bastiaan Jacques <bjacques>
Group Member
Tue 17 May 2016 02:13:11 PM UTC, original submission:  

Cannot build gnash with clang-3.8.0:

In file included from gnash.cpp:52:
../libbase/accumulator.h:103:16: error: allocating an object of abstract class type 'accumulator_type<int>'
    return new accumulator_type<T>();
               ^
gnash.cpp:285:19: note: in instantiation of function template specialization 'accumulator<int>' requested here
    ("verbose,v", accumulator<int>()
                  ^
/usr/include/boost/program_options/value_semantic.hpp:44:22: note: unimplemented pure virtual method
      'adjacent_tokens_only' in 'accumulator_type'
        virtual bool adjacent_tokens_only() const = 0;
                     ^
1 error generated.

Real Name <l29ah>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bjacques (Updated the item)
  • -email is unavailable- added by l29ah (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-07-17 bjacques StatusConfirmed Duplicate
        Open/ClosedOpen Closed
    2016-07-17 bjacques StatusNone Confirmed
        Assigned toNone bjacques

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code