bug-autoconf
[Top][All Lists]
Advanced

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

Re: bug compiling grip 3.2.0


From: Ralf Wildenhues
Subject: Re: bug compiling grip 3.2.0
Date: Thu, 16 Oct 2008 07:48:00 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Hector,

thanks for the report.

* Hector Ayala Arreola wrote on Wed, Oct 15, 2008 at 08:18:24PM CEST:
> 
> address@hidden:~/Downloads/Software/grip-3.2.0> ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> /home/hector/Downloads/Software/grip-3.2.0/missing: Unknown `--run' option
> Try `/home/hector/Downloads/Software/grip-3.2.0/missing --help' for more
> information
> configure: WARNING: `missing' script is too old or missing

First, it looks like grip is using a rather old version of the script
called 'missing'.  It should use a newer one (automake --force-missing
can install one).

> checking cdda_paranoia.h usability... no
> checking cdda_paranoia.h presence... yes
> configure: WARNING: cdda_paranoia.h: present but cannot be compiled
> configure: WARNING: cdda_paranoia.h: check for missing prerequisite headers?
> configure: WARNING: cdda_paranoia.h: proceeding with the preprocessor's
> result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to address@hidden ##
> configure: WARNING:     ## ------------------------------------ ##

Next, please read
<http://www.gnu.org/software/autoconf/manual/html_node/Present-But-Cannot-Be-Compiled.html>
then look at the config.log snippet corresponding to the above output,
then report the data (the full compiler error) to the maintainer of
the grip package, so they can adjust their configure.ac script.

Also, please tell them to enter the bug reporting address of their
package as third argument to AC_INIT (that way the above warning
will direct users to their list right away).

Thanks,
Ralf




reply via email to

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