I am on debian squeeze 64 bit right now and there is no package readily available for gyachi so install from source is the way to go.
First you have to install these dependencies
libgtkspell-dev
libglib2.0-dev
libgtk2.0-dev
libcurl4-openssl-dev
libpulse-dev
libasound2-dev
libnotify-dev
libmcrypt-dev
libgpgme11-dev
libjasper-devĀ *
imagemagick *
libgtkhtml2-dev
libtool
The ones with * might be optional. There might be more and you can get some hints when something goes wrong during the install process.
Next up download the source files for gyachi. Extract and cd into the directory. As root run these commands
./autogen.sh
./configure –disable-rpath –enable-maintainer-mode –prefix /usr –disable-wine
(You may remove the –disable-wine if you are not on an amd64 platform.).
make
If there was still no compile error-
make install
Enjoy gyachi compiled from source!
unfortunately., i wasn’t able to make my webcam work
hei, i coudn,t compile gyachi..i,m not a linux guru. this is the error message : “edu@debEd:~/gyachi-1.1.71$ ./autogen.sh
./autogen.sh: line 27: configure.ac: Permission denied
searching for GNU gettext intl directory…
-> /usr/share/gettext/intl … found it
copying gettext intl files …
running aclocal …
aclocal: macro `AM_PROG_MKDIR_P’ required but not defined
aclocal: macro `AM_PROG_MKDIR_P’ required but not defined
aclocal failed, stopping.
” . i,m running debian lenny amd64.And i have installed all dependencies. Any help is apreciated. Thanks
try sudo ./autogen.sh
you problem is with aclocal try to update it….