trying to build, i get errors like
==> Starting build()...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force
autoreconf: running: /usr/bin/autoconf --force
configure.ac:16: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.ac:16: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:16: the top level
configure.ac:51: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:51: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:51: the top level
configure:15496: error: possibly undefined macro: AC_LIB_LINKFLAGS_FROM_LIBS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
==> ERROR: A failure occurred in build().
Aborting...
i get the same trying to build version 0.6.4. on the 0.6.4 PKGBUILD i used, i commented out the line
# autoreconf -i --force --verbose
and now it seems to build correctly. i don't know about functionality, as i don't know the effect of the autoreconf (nor have i ever used guile-reader before.)
Pinned Comments
haawda commented on 2018-11-20 22:49 (UTC) (edited on 2022-11-26 11:56 (UTC) by haawda)
Builds fine here.
Edit: now I see what you mean. It mixes up several guile versions, if several guile versions are installed. The only clean solution is to uild in a clean chroot.