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:
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
ALOK PRATAP SINGH
03/06/2023, 3:55 AM
Yes @Stefan Schippers it's working now
I changed in Makefile.in.in
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.