You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to build ntfs-3g from source on Mojave.
Trying autogen.sh, an message appeard:
Running autoreconf --verbose --install --force
main::scan_file() called too early to check prototype at /usr/local/git/bin/aclocal line 617.
Useless use of /d modifier in transliteration operator at /usr/local/git/share/automake-1.10/Automake/Wrap.pm line 60.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/git/bin/automake line 3824.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
main::scan_file() called too early to check prototype at /usr/local/git/bin/aclocal line 617.
configure.ac:337: warning: macro `AM_PATH_LIBGCRYPT' not found in library
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/local/git/bin/autoconf --force
configure.ac:199: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:244: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:337: error: possibly undefined macro: AM_PATH_LIBGCRYPT
configure.ac:342: error: possibly undefined macro: AC_MSG_WARN
autoreconf: /usr/local/git/bin/autoconf failed with exit status: 1
How can I fix it?
My autotools version:
autoconf (GNU Autoconf) 2.61
automake (GNU automake) 1.10.1
The text was updated successfully, but these errors were encountered:
Hi, I tried to build ntfs-3g from source on Mojave.
Trying autogen.sh, an message appeard:
How can I fix it?
My autotools version:
autoconf (GNU Autoconf) 2.61
automake (GNU automake) 1.10.1
The text was updated successfully, but these errors were encountered: