Hi all, I'm getting "Gettext infrastructure mismat...
# sky130
p
Hi all, I'm getting "Gettext infrastructure mismatch" While installing Analog wave viewer. Can anyone suggest me? @ALOK PRATAP SINGH
s
Try all suggestions written here.
a
@Stefan Schippers I have given these commands "
Copy code
aclocal && automake --add-missing && autoconf
./configure
make
sudo make install
"but still showing same error
s
If that fails keep on readng and go for the next: there is a gettext version mismatch between the expected one and the one installed on your system. edit the file po/Makefile.in.in and locate the following line:
Copy code
GETTEXT_MACRO_VERSION = 0.18
change the number to 0.19, the version number of gettext installed on your system. Run configure and make:
Copy code
aclocal && automake --add-missing && autoconf
./configure
make
sudo make install
a
Yes @Stefan Schippers it's working now I changed in Makefile.in.in