درود
من میخواستم GyachE رو نصب کنم با مراجعه به فایل install.txt که در پوشهش هست
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
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
اول باید خط زیر رو اجرا کنم
./autogen.sh
که موقع اجرا این خروجی رو میده
farshid@farshid-laptop:~/Desktop/gyachi-1.2.1$ ./autogen.sh
searching for GNU gettext intl directory...
-> /usr/share/gettext/intl ... found it
copying gettext intl files ...
running aclocal ...
configure.ac:45: warning: macro `AM_PATH_GTK_2_0' not found in library
configure.ac:46: warning: macro `AM_PATH_GLIB_2_0' not found in library
configure.ac:15: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
/usr/share/aclocal/lock.m4:29: gl_LOCK_EARLY_BODY is expanded from...
/usr/share/aclocal/lock.m4:22: gl_LOCK_EARLY is expanded from...
/usr/share/aclocal/lock.m4:253: gl_LOCK is expanded from...
/usr/share/aclocal/intl.m4:186: gt_INTL_SUBDIR_CORE is expanded from...
/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.ac:15: the top level
configure.ac:15: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
running libtoolize ...
running autoheader ...
configure.ac:15: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
aclocal.m4:9614: gl_LOCK_EARLY_BODY is expanded from...
aclocal.m4:9607: gl_LOCK_EARLY is expanded from...
aclocal.m4:9838: gl_LOCK is expanded from...
aclocal.m4:939: gt_INTL_SUBDIR_CORE is expanded from...
aclocal.m4:778: AM_INTL_SUBDIR is expanded from...
aclocal.m4:100: AM_GNU_GETTEXT is expanded from...
configure.ac:15: the top level
configure.ac:15: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
running automake ...
configure.ac:15: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
aclocal.m4:9614: gl_LOCK_EARLY_BODY is expanded from...
aclocal.m4:9607: gl_LOCK_EARLY is expanded from...
aclocal.m4:9838: gl_LOCK is expanded from...
aclocal.m4:939: gt_INTL_SUBDIR_CORE is expanded from...
aclocal.m4:778: AM_INTL_SUBDIR is expanded from...
aclocal.m4:100: AM_GNU_GETTEXT is expanded from...
configure.ac:15: the top level
configure.ac:15: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
running autoconf ...
configure.ac:15: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
aclocal.m4:9614: gl_LOCK_EARLY_BODY is expanded from...
aclocal.m4:9607: gl_LOCK_EARLY is expanded from...
aclocal.m4:9838: gl_LOCK is expanded from...
aclocal.m4:939: gt_INTL_SUBDIR_CORE is expanded from...
aclocal.m4:778: AM_INTL_SUBDIR is expanded from...
aclocal.m4:100: AM_GNU_GETTEXT is expanded from...
configure.ac:15: the top level
configure.ac:15: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
configure.ac:45: error: possibly undefined macro: AM_PATH_GTK_2_0
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:46: error: possibly undefined macro: AM_PATH_GLIB_2_0
autoconf failed, stopping.
ی سری چیزا پیدا کردم اما نتونستم درستش کنم، ممنون که راهنمایی میکنید