You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using Makefile_ImageMagick.txt from this issue: #6
But after a long time build I'm getting error:
Making install in src
make[2]: Entering directory `/var/task/build/fontconfig-2.13.0/src'
GEN fcobjshash.h
/var/task/build/fontconfig-2.13.0/missing: line 81: gperf: command not found
WARNING: 'gperf' is missing on your system.
You might have modified some files without having the proper
tools for further handling them. Check the 'README' file, it
often tells you about the needed prerequisites for installing
this package. You may also peek at any GNU archive site, in
case some other package contains this missing 'gperf' program.
make[2]: *** [fcobjshash.h] Error 1
make[2]: Leaving directory `/var/task/build/fontconfig-2.13.0/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/task/build/fontconfig-2.13.0'
make: *** [/var/task/build/cache/lib/libfontconfig.a] Error 2
make: *** [all] Error 2
Hi,
I'm using Makefile_ImageMagick.txt from this issue:
#6
But after a long time build I'm getting error:
I tried:
and then
make all
but still get issue with gperf: command not found
yum install gperf output:
The text was updated successfully, but these errors were encountered: