Piyush Dwivedi
03/04/2023, 7:07 AMSUMANTO KAR
03/04/2023, 7:11 AMStefan Schippers
03/04/2023, 9:58 AMALOK PRATAP SINGH
03/04/2023, 12:24 PMaclocal && automake --add-missing && autoconf
./configure
make
sudo make install
"but still showing same errorStefan Schippers
03/04/2023, 9:23 PMGETTEXT_MACRO_VERSION = 0.18
change the number to 0.19, the version number of gettext installed on your system.
Run configure and make:
aclocal && automake --add-missing && autoconf
./configure
make
sudo make install
ALOK PRATAP SINGH
03/06/2023, 3:55 AM