Hi!
I'm working on an Apple M2. I have snappy 1.1.10 and snzip 1.0.5 installed via Homebrew,
When I try to run a command using raw format I get an error. For example:
λ ~ snzip -t raw
Unknown file format name raw
Readme says The raw format support is enabled only when snzip is compiled for snappy 1.1.3 or upper. so I tried to compile from source but also then it's not working.
λ ~/Downloads/snzip-1.0.5 ./configure --with-snappy=/opt/homebrew/Cellar/snappy/1.1.10`
...
checking snappy::Uncompress(snappy::Source*, snappy::Sink*)... no
configure: WARNING: raw format is not supported with this snappy version.
...
Any ideas?
Hi!
I'm working on an Apple M2. I have
snappy 1.1.10andsnzip 1.0.5installed via Homebrew,When I try to run a command using raw format I get an error. For example:
Readme says
The raw format support is enabled only when snzip is compiled for snappy 1.1.3 or upper.so I tried to compile from source but also then it's not working.Any ideas?