On Thu, Jun 13 2019, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > The kwset functionality makes use of the obstack code, which expects to > be handed a function that can allocate large chunks of data. It expects > that function to accept a `size` parameter of type `long`. > > This upsets GCC 8 on Windows, because `long` does not have the same > bit size as `size_t` there. > > Now, the proper thing to do would be to switch to `size_t`. But this > would make us deviate from the "upstream" code even further, making it > hard to synchronize with newer versions, and also it would be quite > involved because that `long` type is so invasive in that code. Also because we'd need to switch git.git to GPLv3, as noted at the top of the file we've grabbed the last GPLv2 version of this code. That or convince these authors of GNU grep to dual-license their contributions, assuming their code isn't derived from something else (I didn't check): grep.git $ git shortlog -sn e7ac713d.. -- '*kwset*' 25 Jim Meyering 25 Paul Eggert 8 Norihiro Tanaka 2 Paolo Bonzini 1 Karl Berry 1 Tony Abou-Assaleh 1 Yuliy Pisetsky