I'm experiencing issues with implicit fallthroughs in gperf's generated output. I notice that there are commits to gperf that look as though they might fix that problem, but they are not in the latest version of gperf, version 3.1.
Given that 3.1 is now ~7 years old, I wonder if you could cut a new version? I'm working on eliminating implicit fallthroughs from Meta's code base (as well as all the open source code we use) and gperf is one of the last pieces of code that needs to be updated.
I've tried compiling from source to work around this, but I see
./autogen.sh
./configure
> configure: error: cannot find required auxiliary files: install-sh
I've copied `install-sh` from
here into build-aux and run
./configure
make
but then I see
./options.cc:29:10: fatal error: filename.h: No such file or directory
29 | #include "filename.h"
| ^~~~~~~~~~~~
Best regards,
Richard Barnes