Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cygwin compilation #11

Open
buttim opened this issue Nov 24, 2020 · 0 comments
Open

Cygwin compilation #11

buttim opened this issue Nov 24, 2020 · 0 comments

Comments

@buttim
Copy link

buttim commented Nov 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant