mapbox / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
2.73k stars 432 forks source link

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

Open rayit opened 3 years ago

rayit commented 3 years ago

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>

e-n-f commented 3 years ago

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.

rayit commented 3 years ago

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