mathieuchartier / mcm

MCM file compressor
GNU General Public License v3.0
110 stars 24 forks source link

build mcm on Linux #7

Closed svpv closed 8 years ago

svpv commented 8 years ago

Hello, I've been trying to build mcm on Linux. The whole thing doesn't quite work for me, though.

$ ./mcm /etc/passwd passwd.mcm ... $ ./mcm d passwd.mcm passwd ... Decompresing archive passwd.mcm Metadata size=23 Mixers 262144 size=8388608 check failed c == 1 zsh: segmentation fault ./mcm d passwd.mcm passwd

mathieuchartier commented 8 years ago

Looks good, but can you sign CLA @ https://cla.developers.google.com/about/google-individual before I can merge this.

svpv commented 8 years ago

I've just submitted my CLA.

Thanks, your CLA has been submitted.

mathieuchartier commented 8 years ago

Check failed c == 1 is probably the bijective check for the ascii reordering, maybe the trunk commit was not a working state. Master branch is not really mean't to be super stable.