Skip to content

C++ version issue with rootv6.26 #23

Description

@rcoleman48

I ran into when trying to compile NTuple with rootv6.26.00 since it requires support for C++14 or higher. There is a work around by editting the Makefile: if you change line 27
CXXFLAGS = -std=gnu++0x -pedantic -Wall -Wno-long-long -g -O3
to
CXXFLAGS = -std=c++14 -pedantic -Wall -Wno-long-long -g -O3

I am not going to push these changes since this will likely cause errors for anyone using an earlier version of root.

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