On 10/18/2009 12:30 PM, n...@emeraldcomputers.com wrote:
Greetings,
a 'configure' script requests that i report a bug to this address.
I encounter it when running the configure script for grip.
http://www.nostatic.org/grip/
The following output occurs when
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: see the Autoconf documentation
configure: WARNING: cdda_paranoia.h: section "Present But Cannot Be
Compiled"
configure: WARNING: cdda_paranoia.h: proceeding with the compiler's result
This is a message from a very recent autoconf, so it's two bugs in
grips. 1) that it tells you to report here; they should add a bug
reporting address to the configure script, so that recent Autoconf will
tell you to report it to the grip maintainers. 2) their test for
cdda_paranoia.h is incomplete.
The configure script is warning you about possible incompatibilities
between cdda_paranoia.h and other, already detected headers. Most
likely, however, cdda_paranoia.h requires to be included after some
other include file.
The proper way the handle this case is found in the manual section
"Header Present But Cannot Be Compiled". Please point this out to the
grip maintainers.
Paolo