0

SARG : make[1]: *** [check-macro-version] Error 1

hello .., i tried SARG configuration in centos 7 i got below error... i configured same as what you done on the post but i dont why it occurs. please help me.

make[1]: Entering directory `/root/Desktop/sarg-2.3.10/po' 
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19
make[1]: *** [check-macro-version] Error 1
make[1]: Leaving directory `/root/Desktop/sarg-2.3.10/po' 
make: *** [install-po] Error 2

nathan
asked Sep 27, 2017
1 Answer
0

open Makefile.in.in file from /root/sarg-2.3.10/po location.. and change the macro version as shown below and retry it will work.

GETTEXT_MACRO_VERSION = 0.19

View More
karthikeynar
answered Sep 27, 2017
Your Answer
||||
 
100:0