configure script told me to bug report this
Akim Demaille
akim at epita.fr
Wed Feb 26 11:32:15 CET 2003
Please, report this to the package maintainers, as it's a configure.ac
problem. The Autoconf 2.57 doc says:
Previous versions of Autoconf merely checked whether the header was
accepted by the preprocessor. This was changed because the old test was
inappropriate for typical uses. Headers are typically used to compile,
not merely to preprocess, and the old behavior sometimes accepted
headers that clashed at compile-time. If you need to check whether a
header is preprocessable, you can use `AC_PREPROC_IFELSE' (*note
Running the Preprocessor::).
This scheme, which improves the robustness of the test, also requires
that you make sure that headers that must be included before the
HEADER-FILE be part of the INCLUDES, (*note Default Includes::). If
looking for `bar.h', which requires that `foo.h' be included before if
it exists, we suggest the following scheme:
AC_CHECK_HEADERS([foo.h])
AC_CHECK_HEADERS([bar.h], [], [],
[#if HAVE_FOO_H
# include <foo.h>
# endif
])
Thanks!
| Hi.
| I'm not sure how to report this, so I'll just paste the text that says
| I should...
|
| configure: WARNING: dvbpsi/dr.h: present but cannot be compiled
| configure: WARNING: dvbpsi/dr.h: check for missing prerequisite
| headers? configure: WARNING: dvbpsi/dr.h: proceeding with the
| preprocessor's result configure: WARNING: ##
| ------------------------------------ ##
| configure: WARNING: ## Report this to bug-autoconf at gnu.org. ##
| configure: WARNING: ## ------------------------------------ ##
--------------090506000601060400090301--
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list