bug-autoconf
[Top][All Lists]
Advanced

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

Re: none


From: Akim Demaille
Subject: Re: none
Date: Wed, 26 Feb 2003 11:26:09 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2


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!

| sw/include/libxml2 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0
| -I/sw/include
| /pango-1.0 -I/usr/X11R6/include -I/sw/include/freetype2 -I/sw/include
| -I/sw/incl
| ude/glib-2.0 -I/sw/lib/glib-2.0/include
| checking LIBGLADE_LIBS... -L/sw/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2
| -lz -lgdk-x
| 11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
| -lpango-1.0 -l
| gobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv
| sed: first RE may not be empty
| checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in
| the pkg-c
| onfig search path.
| Perhaps you should add the directory containing `gtkgl-2.0.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'gtkgl-2.0' found
| sed: first RE may not be empty
| checking arrayobject.h usability... no
| checking arrayobject.h presence... no
| checking for arrayobject.h... no
| checking Extensions/arrayobject.h usability... no
| checking Extensions/arrayobject.h presence... no
| checking for Extensions/arrayobject.h... no
| checking Numeric/arrayobject.h usability... no
| checking Numeric/arrayobject.h presence... yes
| configure: WARNING: Numeric/arrayobject.h: present but cannot be
| compiled
| configure: WARNING: Numeric/arrayobject.h: check for missing
| prerequisite header
| s?
| configure: WARNING: Numeric/arrayobject.h: proceeding with the
| preprocessor's re
| sult
| configure: WARNING:     ## ------------------------------------ ##
| configure: WARNING:     ## Report this to address@hidden ##
| configure: WARNING:     ## ------------------------------------ ##
| checking for Numeric/arrayobject.h... yes
| configure: creating ./config.status
| config.status: creating Makefile
| config.status: creating pygtk-2.0.pc
| config.status: creating codegen/Makefile
| config.status: creating gtk/Makefile
| config.status: creating docs/Makefile
| config.status: creating codegen/pygtk-codegen-2.0
| config.status: creating pygtk.spec
| config.status: creating config.h
| config.status: executing depfiles commands
| 
| 
| 
| 




reply via email to

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