ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Anybody get fontconfig, wireshark to compile from source on Sola

From: John <heimdal@xxxxxxxxxxx>
Date: Sun, 13 May 2007 07:31:45 -0700
Hello!

Anybody get fontconfig, wireshark to compile from source on Solaris 10 x86? I have compiled the following packages, from source,
or installed a pkg that suffices via pkg-get:

1. atk-1.18.0
2. zlib-1.2.3
3. pkg-config-0.20
4. libpng-1.2.8: I had to hack the make file to install it locally, no configure script.
5. libpcap-0.9.5
6. glib-2.12.12
7. freetype-2.3.4
8. expat-2.0.0

I elected, for now, to install these packages locally, not globally, as for some unknown reason, Solaris would not let me "make install" ranlib, even though I was root. I was able to install the package that ranlib was part of, on my local user account.

I am stuck, as cairo requires fontconfig:

merlin.arthur:/home/arthur/src/fontconfig-2.4.0 >./configure -prefix=/home/arthur
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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 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 a BSD-compatible install... /usr/local/bin/install -c
checking whether ln -s works... yes
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for a sed that does not truncate output... /opt/csw/bin/gsed
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep
checking for egrep... /usr/sfw/bin/ggrep -E
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/xpg4/bin/nm -p
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/xpg4/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... 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... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
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... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... no
checking if f77 static flag -static works... no
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... f90: Warning: Option -print-search-dirs passed to ld, if ld is invoked, ignored otherwise
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether make sets $(MAKE)... (cached) yes
checking for a C compiler for build tools... gcc
checking for suffix of executable build tools...
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for vprintf... yes
checking for _doprnt... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for geteuid... yes
checking for getuid... yes
checking for link... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strtol... yes
checking for getopt... yes
checking for getopt_long... yes
checking for sysconf... yes
checking for ftruncate... yes
checking for chsize... no
checking for rand_r... yes
checking for a usable iconv... libc
checking for freetype-config... /home/arthur/bin/freetype-config
checking for FT_Get_Next_Char... no
checking for FT_Get_BDF_Property... no
checking for FT_Get_PS_Font_Info... no
checking for FT_Has_PS_Glyph_Names... no
checking for FT_Get_X11_Font_Format... no
checking for FT_Bitmap_Size.y_ppem... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_SetDoctypeDeclHandler... yes
checking for pkg-config... /home/arthur/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for docbook2html... no
DOCMAN3 FcAtomicCreate.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicDeleteNew.3 FcAtomicUnlock.3 FcAtomicDestroy.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksAdd.3 FcBlanksIsMember.3 FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetEqual.3 FcCharSetIntersect.3 FcCharSetUnion.3 FcCharSetSubtract.3 FcCharSetHasChar.3 FcCharSetCount.3 FcCharSetIntersectCount.3 FcCharSetSubtractCount.3 FcCharSetIsSubset.3 FcCharSetFirstPage.3 FcCharSetNextPage.3 FcConfigCreate.3 FcConfigDestroy.3 FcConfigSetCurrent.3 FcConfigGetCurrent.3 FcConfigUptoDate.3 FcConfigBuildFonts.3 FcConfigGetConfigDirs.3 FcConfigGetFontDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCache.3 FcConfigGetFonts.3 FcConfigGetBlanks.3 FcConfigGetRescanInverval.3 FcConfigSetRescanInverval.3 FcConfigAppFontAddFile.3 FcConfigAppFontAddDir.3 FcConfigAppFontClear.3 FcConfigSubstituteWithPat.3 FcConfigSubstitute.3 FcFontMatch.3 FcFontSort.3 FcFontRenderPrepare.3 FcFontList.3 FcConfigFilename.3 FcConfigParseAndLoad.3 FcConfigNormalizeFontDir.3 FcNameRegisterConstants.3 FcNameUnregisterConstants.3 FcNameGetConstant.3 FcNameConstant.3 FcFileScan.3 FcDirScan.3 FcDirSave.3 FcDirCacheValid.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetAdd.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeQuery.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInit.3 FcFini.3 FcGetVersion.3 FcInitReinitialize.3 FcInitBringUptoDate.3 FcMatrixInit.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcObjectSetCreate.3 FcObjectSetAdd.3 FcObjectSetDestroy.3 FcObjectSetBuild.3 FcNameRegisterObjectTypes.3 FcNameUnregisterObjectTypes.3 FcNameGetObjectType.3 FcPatternCreate.3 FcPatternDestroy.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternHash.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternAdd-Type.3 FcPatternGet.3 FcPatternGet-Type.3 FcPatternBuild.3 FcPatternDel.3 FcPatternRemove.3 FcPatternPrint.3 FcDefaultSubstitute.3 FcNameParse.3 FcNameUnparse.3 FcUtf8ToUcs4.3 FcUcs4ToUtf8.3 FcUtf8Len.3 FcUtf16ToUcs4.3 FcUtf16Len.3 FcStrCopy.3 FcStrDowncase.3 FcStrCopyFilename.3 FcStrCmpIgnoreCase.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcStrDirname.3 FcStrBasename.3 FcStrSetCreate.3 FcStrSetMember.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrListCreate.3 FcStrListNext.3 FcStrListDone.3 FcValueDestroy.3 FcValueSave.3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fontconfig/Makefile
config.status: creating fc-lang/Makefile
config.status: creating fc-glyphname/Makefile
config.status: creating fc-case/Makefile
config.status: creating fc-arch/Makefile
config.status: creating src/Makefile
config.status: creating src/fontconfig.def
config.status: creating conf.d/Makefile
config.status: creating fc-cache/Makefile
config.status: creating fc-cat/Makefile
config.status: creating fc-list/Makefile
config.status: creating fc-match/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version.sgml
config.status: creating test/Makefile
config.status: creating fontconfig.spec
config.status: creating fontconfig.pc
config.status: creating fonts.conf
config.status: creating fontconfig-zip
config.status: creating config.h
config.status: executing depfiles commands
merlin.arthur:/home/arthur/src/fontconfig-2.4.0 >

gmake in fontconfig will not build, and spews the following:


merlin.arthur:/home/arthur/src/fontconfig-2.4.0 >gmake
gmake  all-recursive
gmake[1]: Entering directory `/home/arthur/src/fontconfig-2.4.0'
Making all in fontconfig
gmake[2]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fontconfig'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fontconfig'
Making all in fc-case
gmake[2]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-case'
touch fcalias.h fcaliastail.h
gmake  all-am
gmake[3]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-case'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I.. -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT fc-case.o -MD -MP -MF ".deps/fc-case.Tpo" -c -o fc-case.o fc-case.c; \ then mv -f ".deps/fc-case.Tpo" ".deps/fc-case.Po"; else rm -f ".deps/fc-case.Tpo"; exit 1; fi gcc -g -O2 -o fc-case fc-case.o rm -f fccase.h
./fc-case ../fc-case/CaseFolding.txt < ../fc-case/fccase.tmpl.h > fccase.h
gmake[3]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-case'
gmake[2]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-case'
Making all in fc-lang
gmake[2]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-lang'
touch fcalias.h fcaliastail.h
gmake  all-am
gmake[3]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-lang'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I.. -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT fc-lang.o -MD -MP -MF ".deps/fc-lang.Tpo" -c -o fc-lang.o fc-lang.c; \ then mv -f ".deps/fc-lang.Tpo" ".deps/fc-lang.Po"; else rm -f ".deps/fc-lang.Tpo"; exit 1; fi
fc-lang.c: In function `FcMemAlloc':
fc-lang.c:42: warning: visibility attribute not supported in this configuration; ignored
fc-lang.c: In function `FcCacheObjectDereference':
fc-lang.c:57: warning: visibility attribute not supported in this configuration; ignored
fc-lang.c: In function `FcMemFree':
fc-lang.c:47: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcCharSetFindLeafCreate':
../src/fccharset.c:211: warning: visibility attribute not supported in this configuration; ignored
fc-lang.c: In function `FcCacheObjectReference':
fc-lang.c:52: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrBufChar':
../src/fcstr.c:732: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcNameParseCharSet':
../src/fccharset.c:885: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcNameUnparseCharSet':
../src/fccharset.c:958: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcCharSetFreeze':
../src/fccharset.c:1073: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcCharSetFreezerCreate':
../src/fccharset.c:1223: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcCharSetFreezerDestroy':
../src/fccharset.c:1261: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrCmpIgnoreBlanksAndCase':
../src/fcstr.c:248: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrHashIgnoreCase':
../src/fcstr.c:282: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrContainsIgnoreBlanksAndCase':
../src/fcstr.c:321: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrContainsIgnoreCase':
../src/fcstr.c:360: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrBufInit':
../src/fcstr.c:667: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrBufDestroy':
../src/fcstr.c:678: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrBufDone':
../src/fcstr.c:694: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrBufString':
../src/fcstr.c:742: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrBufData':
../src/fcstr.c:751: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrUsesHome':
../src/fcstr.c:757: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrLastSlash':
../src/fcstr.c:802: warning: visibility attribute not supported in this configuration; ignored
../src/fcstr.c: In function `FcStrCanonFilename':
../src/fcstr.c:891: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcAlignSize':
../src/fcserialize.c:40: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcSerializeAlloc':
../src/fcserialize.c:104: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcCharSetSerializeAlloc':
../src/fccharset.c:1298: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcSerializeCreate':
../src/fcserialize.c:60: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcSerializeDestroy':
../src/fcserialize.c:79: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcSerializeReserve':
../src/fcserialize.c:115: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcSerializeOffset':
../src/fcserialize.c:131: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcSerializePtr':
../src/fcserialize.c:145: warning: visibility attribute not supported in this configuration; ignored
../src/fccharset.c: In function `FcCharSetSerialize':
../src/fccharset.c:1360: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcStrSerializeAlloc':
../src/fcserialize.c:151: warning: visibility attribute not supported in this configuration; ignored
../src/fcserialize.c: In function `FcStrSerialize':
../src/fcserialize.c:161: warning: visibility attribute not supported in this configuration; ignored
fc-lang.c: At top level:
fc-lang.c:537: warning: visibility attribute not supported in this configuration; ignored gcc -g -O2 -o fc-lang fc-lang.o rm -f fclang.h ./fc-lang -d . aa.orth ab.orth af.orth am.orth ar.orth as.orth ast.orth ava.orth ay.orth az.orth az_ir.orth ba.orth bam.orth be.orth bg.orth bh.orth bho.orth bi.orth bin.orth bn.orth bo.orth br.orth bs.orth bua.orth ca.orth ce.orth ch.orth chm.orth chr.orth co.orth cs.orth cu.orth cv.orth cy.orth da.orth de.orth dz.orth el.orth en.orth eo.orth es.orth et.orth eu.orth fa.orth fi.orth fj.orth fo.orth fr.orth ful.orth fur.orth fy.orth ga.orth gd.orth gez.orth gl.orth gn.orth gu.orth gv.orth ha.orth haw.orth he.orth hi.orth ho.orth hr.orth hu.orth hy.orth ia.orth ibo.orth id.orth ie.orth ik.orth io.orth is.orth it.orth iu.orth ja.orth ka.orth kaa.orth ki.orth kk.orth kl.orth km.orth kn.orth ko.orth kok.orth ks.orth ku.orth ku_ir.orth kum.orth kv.orth kw.orth ky.orth la.orth lb.orth lez.orth ln.orth lo.orth lt.orth lv.orth mg.orth mh.orth mi.orth mk.orth ml.orth mn.orth mo.orth mr.orth mt.orth my.orth nb.orth nds.orth ne.orth nl.orth nn.orth no.orth ny.orth oc.orth om.orth or.orth os.orth pa.orth pl.orth ps_af.orth ps_pk.orth pt.orth rm.orth ro.orth ru.orth sa.orth sah.orth sco.orth se.orth sel.orth sh.orth si.orth sk.orth sl.orth sm.orth sma.orth smj.orth smn.orth sms.orth so.orth sq.orth sr.orth sv.orth sw.orth syr.orth ta.orth te.orth tg.orth th.orth ti_er.orth ti_et.orth tig.orth tk.orth tl.orth tn.orth to.orth tr.orth ts.orth tt.orth tw.orth tyv.orth ug.orth uk.orth ur.orth uz.orth ven.orth vi.orth vo.orth vot.orth wa.orth wen.orth wo.orth xh.orth yap.orth yi.orth yo.orth zh_cn.orth zh_hk.orth zh_mo.orth zh_sg.orth zh_tw.orth zu.orth < ../fc-lang/fclang.tmpl.h > fclang.h
gmake[3]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-lang'
gmake[2]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-lang'
Making all in fc-glyphname
gmake[2]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-glyphname'
touch fcalias.h fcaliastail.h
gmake  all-am
gmake[3]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-glyphname' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I.. -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT fc-glyphname.o -MD -MP -MF ".deps/fc-glyphname.Tpo" -c -o fc-glyphname.o fc-glyphname.c; \ then mv -f ".deps/fc-glyphname.Tpo" ".deps/fc-glyphname.Po"; else rm -f ".deps/fc-glyphname.Tpo"; exit 1; fi gcc -g -O2 -o fc-glyphname fc-glyphname.o rm -f fcglyphname.h ./fc-glyphname ../fc-glyphname/zapfdingbats.txt < ../fc-glyphname/fcglyphname.tmpl.h > fcglyphname.h
gmake[3]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-glyphname'
gmake[2]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-glyphname'
Making all in fc-arch
gmake[2]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-arch'
touch fcalias.h fcaliastail.h
gmake  all-am
gmake[3]: Entering directory `/home/arthur/src/fontconfig-2.4.0/fc-arch'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I.. -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT fc-arch.o -MD -MP -MF ".deps/fc-arch.Tpo" -c -o fc-arch.o fc-arch.c; \ then mv -f ".deps/fc-arch.Tpo" ".deps/fc-arch.Po"; else rm -f ".deps/fc-arch.Tpo"; exit 1; fi gcc -g -O2 -o fc-arch fc-arch.o rm -f fcarch.h
./fc-arch auto < ../fc-arch/fcarch.tmpl.h > fcarch.h
gmake[3]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-arch'
gmake[2]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/fc-arch'
Making all in src
gmake[2]: Entering directory `/home/arthur/src/fontconfig-2.4.0/src'
sh ../src/makealias "../src" ../fontconfig/fontconfig.h ../fontconfig/fcfreetype.h ../fontconfig/fcprivate.h
gmake  all-am
gmake[3]: Entering directory `/home/arthur/src/fontconfig-2.4.0/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcatomic.lo -MD -MP -MF ".deps/fcatomic.Tpo" -c -o fcatomic.lo fcatomic.c; \ then mv -f ".deps/fcatomic.Tpo" ".deps/fcatomic.Plo"; else rm -f ".deps/fcatomic.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcatomic.lo -MD -MP -MF .deps/fcatomic.Tpo -c fcatomic.c -fPIC -DPIC -o .libs/fcatomic.o
fcatomic.c: In function `IA__FcAtomicCreate':
fcatomic.c:97: warning: visibility attribute not supported in this configuration; ignored
fcatomic.c: In function `IA__FcAtomicLock':
fcatomic.c:163: warning: visibility attribute not supported in this configuration; ignored
fcatomic.c: In function `IA__FcAtomicNewFile':
fcatomic.c:169: warning: visibility attribute not supported in this configuration; ignored
fcatomic.c: In function `IA__FcAtomicOrigFile':
fcatomic.c:175: warning: visibility attribute not supported in this configuration; ignored
fcatomic.c: In function `IA__FcAtomicReplaceOrig':
fcatomic.c:186: warning: visibility attribute not supported in this configuration; ignored
fcatomic.c: In function `IA__FcAtomicDeleteNew':
fcatomic.c:192: warning: visibility attribute not supported in this configuration; ignored
fcatomic.c: In function `IA__FcAtomicUnlock':
fcatomic.c:202: warning: visibility attribute not supported in this configuration; ignored
fcatomic.c: In function `IA__FcAtomicDestroy':
fcatomic.c:213: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcatomic.lo -MD -MP -MF .deps/fcatomic.Tpo -c fcatomic.c -o fcatomic.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcblanks.lo -MD -MP -MF ".deps/fcblanks.Tpo" -c -o fcblanks.lo fcblanks.c; \ then mv -f ".deps/fcblanks.Tpo" ".deps/fcblanks.Plo"; else rm -f ".deps/fcblanks.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcblanks.lo -MD -MP -MF .deps/fcblanks.Tpo -c fcblanks.c -fPIC -DPIC -o .libs/fcblanks.o
fcblanks.c: In function `IA__FcBlanksCreate':
fcblanks.c:40: warning: visibility attribute not supported in this configuration; ignored
fcblanks.c: In function `IA__FcBlanksDestroy':
fcblanks.c:52: warning: visibility attribute not supported in this configuration; ignored
fcblanks.c: In function `IA__FcBlanksAdd':
fcblanks.c:81: warning: visibility attribute not supported in this configuration; ignored
fcblanks.c: In function `IA__FcBlanksIsMember':
fcblanks.c:92: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcblanks.lo -MD -MP -MF .deps/fcblanks.Tpo -c fcblanks.c -o fcblanks.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fccache.lo -MD -MP -MF ".deps/fccache.Tpo" -c -o fccache.lo fccache.c; \ then mv -f ".deps/fccache.Tpo" ".deps/fccache.Plo"; else rm -f ".deps/fccache.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fccache.lo -MD -MP -MF .deps/fccache.Tpo -c fccache.c -fPIC -DPIC -o .libs/fccache.o
fccache.c: In function `FcDirCacheDispose':
fccache.c:375: warning: passing arg 1 of `munmap' from incompatible pointer type
fccache.c: In function `FcDirCacheMapFd':
fccache.c:436: warning: assignment from incompatible pointer type
fccache.c:475: warning: passing arg 1 of `munmap' from incompatible pointer type
fccache.c: In function `FcCacheObjectReference':
fccache.c:391: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `FcCacheObjectDereference':
fccache.c:404: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `FcCacheFini':
fccache.c:414: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `FcDirCacheReference':
fccache.c:497: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcDirCacheUnload':
fccache.c:503: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcDirCacheLoadFile':
fccache.c:540: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `FcDirCacheBuild':
fccache.c:679: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcCacheCopySet':
fccache.c:841: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcCacheNumSubdir':
fccache.c:853: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcCacheNumFont':
fccache.c:859: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `FcDirCacheWrite':
fccache.c:806: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcDirCacheValid':
fccache.c:581: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcDirCacheLoad':
fccache.c:526: warning: visibility attribute not supported in this configuration; ignored
fccache.c: In function `IA__FcDirCacheUnlink':
fccache.c:113: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fccache.lo -MD -MP -MF .deps/fccache.Tpo -c fccache.c -o fccache.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fccfg.lo -MD -MP -MF ".deps/fccfg.Tpo" -c -o fccfg.lo fccfg.c; \ then mv -f ".deps/fccfg.Tpo" ".deps/fccfg.Plo"; else rm -f ".deps/fccfg.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fccfg.lo -MD -MP -MF .deps/fccfg.Tpo -c fccfg.c -fPIC -DPIC -o .libs/fccfg.o
fccfg.c: In function `IA__FcConfigCreate':
fccfg.c:117: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigDestroy':
fccfg.c:223: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigSetFonts':
fccfg.c:479: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetCurrent':
fccfg.c:358: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigUptoDate':
fccfg.c:174: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigModifiedTime':
fccfg.c:152: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddFontDir':
fccfg.c:384: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddConfigDir':
fccfg.c:365: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetConfigDirs':
fccfg.c:377: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddDir':
fccfg.c:392: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetFontDirs':
fccfg.c:404: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddCacheDir':
fccfg.c:411: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetCacheDirs':
fccfg.c:423: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetConfigFiles':
fccfg.c:450: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetCache':
fccfg.c:456: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetFonts':
fccfg.c:469: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetBlanks':
fccfg.c:491: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddBlank':
fccfg.c:514: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigGetRescanInverval':
fccfg.c:526: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigSetRescanInverval':
fccfg.c:539: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddEdit':
fccfg.c:588: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigCompareValue':
fccfg.c:782: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigSubstituteWithPat':
fccfg.c:1500: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigSubstitute':
fccfg.c:1508: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigHome':
fccfg.c:1683: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigFilename':
fccfg.c:1742: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddConfigFile':
fccfg.c:438: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigEnableHome':
fccfg.c:1691: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigAppFontAddDir':
fccfg.c:1843: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigAppFontAddFile':
fccfg.c:1795: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigAppFontClear':
fccfg.c:1856: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigGlobAdd':
fccfg.c:1870: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAcceptFilename':
fccfg.c:1929: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigPatternsAdd':
fccfg.c:1943: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAcceptFont':
fccfg.c:1966: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `FcConfigAddCache':
fccfg.c:285: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigBuildFonts':
fccfg.c:336: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: In function `IA__FcConfigSetCurrent':
fccfg.c:349: warning: visibility attribute not supported in this configuration; ignored
fccfg.c: At top level:
fccfg.c:1742: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fccfg.lo -MD -MP -MF .deps/fccfg.Tpo -c fccfg.c -o fccfg.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fccharset.lo -MD -MP -MF ".deps/fccharset.Tpo" -c -o fccharset.lo fccharset.c; \ then mv -f ".deps/fccharset.Tpo" ".deps/fccharset.Plo"; else rm -f ".deps/fccharset.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fccharset.lo -MD -MP -MF .deps/fccharset.Tpo -c fccharset.c -fPIC -DPIC -o .libs/fccharset.o
fccharset.c: In function `IA__FcCharSetCreate':
fccharset.c:44: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetNew':
fccharset.c:50: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetDestroy':
fccharset.c:81: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcCharSetFindLeafCreate':
fccharset.c:211: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetAddChar':
fccharset.c:245: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetCopy':
fccharset.c:315: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetEqual':
fccharset.c:336: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetIntersect':
fccharset.c:435: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetUnion':
fccharset.c:453: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetSubtract':
fccharset.c:473: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetHasChar':
fccharset.c:123: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetIntersectCount':
fccharset.c:524: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetCount':
fccharset.c:541: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetSubtractCount':
fccharset.c:577: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetIsSubset':
fccharset.c:652: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetNextPage':
fccharset.c:684: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetFirstPage':
fccharset.c:693: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `IA__FcCharSetCoverage':
fccharset.c:718: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcNameParseCharSet':
fccharset.c:885: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcNameUnparseCharSet':
fccharset.c:958: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcCharSetFreeze':
fccharset.c:1073: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcCharSetFreezerCreate':
fccharset.c:1223: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcCharSetFreezerDestroy':
fccharset.c:1261: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcCharSetSerializeAlloc':
fccharset.c:1298: warning: visibility attribute not supported in this configuration; ignored
fccharset.c: In function `FcCharSetSerialize':
fccharset.c:1360: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fccharset.lo -MD -MP -MF .deps/fccharset.Tpo -c fccharset.c -o fccharset.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcdbg.lo -MD -MP -MF ".deps/fcdbg.Tpo" -c -o fcdbg.lo fcdbg.c; \ then mv -f ".deps/fcdbg.Tpo" ".deps/fcdbg.Plo"; else rm -f ".deps/fcdbg.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcdbg.lo -MD -MP -MF .deps/fcdbg.Tpo -c fcdbg.c -fPIC -DPIC -o .libs/fcdbg.o
fcdbg.c: In function `FcCharSetPrint':
fcdbg.c:131: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcLangSetPrint':
fcdbg.c:97: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `IA__FcValuePrint':
fcdbg.c:63: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcValueListPrint':
fcdbg.c:83: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `IA__FcPatternPrint':
fcdbg.c:172: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcOpPrint':
fcdbg.c:217: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcExprPrint':
fcdbg.c:318: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcTestPrint':
fcdbg.c:353: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcEditPrint':
fcdbg.c:362: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcSubstPrint':
fcdbg.c:384: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `IA__FcFontSetPrint':
fcdbg.c:397: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: In function `FcInitDebug':
fcdbg.c:414: warning: visibility attribute not supported in this configuration; ignored
fcdbg.c: At top level:
fcdbg.c:63: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcdbg.lo -MD -MP -MF .deps/fcdbg.Tpo -c fcdbg.c -o fcdbg.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcdefault.lo -MD -MP -MF ".deps/fcdefault.Tpo" -c -o fcdefault.lo fcdefault.c; \ then mv -f ".deps/fcdefault.Tpo" ".deps/fcdefault.Plo"; else rm -f ".deps/fcdefault.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcdefault.lo -MD -MP -MF .deps/fcdefault.Tpo -c fcdefault.c -fPIC -DPIC -o .libs/fcdefault.o
fcdefault.c: In function `FcGetDefaultLang':
fcdefault.c:117: warning: visibility attribute not supported in this configuration; ignored
fcdefault.c: In function `IA__FcDefaultSubstitute':
fcdefault.c:184: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcdefault.lo -MD -MP -MF .deps/fcdefault.Tpo -c fcdefault.c -o fcdefault.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcdir.lo -MD -MP -MF ".deps/fcdir.Tpo" -c -o fcdir.lo fcdir.c; \ then mv -f ".deps/fcdir.Tpo" ".deps/fcdir.Plo"; else rm -f ".deps/fcdir.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcdir.lo -MD -MP -MF .deps/fcdir.Tpo -c fcdir.c -fPIC -DPIC -o .libs/fcdir.o
fcdir.c: In function `IA__FcFileIsDir':
fcdir.c:36: warning: visibility attribute not supported in this configuration; ignored
fcdir.c: In function `FcFileScanConfig':
fcdir.c:110: warning: visibility attribute not supported in this configuration; ignored
fcdir.c: In function `IA__FcFileScan':
fcdir.c:121: warning: visibility attribute not supported in this configuration; ignored
fcdir.c: In function `FcDirCacheScan':
fcdir.c:244: warning: visibility attribute not supported in this configuration; ignored
fcdir.c: In function `IA__FcDirCacheRead':
fcdir.c:266: warning: visibility attribute not supported in this configuration; ignored
fcdir.c: In function `FcDirScanConfig':
fcdir.c:277: warning: visibility attribute not supported in this configuration; ignored
fcdir.c: In function `IA__FcDirScan':
fcdir.c:288: warning: visibility attribute not supported in this configuration; ignored
fcdir.c: In function `IA__FcDirSave':
fcdir.c:294: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcdir.lo -MD -MP -MF .deps/fcdir.Tpo -c fcdir.c -o fcdir.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcfreetype.lo -MD -MP -MF ".deps/fcfreetype.Tpo" -c -o fcfreetype.lo fcfreetype.c; \ then mv -f ".deps/fcfreetype.Tpo" ".deps/fcfreetype.Plo"; else rm -f ".deps/fcfreetype.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c -fPIC -DPIC -o .libs/fcfreetype.o fcfreetype.c:69:2: warning: #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later" fcfreetype.c:73:2: warning: #warning "No FT_Get_PS_Font_Info: Please install freetype 2.1.1 or later"
fcfreetype.c: In function `FcSfntNameTranscode':
fcfreetype.c:747: warning: passing arg 2 of `iconv' from incompatible pointer type fcfreetype.c:1754:2: warning: #warning "No FT_Get_Next_Char: Please install freetype version 2.1.0 or newer"
fcfreetype.c: In function `FcFreeTypeIsExclusiveLang':
fcfreetype.c:105: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: In function `FcFreeTypeGetPrivateMap':
fcfreetype.c:2264: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: In function `FcFreeTypePrivateToUcs4':
fcfreetype.c:2253: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: In function `FcFreeTypeUcs4ToPrivate':
fcfreetype.c:2242: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: In function `IA__FcFreeTypeCharIndex':
fcfreetype.c:2442: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: In function `IA__FcFreeTypeCharSetAndSpacing':
fcfreetype.c:2722: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: In function `IA__FcFreeTypeCharSet':
fcfreetype.c:2730: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: In function `IA__FcFreeTypeQuery':
fcfreetype.c:1744: warning: visibility attribute not supported in this configuration; ignored
fcfreetype.c: At top level:
fcfreetype.c:921: warning: 'FcStringIsConst' defined but not used
../fc-glyphname/fcglyphname.h:232: warning: 'name_to_ucs' defined but not used ../fc-glyphname/fcglyphname.h:505: warning: 'ucs_to_name' defined but not used
fcfreetype.c:2270: warning: 'FcHashGlyphName' defined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c -o fcfreetype.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcfs.lo -MD -MP -MF ".deps/fcfs.Tpo" -c -o fcfs.lo fcfs.c; \ then mv -f ".deps/fcfs.Tpo" ".deps/fcfs.Plo"; else rm -f ".deps/fcfs.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcfs.lo -MD -MP -MF .deps/fcfs.Tpo -c fcfs.c -fPIC -DPIC -o .libs/fcfs.o
fcfs.c: In function `IA__FcFontSetCreate':
fcfs.c:41: warning: visibility attribute not supported in this configuration; ignored
fcfs.c: In function `IA__FcFontSetDestroy':
fcfs.c:57: warning: visibility attribute not supported in this configuration; ignored
fcfs.c: In function `IA__FcFontSetAdd':
fcfs.c:82: warning: visibility attribute not supported in this configuration; ignored
fcfs.c: In function `FcFontSetSerializeAlloc':
fcfs.c:99: warning: visibility attribute not supported in this configuration; ignored
fcfs.c: In function `FcFontSetSerialize':
fcfs.c:132: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcfs.lo -MD -MP -MF .deps/fcfs.Tpo -c fcfs.c -o fcfs.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcinit.lo -MD -MP -MF ".deps/fcinit.Tpo" -c -o fcinit.lo fcinit.c; \ then mv -f ".deps/fcinit.Tpo" ".deps/fcinit.Plo"; else rm -f ".deps/fcinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcinit.lo -MD -MP -MF .deps/fcinit.Tpo -c fcinit.c -fPIC -DPIC -o .libs/fcinit.o
fcinit.c: In function `IA__FcGetVersion':
fcinit.c:52: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `IA__FcInitLoadConfig':
fcinit.c:74: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `IA__FcInitLoadConfigAndFonts':
fcinit.c:93: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `IA__FcFini':
fcinit.c:125: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `IA__FcInitReinitialize':
fcinit.c:140: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `IA__FcInitBringUptoDate':
fcinit.c:165: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `FcMemReport':
fcinit.c:235: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `IA__FcInit':
fcinit.c:112: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `FcMemAlloc':
fcinit.c:250: warning: visibility attribute not supported in this configuration; ignored
fcinit.c: In function `FcMemFree':
fcinit.c:265: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcinit.lo -MD -MP -MF .deps/fcinit.Tpo -c fcinit.c -o fcinit.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fclang.lo -MD -MP -MF ".deps/fclang.Tpo" -c -o fclang.lo fclang.c; \ then mv -f ".deps/fclang.Tpo" ".deps/fclang.Plo"; else rm -f ".deps/fclang.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fclang.lo -MD -MP -MF .deps/fclang.Tpo -c fclang.c -fPIC -DPIC -o .libs/fclang.o
fclang.c: In function `FcLangCompare':
fclang.c:161: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `FcCharSetForLang':
fclang.c:219: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetCreate':
fclang.c:233: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `FcFreeTypeLangSet':
fclang.c:133: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetDestroy':
fclang.c:242: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetCopy':
fclang.c:279: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetAdd':
fclang.c:355: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetHasLang':
fclang.c:403: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetCompare':
fclang.c:456: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `FcLangSetPromote':
fclang.c:486: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetHash':
fclang.c:499: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `FcNameParseLangSet':
fclang.c:532: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `FcNameUnparseLangSet':
fclang.c:583: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetEqual':
fclang.c:600: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `IA__FcLangSetContains':
fclang.c:710: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `FcLangSetSerializeAlloc':
fclang.c:718: warning: visibility attribute not supported in this configuration; ignored
fclang.c: In function `FcLangSetSerialize':
fclang.c:729: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fclang.lo -MD -MP -MF .deps/fclang.Tpo -c fclang.c -o fclang.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fclist.lo -MD -MP -MF ".deps/fclist.Tpo" -c -o fclist.lo fclist.c; \ then mv -f ".deps/fclist.Tpo" ".deps/fclist.Plo"; else rm -f ".deps/fclist.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fclist.lo -MD -MP -MF .deps/fclist.Tpo -c fclist.c -fPIC -DPIC -o .libs/fclist.o
fclist.c: In function `IA__FcObjectSetCreate':
fclist.c:41: warning: visibility attribute not supported in this configuration; ignored
fclist.c: In function `IA__FcObjectSetAdd':
fclist.c:89: warning: visibility attribute not supported in this configuration; ignored
fclist.c: In function `IA__FcObjectSetDestroy':
fclist.c:101: warning: visibility attribute not supported in this configuration; ignored
fclist.c: In function `IA__FcObjectSetVaBuild':
fclist.c:110: warning: visibility attribute not supported in this configuration; ignored
fclist.c: In function `IA__FcObjectSetBuild':
fclist.c:122: warning: visibility attribute not supported in this configuration; ignored
fclist.c: In function `FcListPatternMatchAny':
fclist.c:224: warning: visibility attribute not supported in this configuration; ignored
fclist.c: In function `IA__FcFontSetList':
fclist.c:536: warning: visibility attribute not supported in this configuration; ignored
fclist.c: In function `IA__FcFontList':
fclist.c:558: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fclist.lo -MD -MP -MF .deps/fclist.Tpo -c fclist.c -o fclist.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcmatch.lo -MD -MP -MF ".deps/fcmatch.Tpo" -c -o fcmatch.lo fcmatch.c; \ then mv -f ".deps/fcmatch.Tpo" ".deps/fcmatch.Plo"; else rm -f ".deps/fcmatch.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcmatch.lo -MD -MP -MF .deps/fcmatch.Tpo -c fcmatch.c -fPIC -DPIC -o .libs/fcmatch.o
fcmatch.c: In function `IA__FcFontRenderPrepare':
fcmatch.c:460: warning: visibility attribute not supported in this configuration; ignored
fcmatch.c: In function `IA__FcFontSetMatch':
fcmatch.c:540: warning: visibility attribute not supported in this configuration; ignored
fcmatch.c: In function `IA__FcFontMatch':
fcmatch.c:562: warning: visibility attribute not supported in this configuration; ignored
fcmatch.c: In function `IA__FcFontSetSortDestroy':
fcmatch.c:638: warning: visibility attribute not supported in this configuration; ignored
fcmatch.c: In function `IA__FcFontSetSort':
fcmatch.c:813: warning: visibility attribute not supported in this configuration; ignored
fcmatch.c: In function `IA__FcFontSort':
fcmatch.c:837: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcmatch.lo -MD -MP -MF .deps/fcmatch.Tpo -c fcmatch.c -o fcmatch.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcmatrix.lo -MD -MP -MF ".deps/fcmatrix.Tpo" -c -o fcmatrix.lo fcmatrix.c; \ then mv -f ".deps/fcmatrix.Tpo" ".deps/fcmatrix.Plo"; else rm -f ".deps/fcmatrix.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcmatrix.lo -MD -MP -MF .deps/fcmatrix.Tpo -c fcmatrix.c -fPIC -DPIC -o .libs/fcmatrix.o fcmatrix.c:120: warning: visibility attribute not supported in this configuration; ignored
fcmatrix.c: In function `IA__FcMatrixCopy':
fcmatrix.c:44: warning: visibility attribute not supported in this configuration; ignored
fcmatrix.c: In function `FcMatrixFree':
fcmatrix.c:54: warning: visibility attribute not supported in this configuration; ignored
fcmatrix.c: In function `IA__FcMatrixEqual':
fcmatrix.c:65: warning: visibility attribute not supported in this configuration; ignored
fcmatrix.c: In function `IA__FcMatrixMultiply':
fcmatrix.c:77: warning: visibility attribute not supported in this configuration; ignored
fcmatrix.c: In function `IA__FcMatrixRotate':
fcmatrix.c:93: warning: visibility attribute not supported in this configuration; ignored
fcmatrix.c: In function `IA__FcMatrixScale':
fcmatrix.c:105: warning: visibility attribute not supported in this configuration; ignored
fcmatrix.c: In function `IA__FcMatrixShear':
fcmatrix.c:117: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcmatrix.lo -MD -MP -MF .deps/fcmatrix.Tpo -c fcmatrix.c -o fcmatrix.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcname.lo -MD -MP -MF ".deps/fcname.Tpo" -c -o fcname.lo fcname.c; \ then mv -f ".deps/fcname.Tpo" ".deps/fcname.Plo"; else rm -f ".deps/fcname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcname.lo -MD -MP -MF .deps/fcname.Tpo -c fcname.c -fPIC -DPIC -o .libs/fcname.o
fcname.c: In function `FcObjectInit':
fcname.c:342: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameRegisterObjectTypes':
fcname.c:273: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameUnregisterObjectTypes':
fcname.c:283: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameGetObjectType':
fcname.c:289: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `FcObjectValidType':
fcname.c:317: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `FcObjectFromName':
fcname.c:327: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `FcObjectFini':
fcname.c:368: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `FcObjectName':
fcname.c:378: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameRegisterConstants':
fcname.c:472: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameUnregisterConstants':
fcname.c:492: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameGetConstant':
fcname.c:507: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameConstant':
fcname.c:520: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `FcNameBool':
fcname.c:555: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameParse':
fcname.c:747: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `FcNameUnparseEscaped':
fcname.c:881: warning: visibility attribute not supported in this configuration; ignored
fcname.c: In function `IA__FcNameUnparse':
fcname.c:825: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcname.lo -MD -MP -MF .deps/fcname.Tpo -c fcname.c -o fcname.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcpat.lo -MD -MP -MF ".deps/fcpat.Tpo" -c -o fcpat.lo fcpat.c; \ then mv -f ".deps/fcpat.Tpo" ".deps/fcpat.Plo"; else rm -f ".deps/fcpat.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcpat.lo -MD -MP -MF .deps/fcpat.Tpo -c fcpat.c -fPIC -DPIC -o .libs/fcpat.o
fcpat.c: In function `IA__FcPatternCreate':
fcpat.c:45: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcValueCanonicalize':
fcpat.c:93: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcValueSave':
fcpat.c:123: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcValueEqual':
fcpat.c:195: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcStringHash':
fcpat.c:217: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectFindElt':
fcpat.c:337: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectInsertElt':
fcpat.c:396: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternEqual':
fcpat.c:420: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternHash':
fcpat.c:436: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternEqualSubset':
fcpat.c:463: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectGet':
fcpat.c:748: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGet':
fcpat.c:754: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectGetInteger':
fcpat.c:776: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetInteger':
fcpat.c:782: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectGetDouble':
fcpat.c:805: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetDouble':
fcpat.c:811: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectGetString':
fcpat.c:827: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetString':
fcpat.c:833: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetMatrix':
fcpat.c:848: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetBool':
fcpat.c:864: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetCharSet':
fcpat.c:879: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetFTFace':
fcpat.c:894: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternGetLangSet':
fcpat.c:909: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternReference':
fcpat.c:949: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcValueListDestroy':
fcpat.c:154: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectDel':
fcpat.c:583: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternDel':
fcpat.c:589: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternRemove':
fcpat.c:614: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternDestroy':
fcpat.c:302: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcValueDestroy':
fcpat.c:67: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcStrStaticName':
fcpat.c:1036: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectAddWithBinding':
fcpat.c:539: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternAppend':
fcpat.c:993: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddWeak':
fcpat.c:560: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAdd':
fcpat.c:553: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternBuild':
fcpat.c:969: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternVaBuild':
fcpat.c:958: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddLangSet':
fcpat.c:727: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddFTFace':
fcpat.c:717: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddCharSet':
fcpat.c:707: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddMatrix':
fcpat.c:680: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectAdd':
fcpat.c:546: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternDuplicate':
fcpat.c:940: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectAddBool':
fcpat.c:691: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddBool':
fcpat.c:697: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectAddString':
fcpat.c:664: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddString':
fcpat.c:670: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectAddDouble':
fcpat.c:640: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddDouble':
fcpat.c:647: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternObjectAddInteger':
fcpat.c:624: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `IA__FcPatternAddInteger':
fcpat.c:630: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternFini':
fcpat.c:1064: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcValueListSerializeAlloc':
fcpat.c:1151: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternSerializeAlloc':
fcpat.c:1080: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcValueListSerialize':
fcpat.c:1210: warning: visibility attribute not supported in this configuration; ignored
fcpat.c: In function `FcPatternSerialize':
fcpat.c:1123: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcpat.lo -MD -MP -MF .deps/fcpat.Tpo -c fcpat.c -o fcpat.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcserialize.lo -MD -MP -MF ".deps/fcserialize.Tpo" -c -o fcserialize.lo fcserialize.c; \ then mv -f ".deps/fcserialize.Tpo" ".deps/fcserialize.Plo"; else rm -f ".deps/fcserialize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcserialize.lo -MD -MP -MF .deps/fcserialize.Tpo -c fcserialize.c -fPIC -DPIC -o .libs/fcserialize.o
fcserialize.c: In function `FcAlignSize':
fcserialize.c:40: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcSerializeCreate':
fcserialize.c:60: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcSerializeDestroy':
fcserialize.c:79: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcSerializeAlloc':
fcserialize.c:104: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcSerializeReserve':
fcserialize.c:115: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcSerializeOffset':
fcserialize.c:131: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcSerializePtr':
fcserialize.c:145: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcStrSerializeAlloc':
fcserialize.c:151: warning: visibility attribute not supported in this configuration; ignored
fcserialize.c: In function `FcStrSerialize':
fcserialize.c:161: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcserialize.lo -MD -MP -MF .deps/fcserialize.Tpo -c fcserialize.c -o fcserialize.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcstr.lo -MD -MP -MF ".deps/fcstr.Tpo" -c -o fcstr.lo fcstr.c; \ then mv -f ".deps/fcstr.Tpo" ".deps/fcstr.Plo"; else rm -f ".deps/fcstr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcstr.lo -MD -MP -MF .deps/fcstr.Tpo -c fcstr.c -fPIC -DPIC -o .libs/fcstr.o
fcstr.c: In function `IA__FcStrCopy':
fcstr.c:45: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrPlus':
fcstr.c:59: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrFree':
fcstr.c:66: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcUtf8ToUcs4':
fcstr.c:526: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcUcs4ToUtf8':
fcstr.c:581: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrDowncase':
fcstr.c:206: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrCmpIgnoreCase':
fcstr.c:227: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrCmpIgnoreBlanksAndCase':
fcstr.c:248: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrCmp':
fcstr.c:265: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrHashIgnoreCase':
fcstr.c:282: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrContainsIgnoreBlanksAndCase':
fcstr.c:321: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrContainsIgnoreCase':
fcstr.c:360: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrStrIgnoreCase':
fcstr.c:405: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrStr':
fcstr.c:455: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcUtf8Len':
fcstr.c:560: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcUtf16ToUcs4':
fcstr.c:622: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcUtf16Len':
fcstr.c:657: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrBufInit':
fcstr.c:667: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrBufDestroy':
fcstr.c:678: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrBufDone':
fcstr.c:694: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrBufChar':
fcstr.c:732: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrBufString':
fcstr.c:742: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrBufData':
fcstr.c:751: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrUsesHome':
fcstr.c:757: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrLastSlash':
fcstr.c:802: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrDirname':
fcstr.c:820: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrBasename':
fcstr.c:831: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `FcStrCanonFilename':
fcstr.c:891: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrCopyFilename':
fcstr.c:783: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrSetCreate':
fcstr.c:905: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrSetMember':
fcstr.c:943: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrSetEqual':
fcstr.c:955: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrSetAdd':
fcstr.c:969: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrSetAddFilename':
fcstr.c:983: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrSetDel':
fcstr.c:1004: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrSetDestroy':
fcstr.c:1021: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrListCreate':
fcstr.c:1036: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrListNext':
fcstr.c:1044: warning: visibility attribute not supported in this configuration; ignored
fcstr.c: In function `IA__FcStrListDone':
fcstr.c:1052: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcstr.lo -MD -MP -MF .deps/fcstr.Tpo -c fcstr.c -o fcstr.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT fcxml.lo -MD -MP -MF ".deps/fcxml.Tpo" -c -o fcxml.lo fcxml.c; \ then mv -f ".deps/fcxml.Tpo" ".deps/fcxml.Plo"; else rm -f ".deps/fcxml.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcxml.lo -MD -MP -MF .deps/fcxml.Tpo -c fcxml.c -fPIC -DPIC -o .libs/fcxml.o
fcxml.c: In function `FcExprCreateInteger':
fcxml.c:84: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateDouble':
fcxml.c:98: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateString':
fcxml.c:112: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateMatrix':
fcxml.c:126: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateBool':
fcxml.c:140: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateNil':
fcxml.c:153: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateField':
fcxml.c:167: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateConst':
fcxml.c:181: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprCreateOp':
fcxml.c:196: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcExprDestroy':
fcxml.c:263: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcTestDestroy':
fcxml.c:70: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcEditDestroy':
fcxml.c:273: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `FcConfigSaveField':
fcxml.c:279: warning: visibility attribute not supported in this configuration; ignored
fcxml.c: In function `IA__FcConfigParseAndLoad':
fcxml.c:2373: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT fcxml.lo -MD -MP -MF .deps/fcxml.Tpo -c fcxml.c -o fcxml.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/arthur/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/arthur/etc/fonts"' -g -O2 -MT ftglue.lo -MD -MP -MF ".deps/ftglue.Tpo" -c -o ftglue.lo ftglue.c; \ then mv -f ".deps/ftglue.Tpo" ".deps/ftglue.Plo"; else rm -f ".deps/ftglue.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT ftglue.lo -MD -MP -MF .deps/ftglue.Tpo -c ftglue.c -fPIC -DPIC -o .libs/ftglue.o
ftglue.c: In function `ftglue_alloc':
ftglue.c:82: warning: visibility attribute not supported in this configuration; ignored
ftglue.c: In function `ftglue_free':
ftglue.c:126: warning: visibility attribute not supported in this configuration; ignored
ftglue.c: In function `ftglue_realloc':
ftglue.c:117: warning: visibility attribute not supported in this configuration; ignored
ftglue.c: In function `ftglue_stream_pos':
ftglue.c:134: warning: visibility attribute not supported in this configuration; ignored
ftglue.c: In function `ftglue_stream_seek':
ftglue.c:154: warning: visibility attribute not supported in this configuration; ignored
ftglue.c: In function `ftglue_stream_frame_enter':
ftglue.c:204: warning: visibility attribute not supported in this configuration; ignored
ftglue.c: In function `ftglue_stream_frame_exit':
ftglue.c:220: warning: visibility attribute not supported in this configuration; ignored
ftglue.c: In function `ftglue_face_goto_table':
ftglue.c:307: warning: visibility attribute not supported in this configuration; ignored gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/home/arthur/include/freetype2 -I/home/arthur/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR=\"/home/arthur/var/cache/fontconfig\" -DFONTCONFIG_PATH=\"/home/arthur/etc/fonts\" -g -O2 -MT ftglue.lo -MD -MP -MF .deps/ftglue.Tpo -c ftglue.c -o ftglue.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libfontconfig.la -rpath /home/arthur/lib -version-info 2:0:1 -no-undefined fcatomic.lo fcblanks.lo fccache.lo fccfg.lo fccharset.lo fcdbg.lo fcdefault.lo fcdir.lo fcfreetype.lo fcfs.lo fcinit.lo fclang.lo fclist.lo fcmatch.lo fcmatrix.lo fcname.lo fcpat.lo fcserialize.lo fcstr.lo fcxml.lo ftglue.lo -L/home/arthur/lib -R/home/arthur/lib -lfreetype -lexpat gcc -shared -Wl,-h -Wl,libfontconfig.so.1 -o .libs/libfontconfig.so.1.1.0 .libs/fcatomic.o .libs/fcblanks.o .libs/fccache.o .libs/fccfg.o .libs/fccharset.o .libs/fcdbg.o .libs/fcdefault.o .libs/fcdir.o .libs/fcfreetype.o .libs/fcfs.o .libs/fcinit.o .libs/fclang.o .libs/fclist.o .libs/fcmatch.o .libs/fcmatrix.o .libs/fcname.o .libs/fcpat.o .libs/fcserialize.o .libs/fcstr.o .libs/fcxml.o .libs/ftglue.o -R/home/arthur/lib -R/home/arthur/lib -L/home/arthur/lib /home/arthur/lib/libfreetype.so /home/arthur/lib/libexpat.so -lc ld: fatal: relocation error: R_386_GOTOFF: file .libs/fccache.o: symbol FcDebugVal: relocation must bind locally
collect2: ld returned 1 exit status
gmake[3]: *** [libfontconfig.la] Error 1
gmake[3]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/arthur/src/fontconfig-2.4.0/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/arthur/src/fontconfig-2.4.0'
gmake: *** [all] Error 2
merlin.arthur:/home/arthur/src/fontconfig-2.4.0 >

I have googled on this, perhaps it is a gcc problem? Should I load an older version of gcc:

gcc -v
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

I need cairo to build the wireshark front end, and I need fontconfig to build cairo. Any suggestions would be greatly appreciated. Also, in the future, would it be preferred to send this amount of configure and compiler spewage as an attached file?

Tally Ho!

John