Hello Hector, thanks for the report.
* Hector Ayala Arreola wrote on Wed, Oct 15, 2008 at 08:18:24PM CEST: > > [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED] ## > 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
