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
unable to install on libfvad on Ubuntu 22.04.1 LTS while doing sudo autoreconf -i . i am facing error as below:
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'ac-aux'.
libtoolize: copying file 'ac-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:16: error: possibly undefined macro: _AC_C_STD_TRY
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:22: error: possibly undefined macro: AC_MSG_ERROR
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
Please help me to fix these issue
The text was updated successfully, but these errors were encountered:
nitinpo-Kore
changed the title
Facing issue while installing libfvad on Ubuntu 22.04.1 LTS
Facing issue while Building libfvad on Ubuntu 22.04.1 LTS
Jun 28, 2023
unable to install on libfvad on Ubuntu 22.04.1 LTS while doing sudo autoreconf -i . i am facing error as below:
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'ac-aux'.
libtoolize: copying file 'ac-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:16: error: possibly undefined macro: _AC_C_STD_TRY
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:22: error: possibly undefined macro: AC_MSG_ERROR
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
Please help me to fix these issue
The text was updated successfully, but these errors were encountered: