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
when I run configure I get following: config.status: creating Makefile config.status: error: cannot find input file: src/Makefile.in'`
before this by running autogen.sh script I get following error: configure.ac:57: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
As a result I cannot make/make install the code
The text was updated successfully, but these errors were encountered:
@gongotar Was this on the master branch or on version 1.1.8?
We are in the process of deprecating our Autotools build in favor of CMake. If you want a version with full autotools support, I would suggest version 1.1.8, which is the most recent stable release.
Hi,
when I run configure I get following:
config.status: creating Makefile config.status: error: cannot find input file:
src/Makefile.in'`before this by running autogen.sh script I get following error:
configure.ac:57: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
As a result I cannot make/make install the code
The text was updated successfully, but these errors were encountered: