guile-reader-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [guile-reader-devel] Build problems


From: Ludovic Courtès
Subject: Re: [guile-reader-devel] Build problems
Date: Sun, 01 May 2016 13:01:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi Vladimir,

Vladimir Zhbanov <address@hidden> skribis:

> Just tried to install guile-reader. It told me it could not find
> the file 'build-aux/config.rpath' during 'autoconf' or 'autoreconf

Running ‘autoreconf’ & co. is necessary if and only if you’re building
from Git.

Unless you’re planning to hack on Guile-Reader itself, I’d recommend
fetching
<http://download.savannah.gnu.org/releases/guile-reader/guile-reader-0.6.1.tar.gz>.
>From there, all you need to do is run the usual sequence:

  ./configure && make && make check && make install

(See ‘INSTALL’ for details.)

> -i'. I figured out this is some gettext's stuff and disabled
> autopoint invocation using 'AUTOPOINT=/bin/true autoreconf -i',
> but this only moved the issue to the next level, other errors
> occured on the './configure' step. I solved the issue by adding
> the following line in configure.ac:
>
> AM_GNU_GETTEXT_VERSION([0.16])

This is surprising because Guile-Reader doesn’t use Gettext.  I don’t
seem to need it here:

--8<---------------cut here---------------start------------->8---
$ autoreconf -vfi
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: running: 
/gnu/store/51s6w6jw83rmdfyqhwmxrvv5qbzypz9b-autoconf-2.69/bin/autoconf --force
autoreconf: running: 
/gnu/store/51s6w6jw83rmdfyqhwmxrvv5qbzypz9b-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:25: installing 'build-aux/compile'
configure.ac:8: installing 'build-aux/missing'
src/Makefile.am: installing 'build-aux/depcomp'
autoreconf: Leaving directory `.'
$ autoreconf --version
autoreconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
$ git describe
v0.6.1-2-g64a32bc
--8<---------------cut here---------------end--------------->8---

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]