kazuho / picohash

header-file-only implementation of various hash algorithms
89 stars 11 forks source link

compile error on DragonFlyBSD #2

Open kazuho opened 4 years ago

kazuho commented 4 years ago

According to https://github.com/h2o/h2o/issues/2220, picohash does not compile on DragonFlyBSD. It fails to determine the endian.

averms commented 3 years ago

DragonflyBSD has sys/endian.h instead of endian.h.

UlasSAYGINIM commented 3 years ago

that means? only include file path is broken? or something else?