Skip to content

Determine minimal gcc version for echo_chamber and modify cmake to enforce it. #49

Description

@inetic

It seems g++ 4.8 doesn't support some random features that the echo_chamber is using.

/home/ubuntu/np1sec/test/echo_chamber/tests.cc:547:10: error: ‘random_device’ in namespace ‘std’ does not name a type
     std::random_device rd;
 
(16:28:01) donncha: 
/home/ubuntu/np1sec/test/echo_chamber/tests.cc:548:10: error: ‘mt19937’ in namespace ‘std’ does not name a type
     std::mt19937 gen;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions