[Poppler-bugs] [Bug 59186] configure in poppler 0.22.0 fails to find jpeglib.h
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 10 14:17:57 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=59186
--- Comment #4 from Peter Dyballa <Peter_Dyballa at Freenet.DE> ---
(In reply to comment #3)
> Just read my comment and saw that it might be a bit ambigouus.
>
> I am asking Peter, the reporter if the change he suggests in Comment #1
> actually works for him (the "Looks as if " wording seems a bit non
> conclusive to me)
Yes, according to this output is works:
checking for LIBOPENJPEG... no
checking for opj_cio_open in -lopenjpeg... no
checking openjpeg.h usability... no
checking openjpeg.h presence... no
checking for openjpeg.h... no
checking for TIFFOpen in -ltiff... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for popen... yes
checking for mkstemp... yes
checking for mkstemps... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseek64... no
checking for ftell64... no
checking for inflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking libjpeg.h works correctly... ok
and config.log shows that the C header file is found:
configure:20335: checking jpeglib.h usability
configure:20335: gcc -std=gnu99 -c -pipe -fPIC -fno-common -Os -march=core2
-mtune=core2 -m64 -fomit-frame-pointer -msse4.2 -H
-I/Users/pete/Softwaren64/include conftest.c >&5
. /usr/include/stdio.h
.. /usr/include/_types.h
... /usr/include/sys/_types.h
.... /usr/include/sys/cdefs.h
.... /usr/include/machine/_types.h
..... /usr/include/i386/_types.h
.. /usr/include/secure/_stdio.h
... /usr/include/secure/_common.h
. /usr/include/sys/types.h
.. /usr/include/sys/appleapiopts.h
.. /usr/include/machine/types.h
... /usr/include/i386/types.h
.... /usr/include/i386/_types.h
.. /usr/include/machine/endian.h
... /usr/include/i386/endian.h
.... /usr/include/sys/_endian.h
..... /usr/include/libkern/_OSByteOrder.h
...... /usr/include/libkern/i386/_OSByteOrder.h
.. /usr/include/sys/_structs.h
. /usr/include/sys/stat.h
.. /usr/include/Availability.h
... /usr/include/AvailabilityInternal.h
.. /usr/include/sys/_structs.h
. /usr/include/stdlib.h
.. /usr/include/sys/wait.h
... /usr/include/sys/signal.h
.... /usr/include/machine/signal.h
..... /usr/include/i386/signal.h
...... /usr/include/i386/_structs.h
.... /usr/include/sys/_structs.h
..... /usr/include/machine/_structs.h
...... /usr/include/i386/_structs.h
....... /usr/include/mach/i386/_structs.h
... /usr/include/sys/resource.h
.... /usr/include/sys/_structs.h
.. /usr/include/alloca.h
. /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/stddef.h
. /usr/include/string.h
.. /usr/include/secure/_string.h
. /usr/include/strings.h
. /usr/include/inttypes.h
.. /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/stdint.h
. /usr/include/unistd.h
.. /usr/include/sys/unistd.h
.. /usr/include/sys/select.h
... /usr/include/sys/_structs.h
... /usr/include/sys/_select.h
. /Users/pete/Softwaren64/include/jpeglib.h
.. /Users/pete/Softwaren64/include/jconfig.h
.. /Users/pete/Softwaren64/include/jmorecfg.h
configure:20335: $? = 0
configure:20335: result: yes
configure:20335: checking jpeglib.h presence
configure:20335: gcc -E -H -I/Users/pete/Softwaren64/include conftest.c
. /Users/pete/Softwaren64/include/jpeglib.h
.. /Users/pete/Softwaren64/include/jconfig.h
.. /Users/pete/Softwaren64/include/jmorecfg.h
Multiple include guards may be useful for:
/Users/pete/Softwaren64/include/jconfig.h
configure:20335: $? = 0
configure:20335: result: yes
configure:20335: checking for jpeglib.h
configure:20335: result: yes
configure:20386: checking libjpeg.h works correctly
configure:20407: gcc -std=gnu99 -c -pipe -fPIC -fno-common -Os -march=core2
-mtune=core2 -m64 -fomit-frame-pointer -msse4.2 -H
-I/Users/pete/Softwaren64/include conftest.c >&5
. /usr/include/sys/types.h
.. /usr/include/sys/appleapiopts.h
.. /usr/include/sys/cdefs.h
.. /usr/include/machine/types.h
... /usr/include/i386/types.h
.... /usr/include/i386/_types.h
.. /usr/include/sys/_types.h
... /usr/include/machine/_types.h
.. /usr/include/machine/endian.h
... /usr/include/i386/endian.h
.... /usr/include/sys/_endian.h
..... /usr/include/libkern/_OSByteOrder.h
...... /usr/include/libkern/i386/_OSByteOrder.h
.. /usr/include/sys/_structs.h
. /usr/include/stdio.h
.. /usr/include/_types.h
.. /usr/include/secure/_stdio.h
... /usr/include/secure/_common.h
. /Users/pete/Softwaren64/include/jpeglib.h
.. /Users/pete/Softwaren64/include/jconfig.h
.. /Users/pete/Softwaren64/include/jmorecfg.h
configure:20407: $? = 0
configure:20409: result: ok
configure:20485: checking for LIBPNG
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130110/10e4f6f1/attachment.html>
More information about the Poppler-bugs
mailing list