1
root@chandrasekar-Calpella:/home/chandrasekar/gftp# ./autogen.sh --prefix=$(pwd)
gettextize -c --intl -f
gettextize: warning: the option '--intl' is deprecated and will be removed

configure.in:89: warning: macro `AM_PATH_GLIB' not found in library
configure.in:205: warning: macro `AM_PATH_GTK' not found in library

autoconf
configure.in:89: error: possibly undefined macro: AM_PATH_GLIB
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:205: error: possibly undefined macro: AM_PATH_GTK

./configure: line 7229: syntax error near unexpected token `1.2.3,'
./configure: line 7229: `  AM_PATH_GLIB(1.2.3, , as_fn_error $? "gFTP needs GLIB 1.2.3 or higher" "$LINENO" 5)'

グーグルで調べた後、glibc および gtk パッケージをインストールする必要があることがわかりました。インストールしようとしましたが、すでにパッケージがインストールされています。そのため、aclocal を実行して *.m4 を生成しましたが、GIT リポジトリからダウンロードした GNOME gftp アプリケーションをビルドできませんでした。ビルドして GNOME gftp への貢献を開始できるように、問題への対処を手伝ってください。

4

1 に答える 1