Skip to content

Cygwin compilation #11

@buttim

Description

@buttim

I had just one error from the compiler which I eliminated with a simple change to the Makefile (line 17) from:

CXXFLAGS += -I$(BUILD_DIR) -I$(SRC_DIR) -g -std=c++0x

to:

CXXFLAGS += -I$(BUILD_DIR) -I$(SRC_DIR) -g -std=gnu++0x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions