unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Stefan Israelsson Tampe <stefan.itampe@gmail.com>
To: Yagnesh Raghava Yakkala <hi@yagnesh.org>
Cc: guile-user@gnu.org
Subject: Re: building guile problem (configure: possibly undefined macro)
Date: Mon, 25 Mar 2013 16:24:43 +0100	[thread overview]
Message-ID: <CAGua6m2BhAFMLR7CcwxAQyMLsAZtgXFnWOfpH-2-68Rv1hmBHg@mail.gmail.com> (raw)
In-Reply-To: <87ip4fd3c0.fsf@yagnesh.org>

Hi,

I had the same problem. The problem is that the aclocal directory in
/usr/local/share or something doesn't get the m4 macro files that you
can find in e.g. /usr/shara/aclocal and it's there the build system
looks. Maybe there is a better fix dunno.

/Stefan

On Mon, Mar 25, 2013 at 2:19 PM, Yagnesh Raghava Yakkala <hi@yagnesh.org> wrote:
>
> Hello Guilers,
>
> My first post on this list, so please go easy.
>
> I am trying to build guile from repository on ubuntu 12.04 LTS. I cloned git repo
> and checked out stable branch.
>
> tried to run "autgen.sh"
>
> First, problem automake version.
>
> It seems to build guile I need to have automake 1.12 atleast.
>
> ╭─────
> │okhotsk19:~/repos/scm/guile$ /usr/bin/automake --version
> │automake (GNU automake) 1.11.3
> │Copyright (C) 2011 Free Software Foundation, Inc.
> │License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.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 Tom Tromey <tromey@redhat.com>
> │       and Alexandre Duret-Lutz <adl@gnu.org>.
> ╰─────
>
> I feel that dependency is somewhat harsh given that ubuntu 12.04 is the latest LTS.
>
>
> Any way I compiled automake from source,
>
> ╭─────
> │okhotsk19:~/repos/scm/guile$ automake --version
> │automake (GNU automake) 1.12.4
> │Copyright (C) 2012 Free Software Foundation, Inc.
> │License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.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 Tom Tromey <tromey@redhat.com>
> │       and Alexandre Duret-Lutz <adl@gnu.org>.
> ╰─────
>
> Now, I run autogen.sh gives errors. here is shell log.
>
> --8<---------------cut here---------------start------------->8---
> okhotsk19:~/repos/scm/guile$ ./autogen.sh
>
> autoconf (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.
>
> automake (GNU automake) 1.12.4
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.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 Tom Tromey <tromey@redhat.com>
>        and Alexandre Duret-Lutz <adl@gnu.org>.
>
> libtool (GNU libtool) 2.4.2
> Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
>
> Copyright (C) 2011 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> m4 (GNU M4) 1.4.16
> Copyright (C) 2011 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.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 Rene' Seindal.
>
> flex 2.5.35
>
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal --force -I m4
> configure.ac:881: warning: macro 'AM_GNU_GETTEXT' not found in library
> autoreconf: configure.ac: tracing
> autoreconf: configure.ac: not using Libtool
> autoreconf: running: /home/yagnesh/local/bin/autoconf --force
> configure.ac:61: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:80: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
> configure.ac:81: error: possibly undefined macro: AC_PROG_LIBTOOL
> configure.ac:908: error: possibly undefined macro: AM_GNU_GETTEXT
> autoreconf: /home/yagnesh/local/bin/autoconf failed with exit status: 1
> --8<---------------cut here---------------end--------------->8---
>
> Thanks.
> --
> ఎందరో మహానుభావులు అందరికి వందనములు.
> YYR
>
>



  parent reply	other threads:[~2013-03-25 15:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25 13:19 building guile problem (configure: possibly undefined macro) Yagnesh Raghava Yakkala
2013-03-25 14:33 ` Ludovic Courtès
2013-03-25 20:00   ` Yagnesh Raghava Yakkala
2013-03-25 15:24 ` Stefan Israelsson Tampe [this message]
2013-03-25 15:40   ` Yagnesh Raghava Yakkala
2013-03-25 15:43     ` Stefan Israelsson Tampe
2013-03-25 16:26       ` SOLVED; " Yagnesh Raghava Yakkala
2013-03-25 18:01 ` Mark H Weaver
2013-03-25 18:06   ` Mark H Weaver
2013-03-25 20:10     ` Yagnesh Raghava Yakkala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGua6m2BhAFMLR7CcwxAQyMLsAZtgXFnWOfpH-2-68Rv1hmBHg@mail.gmail.com \
    --to=stefan.itampe@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=hi@yagnesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).