Firstly, thank you for this project!
I tried to build the latest version for a 32-bit machine and got the following error:
$ GOARCH=386 GOOS=linux go build ./...
# github.com/stangelandcl/ppmd
$HOME/pkg/mod/github.com/stangelandcl/ppmd@v0.1.0/reader.go:25:42: (0xFFFFFFFF - 12 * 3) (untyped int constant 4294967259) overflows int
I know the error is coming from https://github.com/stangelandcl/ppmd, but that project has not been updated in four years, so I figured you'd want to know :)
Firstly, thank you for this project!
I tried to build the latest version for a 32-bit machine and got the following error:
I know the error is coming from https://github.com/stangelandcl/ppmd, but that project has not been updated in four years, so I figured you'd want to know :)