GNOME Bugzilla – Bug 753113
make fails without gperf
Last modified: 2015-08-01 00:05:48 UTC
When building gnome-characters on Debian I had fulfilled all dependencies asked for by autogen.sh. However, when trying "make", it failed with these lines: gperf -m 10 ./unictype/categ_byname.gperf > ./unictype/categ_byname.h-t /bin/bash: gperf: command not found Installing the package gperf fixes this for me. autogen.sh should probably check for the availability of gperf along with other build dependencies.
Thanks, pushed a fix in your name.