fieldgen icon indicating copy to clipboard operation
fieldgen copied to clipboard

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

Open aman-tiwari opened this issue 4 years ago • 0 comments

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.

aman-tiwari avatar Aug 12 '20 00:08 aman-tiwari