Hi friends Tried Installing GYACHI a Chat protocol which is a replica of Yahoo messenger and has all features like Voice chat, Webcam etc., I downloaded it and tried to install but it gave me the following error
Code:
# ./configure
Please read INSTALL.txt
Contents of Install.txt
Code:
Steps for building a gyachi executable
1) use the autogen script to generate a configure script:
./autogen.sh
2) run configure, with any options that you might prefer:
./configure --disable-rpath --enable-maintainer-mode --prefix /usr --enable-v4l2
3) To generate a Fedora/RedHat spec file
make gyachi.spec
To build an image that will be installed over existing executables
(not recommended):
make
make install
Now when i run ./autogen.sh i'm getting this error!!!!
Code:
# ./autogen.sh
searching for GNU gettext intl directory...
-> /usr/share/gettext/intl ... no
-> /usr/local/share/gettext/intl ... no
-> /opt/share/gettext/intl ... no
-> /usr/gettext/intl ... no
-> /usr/local/gettext/intl ... no
-> /opt/gettext/intl ... no
-> /usr/gnu/share/gettext/intl ... no
-> /opt/local/gettext/intl ... no
-> /opt/local/share/gettext/intl ... no
ERROR: Cannot find gettext/intl directory.
ERROR: Install GNU gettext in /usr or /usr/local prefix.
How to fix this one!!!!!!!!!Pls help me!!!!!!!!