Skip to content

Support case-sensitive file-systems + Add -std=c++11 #2

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

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

aman-tiwari
Copy link
Contributor

@aman-tiwari aman-tiwari commented Aug 12, 2020

In one place in the Makefile, include/HalfEdge.h is referred to as include/Halfedge.h. This breaks compilation on some filesystems with the error make: *** No rule to make target 'include/Halfedge.h', needed by 'obj/Edge.o'. Stop., as make thinks its a target as it cannot find the file.
In addition, on my Ubuntu 18.04 machine, I had to add -std=c++11 to the CFLAGS.

Fix to let this compile on my machine
@aman-tiwari aman-tiwari changed the title Support case-sensitive file-systems Support case-sensitive file-systems + Add -std=c++11 Aug 12, 2020
@keenancrane keenancrane merged commit 49e1ce7 into GeometryCollective:master Sep 20, 2022
@keenancrane
Copy link
Collaborator

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants