kubo / snzip

Snzip, a compression/decompression tool based on snappy
Other
217 stars 30 forks source link

Fails to compile on OSX #1

Closed mithun closed 12 years ago

mithun commented 12 years ago
`crc32.c:47:20: error: endian.h: No such file or directory`

I don't think endian.h is portable, but not sure.

kubo commented 12 years ago

Thanks. I fixed it by using the autoconf macro AC_C_BIGENDIAN.