[oe] gs_9.01: task configure fails with `./base/gp_unix.c:25:37: error: fontconfig/fontconfig.h: No such file or directory`

Paul Menzel paulepanter at users.sourceforge.net
Mon May 9 14:27:36 UTC 2011


Dear Steve, dear Koen,


task configure of GS 9.01 committed in 49a0baba [1] fails with the
following error message using `angstrom-2010.x` for `MACHINE =
"beagleboard"`.

        gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./obj -I./base  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2   -o ./obj/gp_unix.o -c ./base/gp_unix.c
        In file included from ./base/gp_unix.c:17:
        ./base/pipe_.h:39: warning: function declaration isn't a prototype
        ./base/gp_unix.c:25:37: error: fontconfig/fontconfig.h: No such file or directory
        ./base/gp_unix.c: In function 'makePSFontName':
        ./base/gp_unix.c:245: error: 'FC_SLANT_ROMAN' undeclared (first use in this function)
        ./base/gp_unix.c:245: error: (Each undeclared identifier is reported only once
        ./base/gp_unix.c:245: error: for each function it appears in.)
        ./base/gp_unix.c:246: error: 'FC_SLANT_OBLIQUE' undeclared (first use in this function)
        ./base/gp_unix.c:247: error: 'FC_SLANT_ITALIC' undeclared (first use in this function)
        ./base/gp_unix.c:252: error: 'FC_WEIGHT_MEDIUM' undeclared (first use in this function)
        ./base/gp_unix.c:253: error: 'FC_WEIGHT_LIGHT' undeclared (first use in this function)
        ./base/gp_unix.c:254: error: 'FC_WEIGHT_DEMIBOLD' undeclared (first use in this function)
        ./base/gp_unix.c:255: error: 'FC_WEIGHT_BOLD' undeclared (first use in this function)
        ./base/gp_unix.c:256: error: 'FC_WEIGHT_BLACK' undeclared (first use in this function)
        ./base/gp_unix.c: At top level:
        ./base/gp_unix.c:300: error: expected specifier-qualifier-list before 'FcConfig'
        ./base/gp_unix.c: In function 'gp_enumerate_fonts_init':
        ./base/gp_unix.c:310: error: 'FcPattern' undeclared (first use in this function)
        ./base/gp_unix.c:310: error: 'pat' undeclared (first use in this function)
        ./base/gp_unix.c:311: error: 'FcObjectSet' undeclared (first use in this function)
        ./base/gp_unix.c:311: error: 'os' undeclared (first use in this function)
        ./base/gp_unix.c:318: error: 'unix_fontenum_t' has no member named 'fc'
        ./base/gp_unix.c:319: error: 'unix_fontenum_t' has no member named 'font_list'
        ./base/gp_unix.c:322: error: 'unix_fontenum_t' has no member named 'fc'
        ./base/gp_unix.c:322: warning: implicit declaration of function 'FcInitLoadConfigAndFonts'
        ./base/gp_unix.c:323: error: 'unix_fontenum_t' has no member named 'fc'
        ./base/gp_unix.c:331: warning: implicit declaration of function 'FcPatternBuild'
        ./base/gp_unix.c:332: error: 'FC_OUTLINE' undeclared (first use in this function)
        ./base/gp_unix.c:332: error: 'FcTypeBool' undeclared (first use in this function)
        ./base/gp_unix.c:333: error: 'FC_SCALABLE' undeclared (first use in this function)
        ./base/gp_unix.c:335: warning: implicit declaration of function 'FcObjectSetBuild'
        ./base/gp_unix.c:335: error: 'FC_FILE' undeclared (first use in this function)
        ./base/gp_unix.c:336: error: 'FC_FAMILY' undeclared (first use in this function)
        ./base/gp_unix.c:336: error: 'FC_WEIGHT' undeclared (first use in this function)
        ./base/gp_unix.c:336: error: 'FC_SLANT' undeclared (first use in this function)
        ./base/gp_unix.c:338: error: 'unix_fontenum_t' has no member named 'font_list'
        ./base/gp_unix.c:338: warning: implicit declaration of function 'FcFontList'
        ./base/gp_unix.c:339: warning: implicit declaration of function 'FcPatternDestroy'
        ./base/gp_unix.c:340: warning: implicit declaration of function 'FcObjectSetDestroy'
        ./base/gp_unix.c:341: error: 'unix_fontenum_t' has no member named 'font_list'
        ./base/gp_unix.c: In function 'gp_enumerate_fonts_next':
        ./base/gp_unix.c:356: error: 'FcChar8' undeclared (first use in this function)
        ./base/gp_unix.c:356: error: 'file_fc' undeclared (first use in this function)
        ./base/gp_unix.c:357: error: 'family_fc' undeclared (first use in this function)
        ./base/gp_unix.c:358: warning: ISO C90 forbids mixed declarations and code
        ./base/gp_unix.c:359: error: 'FcPattern' undeclared (first use in this function)
        ./base/gp_unix.c:359: error: 'font' undeclared (first use in this function)
        ./base/gp_unix.c:360: error: 'FcResult' undeclared (first use in this function)
        ./base/gp_unix.c:360: error: expected ';' before 'result'
        ./base/gp_unix.c:366: error: 'unix_fontenum_t' has no member named 'font_list'
        ./base/gp_unix.c:372: error: 'unix_fontenum_t' has no member named 'font_list'
        ./base/gp_unix.c:374: error: 'result' undeclared (first use in this function)
        ./base/gp_unix.c:374: warning: implicit declaration of function 'FcPatternGetString'
        ./base/gp_unix.c:374: error: 'FC_FAMILY' undeclared (first use in this function)
        ./base/gp_unix.c:375: error: 'FcResultMatch' undeclared (first use in this function)
        ./base/gp_unix.c:380: error: 'FC_FILE' undeclared (first use in this function)
        ./base/gp_unix.c:386: warning: implicit declaration of function 'FcPatternGetBool'
        ./base/gp_unix.c:386: error: 'FC_OUTLINE' undeclared (first use in this function)
        ./base/gp_unix.c:392: warning: implicit declaration of function 'FcPatternGetInteger'
        ./base/gp_unix.c:392: error: 'FC_SLANT' undeclared (first use in this function)
        ./base/gp_unix.c:398: error: 'FC_WEIGHT' undeclared (first use in this function)
        ./base/gp_unix.c:408: error: 'unix_fontenum_t' has no member named 'name'
        ./base/gp_unix.c:408: error: 'unix_fontenum_t' has no member named 'name'
        ./base/gp_unix.c:409: error: 'unix_fontenum_t' has no member named 'name'
        ./base/gp_unix.c: In function 'gp_enumerate_fonts_free':
        ./base/gp_unix.c:426: error: 'unix_fontenum_t' has no member named 'font_list'
        ./base/gp_unix.c:427: warning: implicit declaration of function 'FcFontSetDestroy'
        ./base/gp_unix.c:427: error: 'unix_fontenum_t' has no member named 'font_list'
        make: *** [obj/gp_unix.o] Error 1

The header files are there

        $ find . -name 'fontconfig.h'
        ./angstrom-dev/sysroots/i686-linux/usr/include/fontconfig/fontconfig.h
        ./angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/fontconfig/fontconfig.h

and

        bitbake fontconfig-native

beforehand does not help either. So I guess somehow the include flags
are not passed correctly and indeed the `gcc` call does not have any
`-I` option.

Any idea on how to fix this most elegantly?

Please find the full log file attached.


Thanks,

Paul


[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=49a0babada7f58fc583d299cfc16c22fc3e42fc2
-------------- next part --------------
+ do_configure
+ CC='gcc '
+ LD=ld
+ ./configure
checking for gcc... gcc 
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi
checking for a sed that does not truncate output... /bin/sed
checking for ranlib... arm-angstrom-linux-gnueabi-ranlib
checking for pkg-config... /oe/build-angstrom-next/angstrom-dev/sysroots/i686-linux/usr/bin/pkg-config
checking supported compiler flags... 
   -O2
   -Wall
   -Wstrict-prototypes
   -Wundef
   -Wmissing-declarations
   -Wmissing-prototypes
   -Wwrite-strings
   -Wno-strict-aliasing
   -Wdeclaration-after-statement
   -fno-builtin
   -fno-common

   -g
   -O0
 ...done.
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking sys/window.h usability... no
checking sys/window.h presence... no
checking for sys/window.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for struct stat.st_blocks... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of unsigned long int... 4
checking size of unsigned long long... 8
checking for cos in -lm... yes
checking for pthread_create in -lpthread... yes
checking for iconv_open... yes
checking for stringprep in -lidn... no
checking for systempapername in -lpaper... no
configure: WARNING: disabling support for libpaper
checking for fontconfig with pkg-config... yes
checking for dlopen in -ldl... yes
checking for local freetype library source... yes
checking for local jpeg library source... jpeg
checking for jmemsys.h... yes
checking for local zlib source... yes
checking for local png library source... yes
checking for local lcms library source... yes

Running libtiff configure script...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /oe/openembedded//bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking for gcc... gcc 
checking for C compiler default output file name... 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc ... gcc3
checking for gcc  option to accept ISO C99... -std=gnu99
checking for gcc  -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -std=gnu99... ld
checking if the linker (ld) is GNU ld... yes
checking whether gcc  -std=gnu99 and cc understand -c and -o together... yes
checking for ld used by gcc  -std=gnu99... (cached) ld
checking if the linker (ld) is GNU ld... (cached) yes
checking for C compiler warning flags... -Wall -W
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for BSD- or MS-compatible name lister (nm)... arm-angstrom-linux-gnueabi-nm
checking the name lister (arm-angstrom-linux-gnueabi-nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for objdump... arm-angstrom-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for ar... arm-angstrom-linux-gnueabi-ar
checking for strip... arm-angstrom-linux-gnueabi-strip
checking for ranlib... arm-angstrom-linux-gnueabi-ranlib
checking command to parse arm-angstrom-linux-gnueabi-nm output from gcc  -std=gnu99 object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc  -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc  -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc  -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc  -std=gnu99 static flag -static works... yes
checking if gcc  -std=gnu99 supports -c -o file.o... yes
checking if gcc  -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc  -std=gnu99 linker (ld -m elf_i386) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether we are using the GNU C++ compiler... yes
checking whether arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi accepts -g... yes
checking dependency style of arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi... gcc3
checking how to run the C++ preprocessor... arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -E
checking for ld used by arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi... ld -m elf_i386
checking if the linker (ld -m elf_i386) is GNU ld... yes
checking whether the arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi linker (ld -m elf_i386) supports shared libraries... yes
checking for arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi option to produce PIC... -fPIC -DPIC
checking if arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi PIC flag -fPIC -DPIC works... yes
checking if arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi static flag -static works... yes
checking if arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi supports -c -o file.o... yes
checking if arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi supports -c -o file.o... (cached) yes
checking whether the arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi linker (ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lc... yes
checking for sin in -lm... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for off_t... yes
checking for size_t... yes
checking size of int... 4
checking size of long... 4
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int8... no
checking for int16... no
checking for int32... no
checking size of signed long... 4
checking size of unsigned long... 4
checking size of signed long long... 8
checking size of unsigned long long... 8
checking for signed 64-bit type... signed long long
checking for unsigned 64-bit type... unsigned long long
checking for floor... yes
checking for isascii... yes
checking for memmove... yes
checking for memset... yes
checking for mmap... yes
checking for pow... yes
checking for setmode... no
checking for sqrt... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for getopt... yes
checking for strcasecmp... yes
checking for strtoul... yes
checking for lfind... yes
checking native cpu bit order... lsb2msb
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for inflateEnd in -lz... no
checking zlib.h usability... no
checking zlib.h presence... yes
configure: WARNING: zlib.h: present but cannot be compiled
configure: WARNING: zlib.h:     check for missing prerequisite headers?
configure: WARNING: zlib.h: see the Autoconf documentation
configure: WARNING: zlib.h:     section "Present But Cannot Be Compiled"
configure: WARNING: zlib.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------------- ##
configure: WARNING:     ## Report this to tiff at lists.maptools.org ##
configure: WARNING:     ## -------------------------------------- ##
checking for zlib.h... no
checking for jpeg_read_scanlines in -ljpeg... no
checking jpeglib.h usability... no
checking jpeglib.h presence... yes
configure: WARNING: jpeglib.h: present but cannot be compiled
configure: WARNING: jpeglib.h:     check for missing prerequisite headers?
configure: WARNING: jpeglib.h: see the Autoconf documentation
configure: WARNING: jpeglib.h:     section "Present But Cannot Be Compiled"
configure: WARNING: jpeglib.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------------- ##
configure: WARNING:     ## Report this to tiff at lists.maptools.org ##
configure: WARNING:     ## -------------------------------------- ##
checking for jpeglib.h... no
checking for jbg_dec_init in -ljbig... no
checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for X... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc  -std=gnu99
checking whether we are using the Microsoft C compiler... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenGL library... no
checking for OpenGL Utility library... -lGLU
checking for GLUT library... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/acorn/Makefile
config.status: creating contrib/addtiffo/Makefile
config.status: creating contrib/dbs/Makefile
config.status: creating contrib/dbs/xtiff/Makefile
config.status: creating contrib/iptcutil/Makefile
config.status: creating contrib/mac-cw/Makefile
config.status: creating contrib/mac-mpw/Makefile
config.status: creating contrib/mfs/Makefile
config.status: creating contrib/pds/Makefile
config.status: creating contrib/ras/Makefile
config.status: creating contrib/stream/Makefile
config.status: creating contrib/tags/Makefile
config.status: creating contrib/win_dib/Makefile
config.status: creating html/Makefile
config.status: creating html/images/Makefile
config.status: creating html/man/Makefile
config.status: creating libtiff/Makefile
config.status: creating man/Makefile
config.status: creating port/Makefile
config.status: creating test/Makefile
config.status: creating tools/Makefile
config.status: creating libtiff/tif_config.h
config.status: creating libtiff/tiffconf.h
config.status: executing depfiles commands
config.status: executing libtool commands

Libtiff is now configured for x86_64-unknown-linux-gnu

  Installation directory:             /usr/local
  Documentation directory:            ${prefix}/share/doc/tiff-3.9.2
  C compiler:                         gcc  -std=gnu99 -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2 -Wall -W
  C++ compiler:                       arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2 -fpermissive -fvisibility-inlines-hidden
  Enable runtime linker paths:        no
  Support Microsoft Document Imaging: yes

 Support for internal codecs:
  CCITT Group 3 & 4 algorithms:       yes
  Macintosh PackBits algorithm:       yes
  LZW algorithm:                      yes
  ThunderScan 4-bit RLE algorithm:    yes
  NeXT 2-bit RLE algorithm:           yes
  LogLuv high dynamic range encoding: yes

 Support for external codecs:
  ZLIB support:                       no
  Pixar log-format algorithm:         no
  JPEG support:                       no
  Old JPEG support:                   no
  ISO JBIG support:                   no

  C++ support:                        yes

  OpenGL support:                     no


Continuing with Ghostscript configuration...
checking for cups-config... /oe/build-angstrom-next/angstrom-dev/sysroots/i686-linux/usr/armv7a/bin/cups-config
checking for local ijs library source... yes
checking for local jbig2dec library source... Running jbig2dec configure script...
checking for a BSD-compatible install... /oe/openembedded//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 file name... 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc ... gcc3
checking whether gcc  and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc ... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... arm-angstrom-linux-gnueabi-nm
checking the name lister (arm-angstrom-linux-gnueabi-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for objdump... arm-angstrom-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for ar... arm-angstrom-linux-gnueabi-ar
checking for strip... arm-angstrom-linux-gnueabi-strip
checking for ranlib... arm-angstrom-linux-gnueabi-ranlib
checking command to parse arm-angstrom-linux-gnueabi-nm output from gcc  object... ok
checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc  supports -fno-rtti -fno-exceptions... no
checking for gcc  option to produce PIC... -fPIC -DPIC
checking if gcc  PIC flag -fPIC -DPIC works... yes
checking if gcc  static flag -static works... yes
checking if gcc  supports -c -o file.o... yes
checking if gcc  supports -c -o file.o... (cached) yes
checking whether the gcc  linker (ld -m elf_i386) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing pow... -lm
checking for png_check_sig in -lpng... no
checking for ANSI C header files... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking for stdint.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for working memcmp... yes
checking for snprintf... yes
checking for memset... yes
checking for strdup... yes
checking for getopt_long... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config_types.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Continuing with Ghostscript configuration...
jbig2dec
checking for local jasper library source... jasper
checking for local jasper configure script... yes

Running jasper configure script...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /oe/openembedded//bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc 
checking for C compiler default output file name... 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc ... gcc3
checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi
checking for a BSD-compatible install... /oe/openembedded//bin/install -c
checking whether ln -s works... yes
checking for ranlib... arm-angstrom-linux-gnueabi-ranlib
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc ... ld
checking if the linker (ld) is GNU ld... yes
checking for ld option to reload object files... -r
checking for BSD-compatible nm... arm-angstrom-linux-gnueabi-nm
checking how to recognize dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi accepts -g... yes
checking dependency style of arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi... gcc3
checking how to run the C++ preprocessor... arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -E
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether arm-angstrom-linux-gnueabi-g77 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi accepts -g... yes
checking the maximum length of command line arguments... 1572864
checking command to parse arm-angstrom-linux-gnueabi-nm output from gcc  object... ok
checking for objdir... .libs
checking for ar... arm-angstrom-linux-gnueabi-ar
checking for ranlib... (cached) arm-angstrom-linux-gnueabi-ranlib
checking for strip... arm-angstrom-linux-gnueabi-strip
checking if gcc  supports -fno-rtti -fno-exceptions... no
checking for gcc  option to produce PIC... -fPIC
checking if gcc  PIC flag -fPIC works... yes
checking if gcc  static flag -static works... yes
checking if gcc  supports -c -o file.o... yes
checking whether the gcc  linker (ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi... ld -m elf_i386
checking if the linker (ld -m elf_i386) is GNU ld... yes
checking whether the arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi linker (ld -m elf_i386) supports shared libraries... yes
checking for arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi option to produce PIC... -fPIC
checking if arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi PIC flag -fPIC works... yes
checking if arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi static flag -static works... yes
checking if arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi supports -c -o file.o... yes
checking whether the arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi linker (ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for arm-angstrom-linux-gnueabi-g77 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi option to produce PIC... -fPIC
checking if arm-angstrom-linux-gnueabi-g77 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi PIC flag -fPIC works... yes
checking if arm-angstrom-linux-gnueabi-g77 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi static flag -static works... yes
checking if arm-angstrom-linux-gnueabi-g77 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi supports -c -o file.o... yes
checking whether the arm-angstrom-linux-gnueabi-g77 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--hash-style=gnu -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi linker (ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for X... no
checking whether variable-length arrays are supported... yes
checking for jpeg_destroy in -ljpeg... no
checking for glutInit in -lglut... no
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking whether OpenGL libraries and headers were detected... no
checking for sdl-config... yes
checking for main in -lm... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for short... yes
checking size of short... 2
checking for unsigned short... yes
checking size of unsigned short... 2
checking for int... yes
checking size of int... 4
checking for unsigned int... yes
checking size of unsigned int... 4
checking for long... yes
checking size of long... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for long long... yes
checking size of long long... 8
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for uchar... no
checking for ushort... yes
checking for uint... yes
checking for ulong... yes
checking for longlong... no
checking for ulonglong... no
checking for ssize_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for mkstemp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/appl/Makefile
config.status: creating src/libjasper/Makefile
config.status: creating src/libjasper/base/Makefile
config.status: creating src/libjasper/bmp/Makefile
config.status: creating src/libjasper/include/Makefile
config.status: creating src/libjasper/include/jasper/Makefile
config.status: creating src/libjasper/jp2/Makefile
config.status: creating src/libjasper/jpc/Makefile
config.status: creating src/libjasper/jpg/Makefile
config.status: creating src/libjasper/mif/Makefile
config.status: creating src/libjasper/pgx/Makefile
config.status: creating src/libjasper/pnm/Makefile
config.status: creating src/libjasper/ras/Makefile
config.status: creating src/msvc/Makefile
config.status: creating jasper.spec
config.status: creating src/libjasper/include/jasper/jas_config_ac.h
config.status: executing depfiles commands

Continuing with Ghostscript configuration...
checking for GTK+ 2.x... yes
checking for X... no
checking for mkstemp... yes
checking for hypot... yes
checking for fopen64... yes
checking for mkstemp64... yes
checking for setlocale... yes
checking whether gcc  needs -traditional... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for bzero... yes
checking for dup2... yes
checking for floor... yes
checking for gettimeofday... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for modf... yes
checking for pow... yes
checking for putenv... yes
checking for rint... yes
checking for setenv... yes
checking for sqrt... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cups/pstopxl
config.status: creating cups/pstoraster
+ mkdir obj
+ for i in genarch genconf mkromfs echogs gendev genht
+ make obj/genarch
gcc  -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./base -o ./obj/genarch ./base/genarch.c
+ for i in genarch genconf mkromfs echogs gendev genht
+ make obj/genconf
gcc  -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./base -o ./obj/genconf ./base/genconf.c
+ for i in genarch genconf mkromfs echogs gendev genht
+ make obj/mkromfs
./obj/genarch ./obj/arch.h
gcc  -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./base -o ./obj/echogs ./base/echogs.c
./obj/echogs -w ./obj/gconfig_.h -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f
if ( test -f /usr/include/dirent.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H; else true; fi
if ( test -f /usr/include/ndir.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H; else true; fi
if ( test -f /usr/include/sys/dir.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H; else true; fi
if ( test -f /usr/include/sys/ndir.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H; else true; fi
if ( test -f /usr/include/sys/time.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H; else true; fi
if ( test -f /usr/include/sys/times.h ); then ./obj/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H; else true; fi
if ( test -f jpeg/jmemsys.h); then true; else ./obj/echogs -a ./obj/gconfig_.h -x 23 define DONT_HAVE_JMEMSYS_H; fi
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -Izlib  -Dverbose=-1 -o ./obj/compress.o -c zlib/compress.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -Izlib  -Dverbose=-1 -o ./obj/deflate.o -c zlib/deflate.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -Izlib  -Dverbose=-1 -o ./obj/zutil.o -c zlib/zutil.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -Izlib  -Dverbose=-1 -o ./obj/adler32.o -c zlib/adler32.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -Izlib  -Dverbose=-1 -o ./obj/crc32.o -c zlib/crc32.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -Izlib  -Dverbose=-1 -o ./obj/trees.o -c zlib/trees.c
./obj/echogs -w ./obj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /usr/local/share/ghostscript/9.01/Resource/Init:/usr/local/share/ghostscript/9.01/lib:/usr/local/share/ghostscript/9.01/Resource/Font:/usr/local/share/ghostscript/fonts:/usr/local/share/fonts/default/ghostscript:/usr/local/share/fonts/default/Type1:/usr/local/share/fonts/default/TrueType:/usr/lib/DPS/outline/base:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType:/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/cups/fonts -x 22
./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11 bbox" -x 22
./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22
./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0
./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /usr/local/share/ghostscript/9.01/doc -x 22
./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22
./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISION -s 901
./obj/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20110207
rm -f ./obj/gscdefs.c
cp ./base/gscdef.c ./obj/gscdefs.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./obj -I./base  -o ./obj/gscdefs.o -c ./obj/gscdefs.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./obj -I./base  -o ./obj/gsmisc.o -c ./base/gsmisc.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./obj -I./base  -o ./obj/gpmisc.o -c ./base/gpmisc.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./obj -I./base  -o ./obj/gslibctx.o -c ./base/gslibctx.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./obj -I./base  -o ./obj/gp_getnv.o -c ./base/gp_getnv.c
gcc   -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2  -I./obj -I./base  -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2   -o ./obj/gp_unix.o -c ./base/gp_unix.c
In file included from ./base/gp_unix.c:17:
./base/pipe_.h:39: warning: function declaration isn't a prototype
./base/gp_unix.c:25:37: error: fontconfig/fontconfig.h: No such file or directory
./base/gp_unix.c: In function 'makePSFontName':
./base/gp_unix.c:245: error: 'FC_SLANT_ROMAN' undeclared (first use in this function)
./base/gp_unix.c:245: error: (Each undeclared identifier is reported only once
./base/gp_unix.c:245: error: for each function it appears in.)
./base/gp_unix.c:246: error: 'FC_SLANT_OBLIQUE' undeclared (first use in this function)
./base/gp_unix.c:247: error: 'FC_SLANT_ITALIC' undeclared (first use in this function)
./base/gp_unix.c:252: error: 'FC_WEIGHT_MEDIUM' undeclared (first use in this function)
./base/gp_unix.c:253: error: 'FC_WEIGHT_LIGHT' undeclared (first use in this function)
./base/gp_unix.c:254: error: 'FC_WEIGHT_DEMIBOLD' undeclared (first use in this function)
./base/gp_unix.c:255: error: 'FC_WEIGHT_BOLD' undeclared (first use in this function)
./base/gp_unix.c:256: error: 'FC_WEIGHT_BLACK' undeclared (first use in this function)
./base/gp_unix.c: At top level:
./base/gp_unix.c:300: error: expected specifier-qualifier-list before 'FcConfig'
./base/gp_unix.c: In function 'gp_enumerate_fonts_init':
./base/gp_unix.c:310: error: 'FcPattern' undeclared (first use in this function)
./base/gp_unix.c:310: error: 'pat' undeclared (first use in this function)
./base/gp_unix.c:311: error: 'FcObjectSet' undeclared (first use in this function)
./base/gp_unix.c:311: error: 'os' undeclared (first use in this function)
./base/gp_unix.c:318: error: 'unix_fontenum_t' has no member named 'fc'
./base/gp_unix.c:319: error: 'unix_fontenum_t' has no member named 'font_list'
./base/gp_unix.c:322: error: 'unix_fontenum_t' has no member named 'fc'
./base/gp_unix.c:322: warning: implicit declaration of function 'FcInitLoadConfigAndFonts'
./base/gp_unix.c:323: error: 'unix_fontenum_t' has no member named 'fc'
./base/gp_unix.c:331: warning: implicit declaration of function 'FcPatternBuild'
./base/gp_unix.c:332: error: 'FC_OUTLINE' undeclared (first use in this function)
./base/gp_unix.c:332: error: 'FcTypeBool' undeclared (first use in this function)
./base/gp_unix.c:333: error: 'FC_SCALABLE' undeclared (first use in this function)
./base/gp_unix.c:335: warning: implicit declaration of function 'FcObjectSetBuild'
./base/gp_unix.c:335: error: 'FC_FILE' undeclared (first use in this function)
./base/gp_unix.c:336: error: 'FC_FAMILY' undeclared (first use in this function)
./base/gp_unix.c:336: error: 'FC_WEIGHT' undeclared (first use in this function)
./base/gp_unix.c:336: error: 'FC_SLANT' undeclared (first use in this function)
./base/gp_unix.c:338: error: 'unix_fontenum_t' has no member named 'font_list'
./base/gp_unix.c:338: warning: implicit declaration of function 'FcFontList'
./base/gp_unix.c:339: warning: implicit declaration of function 'FcPatternDestroy'
./base/gp_unix.c:340: warning: implicit declaration of function 'FcObjectSetDestroy'
./base/gp_unix.c:341: error: 'unix_fontenum_t' has no member named 'font_list'
./base/gp_unix.c: In function 'gp_enumerate_fonts_next':
./base/gp_unix.c:356: error: 'FcChar8' undeclared (first use in this function)
./base/gp_unix.c:356: error: 'file_fc' undeclared (first use in this function)
./base/gp_unix.c:357: error: 'family_fc' undeclared (first use in this function)
./base/gp_unix.c:358: warning: ISO C90 forbids mixed declarations and code
./base/gp_unix.c:359: error: 'FcPattern' undeclared (first use in this function)
./base/gp_unix.c:359: error: 'font' undeclared (first use in this function)
./base/gp_unix.c:360: error: 'FcResult' undeclared (first use in this function)
./base/gp_unix.c:360: error: expected ';' before 'result'
./base/gp_unix.c:366: error: 'unix_fontenum_t' has no member named 'font_list'
./base/gp_unix.c:372: error: 'unix_fontenum_t' has no member named 'font_list'
./base/gp_unix.c:374: error: 'result' undeclared (first use in this function)
./base/gp_unix.c:374: warning: implicit declaration of function 'FcPatternGetString'
./base/gp_unix.c:374: error: 'FC_FAMILY' undeclared (first use in this function)
./base/gp_unix.c:375: error: 'FcResultMatch' undeclared (first use in this function)
./base/gp_unix.c:380: error: 'FC_FILE' undeclared (first use in this function)
./base/gp_unix.c:386: warning: implicit declaration of function 'FcPatternGetBool'
./base/gp_unix.c:386: error: 'FC_OUTLINE' undeclared (first use in this function)
./base/gp_unix.c:392: warning: implicit declaration of function 'FcPatternGetInteger'
./base/gp_unix.c:392: error: 'FC_SLANT' undeclared (first use in this function)
./base/gp_unix.c:398: error: 'FC_WEIGHT' undeclared (first use in this function)
./base/gp_unix.c:408: error: 'unix_fontenum_t' has no member named 'name'
./base/gp_unix.c:408: error: 'unix_fontenum_t' has no member named 'name'
./base/gp_unix.c:409: error: 'unix_fontenum_t' has no member named 'name'
./base/gp_unix.c: In function 'gp_enumerate_fonts_free':
./base/gp_unix.c:426: error: 'unix_fontenum_t' has no member named 'font_list'
./base/gp_unix.c:427: warning: implicit declaration of function 'FcFontSetDestroy'
./base/gp_unix.c:427: error: 'unix_fontenum_t' has no member named 'font_list'
make: *** [obj/gp_unix.o] Error 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110509/80517323/attachment-0002.sig>


More information about the Openembedded-devel mailing list