Closed ghenry closed 2 years ago
Errors like:
~/src/libmcrx$ ./autogen.sh
configure.ac:9: installing 'build-aux/compile'
configure.ac:7: installing 'build-aux/install-sh'
configure.ac:7: installing 'build-aux/missing'
Makefile.am:45: error: library used but 'RANLIB' is undefined
Makefile.am:45: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'
Makefile.am:45: to 'configure.ac' and run 'autoconf' again.
Makefile.am:44: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:44: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:44: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:44: If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:44: its definition is in aclocal's search path.
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
autoreconf: automake failed with exit status: 1
This is due to libtool / libtool-bin not being install. Apologies. No issues building on Ubuntu. Closing.
Resolving these, so we can then add a GitHub Action for CI/CD like:
https://github.com/SentryPeer/SentryPeer/actions/runs/1786335895 https://github.com/SentryPeer/SentryPeer/actions/runs/1786335895/workflow
then we can do Coverity scans and all sorts like:
https://github.com/SentryPeer/SentryPeer/actions