https://open-source-silicon.dev logo
Title
p

Piyush Dwivedi

03/04/2023, 7:07 AM
Hi all, I'm getting "Gettext infrastructure mismatch" While installing Analog wave viewer. Can anyone suggest me? @ALOK PRATAP SINGH
s

Stefan Schippers

03/04/2023, 9:58 AM
Try all suggestions written here.
a

ALOK PRATAP SINGH

03/04/2023, 12:24 PM
@Stefan Schippers I have given these commands "
aclocal && automake --add-missing && autoconf
./configure
make
sudo make install
"but still showing same error
s

Stefan Schippers

03/04/2023, 9:23 PM
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:
GETTEXT_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
a

ALOK PRATAP SINGH

03/06/2023, 3:55 AM
Yes @Stefan Schippers it's working now I changed in Makefile.in.in