Hi, this is what I get with the current CVS (viz later). I know that I don't have libpng, libjpeg etc installed (by mistake, I was compiling on machine without them), but I mean the 'usability ... yes ; presence ... no' problem. Is this an autoconf bug, or is configure.in written badly ? The system is: Debian unstable kernel 2.4.19 (self compiled) autoconf 2.57 automake 1.6.3 gcc/cpp 3.2.2 The results follow. Jan cvs co dillo && cd dillo ./autogen.sh ./configure --prefix=$HOME checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes 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 gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 1.2.0... yes checking for jpeg_destroy_decompress in -ljpeg... no configure: WARNING: *** JPEG support will not be included *** checking for pthread_create in -lpthread... yes checking for zlibVersion in -lz... no checking for png_check_sig in -lpng... no checking for ANSI C header files... no checking fcntl.h usability... yes checking fcntl.h presence... no configure: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: fcntl.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for fcntl.h... no checking unistd.h usability... yes checking unistd.h presence... no configure: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: unistd.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for unistd.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... no configure: WARNING: sys/uio.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: sys/uio.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for sys/uio.h... no checking for socket... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/IO/Makefile config.status: creating config.h config.status: executing depfiles commands
Jan,
Hi,
this is what I get with the current CVS (viz later).
I know that I don't have libpng, libjpeg etc installed (by mistake, I was compiling on machine without them), but I mean the 'usability ... yes ; presence ... no' problem. Is this an autoconf bug, or is configure.in written badly ?
Our configure.in tests libpng and libjpeg, and it SHOULD abort if those aren't present, _but_ as dillo doesn't have support for running without images in a clean way --it will in the near future (not in 0.7.0 though)--, so we left configure.in as it is now. Ah, the libjpeg test is done badly too... We need an autconf/automake savvy person since a long time! :) Cheers Jorge.- PS: The other errors are not our fault.
| Hi, | is is what I get with the current CVS (viz later). | | know that I don't have libpng, libjpeg etc installed | y mistake, I was compiling on machine without them), | t I mean the 'usability ... yes ; presence ... no' problem. | this an autoconf bug, or is configure.in written badly ? | | e system is: | | Debian unstable | kernel 2.4.19 (self compiled) | autoconf 2.57 | automake 1.6.3 | gcc/cpp 3.2.2 | | | e results follow. | | Jan | | | s co dillo && cd dillo | autogen.sh | configure --prefix=$HOME | ecking for a BSD-compatible install... /usr/bin/install -c | ecking whether build environment is sane... yes | ecking for gawk... gawk | ecking whether make sets $(MAKE)... yes | ecking for gcc... gcc | ecking for C compiler default output... a.out | ecking whether the C compiler works... yes | ecking whether we are cross compiling... no | ecking for suffix of executables... | ecking for suffix of object files... o | ecking whether we are using the GNU C compiler... yes | ecking whether gcc accepts -g... yes | ecking for gcc option to accept ANSI C... none needed | ecking for style of include used by make... GNU | ecking dependency style of gcc... gcc3 | ecking for gcc option to accept ANSI C... none needed | ecking for ranlib... ranlib | ecking for gtk-config... /usr/bin/gtk-config | ecking for GTK - version >= 1.2.0... yes | ecking for jpeg_destroy_decompress in -ljpeg... no | nfigure: WARNING: *** JPEG support will not be included *** | ecking for pthread_create in -lpthread... yes | ecking for zlibVersion in -lz... no | ecking for png_check_sig in -lpng... no | ecking for ANSI C header files... no | ecking fcntl.h usability... yes | ecking fcntl.h presence... no | nfigure: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor! | nfigure: WARNING: fcntl.h: proceeding with the preprocessor's result | nfigure: WARNING: ## ------------------------------------ ## | nfigure: WARNING: ## Report this to bug-autoconf@gnu.org. ## | nfigure: WARNING: ## ------------------------------------ ## | ecking for fcntl.h... no | ecking unistd.h usability... yes | ecking unistd.h presence... no | nfigure: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor! | nfigure: WARNING: unistd.h: proceeding with the preprocessor's result | nfigure: WARNING: ## ------------------------------------ ## | nfigure: WARNING: ## Report this to bug-autoconf@gnu.org. ## | nfigure: WARNING: ## ------------------------------------ ## | ecking for unistd.h... no | ecking sys/uio.h usability... yes | ecking sys/uio.h presence... no | nfigure: WARNING: sys/uio.h: accepted by the compiler, rejected by the preprocessor! | nfigure: WARNING: sys/uio.h: proceeding with the preprocessor's result | nfigure: WARNING: ## ------------------------------------ ## | nfigure: WARNING: ## Report this to bug-autoconf@gnu.org. ## | nfigure: WARNING: ## ------------------------------------ ## | ecking for sys/uio.h... no | ecking for socket... yes | nfigure: creating ./config.status | nfig.status: creating Makefile | nfig.status: creating doc/Makefile | nfig.status: creating src/Makefile | nfig.status: creating src/IO/Makefile | nfig.status: creating config.h | nfig.status: executing depfiles commands | |
participants (3)
-
Akim Demaille
-
Jan Stary
-
Jorge Arellano Cid