Hi,
while configuring http://nostatic.org/grip/ Version 3.2.0 there are some
warnings:
configure: WARNING: libintl.h: accepted by the compiler,
rejected by the preprocessor!
configure: WARNING: libintl.h: proceeding with the
preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoc...@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for libintl.h... no
checking cdda_interface.h usability... yes
checking cdda_interface.h presence... no
configure: WARNING: cdda_interface.h: accepted by the compiler,
rejected by the preprocessor!
configure: WARNING: cdda_interface.h: proceeding with the
preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoc...@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
please find the hole screendump attached.
I use autoconf 2.65 on OS X installed by macports.
hostname:grip-3.2.0 user# autoconf -V
autoconf (GNU Autoconf) 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>,
<http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
hostname:grip-3.2.0 user# uname -a
Darwin 188-192-72-161-dynip.superkabel.de 9.8.0 Darwin Kernel
Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386 i386
hostname:grip-3.2.0 user#
Tell me if you need any further information.
Best regards
Thorsten
hostname:grip-3.2.0 user# ./configure --prefix=/opt/local
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
/var/root/tmp/grip-3.2.0/missing: Unknown `--run' option
Try `/var/root/tmp/grip-3.2.0/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking linux/cdrom.h usability... no
checking linux/cdrom.h presence... no
checking for linux/cdrom.h... no
checking linux/ucdrom.h usability... no
checking linux/ucdrom.h presence... no
checking for linux/ucdrom.h... no
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking io/cam/cdrom.h usability... no
checking io/cam/cdrom.h presence... no
checking for io/cam/cdrom.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking linux/soundcard.h usability... no
checking linux/soundcard.h presence... no
checking for linux/soundcard.h... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/audio.io.h usability... no
checking sys/audio.io.h presence... no
checking for sys/audio.io.h... no
checking sun/audioio.h usability... no
checking sun/audioio.h presence... no
checking for sun/audioio.h... no
checking build system type... i386-apple-darwin9.8.0
checking host system type... i386-apple-darwin9.8.0
checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU
ld... no
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload
object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic Mach-O dynamically
linked shared library
checking command to parse /usr/bin/nm -p output... rm: conftest.dSYM: is a
directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld)
supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin9.8.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... rm: conftest.dSYM: is a
directory
yes
creating libtool
checking for pkg-config... /opt/local/bin/pkg-config
checking for libgnomeui-2.0 >= 2.2.0... yes
checking GNOME_CFLAGS... -DORBIT2=1 -D_REENTRANT
-I/opt/local/include/libgnomeui-2.0 -I/opt/local/include/libart-2.0
-I/opt/local/include/gconf/2 -I/opt/local/include/gnome-keyring-1
-I/opt/local/include/libgnome-2.0 -I/opt/local/include/libbonoboui-2.0
-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/gtk-2.0
-I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include
-I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0
-I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0
-I/opt/local/lib/glib-2.0/include -I/opt/local/include
-I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0
-I/opt/local/include/libxml2 -I/opt/local/include/pango-1.0
-I/opt/local/include/gail-1.0 -I/opt/local/include/freetype2
-I/opt/local/include/atk-1.0 -I/opt/local/lib/gtk-2.0/include
-I/opt/local/include/cairo -I/opt/local/include/gio-unix-2.0/
-I/opt/local/include/pixman-1 -I/opt/local/include/libpng12
checking GNOME_LIBS... -Wl,-framework,CoreAudio -L/opt/local/lib -lgnomeui-2
-lSM -lICE -lgnome-keyring -lbonoboui-2 -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt
-lgnomevfs-2 -lesd -lbonobo-2 -laudiofile -lbonobo-activation -lgailutil
-lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage
-lpangoft2-1.0 -lgio-2.0 -lXext -lXfixes -lcairo -lpixman-1 -lpng12 -lXrender
-lX11 -lXau -lXdmcp -lpango-1.0 -lfontconfig -lexpat -lfreetype -lz -lgconf-2
-lORBit-2 -lm -ldbus-1 -lpthread -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0
-lglib-2.0 -lintl -liconv
checking for vte... yes
checking TERMINAL_WIDGET_CFLAGS... -D_REENTRANT -I/opt/local/include
-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
-I/opt/local/include/pango-1.0 -I/opt/local/include/gtk-2.0
-I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo
-I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0
-I/opt/local/include/pixman-1 -I/opt/local/include/freetype2
-I/opt/local/include/libpng12
checking TERMINAL_WIDGET_LIBS... -L/opt/local/lib -lvte -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi
-lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXext -lXfixes
-lpango-1.0 -lm -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
-lintl -lcairo -lpixman-1 -lfontconfig -lexpat -lfreetype -liconv -lpng12 -lz
-lXrender -lX11 -lXau -lXdmcp
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_global_init in -lcurl... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... no
configure: WARNING: libintl.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: libintl.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoc...@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for libintl.h... no
checking cdda_interface.h usability... yes
checking cdda_interface.h presence... no
configure: WARNING: cdda_interface.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: cdda_interface.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoc...@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for cdda_interface.h... no
checking cdda_paranoia.h usability... no
checking cdda_paranoia.h presence... no
checking for cdda_paranoia.h... no
checking cdda/cdda_interface.h usability... no
checking cdda/cdda_interface.h presence... no
checking for cdda/cdda_interface.h... no
checking cdda/cdda_paranoia.h usability... no
checking cdda/cdda_paranoia.h presence... no
checking for cdda/cdda_paranoia.h... no
checking for main in -lcdda_interface... yes
using shared cdparanoia libraries
checking for library containing ID3Tag_Link... -lid3 -lz -lstdc++
using shared id3lib
checking for id3lib version... 3.8.3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating grip.spec
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating pixmaps/Makefile
config.status: creating doc/Makefile
config.status: creating doc/C/Makefile
config.status: creating contrib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
hostname:grip-3.2.0 user#