Caleb Maclennan

Results 1654 comments of Caleb Maclennan

Thanks, but I don't think it's the path in this case. They are there at the expected location.

I believe this needs to be merged, far too many people are having to run their own forks to get this to behave itself. Contrary to what @justinmk commented, this...

1. I'm way out of my depth on this one. Perhaps it would be best to build the Windows version `--without-pthread`? Or is the problem that we need to force...

You might ask about the `clang` thing while you are at it, I don't know what the default build environment is but I noticed this [bit the Alpine packager too](https://gitlab.alpinelinux.org/alpine/aports/-/issues/13807)...

If we need to bundle the DLL I suppose the binary artifacts we attach should probably be a zip file with the dll and exe (and whatever else Windows users...

I think the config error you posted is actually about the warning at the very top and that I [commented on here](https://github.com/kspalaiologos/bzip3/commit/cda40df89108e93b7ae99bb508c03d5846edccf4#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721) > The requested image's platform (linux/arm/v6) does not...

You kind of are — just because you are in a Docker container with a bunch of other platform header files and emulation going on doesn't mean `autoconf` isn't going...

Yes, I believe commented on that in an earlier PR ;-) We could include it in `Makefile.am` with: ```makefile EXTRA_DIST += etc/shakespeare.txt ``` **BUT** I would suggest a different test...

Also note at one point I had `check: rountrip` to automatically trigger the round trip test, but that broke `make check` for cross-compiles since the host couldn't run them. The...

> I decided to use `configure`. Allow me to suggest the README or something that is not otherwise part of the build. Running it on configure will bump the timestamp...