Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
All I can think of is to find the gettext/intl/ directory and edit the autogen.sh script to point to it. Though if it isn't in /usr/share, /usr/local/share, /opt/share, /usr, /usr/local, /opt, /usr/gnu/share, /opt/local or /opt/local/share, I have no idea where else it would be, if it is really installed.
Hey ppl I removed and reinstalled the package the previous problem is resolved now I'm getting a new one
Code:
# ./autogen.sh
searching for GNU gettext intl directory...
-> /usr/share/gettext/intl ... found it
copying gettext intl files ...
running aclocal ...
aclocal:configure.ac:12: warning: macro `AM_DISABLE_STATIC' not found in library
aclocal:configure.ac:13: warning: macro `AM_PROG_LIBTOOL' not found in library
aclocal:configure.ac:25: warning: macro `AM_PATH_GTK_2_0' not found in library
aclocal:configure.ac:26: warning: macro `AM_PATH_GLIB_2_0' not found in library
running libtoolize ...
running autoheader ...
running automake ...
running autoconf ...
configure.ac:12: error: possibly undefined macro: AM_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:13: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:25: error: possibly undefined macro: AM_PATH_GTK_2_0
configure.ac:26: error: possibly undefined macro: AM_PATH_GLIB_2_0
autoconf failed, stopping.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.