tippecanoe icon indicating copy to clipboard operation
tippecanoe copied to clipboard

OpenBSD changes needed: Changed makefile using sh, changed main.cpp i…

Open rayit opened this issue 4 years ago • 2 comments

For OpenBSD I needed to change the Makefile /bin/bash to /bin/sh (or do a ln -s /usr/local/bin/bash in /bin)

OpenBSD failed on #include <sys/statfs.h>

rayit avatar Dec 20 '20 14:12 rayit

Thanks! I'll merge this after testing if I can get it working on all platforms. The tests are failing because the parallel test uses <(), which isn't supported in /bin/sh on one of the target systems.

e-n-f avatar Feb 12 '21 16:02 e-n-f

I was glad I could get it working for OpenBSD.

Many thanks!!

Raymond

On 2021-02-12 17:33, Eric Fischer wrote:

Thanks! I'll merge this after testing if I can get it working on all platforms. The tests are failing because the parallel test uses <(), which isn't supported in /bin/sh on one of the target systems.

-- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub [1], or unsubscribe [2].

Links:

[1] https://github.com/mapbox/tippecanoe/pull/894#issuecomment-778300173 [2] https://github.com/notifications/unsubscribe-auth/ABCXNAVYWZCLA4IIJQIFJKDS6VJ6PANCNFSM4VDDZ4TQ

rayit avatar Feb 12 '21 20:02 rayit