=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for ghostscript-agpl-9.10nb1 /usr/pkg/bin/gmake so-subtarget BUILDDIRPREFIX=so gmake[1]: Entering directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' /usr/pkg/bin/gmake GS_XE=./sobin/libgs.so.9.10 DISPLAY_DEV=./soobj/display.dev STDIO_IMPLEMENTATION=c BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib '\ CFLAGS='-O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include ' prefix=/usr/pkg\ directories gmake[2]: Entering directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' gmake[2]: Leaving directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' /usr/pkg/bin/gmake GS_XE=./sobin/libgs.so.9.10 DISPLAY_DEV=./soobj/display.dev STDIO_IMPLEMENTATION=c BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib '\ CFLAGS='-O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include ' prefix=/usr/pkg\ ./soobj/aux/echogs ./soobj/aux/genarch gmake[2]: Entering directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./base -o ./soobj/aux/echogs ./base/echogs.c -lm -lidn -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpaper -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltiff -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfontconfig -Wl,-R/usr/pkg/lib -lfreetype -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfreetype -lz ./base/echogs.c:227:29: warning: array subscript is of type 'char' [-Wchar-subscripts] (isalnum(arg[-1]) || arg[-1] == '_')) ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ ./base/echogs.c:252:31: warning: array subscript is of type 'char' [-Wchar-subscripts] chr = toupper(arg[1]); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ ./base/echogs.c:301:39: warning: array subscript is of type 'char' [-Wchar-subscripts] (*eputc) (toupper(*up), out); ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ ./base/echogs.c:313:34: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isxdigit(ch)) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) ^~~~ ./base/echogs.c:316:38: warning: array subscript is of type 'char' [-Wchar-subscripts] xchr += (isdigit(ch) ? ch - '0' : ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ ./base/echogs.c:317:39: warning: array subscript is of type 'char' [-Wchar-subscripts] (isupper(ch) ? tolower(ch) : ch) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:57:44: note: expanded from macro 'isupper' #define isupper(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_U)) ^~~~ ./base/echogs.c:317:53: warning: array subscript is of type 'char' [-Wchar-subscripts] (isupper(ch) ? tolower(ch) : ch) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 7 warnings generated. cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./base -o ./soobj/aux/genarch ./base/genarch.c -lm -lidn -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpaper -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltiff -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfontconfig -Wl,-R/usr/pkg/lib -lfreetype -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfreetype -lz gmake[2]: Leaving directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' /usr/pkg/bin/gmake GS_XE=./sobin/libgs.so.9.10 DISPLAY_DEV=./soobj/display.dev STDIO_IMPLEMENTATION=c BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib '\ CFLAGS='-O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include '\ prefix=/usr/pkg gmake[2]: Entering directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./base -o ./soobj/aux/genconf ./base/genconf.c -lm -lidn -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpaper -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltiff -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfontconfig -Wl,-R/usr/pkg/lib -lfreetype -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfreetype -lz ./base/genconf.c:733:13: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isspace(ch)) { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ ./base/genconf.c:749:27: warning: array subscript is of type 'char' [-Wchar-subscripts] if (item[0] == '-' && islower(item[1])) { /* set category */ ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:53:44: note: expanded from macro 'islower' #define islower(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_L)) ^~~~ ./base/genconf.c:998:21: warning: array subscript is of type 'char' [-Wchar-subscripts] if (islower(*ptr)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:53:44: note: expanded from macro 'islower' #define islower(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_L)) ^~~~ ./base/genconf.c:999:28: warning: array subscript is of type 'char' [-Wchar-subscripts] *ptr = toupper(*ptr); ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 4 warnings generated. ./soobj/aux/echogs -w ./soobj/devs.tr - -include ./soobj/unix_ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/psl3.dev ./soobj/pdf.dev ./soobj/dpsnext.dev ./soobj/ttfont.dev ./soobj/epsf.dev ./soobj/pipe.dev ./soobj/gsnogc.dev ./soobj/htxlib.dev ./soobj/jbig2.dev ./soobj/jpx.dev ./soobj/utf8.dev ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/display.dev ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/bbox.dev ./soobj/bit.dev ./soobj/bitcmyk.dev ./soobj/bitrgb.dev ./soobj/bitrgbtags.dev ./soobj/bmp16.dev ./soobj/bmp16m.dev ./soobj/bmp256.dev ./soobj/bmp32b.dev ./soobj/bmpgray.dev ./soobj/bmpmono.dev ./soobj/bmpsep1.dev ./soobj/bmpsep8.dev ./soobj/ccr.dev ./soobj/cfax.dev ./soobj/cif.dev ./soobj/devicen.dev ./soobj/dfaxhigh.dev ./soobj/dfaxlow.dev ./soobj/epswrite.dev ./soobj/fax.dev ./soobj/faxg3.dev ./soobj/faxg32d.dev ./soobj/faxg4.dev ./soobj/inferno.dev ./soobj/inkcov.dev ./soobj/jpeg.dev ./soobj/jpegcmyk.dev ./soobj/jpeggray.dev ./soobj/mag16.dev ./soobj/mag256.dev ./soobj/mgr4.dev ./soobj/mgr8.dev ./soobj/mgrgray2.dev ./soobj/mgrgray4.dev ./soobj/mgrgray8.dev ./soobj/mgrmono.dev ./soobj/miff24.dev ./soobj/pam.dev ./soobj/pamcmyk32.dev ./soobj/pamcmyk4.dev ./soobj/pbm.dev ./soobj/pbmraw.dev ./soobj/pcx16.dev ./soobj/pcx24b.dev ./soobj/pcx256.dev ./soobj/pcx2up.dev ./soobj/pcxcmyk.dev ./soobj/pcxgray.dev ./soobj/pcxmono.dev ./soobj/pdfwrite.dev ./soobj/pgm.dev ./soobj/pgmraw.dev ./soobj/pgnm.dev ./soobj/pgnmraw.dev ./soobj/pkm.dev ./soobj/pkmraw.dev ./soobj/pksm.dev ./soobj/pksmraw.dev ./soobj/plan.dev ./soobj/plan9bm.dev ./soobj/planc.dev ./soobj/plang.dev ./soobj/plank.dev ./soobj/planm.dev ./soobj/pnm.dev ./soobj/pnmraw.dev ./soobj/ppm.dev ./soobj/ppmraw.dev ./soobj/ps2write.dev ./soobj/psdcmyk.dev ./soobj/psdf.dev ./soobj/psdrgb.dev ./soobj/sgirgb.dev ./soobj/spotcmyk.dev ./soobj/sunhmono.dev ./soobj/svgwrite.dev ./soobj/tfax.dev ./soobj/tiff12nc.dev ./soobj/tiff24nc.dev ./soobj/tiff32nc.dev ./soobj/tiff48nc.dev ./soobj/tiff64nc.dev ./soobj/tiffcrle.dev ./soobj/tiffg3.dev ./soobj/tiffg32d.dev ./soobj/tiffg4.dev ./soobj/tiffgray.dev ./soobj/tifflzw.dev ./soobj/tiffpack.dev ./soobj/tiffs.dev ./soobj/tiffscaled.dev ./soobj/tiffsep.dev ./soobj/tiffsep1.dev ./soobj/txtwrite.dev ./soobj/xcf.dev ./soobj/xpswrite.dev ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/alc1900.dev ./soobj/alc2000.dev ./soobj/alc4000.dev ./soobj/alc4100.dev ./soobj/alc8500.dev ./soobj/alc8600.dev ./soobj/alc9100.dev ./soobj/ap3250.dev ./soobj/appledmp.dev ./soobj/atx23.dev ./soobj/atx24.dev ./soobj/atx38.dev ./soobj/bj10e.dev ./soobj/bj10v.dev ./soobj/bj10vh.dev ./soobj/bj200.dev ./soobj/bjc600.dev ./soobj/bjc800.dev ./soobj/bjc880j.dev ./soobj/bjccmyk.dev ./soobj/bjccolor.dev ./soobj/bjcgray.dev ./soobj/bjcmono.dev ./soobj/cdeskjet.dev ./soobj/cdj1600.dev ./soobj/cdj500.dev ./soobj/cdj550.dev ./soobj/cdj670.dev ./soobj/cdj850.dev ./soobj/cdj880.dev ./soobj/cdj890.dev ./soobj/cdj970.dev ./soobj/cdjcolor.dev ./soobj/cdjmono.dev ./soobj/cdnj500.dev ./soobj/chp2200.dev ./soobj/cljet5.dev ./soobj/cljet5c.dev ./soobj/cljet5pr.dev ./soobj/coslw2p.dev ./soobj/coslwxl.dev ./soobj/cp50.dev ./soobj/declj250.dev ./soobj/deskjet.dev ./soobj/dj505j.dev ./soobj/djet500.dev ./soobj/djet500c.dev ./soobj/dl2100.dev ./soobj/dnj650c.dev ./soobj/epl2050.dev ./soobj/epl2050p.dev ./soobj/epl2120.dev ./soobj/epl2500.dev ./soobj/epl2750.dev ./soobj/epl5800.dev ./soobj/epl5900.dev ./soobj/epl6100.dev ./soobj/epl6200.dev ./soobj/eplcolor.dev ./soobj/eplmono.dev ./soobj/eps9high.dev ./soobj/eps9mid.dev ./soobj/epson.dev ./soobj/epsonc.dev ./soobj/escp.dev ./soobj/escpage.dev ./soobj/fmlbp.dev ./soobj/fmpr.dev ./soobj/fs600.dev ./soobj/gdi.dev ./soobj/hl1240.dev ./soobj/hl1250.dev ./soobj/hl7x0.dev ./soobj/hpdj1120c.dev ./soobj/hpdj310.dev ./soobj/hpdj320.dev ./soobj/hpdj340.dev ./soobj/hpdj400.dev ./soobj/hpdj500.dev ./soobj/hpdj500c.dev ./soobj/hpdj510.dev ./soobj/hpdj520.dev ./soobj/hpdj540.dev ./soobj/hpdj550c.dev ./soobj/hpdj560c.dev ./soobj/hpdj600.dev ./soobj/hpdj660c.dev ./soobj/hpdj670c.dev ./soobj/hpdj680c.dev ./soobj/hpdj690c.dev ./soobj/hpdj850c.dev ./soobj/hpdj855c.dev ./soobj/hpdj870c.dev ./soobj/hpdj890c.dev ./soobj/hpdjplus.dev ./soobj/hpdjportable.dev ./soobj/ibmpro.dev ./soobj/imagen.dev ./soobj/iwhi.dev ./soobj/iwlo.dev ./soobj/iwlq.dev ./soobj/jetp3852.dev ./soobj/jj100.dev ./soobj/la50.dev ./soobj/la70.dev ./soobj/la75.dev ./soobj/la75plus.dev ./soobj/laserjet.dev ./soobj/lbp310.dev ./soobj/lbp320.dev ./soobj/lbp8.dev ./soobj/lex2050.dev ./soobj/lex3200.dev ./soobj/lex5700.dev ./soobj/lex7000.dev ./soobj/lips2p.dev ./soobj/lips3.dev ./soobj/lips4.dev ./soobj/lips4v.dev ./soobj/lj250.dev ./soobj/lj3100sw.dev ./soobj/lj4dith.dev ./soobj/lj4dithp.dev ./soobj/lj5gray.dev ./soobj/lj5mono.dev ./soobj/ljet2p.dev ./soobj/ljet3.dev ./soobj/ljet3d.dev ./soobj/ljet4.dev ./soobj/ljet4d.dev ./soobj/ljet4pjl.dev ./soobj/ljetplus.dev ./soobj/ln03.dev ./soobj/lp1800.dev ./soobj/lp1900.dev ./soobj/lp2000.dev ./soobj/lp2200.dev ./soobj/lp2400.dev ./soobj/lp2500.dev ./soobj/lp2563.dev ./soobj/lp3000c.dev ./soobj/lp7500.dev ./soobj/lp7700.dev ./soobj/lp7900.dev ./soobj/lp8000.dev ./soobj/lp8000c.dev ./soobj/lp8100.dev ./soobj/lp8200c.dev ./soobj/lp8300c.dev ./soobj/lp8300f.dev ./soobj/lp8400f.dev ./soobj/lp8500c.dev ./soobj/lp8600.dev ./soobj/lp8600f.dev ./soobj/lp8700.dev ./soobj/lp8800c.dev ./soobj/lp8900.dev ./soobj/lp9000b.dev ./soobj/lp9000c.dev ./soobj/lp9100.dev ./soobj/lp9200b.dev ./soobj/lp9200c.dev ./soobj/lp9300.dev ./soobj/lp9400.dev ./soobj/lp9500c.dev ./soobj/lp9600.dev ./soobj/lp9600s.dev ./soobj/lp9800c.dev ./soobj/lps4500.dev ./soobj/lps6500.dev ./soobj/lq850.dev ./soobj/lxm3200.dev ./soobj/lxm5700m.dev ./soobj/m8510.dev ./soobj/md1xMono.dev ./soobj/md2k.dev ./soobj/md50Eco.dev ./soobj/md50Mono.dev ./soobj/md5k.dev ./soobj/mj500c.dev ./soobj/mj6000c.dev ./soobj/mj700v2c.dev ./soobj/mj8000c.dev ./soobj/ml600.dev ./soobj/necp6.dev ./soobj/npdl.dev ./soobj/oce9050.dev ./soobj/oki182.dev ./soobj/oki4w.dev ./soobj/okiibm.dev ./soobj/paintjet.dev ./soobj/pcl3.dev ./soobj/photoex.dev ./soobj/picty180.dev ./soobj/pj.dev ./soobj/pjetxl.dev ./soobj/pjxl.dev ./soobj/pjxl300.dev ./soobj/pr1000.dev ./soobj/pr1000_4.dev ./soobj/pr150.dev ./soobj/pr201.dev ./soobj/pxlcolor.dev ./soobj/pxlmono.dev ./soobj/r4081.dev ./soobj/rinkj.dev ./soobj/rpdl.dev ./soobj/samsunggdi.dev ./soobj/sj48.dev ./soobj/st800.dev ./soobj/stcolor.dev ./soobj/t4693d2.dev ./soobj/t4693d4.dev ./soobj/t4693d8.dev ./soobj/tek4696.dev ./soobj/uniprint.dev ./soobj/xes.dev ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/ijs.dev ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/png16.dev ./soobj/png16m.dev ./soobj/png256.dev ./soobj/png48.dev ./soobj/pngalpha.dev ./soobj/pnggray.dev ./soobj/pngmono.dev ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/aux/echogs -a ./soobj/devs.tr -+ ./soobj/romfs1.dev ./soobj/aux/echogs -a ./soobj/devs.tr - ./soobj/libcore ./soobj/aux/genarch ./soobj/arch.h cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_getnv.o -c ./base/gp_getnv.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_upapr.o -c ./base/gp_upapr.c ./soobj/aux/echogs -w ./soobj/gconfig_.h -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_DIRENT_H if ( test -f /usr/include/dirent.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_DIRENT_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_DIRENT_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_NDIR_H if ( test -f /usr/include/ndir.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_NDIR_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_NDIR_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_DIR_H if ( test -f /usr/include/sys/dir.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_NDIR_H if ( test -f /usr/include/sys/ndir.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_TIME_H if ( test -f /usr/include/sys/time.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_TIMES_H if ( test -f /usr/include/sys/times.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h if ( test -f src/jmemsys.h); then true; else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define DONT_HAVE_JMEMSYS_H; fi cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I/usr/pkg/include/freetype2 -o ./soobj/gp_unix.o -c ./base/gp_unix.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_unifs.o -c ./base/gp_unifs.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_unifn.o -c ./base/gp_unifn.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_stdia.o -c ./base/gp_stdia.c ./soobj/aux/echogs -w ./soobj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /usr/pkg/share/ghostscript/9.10/Resource/Init:/usr/pkg/share/ghostscript/9.10/lib:/usr/pkg/share/ghostscript/9.10/Resource/Font:/usr/pkg/share/ghostscript/fonts:/usr/pkg/share/fonts/default/ghostscript:/usr/pkg/share/fonts/default/Type1:/usr/pkg/share/fonts/default/TrueType:/usr/lib/DPS/outline/base:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha bbox" -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /usr/pkg/share/ghostscript/9.10/doc -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISION -s 910 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20130830 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_unix_cache.o -c ./base/gp_unix_cache.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_nsync.o -c ./base/gp_nsync.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nosync ./soobj/gp_nsync.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/smd5.o -c ./base/smd5.c ./soobj/aux/echogs -w ./soobj/md5.h -x 23 include -x 2022 memory_.h -x 22 ./soobj/aux/echogs -a ./soobj/md5.h -+R ./base/md5.h cp ./base/md5.c ./soobj/md5.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/md5.o -c ./soobj/md5.c rm -f ./soobj/md5.c ./soobj/md5.h ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/smd5 ./soobj/smd5.o ./soobj/md5.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/unix_ ./soobj/gp_getnv.o ./soobj/gp_upapr.o ./soobj/gp_unix.o ./soobj/gp_unifs.o ./soobj/gp_unifn.o ./soobj/gp_stdia.o ./soobj/gp_unix_cache.o -include ./soobj/nosync ./soobj/aux/echogs -e .dev -a- ./soobj/unix_ -include ./soobj/smd5 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcid.o -c ./psi/zcid.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid.o -c ./psi/zfcid.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid0.o -c ./psi/zfcid0.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid1.o -c ./psi/zfcid1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar1.o -c ./psi/zchar1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcharout.o -c ./psi/zcharout.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont1.o -c ./psi/zfont1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc1.o -c ./psi/zmisc1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/seexec.o -c ./base/seexec.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscrypt1.o -c ./base/gscrypt1.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seexec ./soobj/seexec.o ./soobj/gscrypt1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1read ./soobj/zchar1.o ./soobj/zcharout.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -obj ./soobj/zfont1.o ./soobj/zmisc1.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -include ./soobj/seexec ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -oper zchar1 zfont1 zmisc1 ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -ps gs_type1 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iutil2.o -c ./psi/iutil2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc2.o -c ./psi/zmisc2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zvmem2.o -c ./psi/zvmem2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdps1.o -c ./psi/zdps1.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2int ./soobj/zvmem2.o ./soobj/zdps1.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2int -oper zvmem2 zdps1_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/dps2int -ps gs_dps1 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zusparam.o -c ./psi/zusparam.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/usparam ./soobj/zusparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/usparam -oper zusparam -replace ./soobj/nousparm ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2int ./soobj/iutil2.o ./soobj/zmisc2.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -include ./soobj/dps2int ./soobj/usparam ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -oper zmisc2 ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -ps gs_lev2 gs_res cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar2.o -c ./psi/zchar2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont2.o -c ./psi/zfont2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gstype1.o -c ./base/gstype1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxtype1.o -c ./base/gxtype1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxhintn.o -c ./base/gxhintn.c ./base/gxhintn.c:154:22: warning: unused variable 'FFFFF000' [-Wunused-const-variable] static const int32_t FFFFF000 = ~(int32_t)0xFFF; /* = ~(((int32_t)1 << split_bits) - 1) */ ^ ./base/gxhintn.c:191:23: warning: unused function 'Min' [-Wunused-function] static inline int32_t Min(int32_t a, int32_t b) ^ ./base/gxhintn.c:198:21: warning: unused function 'urshift' [-Wunused-function] static inline ulong urshift(ulong a, int b) ^ ./base/gxhintn.c:348:20: warning: unused function 'o2g_float' [-Wunused-function] static inline void o2g_float(t1_hinter * h, t1_hinter_space_coord ox, t1_hinter_space_coord oy, t1_glyph_space_coord *gx, t1_glyph_space_coord *gy) ^ ./base/gxhintn.c:1821:20: warning: unused function 't1_hinter__is_conjugated' [-Wunused-function] static inline bool t1_hinter__is_conjugated(t1_hinter * self, int pole_index) ^ 5 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxhintn1.o -c ./base/gxhintn1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxchrout.o -c ./base/gxchrout.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1lib ./soobj/gstype1.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type1 -include ./soobj/psf1lib ./soobj/psf1read cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gstype2.o -c ./base/gstype2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf2lib ./soobj/gstype2.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf2lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type2 ./soobj/zchar2.o ./soobj/zfont2.o ./soobj/aux/echogs -e .dev -a- ./soobj/type2 -oper zchar2 zfont2 ./soobj/aux/echogs -e .dev -a- ./soobj/type2 -include ./soobj/type1 ./soobj/psf2lib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar42.o -c ./psi/zchar42.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont42.o -c ./psi/zfont42.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gstype42.o -c ./base/gstype42.c ./base/gstype42.c:544:1: warning: function 'total_points' is not needed and will not be emitted [-Wunneeded-internal-declaration] total_points(gs_font_type42 *pfont, uint glyph_index) ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ttcalc.o -c ./base/ttcalc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ttfinp.o -c ./base/ttfinp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ttfmain.o -c ./base/ttfmain.c ./base/ttfmain.c:710:31: warning: comparison of constant 1024 with expression of type 'FontError' is always false [-Wtautological-constant-out-of-range-compare] if (error >= TT_Err_Invalid_Opcode ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ ./base/ttfmain.c:711:31: warning: comparison of constant 1040 with expression of type 'FontError' is always true [-Wtautological-constant-out-of-range-compare] || error <= TT_Err_Invalid_Displacement) { ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ttfmemd.o -c ./base/ttfmemd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ttinterp.o -c ./base/ttinterp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ttload.o -c ./base/ttload.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ttobjs.o -c ./base/ttobjs.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxttfb.o -c ./base/gxttfb.c ./base/gxttfb.c:216:16: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] factor = factor; /* See simple_glyph_metrics */ ~~~~~~ ^ ~~~~~~ ./base/gxttfb.c:242:12: warning: unused function 'DebugPrint' [-Wunused-function] static int DebugPrint(ttfFont *ttf, const char *fmt, ...) ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gzspotan.o -c ./base/gzspotan.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttflib ./soobj/gstype42.o ./soobj/gxchrout.o ./soobj/ttcalc.o ./soobj/ttfinp.o ./soobj/ttfmain.o ./soobj/ttfmemd.o ./soobj/ttinterp.o ./soobj/ttload.o ./soobj/ttobjs.o ./soobj/gxttfb.o ./soobj/gzspotan.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type42 ./soobj/zchar42.o ./soobj/zcharout.o ./soobj/zfont42.o ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -include ./soobj/ttflib ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -oper zchar42 zfont42 ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -ps gs_typ42 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfrsd.o -c ./psi/zfrsd.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zfrsd ./soobj/zfrsd.o ./soobj/aux/echogs -e .dev -a- ./soobj/zfrsd -oper zfrsd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidfont ./soobj/zcid.o ./soobj/zfcid.o ./soobj/zfcid0.o ./soobj/zfcid1.o ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -include ./soobj/psf1read ./soobj/psl2int ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -include ./soobj/type2 ./soobj/type42 ./soobj/zfrsd ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -oper zfcid0 zfcid1 ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -ps gs_cidfn gs_cidcm gs_fntem gs_cidtt gs_cidfm cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcie.o -c ./psi/zcie.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcrd.o -c ./psi/zcrd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscie.o -c ./base/gscie.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsciemap.o -c ./base/gsciemap.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscscie.o -c ./base/gscscie.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscrd.o -c ./base/gscrd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscrdp.o -c ./base/gscrdp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxctable.o -c ./base/gxctable.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cielib ./soobj/gscie.o ./soobj/gsciemap.o ./soobj/gscscie.o ./soobj/aux/echogs -e .dev -a- ./soobj/cielib ./soobj/gscrd.o ./soobj/gscrdp.o ./soobj/gxctable.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cie ./soobj/zcie.o ./soobj/zcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/cie -oper zcrd_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/cie -include ./soobj/cielib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcmap.o -c ./psi/zfcmap.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfcmap.o -c ./base/gsfcmap.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfcmap1.o -c ./base/gsfcmap1.c ./base/gsfcmap1.c:428:21: warning: unused variable 'str' [-Wunused-variable] const byte *str = pstr->data + save_index; ^ ./base/gsfcmap1.c:81:1: warning: unused function 'print_msg_str_in_range' [-Wunused-function] print_msg_str_in_range(const byte *str, ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfcid.o -c ./base/gsfcid.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfcid2.o -c ./base/gsfcid2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidlib ./soobj/gsfcid.o ./soobj/gsfcid2.o ./soobj/aux/echogs -e .dev -a- ./soobj/cidlib -include ./soobj/ttflib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmaplib ./soobj/gsfcmap.o ./soobj/gsfcmap1.o ./soobj/aux/echogs -e .dev -a- ./soobj/cmaplib -include ./soobj/cidlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmapread ./soobj/zcid.o ./soobj/zfcmap.o ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -include ./soobj/cmaplib ./soobj/psl2int ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -oper zfcmap ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -ps gs_cmap cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gschar0.o -c ./base/gschar0.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfont0.o -c ./base/gsfont0.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0lib ./soobj/gschar0.o ./soobj/gsfont0.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf0lib -include ./soobj/cmaplib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcfont.o -c ./psi/zcfont.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont0.o -c ./psi/zfont0.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0read ./soobj/zcfont.o ./soobj/zfont0.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf0read -oper zcfont zfont0 ./soobj/aux/echogs -e .dev -a- ./soobj/psf0read -include ./soobj/cmapread ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/compfont -include ./soobj/psf0lib ./soobj/psf0read ./soobj/aux/echogs -w ./soobj/jpeglib1.h -x 23 include -x 203c jpeglib.h -x 3e cp ./soobj/jpeglib1.h ./soobj/jpeglib_.h cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sdctc.o -c ./base/sdctc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -o ./soobj/sjpegc_1.o -c ./base/sjpegc.c ./base/sjpegc.c:77:1: warning: unused variable 'st_jpeg_block' [-Wunused-const-variable] private_st_jpeg_block(); ^ ./base/sdct.h:40:23: note: expanded from macro 'private_st_jpeg_block' gs_private_st_ptrs2(st_jpeg_block, jpeg_block_t, "jpeg_block_t",\ ^ ./base/gsstruct.h:749:28: note: expanded from macro 'gs_private_st_ptrs2' gs__st_ptrs2(private_st, stname, stype, sname, penum, preloc, e1, e2) ^ ./base/gsstruct.h:745:26: note: expanded from macro 'gs__st_ptrs2' gs__st_basic(scope_st, stname, stype, sname, penum, preloc) ^ note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) ./base/gsstruct.h:306:38: note: expanded from macro 'gs__st_basic_super' gs__st_basic_super_final(scope_st, stname, stype, sname, elts, sdata, supst, supoff, 0) ^ ./base/gsstruct.h:299:43: note: expanded from macro 'gs__st_basic_super_final' gs__st_basic_with_super_final(scope_st, stname, stype, sname, countof(elts), elts, sdata, supst, supoff, pfinal) ^ ./base/gsstruct.h:293:12: note: expanded from macro 'gs__st_basic_with_super_final' scope_st stname = {\ ^ 1 warning generated. cp ./soobj/sjpegc_1.o ./soobj/sjpegc.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -o ./soobj/sdcte_1.o -c ./base/sdcte.c cp ./soobj/sdcte_1.o ./soobj/sdcte.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -o ./soobj/sjpege_1.o -c ./base/sjpege.c cp ./soobj/sjpege_1.o ./soobj/sjpege.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpege_1 -lib jpeg cp ./soobj/jpege_1.dev ./soobj/jpege.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdcte ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdcte.o ./soobj/sjpege.o ./soobj/aux/echogs -e .dev -a- ./soobj/sdcte -include ./soobj/jpege.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sdeparam.o -c ./base/sdeparam.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sdcparam.o -c ./base/sdcparam.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdeparam ./soobj/sdeparam.o ./soobj/sdcparam.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdcte.o -c ./psi/zfdcte.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dcte -include ./soobj/sdcte ./soobj/sdeparam ./soobj/aux/echogs -e .dev -a- ./soobj/dcte -obj ./soobj/zfdcte.o ./soobj/aux/echogs -e .dev -a- ./soobj/dcte -oper zfdcte cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -o ./soobj/sdctd_1.o -c ./base/sdctd.c cp ./soobj/sdctd_1.o ./soobj/sdctd.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -o ./soobj/sjpegd_1.o -c ./base/sjpegd.c cp ./soobj/sjpegd_1.o ./soobj/sjpegd.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpegd_1 -lib jpeg cp ./soobj/jpegd_1.dev ./soobj/jpegd.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdctd ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdctd.o ./soobj/sjpegd.o ./soobj/aux/echogs -e .dev -a- ./soobj/sdctd -include ./soobj/jpegd.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sddparam.o -c ./base/sddparam.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sddparam ./soobj/sddparam.o ./soobj/sdcparam.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdctd.o -c ./psi/zfdctd.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dctd -include ./soobj/sdctd ./soobj/sddparam ./soobj/aux/echogs -e .dev -a- ./soobj/dctd -obj ./soobj/zfdctd.o ./soobj/aux/echogs -e .dev -a- ./soobj/dctd -oper zfdctd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dct -include ./soobj/dcte ./soobj/dctd cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscanbin.o -c ./psi/iscanbin.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zbseq.o -c ./psi/zbseq.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/btoken ./soobj/iscanbin.o ./soobj/zbseq.o ./soobj/aux/echogs -e .dev -a- ./soobj/btoken -oper zbseq_l2 -replace ./soobj/nobtoken ./soobj/aux/echogs -e .dev -a- ./soobj/btoken -ps gs_btokn cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscolor1.o -c ./base/gscolor1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsht1.o -c ./base/gsht1.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmyklib ./soobj/gscolor1.o ./soobj/gsht1.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxicolor.o -c ./base/gxicolor.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/colimlib ./soobj/gxicolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/colimlib -imageclass 4_color cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor1.o -c ./psi/zcolor1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht1.o -c ./psi/zht1.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmykread ./soobj/zcolor1.o ./soobj/zht1.o ./soobj/aux/echogs -e .dev -a- ./soobj/cmykread -oper zcolor1 zht1 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/color -include ./soobj/cmyklib ./soobj/colimlib ./soobj/cmykread cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zupath.o -c ./psi/zupath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ibnum.o -c ./psi/ibnum.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevhit.o -c ./base/gdevhit.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/upath ./soobj/zupath.o ./soobj/ibnum.o ./soobj/gdevhit.o ./soobj/aux/echogs -e .dev -a- ./soobj/upath -oper zupath_l2 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsdps1.o -c ./base/gsdps1.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2lib ./soobj/gsdps1.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcharx.o -c ./psi/zcharx.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2read ./soobj/ibnum.o ./soobj/zcharx.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -include ./soobj/dps2int ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -oper ireclaim_l2 zcharx ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -ps gs_dps2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dpsand2 -include ./soobj/btoken ./soobj/color ./soobj/upath ./soobj/dps2lib ./soobj/dps2read cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/scantab.o -c ./base/scantab.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/scfparam.o -c ./base/scfparam.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sfilter2.o -c ./base/sfilter2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdecode.o -c ./psi/zfdecode.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/scfd.o -c ./base/scfd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/scfdtab.o -c ./base/scfdtab.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfd ./soobj/scfd.o ./soobj/scfdtab.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/slzwd.o -c ./base/slzwd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/slzwc.o -c ./base/slzwc.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwd ./soobj/slzwd.o ./soobj/slzwc.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/spdiff.o -c ./base/spdiff.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdiff ./soobj/spdiff.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/spngp.o -c ./base/spngp.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pngp ./soobj/spngp.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/srld.o -c ./base/srld.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rld ./soobj/srld.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fdecode ./soobj/scantab.o ./soobj/scfparam.o ./soobj/sfilter2.o ./soobj/zfdecode.o ./soobj/aux/echogs -e .dev -a- ./soobj/fdecode -include ./soobj/cfd ./soobj/lzwd ./soobj/pdiff ./soobj/pngp ./soobj/rld ./soobj/aux/echogs -e .dev -a- ./soobj/fdecode -oper zfdecode cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfilter2.o -c ./psi/zfilter2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/scfe.o -c ./base/scfe.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/scfetab.o -c ./base/scfetab.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/shc.o -c ./base/shc.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfe ./soobj/scfe.o ./soobj/scfetab.o ./soobj/shc.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/slzwe.o -c ./base/slzwe.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwe ./soobj/slzwe.o ./soobj/slzwc.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/srle.o -c ./base/srle.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rle ./soobj/srle.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/filter -include ./soobj/fdecode ./soobj/aux/echogs -e .dev -a- ./soobj/filter -obj ./soobj/zfilter2.o ./soobj/aux/echogs -e .dev -a- ./soobj/filter -include ./soobj/cfe ./soobj/lzwe ./soobj/rle ./soobj/aux/echogs -e .dev -a- ./soobj/filter -oper zfilter2 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodev2.o -c ./psi/ziodev2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevcal.o -c ./psi/zdevcal.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iodevice ./soobj/ziodev2.o ./soobj/zdevcal.o ./soobj/aux/echogs -e .dev -a- ./soobj/iodevice -oper ziodev2_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/iodevice -iodev null calendar cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevice2.o -c ./psi/zdevice2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmedia2.o -c ./psi/zmedia2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pagedev ./soobj/zdevice2.o ./soobj/zmedia2.o ./soobj/aux/echogs -e .dev -a- ./soobj/pagedev -oper zdevice2_l2 zmedia2_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/pagedev -ps gs_setpd cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclipm.o -c ./base/gxclipm.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximage3.o -c ./base/gximage3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximage4.o -c ./base/gximage4.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxmclip.o -c ./base/gxmclip.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/imasklib ./soobj/gxclipm.o ./soobj/gximage3.o ./soobj/gximage4.o ./soobj/gxmclip.o ./soobj/aux/echogs -e .dev -a- ./soobj/imasklib -imagetype 3 4 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscolor2.o -c ./base/gscolor2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2cs ./soobj/gscolor2.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gspcolor.o -c ./base/gspcolor.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsptype1.o -c ./base/gsptype1.c ./base/gsptype1.c:1292:66: warning: unused variable 'cptr' [-Wunused-variable] static ENUM_PTRS_WITH(dc_devn_masked_enum_ptrs, gx_device_color *cptr) ^ ./base/gsstruct.h:359:14: note: expanded from macro 'ENUM_PTRS_WITH' { EV_CONST stype_ptr = vptr; switch ( index ) { default: ^ ./base/gsptype1.c:1295:68: warning: unused variable 'cptr' [-Wunused-variable] static RELOC_PTRS_WITH(dc_devn_masked_reloc_ptrs, gx_device_color *cptr) ^ ./base/gsstruct.h:419:28: note: expanded from macro 'RELOC_PTRS_WITH' RELOC_PTRS_BEGIN(proc) stype_ptr = vptr; ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclip2.o -c ./base/gxclip2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxp1fill.o -c ./base/gxp1fill.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxpcmap.o -c ./base/gxpcmap.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patlib -include ./soobj/cmyklib ./soobj/imasklib ./soobj/psl2cs ./soobj/aux/echogs -e .dev -a- ./soobj/patlib -obj ./soobj/gspcolor.o ./soobj/gsptype1.o ./soobj/gxclip2.o ./soobj/aux/echogs -e .dev -a- ./soobj/patlib -obj ./soobj/gxmclip.o ./soobj/gxp1fill.o ./soobj/gxpcmap.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpcolor.o -c ./psi/zpcolor.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patread ./soobj/zpcolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/patread -oper zpcolor_l2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pattern -include ./soobj/patlib ./soobj/patread cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/imain.o -c ./psi/imain.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/imainarg.o -c ./psi/imainarg.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsargs.o -c ./base/gsargs.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -I./devices -o ./soobj/idisp.o -c ./psi/idisp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iapi.o -c ./psi/iapi.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/icontext.o -c ./psi/icontext.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idebug.o -c ./psi/idebug.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idict.o -c ./psi/idict.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idparam.o -c ./psi/idparam.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idstack.o -c ./psi/idstack.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iinit.o -c ./psi/iinit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/interp.o -c ./psi/interp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iparam.o -c ./psi/iparam.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ireclaim.o -c ./psi/ireclaim.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iplugin.o -c ./psi/iplugin.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscan.o -c ./psi/iscan.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscannum.o -c ./psi/iscannum.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/istack.o -c ./psi/istack.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iutil.o -c ./psi/iutil.c ./psi/iutil.c:441:46: warning: adding 'uint' (aka 'unsigned int') to a string does not append to the string [-Wstring-plus-int] memcpy(w.ptr + 1, "...)" + skip, 4 - skip); ~~~~~~~^~~~~~ ./psi/iutil.c:441:46: note: use array indexing to silence this warning memcpy(w.ptr + 1, "...)" + skip, 4 - skip); ^ & [ ] ./psi/iutil.c:446:43: warning: adding 'uint' (aka 'unsigned int') to a string does not append to the string [-Wstring-plus-int] memcpy(w.ptr + 1, ")" + skip, 1 - skip); ~~~~^~~~~~ ./psi/iutil.c:446:43: note: use array indexing to silence this warning memcpy(w.ptr + 1, ")" + skip, 1 - skip); ^ & [ ] 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sa85d.o -c ./base/sa85d.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/sfilter1.o -c ./psi/sfilter1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sstring.o -c ./base/sstring.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/stream.o -c ./base/stream.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zarith.o -c ./psi/zarith.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zarray.o -c ./psi/zarray.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcontrol.o -c ./psi/zcontrol.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdict.o -c ./psi/zdict.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfile.o -c ./psi/zfile.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfile1.o -c ./psi/zfile1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfileio.o -c ./psi/zfileio.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfilter.o -c ./psi/zfilter.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfproc.o -c ./psi/zfproc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zgeneric.o -c ./psi/zgeneric.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodev.o -c ./psi/ziodev.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodevsc.o -c ./psi/ziodevsc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmath.o -c ./psi/zmath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zalg.o -c ./psi/zalg.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc.o -c ./psi/zmisc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpacked.o -c ./psi/zpacked.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zrelbit.o -c ./psi/zrelbit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zstack.o -c ./psi/zstack.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zstring.o -c ./psi/zstring.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zsysvm.o -c ./psi/zsysvm.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztoken.o -c ./psi/ztoken.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztype.o -c ./psi/ztype.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zvmem.o -c ./psi/zvmem.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zbfont.o -c ./psi/zbfont.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar.o -c ./psi/zchar.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor.o -c ./psi/zcolor.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevice.o -c ./psi/zdevice.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont.o -c ./psi/zfont.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfontenum.o -c ./psi/zfontenum.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zgstate.o -c ./psi/zgstate.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdfilter.o -c ./psi/zdfilter.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht.o -c ./psi/zht.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zimage.o -c ./psi/zimage.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmatrix.o -c ./psi/zmatrix.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpaint.o -c ./psi/zpaint.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpath.o -c ./psi/zpath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zncdummy.o -c ./psi/zncdummy.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ialloc.o -c ./psi/ialloc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igc.o -c ./psi/igc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igcref.o -c ./psi/igcref.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igcstr.o -c ./psi/igcstr.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ilocate.o -c ./psi/ilocate.c ./psi/ilocate.c:34:12: warning: unused function 'do_validate_chunk' [-Wunused-function] static int do_validate_chunk(const chunk_t * cp, gc_state_t * gcst); ^ ./psi/ilocate.c:35:12: warning: unused function 'do_validate_object' [-Wunused-function] static int do_validate_object(const obj_header_t * ptr, const chunk_t * cp, ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iname.o -c ./psi/iname.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/isave.o -c ./psi/isave.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/isupport ./soobj/ialloc.o ./soobj/igc.o ./soobj/igcref.o ./soobj/igcstr.o ./soobj/aux/echogs -e .dev -a- ./soobj/isupport -obj ./soobj/ilocate.o ./soobj/iname.o ./soobj/isave.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/inobtokn.o -c ./psi/inobtokn.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nobtoken ./soobj/inobtokn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/inouparm.o -c ./psi/inouparm.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nousparm ./soobj/inouparm.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sfxstdio.o -c ./base/sfxstdio.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sfxcommon.o -c ./base/sfxcommon.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sfile ./soobj/sfxstdio.o ./soobj/sfxcommon.o ./soobj/stream.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdscpars.o -c ./psi/zdscpars.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/dscparse.o -c ./psi/dscparse.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dscparse -obj ./soobj/zdscpars.o ./soobj/dscparse.o ./soobj/aux/echogs -e .dev -a- ./soobj/dscparse -oper zdscpars cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfapi.o -c ./psi/zfapi.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapi_ps ./soobj/zfapi.o ./soobj/aux/echogs -e .dev -a- ./soobj/fapi_ps -oper zfapi ./soobj/aux/echogs -e .dev -a- ./soobj/fapi_ps -ps gs_fntem gs_fapi ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psbase ./soobj/imain.o ./soobj/imainarg.o ./soobj/gsargs.o ./soobj/idisp.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/gconfig.o ./soobj/gscdefs.o ./soobj/iconfig.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iapi.o ./soobj/icontext.o ./soobj/idebug.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/idict.o ./soobj/idparam.o ./soobj/idstack.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iinit.o ./soobj/interp.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iparam.o ./soobj/ireclaim.o ./soobj/iplugin.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iscan.o ./soobj/iscannum.o ./soobj/istack.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iutil.o ./soobj/sa85d.o ./soobj/scantab.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/sfilter1.o ./soobj/sstring.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zarith.o ./soobj/zarray.o ./soobj/zcontrol.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zdict.o ./soobj/zfile.o ./soobj/zfile1.o ./soobj/zfileio.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zfilter.o ./soobj/zfproc.o ./soobj/zgeneric.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/ziodev.o ./soobj/ziodevsc.o ./soobj/zmath.o ./soobj/zalg.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zmisc.o ./soobj/zpacked.o ./soobj/zrelbit.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zstack.o ./soobj/zstring.o ./soobj/zsysvm.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/ztoken.o ./soobj/ztype.o ./soobj/zvmem.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zbfont.o ./soobj/zchar.o ./soobj/zcolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zdevice.o ./soobj/zfont.o ./soobj/zfontenum.o ./soobj/zgstate.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zdfilter.o ./soobj/zht.o ./soobj/zimage.o ./soobj/zmatrix.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zpaint.o ./soobj/zpath.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zncdummy.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zarith zarray zcontrol1 zcontrol2 zcontrol3 ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zdict1 zdict2 zfile zfile1 zfileio1 zfileio2 ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zfilter zfproc zgeneric ziodev zmath zalg ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zmisc zpacked zrelbit zstack zstring zsysvm ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper ztoken ztype zvmem zbfont zchar_a zchar_b zcolor zcolor_ext ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zdevice zfont zfontenum zgstate1 zgstate2 zgstate3 ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zdfilter zht zimage zmatrix zmatrix2 ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zpaint zpath pantone ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -iodev stdin stdout stderr lineedit statementedit ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/isupport ./soobj/nobtoken ./soobj/nousparm ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/rld ./soobj/rle ./soobj/sfile ./soobj/dscparse ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -replace ./soobj/gsiodevs cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sbcp.o -c ./base/sbcp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfbcp.o -c ./psi/zfbcp.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bcp ./soobj/sbcp.o ./soobj/zfbcp.o ./soobj/aux/echogs -e .dev -a- ./soobj/bcp -oper zfbcp cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpath1.o -c ./psi/zpath1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gspath1.o -c ./base/gspath1.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1lib ./soobj/gspath1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1 ./soobj/zpath1.o ./soobj/aux/echogs -e .dev -a- ./soobj/path1 -include ./soobj/path1lib ./soobj/aux/echogs -e .dev -a- ./soobj/path1 -oper zpath1 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl1 -include ./soobj/psbase ./soobj/bcp ./soobj/path1 ./soobj/type1 ./soobj/aux/echogs -e .dev -a- ./soobj/psl1 -emulator PostScript PostScriptLevel1 ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/fapi_ps ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2lib -include ./soobj/colimlib ./soobj/psl2cs ./soobj/aux/echogs -e .dev -a- ./soobj/psl2lib -imageclass 2_fracs cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor2.o -c ./psi/zcolor2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcsindex.o -c ./psi/zcsindex.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht2.o -c ./psi/zht2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zimage2.o -c ./psi/zimage2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2read ./soobj/zcolor2.o ./soobj/zcsindex.o ./soobj/zht2.o ./soobj/zimage2.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2read -include ./soobj/psl2int ./soobj/dps2read ./soobj/aux/echogs -e .dev -a- ./soobj/psl2read -oper zht2_l2 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcssepr.o -c ./psi/zcssepr.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfsample.o -c ./psi/zfsample.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc4.o -c ./psi/zfunc4.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc.o -c ./psi/zfunc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc0.o -c ./psi/zfunc0.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsdsrc.o -c ./base/gsdsrc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfunc.o -c ./base/gsfunc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfunc0.o -c ./base/gsfunc0.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/funclib ./soobj/gsdsrc.o ./soobj/gsfunc.o ./soobj/gsfunc0.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func ./soobj/zfunc.o ./soobj/zfunc0.o ./soobj/aux/echogs -e .dev -a- ./soobj/func -oper zfunc ./soobj/aux/echogs -e .dev -a- ./soobj/func -functiontype 0 ./soobj/aux/echogs -e .dev -a- ./soobj/func -include ./soobj/funclib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfunc4.o -c ./base/gsfunc4.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/spprint.o -c ./base/spprint.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4lib ./soobj/gsfunc4.o ./soobj/spprint.o ./soobj/aux/echogs -e .dev -a- ./soobj/func4lib -include ./soobj/funclib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4 ./soobj/zfunc4.o ./soobj/aux/echogs -e .dev -a- ./soobj/func4 -functiontype 4 ./soobj/aux/echogs -e .dev -a- ./soobj/func4 -include ./soobj/func ./soobj/func4lib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscsepr.o -c ./base/gscsepr.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsnamecl.o -c ./base/gsnamecl.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsncdummy.o -c ./base/gsncdummy.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seprlib ./soobj/gscsepr.o ./soobj/gsnamecl.o ./soobj/gsncdummy.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sepr ./soobj/zcssepr.o ./soobj/zfsample.o ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -oper zcssepr_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -oper zfsample ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -include ./soobj/func4 ./soobj/seprlib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar32.o -c ./psi/zchar32.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont32.o -c ./psi/zfont32.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type32 ./soobj/zchar32.o ./soobj/zfont32.o ./soobj/aux/echogs -e .dev -a- ./soobj/type32 -oper zchar32 zfont32 ./soobj/aux/echogs -e .dev -a- ./soobj/type32 -ps gs_res gs_typ32 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfimscale.o -c ./psi/zfimscale.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/simscale.o -c ./base/simscale.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/simscale ./soobj/simscale.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fimscale ./soobj/zfimscale.o ./soobj/aux/echogs -e .dev -a- ./soobj/fimscale -include ./soobj/simscale ./soobj/aux/echogs -e .dev -a- ./soobj/fimscale -oper zfimscale ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2 -include ./soobj/dpsand2 ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/cidfont ./soobj/cie ./soobj/cmapread ./soobj/compfont ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/dct ./soobj/filter ./soobj/iodevice ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/pagedev ./soobj/pattern ./soobj/psl1 ./soobj/psl2lib ./soobj/psl2read ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/sepr ./soobj/type32 ./soobj/type42 ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/fimscale ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -emulator PostScript PostScriptLevel2 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcspixel.o -c ./psi/zcspixel.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscpixel.o -c ./base/gscpixel.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixlib ./soobj/gscpixel.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixel ./soobj/zcspixel.o ./soobj/aux/echogs -e .dev -a- ./soobj/cspixel -include ./soobj/cspixlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/frsd -include ./soobj/zfrsd ./soobj/aux/echogs -e .dev -a- ./soobj/frsd -ps gs_lev2 gs_res gs_frsd cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsclipsr.o -c ./base/gsclipsr.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscdevn.o -c ./base/gscdevn.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxdevndi.o -c ./base/gxdevndi.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscolor3.o -c ./base/gscolor3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfunc3.o -c ./base/gsfunc3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsptype2.o -c ./base/gsptype2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsshade.o -c ./base/gsshade.c ./base/gsshade.c:41:1: warning: unused variable 'st_shading_mesh' [-Wunused-const-variable] private_st_shading_mesh(); ^ ./base/gsshade.h:168:27: note: expanded from macro 'private_st_shading_mesh' gs_private_st_composite(st_shading_mesh, gs_shading_mesh_t,\ ^ ./base/gsstruct.h:583:32: note: expanded from macro 'gs_private_st_composite' gs__st_composite(private_st, stname, stype, sname, penum, preloc) ^ ./base/gsstruct.h:579:33: note: expanded from macro 'gs__st_composite' gs__st_complex_only(scope_st, stname, stype, sname, 0, penum, preloc, 0) ^ ./base/gsstruct.h:557:12: note: expanded from macro 'gs__st_complex_only' scope_st stname = { sizeof(stype), sname, 0, pclear, penum, preloc, pfinal, 0 } ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxshade.o -c ./base/gxshade.c ./base/gxshade.c:361:32: warning: unused variable 'components' [-Wunused-variable] gx_ht_order_component *components = pis->dev_ht->components; ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxshade1.o -c ./base/gxshade1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxshade4.o -c ./base/gxshade4.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxshade6.o -c ./base/gxshade6.c ./base/gxshade6.c:1823:1: warning: unused function 'do_swap_axes' [-Wunused-function] do_swap_axes(gs_fixed_point *p, int k) ^ ./base/gxshade6.c:1833:1: warning: unused function 'y_extreme_vertice' [-Wunused-function] y_extreme_vertice(gs_fixed_point *q, const gs_fixed_point *p, int k, int minmax) ^ ./base/gxshade6.c:1845:1: warning: unused function 'span_x' [-Wunused-function] span_x(const gs_fixed_point *p, int k) ^ ./base/gxshade6.c:1858:1: warning: unused function 'span_y' [-Wunused-function] span_y(const gs_fixed_point *p, int k) ^ ./base/gxshade6.c:1871:1: warning: unused function 'draw_wedge' [-Wunused-function] draw_wedge(const gs_fixed_point *p, int n) ^ ./base/gxshade6.c:2881:1: warning: unused function 'quadrangle_bbox_covers_pixel_centers' [-Wunused-function] quadrangle_bbox_covers_pixel_centers(const quadrangle_patch *p) ^ ./base/gxshade6.c:3889:1: warning: unused function 'is_curve_x_monotonic' [-Wunused-function] is_curve_x_monotonic(const gs_fixed_point *pole, int pole_step) ^ ./base/gxshade6.c:3900:1: warning: unused function 'is_curve_y_monotonic' [-Wunused-function] is_curve_y_monotonic(const gs_fixed_point *pole, int pole_step) ^ 8 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/shadelib ./soobj/gscolor3.o ./soobj/gsfunc3.o ./soobj/gsptype2.o ./soobj/gsshade.o ./soobj/aux/echogs -e .dev -a- ./soobj/shadelib -obj ./soobj/gxshade.o ./soobj/gxshade1.o ./soobj/gxshade4.o ./soobj/gxshade6.o ./soobj/aux/echogs -e .dev -a- ./soobj/shadelib -include ./soobj/funclib ./soobj/patlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gxfapiu ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3lib ./soobj/gsclipsr.o ./soobj/gscdevn.o ./soobj/gxdevndi.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3lib -include ./soobj/imasklib ./soobj/shadelib ./soobj/aux/echogs -e .dev -a- ./soobj/psl3lib -include ./soobj/gxfapiu cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc3.o -c ./psi/zfunc3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zimage3.o -c ./psi/zimage3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc3.o -c ./psi/zmisc3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor3.o -c ./psi/zcolor3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zshade.o -c ./psi/zshade.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfzlib.o -c ./psi/zfzlib.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zlibe_1 -lib z cp ./soobj/zlibe_1.dev ./soobj/zlibe.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -o ./soobj/szlibc_1.o -c ./base/szlibc.c cp ./soobj/szlibc_1.o ./soobj/szlibc.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -o ./soobj/szlibe_1.o -c ./base/szlibe.c cp ./soobj/szlibe_1.o ./soobj/szlibe.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibe ./soobj/szlibc.o ./soobj/szlibe.o ./soobj/aux/echogs -e .dev -a- ./soobj/szlibe -include ./soobj/zlibe.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zlibd_1 -lib z cp ./soobj/zlibd_1.dev ./soobj/zlibd.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -o ./soobj/szlibd_1.o -c ./base/szlibd.c cp ./soobj/szlibd_1.o ./soobj/szlibd.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibd ./soobj/szlibc.o ./soobj/szlibd.o ./soobj/aux/echogs -e .dev -a- ./soobj/szlibd -include ./soobj/zlibd.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fzlib -include ./soobj/szlibe ./soobj/szlibd ./soobj/aux/echogs -e .dev -a- ./soobj/fzlib -obj ./soobj/zfzlib.o ./soobj/aux/echogs -e .dev -a- ./soobj/fzlib -oper zfzlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3read ./soobj/zfunc3.o ./soobj/zfsample.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read ./soobj/zimage3.o ./soobj/zmisc3.o ./soobj/zcolor3.o ./soobj/zshade.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -oper zfsample ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -oper zimage3 zmisc3 zcolor3_l3 zshade ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -functiontype 2 3 ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -ps gs_ll3 ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -include ./soobj/frsd ./soobj/fzlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3 -include ./soobj/psl2 ./soobj/cspixel ./soobj/frsd ./soobj/func ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -include ./soobj/psl3lib ./soobj/psl3read ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -emulator PostScript PostScriptLevel2 PostScriptLevel3 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gstrans.o -c ./base/gstrans.c ./base/gstrans.c:55:14: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (mode < 0 || mode > MAX_BLEND_MODE) ~~~~ ^ ~ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximag3x.o -c ./base/gximag3x.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxblend.o -c ./base/gxblend.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxblend1.o -c ./base/gxblend1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevp14.o -c ./base/gdevp14.c ./base/gdevp14.c:1742:43: warning: implicit conversion from 'gx_color_value' (aka 'unsigned short') to 'byte' (aka 'unsigned char') changes value from 65535 to 255 [-Wconstant-conversion] const byte bg = pdev->ctx->additive ? gx_max_color_value : 0; ~~ ^~~~~~~~~~~~~~~~~~ ./base/gxcvalue.h:29:29: note: expanded from macro 'gx_max_color_value' #define gx_max_color_value ((gx_color_value)((1L << gx_color_value_bits) - 1)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gdevp14.c:1792:43: warning: implicit conversion from 'gx_color_value' (aka 'unsigned short') to 'byte' (aka 'unsigned char') changes value from 65535 to 255 [-Wconstant-conversion] const byte bg = pdev->ctx->additive ? gx_max_color_value : 0; ~~ ^~~~~~~~~~~~~~~~~~ ./base/gxcvalue.h:29:29: note: expanded from macro 'gx_max_color_value' #define gx_max_color_value ((gx_color_value)((1L << gx_color_value_bits) - 1)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gdevp14.c:6060:30: warning: unused variable 'pdf14_clist_custom_procs' [-Wunused-const-variable] static const gx_device_procs pdf14_clist_custom_procs = ^ 3 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevdevn.o -c ./base/gdevdevn.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevdcrd.o -c ./base/gdevdcrd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscolorbuffer.o -c ./base/gscolorbuffer.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevbbox.o -c ./base/gdevbbox.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bboxutil ./soobj/gdevbbox.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/translib ./soobj/gstrans.o ./soobj/gximag3x.o ./soobj/gxblend.o ./soobj/gxblend1.o ./soobj/gdevp14.o ./soobj/gdevdevn.o ./soobj/gdevdcrd.o ./soobj/gscolorbuffer.o ./soobj/aux/echogs -e .dev -a- ./soobj/translib -imagetype 3x ./soobj/aux/echogs -e .dev -a- ./soobj/translib -include ./soobj/cspixlib ./soobj/bboxutil ./soobj/aux/echogs -e .dev -a- ./soobj/translib -include ./soobj/cielib.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztrans.o -c ./psi/ztrans.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/transpar ./soobj/ztrans.o ./soobj/aux/echogs -e .dev -a- ./soobj/transpar -oper ztrans1 ztrans2 ./soobj/aux/echogs -e .dev -a- ./soobj/transpar -include ./soobj/psl2read ./soobj/translib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfread -include ./soobj/frsd ./soobj/func4 ./soobj/fzlib ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -include ./soobj/transpar ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_ops gs_l2img ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_rbld ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_base pdf_draw pdf_font pdf_main pdf_sec ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cff -include ./soobj/psl2int -ps gs_css_e gs_cff cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfmd5.o -c ./psi/zfmd5.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fmd5 ./soobj/zfmd5.o ./soobj/aux/echogs -e .dev -a- ./soobj/fmd5 -include ./soobj/smd5 ./soobj/aux/echogs -e .dev -a- ./soobj/fmd5 -oper zfmd5 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfsha2.o -c ./psi/zfsha2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ssha2.o -c ./base/ssha2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sha2.o -c ./base/sha2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ssha2 ./soobj/ssha2.o ./soobj/sha2.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fsha2 ./soobj/zfsha2.o ./soobj/aux/echogs -e .dev -a- ./soobj/fsha2 -include ./soobj/ssha2 ./soobj/aux/echogs -e .dev -a- ./soobj/fsha2 -oper zfsha2 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfarc4.o -c ./psi/zfarc4.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sarc4.o -c ./base/sarc4.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sarc4 ./soobj/sarc4.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/farc4 ./soobj/zfarc4.o ./soobj/aux/echogs -e .dev -a- ./soobj/farc4 -include ./soobj/sarc4 ./soobj/aux/echogs -e .dev -a- ./soobj/farc4 -oper zfarc4 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfaes.o -c ./psi/zfaes.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/saes.o -c ./base/saes.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/aes.o -c ./base/aes.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/saes ./soobj/saes.o ./soobj/aes.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/faes ./soobj/zfaes.o ./soobj/aux/echogs -e .dev -a- ./soobj/faes -include ./soobj/saes ./soobj/aux/echogs -e .dev -a- ./soobj/faes -oper zfaes ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macroman -ps gs_mro_e ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macglyph -include ./soobj/macroman -ps gs_mgl_e ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttfont -include ./soobj/macglyph ./soobj/type42 ./soobj/aux/echogs -e .dev -a- ./soobj/ttfont -ps gs_wan_e gs_agl gs_ttf cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zicc.o -c ./psi/zicc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsicc.o -c ./base/gsicc.c ./base/gsicc.c:612:9: warning: unused variable 'code' [-Wunused-variable] int code = dev_proc(dev, get_profile)(dev, &dev_profile); ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsicc_manage.o -c ./base/gsicc_manage.c ./base/gsicc_manage.c:869:57: warning: passing 'const gs_memory_t *' (aka 'const struct gs_memory_s *') to parameter of type 'gs_memory_t *' (aka 'struct gs_memory_s *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] mem); ^~~ ./base/gsicc_manage.h:116:61: note: passing argument to parameter 'memory' here gs_memory_t *memory); ^ ./base/gsicc_manage.c:93:34: warning: unused variable 'gs_color_space_type_icc' [-Wunused-const-variable] static const gs_color_space_type gs_color_space_type_icc = { ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsicc_cache.o -c ./base/gsicc_cache.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -I/include -o ./soobj/gsicc_lcms2_1.o -c ./base/gsicc_lcms2.c ./base/gsicc_lcms2.c:221:9: warning: unused variable 'numchannels' [-Wunused-variable] int numchannels; ^ 1 warning generated. cp ./soobj/gsicc_lcms2_1.o ./soobj/gsicc_lcms2.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsicc_profilecache.o -c ./base/gsicc_profilecache.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -I/include -o ./soobj/gsicc_create_1.o -c ./base/gsicc_create.c ./base/gsicc_create.c:1271:47: warning: implicit conversion from enumeration type 'icTagTypeSignature' to different enumeration type 'icTagSignature' [-Wenum-conversion] add_gammadata(curr_ptr, encode_gamma, icSigCurveType); ~~~~~~~~~~~~~ ^~~~~~~~~~~~~~ 1 warning generated. cp ./soobj/gsicc_create_1.o ./soobj/gsicc_create.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsicc_nocm.o -c ./base/gsicc_nocm.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsicc_replacecm.o -c ./base/gsicc_replacecm.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsicc_monitorcm.o -c ./base/gsicc_monitorcm.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lcms2_1 -lib lcms2 cp ./soobj/lcms2_1.dev ./soobj/lcms2.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sicclib ./soobj/gsicc.o ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib ./soobj/gsicc_manage.o ./soobj/gsicc_cache.o ./soobj/gsicc_lcms2.o ./soobj/gsicc_profilecache.o ./soobj/gsicc_create.o ./soobj/gsicc_nocm.o ./soobj/gsicc_replacecm.o ./soobj/gsicc_monitorcm.o ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib -include ./soobj/lcms2.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/icc ./soobj/zicc.o ./soobj/aux/echogs -e .dev -a- ./soobj/icc -oper zicc_ll3 ./soobj/aux/echogs -e .dev -a- ./soobj/icc -ps gs_icc ./soobj/aux/echogs -e .dev -a- ./soobj/icc -include ./soobj/sicclib ./soobj/cie cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpdfops.o -c ./psi/zpdfops.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfops ./soobj/zpdfops.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfops -oper zpdfops ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdf -include ./soobj/psbase ./soobj/dps2lib ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/dps2read ./soobj/pdffonts ./soobj/psl3 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/psl2lib ./soobj/pdfread ./soobj/cff ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/fmd5 ./soobj/fsha2 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/farc4 ./soobj/faes.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/ttfont ./soobj/type2 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/icc ./soobj/pdfops ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -functiontype 4 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -emulator PDF cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdpnext.o -c ./psi/zdpnext.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsdps.o -c ./base/gsdps.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximage2.o -c ./base/gximage2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dpslib ./soobj/gsdps.o ./soobj/gximage2.o ./soobj/aux/echogs -e .dev -a- ./soobj/dpslib -imagetype 2 ./soobj/aux/echogs -e .dev -a- ./soobj/dpslib -include ./soobj/cspixlib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdps.o -c ./psi/zdps.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcontext.o -c ./psi/zcontext.c ./psi/zcontext.c:92:1: warning: unused function 'context_is_visible' [-Wunused-function] context_is_visible(const gs_context_t *pctx) ^ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps -include ./soobj/dpslib ./soobj/psl2 ./soobj/aux/echogs -e .dev -a- ./soobj/dps -obj ./soobj/zdps.o ./soobj/zcontext.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps -oper zcontext1 zcontext2 zdps ./soobj/aux/echogs -e .dev -a- ./soobj/dps -ps gs_dps cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsalphac.o -c ./base/gsalphac.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dpnxtlib ./soobj/gsalphac.o ./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/dpnxtlib alpha ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dpsnext -include ./soobj/dps ./soobj/dpnxtlib ./soobj/aux/echogs -e .dev -a- ./soobj/dpsnext -obj ./soobj/zdpnext.o ./soobj/aux/echogs -e .dev -a- ./soobj/dpsnext -oper zdpnext ./soobj/aux/echogs -e .dev -a- ./soobj/dpsnext -ps gs_dpnxt ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/epsf -ps gs_epsf cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevpipe.o -c ./base/gdevpipe.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pipe ./soobj/gdevpipe.o ./soobj/aux/echogs -e .dev -a- ./soobj/pipe -iodev pipe cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsnogc.o -c ./base/gsnogc.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsnogc ./soobj/gsnogc.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gshtx.o -c ./base/gshtx.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/htxlib ./soobj/gshtx.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -Isrc -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfjbig2_jbig2dec.o -c ./psi/zfjbig2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jbig2dec_1 -lib jbig2dec cp ./soobj/jbig2dec_1.dev ./soobj/jbig2dec.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -o ./soobj/sjbig2.o -c ./base/sjbig2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjbig2_jbig2dec ./soobj/sjbig2.o ./soobj/aux/echogs -e .dev -a- ./soobj/sjbig2_jbig2dec -include ./soobj/jbig2dec.dev cp ./soobj/sjbig2_jbig2dec.dev ./soobj/sjbig2.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jbig2 ./soobj/zfjbig2_jbig2dec.o ./soobj/aux/echogs -e .dev -a- ./soobj/jbig2 -include ./soobj/sjbig2 ./soobj/aux/echogs -e .dev -a- ./soobj/jbig2 -oper zfjbig2 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./openjpeg/libopenjpeg/.. -I./openjpeg/libopenjpeg -I./psi -I./soobj -I./soobj -I./base -I./devices -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/zfjpx_openjpeg.o \ -c ./psi/zfjpx.c cp ./openjpeg/opj_config.h.in.user ./soobj/opj_config.h cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_bio.o -c ./openjpeg/libopenjpeg/bio.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_cio.o -c ./openjpeg/libopenjpeg/cio.c ./openjpeg/libopenjpeg/cio.c:129:10: warning: no previous prototype for function 'cio_byteout' [-Wmissing-prototypes] opj_bool cio_byteout(opj_cio_t *cio, unsigned char v) { ^ ./openjpeg/libopenjpeg/cio.c:141:15: warning: no previous prototype for function 'cio_bytein' [-Wmissing-prototypes] unsigned char cio_bytein(opj_cio_t *cio) { ^ 2 warnings generated. cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_dwt.o -c ./openjpeg/libopenjpeg/dwt.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_event.o -c ./openjpeg/libopenjpeg/event.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_image.o -c ./openjpeg/libopenjpeg/image.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_j2k.o -c ./openjpeg/libopenjpeg/j2k.c ./openjpeg/libopenjpeg/j2k.c:316:5: warning: no previous prototype for function 'j2k_calculate_tp' [-Wmissing-prototypes] int j2k_calculate_tp(opj_cp_t *cp,int img_numcomp,opj_image_t *image,opj_j2k_t *j2k ){ ^ 1 warning generated. cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_j2k_lib.o -c ./openjpeg/libopenjpeg/j2k_lib.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_jp2.o -c ./openjpeg/libopenjpeg/jp2.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_jpt.o -c ./openjpeg/libopenjpeg/jpt.c ./openjpeg/libopenjpeg/jpt.c:37:14: warning: no previous prototype for function 'jpt_read_VBAS_info' [-Wmissing-prototypes] unsigned int jpt_read_VBAS_info(opj_cio_t *cio, unsigned int value) { ^ ./openjpeg/libopenjpeg/jpt.c:72:6: warning: no previous prototype for function 'jpt_reinit_msg_header' [-Wmissing-prototypes] void jpt_reinit_msg_header(opj_jpt_msg_header_t * header) { ^ 2 warnings generated. cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_mct.o -c ./openjpeg/libopenjpeg/mct.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_mqc.o -c ./openjpeg/libopenjpeg/mqc.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_openjpeg.o -c ./openjpeg/libopenjpeg/openjpeg.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_pi.o -c ./openjpeg/libopenjpeg/pi.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_raw.o -c ./openjpeg/libopenjpeg/raw.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_t1.o -c ./openjpeg/libopenjpeg/t1.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_t2.o -c ./openjpeg/libopenjpeg/t2.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_tcd.o -c ./openjpeg/libopenjpeg/tcd.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_tgt.o -c ./openjpeg/libopenjpeg/tgt.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_cidx_manager.o -c ./openjpeg/libopenjpeg/cidx_manager.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_tpix_manager.o -c ./openjpeg/libopenjpeg/tpix_manager.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_thix_manager.o -c ./openjpeg/libopenjpeg/thix_manager.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_ppix_manager.o -c ./openjpeg/libopenjpeg/ppix_manager.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DOPJ_STATIC -I./soobj/ -I./openjpeg/libopenjpeg -I./openjpeg/libopenjpeg/.. -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/opj_phix_manager.o -c ./openjpeg/libopenjpeg/phix_manager.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/openjpeg_0 ./soobj/opj_bio.o ./soobj/opj_cio.o ./soobj/opj_dwt.o ./soobj/opj_event.o ./soobj/opj_image.o ./soobj/opj_j2k.o ./soobj/opj_j2k_lib.o ./soobj/opj_jp2.o ./soobj/opj_jpt.o ./soobj/opj_mct.o ./soobj/opj_mqc.o ./soobj/opj_openjpeg.o ./soobj/opj_pi.o ./soobj/opj_raw.o ./soobj/opj_t1.o ./soobj/opj_t2.o ./soobj/opj_tcd.o ./soobj/opj_tgt.o ./soobj/opj_cidx_manager.o ./soobj/opj_tpix_manager.o ./soobj/opj_thix_manager.o ./soobj/opj_ppix_manager.o ./soobj/opj_phix_manager.o cp ./soobj/openjpeg_0.dev ./soobj/openjpeg.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./openjpeg/libopenjpeg/.. -I./openjpeg/libopenjpeg -I./soobj -I./base -I./devices -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/sjpx_openjpeg.o \ -c -DOPJ_STATIC ./base/sjpx_openjpeg.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjpx_openjpeg ./soobj/sjpx_openjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/sjpx_openjpeg -include ./soobj/openjpeg.dev cp ./soobj/sjpx_openjpeg.dev ./soobj/sjpx.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpx_openjpeg ./soobj/zfjpx_openjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -include ./soobj/sjpx ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -include ./soobj/openjpeg ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -oper zfjpx cp ./soobj/jpx_openjpeg.dev ./soobj/jpx.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zutf8.o -c ./psi/zutf8.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/utf8 ./soobj/zutf8.o ./soobj/aux/echogs -e .dev -a- ./soobj/utf8 -oper zutf8 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevdsp.o -c ./devices/gdevdsp.c ./devices/gdevdsp.c:1114:9: warning: unused variable 'drop' [-Wunused-variable] int drop = sizeof(gx_color_value) * 8 - bpc; ^ ./devices/gdevdsp.c:1138:9: warning: unused variable 'drop' [-Wunused-variable] int drop = sizeof(gx_color_value) * 8 - bpc; ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevpccm.o -c ./base/gdevpccm.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsequivc.o -c ./base/gsequivc.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/display ./soobj/gdevdsp.o ./soobj/gdevpccm.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/bbox ./soobj/gdevbbox.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevbit.o -c ./devices/gdevbit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevprn.o -c ./base/gdevprn.c ./base/gdevprn.c:886:33: warning: unused variable 'pdevn_params' [-Wunused-variable] gs_devn_params *pdevn_params; ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxdownscale.o -c ./base/gxdownscale.c ./base/gxdownscale.c:1583:13: warning: variable 'code' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (ds->scaled_data == NULL) ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdownscale.c:1656:12: note: uninitialized use occurs here return code; ^~~~ ./base/gxdownscale.c:1583:9: note: remove the 'if' if its condition is always false if (ds->scaled_data == NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdownscale.c:1576:13: warning: variable 'code' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (ds->params.data[i] == NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdownscale.c:1656:12: note: uninitialized use occurs here return code; ^~~~ ./base/gxdownscale.c:1576:9: note: remove the 'if' if its condition is always false if (ds->params.data[i] == NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdownscale.c:1550:28: note: initialize the variable 'code' to silence this warning int code; ^ = 0 2 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/page ./soobj/gdevprn.o ./soobj/gxdownscale.o ./soobj/aux/echogs -e .dev -a- ./soobj/page -include ./soobj/clist ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bit ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/bit -include ./soobj/cielib ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitcmyk ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/bitcmyk -include ./soobj/cielib ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgb ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/bitrgb -include ./soobj/cielib ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgbtags ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/bitrgbtags -include ./soobj/cielib cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevbmp.o -c ./devices/gdevbmp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevbmpc.o -c ./devices/gdevbmpc.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16m ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp256 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp32b ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpgray ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpmono ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep1 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep8 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevccr.o -c ./devices/gdevccr.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ccr ./soobj/gdevccr.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevcfax.o -c ./devices/gdevcfax.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I/libtiff -I/libtiff -I./soobj -Isrc -Isrc -o ./soobj/gstiffio.o -DSHARE_LIBTIFF=1 -c ./base/gstiffio.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libtiff_1 ./soobj/gstiffio.o ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -lib tiff ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -include ./soobj/jpegd.dev ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -include ./soobj/jpege.dev cp ./soobj/libtiff_1.dev ./soobj/libtiff.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevfax.o -c ./devices/gdevfax.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/minftrsz.o -c ./devices/minftrsz.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fax ./soobj/gdevfax.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/fax -include ./soobj/cfe -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/cfax ./soobj/gdevcfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/cfax -include ./soobj/fax cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevcif.o -c ./devices/gdevcif.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cif ./soobj/gdevcif.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/devicen ./soobj/gdevdevn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevdfax.o -c ./devices/gdevdfax.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -I/libtiff -I/libtiff -I./soobj -Isrc -o ./soobj/gdevtfax.o -c ./devices/gdevtfax.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -I./soobj -I./base -I./soobj -I./devices -I/libtiff -I/libtiff -I./soobj -Isrc -o ./soobj/gdevtifs.o -c ./devices/gdevtifs.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tiffs ./soobj/gdevtifs.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffs -include ./soobj/page -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tfax ./soobj/gdevtfax.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tfax -include ./soobj/cfe ./soobj/lzwe ./soobj/rle ./soobj/aux/echogs -e .dev -a- ./soobj/tfax -include ./soobj/fax ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxhigh ./soobj/gdevdfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/dfaxhigh -include ./soobj/tfax ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxlow ./soobj/gdevdfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/dfaxlow -include ./soobj/tfax cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevps.o -c ./devices/vector/gdevps.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsu.o -c ./devices/vector/gdevpsu.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/gdevpsdi.o -c ./devices/vector/gdevpsdi.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/gdevpsdp.o -c ./devices/vector/gdevpsdp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsds.o -c ./devices/vector/gdevpsds.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -o ./soobj/gdevpsdu.o -c ./devices/vector/gdevpsdu.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/spsdf.o -c ./base/spsdf.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsparamx.o -c ./base/gsparamx.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevvec.o -c ./base/gdevvec.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/vector ./soobj/gdevvec.o ./soobj/aux/echogs -e .dev -a- ./soobj/vector -include ./soobj/bboxutil ./soobj/sfile cp ./soobj/lzwe.dev ./soobj/slzwe.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psdf ./soobj/gdevpsdi.o ./soobj/gdevpsdp.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/gdevpsds.o ./soobj/gdevpsdu.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/scfparam.o ./soobj/sdcparam.o ./soobj/sdeparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/spprint.o ./soobj/spsdf.o ./soobj/sstring.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/gsparamx.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -include ./soobj/vector.dev ./soobj/pngp.dev ./soobj/seexec.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -include ./soobj/sdcte.dev ./soobj/slzwe.dev ./soobj/szlibe.dev ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/epswrite ./soobj/gdevps.o ./soobj/gdevpsu.o ./soobj/scantab.o ./soobj/sfilter2.o ./soobj/aux/echogs -e .dev -a- ./soobj/epswrite -include ./soobj/psdf ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg3 -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/faxg3 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg32d -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/faxg32d -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg4 -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/faxg4 -include ./soobj/libtiff cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevifno.o -c ./devices/gdevifno.c ./devices/gdevifno.c:167:18: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if(color < 0 || color > 255) ~~~~~ ^ ~ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/inferno ./soobj/gdevifno.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevicov.o -c ./devices/gdevicov.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/inkcov ./soobj/gdevicov.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevjpeg.o -c ./devices/gdevjpeg.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeg ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/jpeg -include ./soobj/sdcte ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpegcmyk ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/jpegcmyk -include ./soobj/sdcte ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeggray ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/jpeggray -include ./soobj/sdcte cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o soobj/gdevmag.o -c ./contrib/japanese/gdevmag.c ./contrib/japanese/gdevmag.c:138:25: warning: assigning to 'char *' from 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (user == 0) user = "Unknown"; ^ ~~~~~~~~~ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/mag16 ./soobj/gdevmag.o ./soobj/gdevpccm.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/mag256 ./soobj/gdevmag.o ./soobj/gdevpccm.o ./soobj/gdevprn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevmgr.o -c ./devices/gdevmgr.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray2 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrmono ./soobj/gdevmgr.o ./soobj/gdevpccm.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevmiff.o -c ./devices/gdevmiff.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/miff24 ./soobj/gdevmiff.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpbm.o -c ./devices/gdevpbm.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevppla.o -c ./base/gdevppla.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevmpla.o -c ./base/gdevmpla.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pam ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk32 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk4 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpcx.o -c ./devices/gdevpcx.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx16 ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx24b ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx256 ./soobj/gdevpcx.o ./soobj/gdevpccm.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevp2up.o -c ./devices/gdevp2up.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx2up ./soobj/gdevp2up.o ./soobj/aux/echogs -e .dev -a- ./soobj/pcx2up -include ./soobj/pcx256 ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxcmyk ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxgray ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxmono ./soobj/gdevpcx.o ./soobj/gdevpccm.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdf.o -c ./devices/vector/gdevpdf.c ./devices/vector/gdevpdf.c:1226:23: warning: expression result unused [-Wunused-value] gs_note_error(gs_error_ioerror); ^~~~~~~~~~~~~~~~ ./base/gserrors.h:32:27: note: expanded from macro 'gs_error_ioerror' #define gs_error_ioerror (-12) ^~~ ./base/gserrors.h:58:41: note: expanded from macro 'gs_note_error' #define gs_note_error(err) gs_log_error(err, __FILE__, __LINE__) ^ ./base/gserrors.h:52:42: note: expanded from macro 'gs_log_error' # define gs_log_error(err, file, line) (err) ^ ./devices/vector/gdevpdf.c:1967:60: warning: format specifies type 'long' but the argument has type 'gs_offset_t' (aka 'long long') [-Wformat] dmprintf1(pdev->pdf_memory, "FirstObjectOffset %ld\n", linear_params->SharedHintHeader.FirstObjectOffset); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lld ./base/std.h:369:17: note: expanded from macro 'dmprintf1' dpfm(mem,str, arg1) ^ ./devices/vector/gdevpdf.c:1976:60: warning: format specifies type 'long' but the argument has type 'gs_offset_t' (aka 'long long') [-Wformat] dmprintf1(pdev->pdf_memory, "FirstObjectOffset %ld\n", linear_params->SharedHintHeader.FirstObjectOffset); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lld ./base/std.h:369:17: note: expanded from macro 'dmprintf1' dpfm(mem,str, arg1) ^ 3 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfb.o -c ./devices/vector/gdevpdfb.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfc.o -c ./devices/vector/gdevpdfc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfd.o -c ./devices/vector/gdevpdfd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfe.o -c ./devices/vector/gdevpdfe.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfg.o -c ./devices/vector/gdevpdfg.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfi.o -c ./devices/vector/gdevpdfi.c ./devices/vector/gdevpdfi.c:193:18: warning: case value not in enumerated type 'gs_rop3_t' [-Wswitch] case rop3_S: ^ ./base/gsropt.h:102:16: note: expanded from macro 'rop3_S' #define rop3_S 0xcc /* source */ ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -o ./soobj/gdevpdfj.o -c ./devices/vector/gdevpdfj.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfk.o -c ./devices/vector/gdevpdfk.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfm.o -c ./devices/vector/gdevpdfm.c ./devices/vector/gdevpdfm.c:797:66: warning: format specifies type 'long *' but the argument has type 'int *' [-Wformat] code = sscanf((const char *)pair[1].data, "%ld", &Flags); ~~~ ^~~~~~ %d 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfo.o -c ./devices/vector/gdevpdfo.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfp.o -c ./devices/vector/gdevpdfp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdft.o -c ./devices/vector/gdevpdft.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfr.o -c ./devices/vector/gdevpdfr.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DUSE_OPENJPEG_JP2 -U__SSE__ -D"memalign(a,b)=malloc(b)" -o ./soobj/gdevpdfu.o -c ./devices/vector/gdevpdfu.c ./devices/vector/gdevpdfu.c:1717:35: warning: overflow in expression; result is 2147483637 with type 'long' [-Winteger-overflow] if (page_num > (1L << 31) - 11) ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdfv.o -c ./devices/vector/gdevpdfv.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevagl.o -c ./devices/vector/gdevagl.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/ConvertUTF.o -c ./base/ConvertUTF.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsflip.o -c ./base/gsflip.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdt.o -c ./devices/vector/gdevpdt.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdtb.o -c ./devices/vector/gdevpdtb.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdtc.o -c ./devices/vector/gdevpdtc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdtd.o -c ./devices/vector/gdevpdtd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdte.o -c ./devices/vector/gdevpdte.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdtf.o -c ./devices/vector/gdevpdtf.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdti.o -c ./devices/vector/gdevpdti.c ./devices/vector/gdevpdti.c:378:23: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (char_code >= 0 && char_code <= 255) { ~~~~~~~~~ ^ ~ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdts.o -c ./devices/vector/gdevpdts.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdtt.o -c ./devices/vector/gdevpdtt.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdtv.o -c ./devices/vector/gdevpdtv.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpdtw.o -c ./devices/vector/gdevpdtw.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/whitelst.o -c ./devices/vector/whitelst.c ./devices/vector/whitelst.c:66:10: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Arnold Bcklin", ^~~~ ./devices/vector/whitelst.c:308:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Knstler Script", ^~~~ ./devices/vector/whitelst.c:397:5: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Orgnica GMM", ^~~~ ./devices/vector/whitelst.c:497:12: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Trump Medival", ^~~~ 4 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfont0c.o -c ./base/gsfont0c.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gxfcopy.o -c ./devices/gxfcopy.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fcopy ./soobj/gxfcopy.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsf1.o -c ./devices/vector/gdevpsf1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsf2.o -c ./devices/vector/gdevpsf2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsfm.o -c ./devices/vector/gdevpsfm.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsft.o -c ./devices/vector/gdevpsft.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsfu.o -c ./devices/vector/gdevpsfu.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsfx.o -c ./devices/vector/gdevpsfx.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf ./soobj/gdevpsf1.o ./soobj/gdevpsf2.o ./soobj/gdevpsfm.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf -obj ./soobj/gdevpsft.o ./soobj/gdevpsfu.o ./soobj/gdevpsfx.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf -obj ./soobj/spsdf.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdxtext ./soobj/gdevpdt.o ./soobj/gdevpdtb.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtc.o ./soobj/gdevpdtd.o ./soobj/gdevpdte.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtf.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdti.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdts.o ./soobj/gdevpdtt.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtv.o ./soobj/gdevpdtw.o ./soobj/whitelst.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gsfont0c.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext -include ./soobj/fcopy ./soobj/psf ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdtext -include ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pdfwrite ./soobj/gdevpdf.o ./soobj/gdevpdfb.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfc.o ./soobj/gdevpdfd.o ./soobj/gdevpdfe.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfg.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfi.o ./soobj/gdevpdfj.o ./soobj/gdevpdfk.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfo.o ./soobj/gdevpdfp.o ./soobj/gdevpdft.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfr.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfu.o ./soobj/gdevpdfv.o ./soobj/gdevagl.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/ConvertUTF.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gsflip.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/scantab.o ./soobj/sfilter2.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -ps gs_pdfwr ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/cmyklib ./soobj/cfe ./soobj/lzwe ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/rle ./soobj/sdcte ./soobj/sdeparam ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/smd5 ./soobj/szlibe ./soobj/sarc4.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/psdf ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/pdtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevplan.o -c ./devices/gdevplan.c ./devices/gdevplan.c:309:31: warning: unused variable 'bdev' [-Wunused-variable] gx_device_printer * const bdev = (gx_device_printer *)pdev; ^ ./devices/gdevplan.c:327:24: warning: unused variable 'pldev' [-Wunused-variable] gx_device_printer *pldev = (gx_device_printer *)pdev; ^ ./devices/gdevplan.c:459:24: warning: unused variable 'pldev' [-Wunused-variable] gx_device_printer *pldev = (gx_device_printer *)pdev; ^ 3 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan9bm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planc ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plang ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plank ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planm ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/ps2write ./soobj/aux/echogs -e .dev -a- ./soobj/ps2write -include ./soobj/pdfwrite.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpsd.o -c ./devices/gdevpsd.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyk ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdrgb ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevsgi.o -c ./devices/gdevsgi.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/sgirgb ./soobj/gdevsgi.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/spotcmyk ./soobj/gdevdevn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevsunr.o -c ./devices/gdevsunr.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/sunhmono ./soobj/gdevsunr.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevsvg.o -c ./devices/vector/gdevsvg.c ./devices/vector/gdevsvg.c:523:13: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (cap < 0 || cap > gs_cap_unknown) ~~~ ^ ~ ./devices/vector/gdevsvg.c:520:17: warning: unused variable 'linecap_names' [-Wunused-variable] const char *linecap_names[] = {"butt", "round", "square", ^ ./devices/vector/gdevsvg.c:539:14: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (join < 0 || join > gs_join_unknown) ~~~~ ^ ~ ./devices/vector/gdevsvg.c:536:17: warning: unused variable 'linejoin_names' [-Wunused-variable] const char *linejoin_names[] = {"miter", "round", "bevel", ^ ./devices/vector/gdevsvg.c:624:17: warning: unused variable 'path_type_names' [-Wunused-variable] const char *path_type_names[] = {"winding number", "fill", "stroke", ^ 5 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/svgwrite ./soobj/gdevsvg.o ./soobj/aux/echogs -e .dev -a- ./soobj/svgwrite -include ./soobj/vector cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -I/libtiff -I/libtiff -I./soobj -Isrc -o ./soobj/gdevtfnx.o -c ./devices/gdevtfnx.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff12nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff12nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff24nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff24nc -include ./soobj/tiffs -include ./soobj/libtiff cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -I/libtiff -I/libtiff -I./soobj -Isrc -o ./soobj/gdevtsep.o -c ./devices/gdevtsep.c ./devices/gdevtsep.c:1397:9: warning: array subscript is of type 'char' [-Wchar-subscripts] toupper(pdev->fname[base_filename_length - 3]) == 'T' && ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ ./devices/gdevtsep.c:1398:9: warning: array subscript is of type 'char' [-Wchar-subscripts] toupper(pdev->fname[base_filename_length - 2]) == 'I' && ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ ./devices/gdevtsep.c:1399:9: warning: array subscript is of type 'char' [-Wchar-subscripts] toupper(pdev->fname[base_filename_length - 1]) == 'F') ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 3 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff32nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff32nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff48nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff48nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff64nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff64nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffcrle -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffcrle -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg3 -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg3 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg32d -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg32d -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg4 -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg4 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffgray ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffgray -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tifflzw -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tifflzw -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffpack -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffpack -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffsep -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep1 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffsep1 -include ./soobj/tiffs cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevtxtw.o -c ./devices/vector/gdevtxtw.c ./devices/vector/gdevtxtw.c:120:33: warning: unused variable 'st_device_txtwrite' [-Wunused-const-variable] gs_private_st_suffix_add0_final(st_device_txtwrite, gx_device_txtwrite_t, ^ ./base/gsstruct.h:1041:40: note: expanded from macro 'gs_private_st_suffix_add0_final' gs__st_suffix_add0_final(private_st, stname, stype, sname, penum, preloc, pfinal, supstname) ^ ./base/gsstruct.h:1037:33: note: expanded from macro 'gs__st_suffix_add0_final' gs__st_complex_only(scope_st, stname, stype, sname, 0, penum, preloc, pfinal) ^ ./base/gsstruct.h:557:12: note: expanded from macro 'gs__st_complex_only' scope_st stname = { sizeof(stype), sname, 0, pclear, penum, preloc, pfinal, 0 } ^ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/txtwrite ./soobj/gdevtxtw.o ./soobj/gdevagl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevxcf.o -c ./devices/gdevxcf.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/xcf ./soobj/gdevxcf.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -I/libtiff -I/libtiff -I./soobj -Isrc -o ./soobj/gdevxps.o -c ./devices/vector/gdevxps.c ./devices/vector/gdevxps.c:325:13: warning: unused variable 'node' [-Wunused-variable] int node = 1; ^ ./devices/vector/gdevxps.c:492:20: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (data.count >= 0) { ~~~~~~~~~~ ^ ~ ./devices/vector/gdevxps.c:894:13: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (cap < 0 || cap > gs_cap_unknown) ~~~ ^ ~ ./devices/vector/gdevxps.c:891:17: warning: unused variable 'linecap_names' [-Wunused-variable] const char *linecap_names[] = {"butt", "round", "square", ^ ./devices/vector/gdevxps.c:909:14: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (join < 0 || join > gs_join_unknown) ~~~~ ^ ~ ./devices/vector/gdevxps.c:906:17: warning: unused variable 'linejoin_names' [-Wunused-variable] const char *linejoin_names[] = {"miter", "round", "bevel", ^ 6 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/xpswrite ./soobj/gdevxps.o ./soobj/aux/echogs -e .dev -a- ./soobj/xpswrite -include ./soobj/vector cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DA4 -o ./soobj/gdevescv.o -c -DGS_VERSION_MAJOR=9 ./contrib/eplaser/gdevescv.c ./contrib/eplaser/gdevescv.c:865:16: warning: array subscript is of type 'char' [-Wchar-subscripts] *pdest = toupper( *cp ); ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ ./contrib/eplaser/gdevescv.c:1264:20: warning: passing 'const char [21]' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, ESC_GS "7;0;2;0cam{E\012\000\000\000\000\000\000", 20); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.h:33:25: note: expanded from macro 'ESC_GS' #define ESC_GS "\035" ^ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ ./contrib/eplaser/gdevescv.c:1286:20: warning: passing 'const char [9]' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, "\377\377\377\377\000\000\000\000", 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ ./contrib/eplaser/gdevescv.c:1883:26: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy( strvalue, gsstr.data, writesize ); ^~~~~~~~~~ /usr/include/string.h:64:57: note: passing argument to parameter here char *strncpy(char * __restrict, const char * __restrict, size_t); ^ ./contrib/eplaser/gdevescv.c:2007:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(pmedia.data, "NM") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2009:26: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if ((strcmp(pmedia.data, "THICK") == 0) || ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2010:26: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (strcmp(pmedia.data, "TH") == 0)) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2012:26: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if ((strcmp(pmedia.data, "TRANS") == 0) || ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2013:26: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (strcmp(pmedia.data, "TR") == 0)) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2015:25: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (strcmp(pmedia.data, "TN") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2017:25: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (strcmp(pmedia.data, "LH") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2019:25: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (strcmp(pmedia.data, "CT") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2021:25: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (strcmp(pmedia.data, "ET") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2023:25: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (strcmp(pmedia.data, "HQ") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2025:25: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (strcmp(pmedia.data, "UT") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2027:25: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] } else if (strcmp(pmedia.data, "UM") == 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/eplaser/gdevescv.c:2298:33: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] escv_write_data(dev, depth, buf, num_bytes, w, h); ^~~ ./contrib/eplaser/gdevescv.c:437:61: note: passing argument to parameter 'buf' here static void escv_write_data(gx_device *dev, int bits, char *buf, int bsize, int w, int ras); ^ ./contrib/eplaser/gdevescv.c:2344:33: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] escv_write_data(dev, depth, buf, num_bytes, w, h); ^~~ ./contrib/eplaser/gdevescv.c:437:61: note: passing argument to parameter 'buf' here static void escv_write_data(gx_device *dev, int bits, char *buf, int bsize, int w, int ras); ^ ./contrib/eplaser/gdevescv.c:2459:33: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] escv_write_data(dev, depth, buf, num_bytes, w, h); ^~~ ./contrib/eplaser/gdevescv.c:437:61: note: passing argument to parameter 'buf' here static void escv_write_data(gx_device *dev, int bits, char *buf, int bsize, int w, int ras); ^ ./contrib/eplaser/gdevescv.c:2547:22: warning: passing 'const char [9]' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, "\000\000\000\000\377\377\377\377", 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ ./contrib/eplaser/gdevescv.c:2853:47: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] escv_write_data(dev, pie->bits_per_pixel, buf, tbyte, pdev -> w, height); ^~~ ./contrib/eplaser/gdevescv.c:437:61: note: passing argument to parameter 'buf' here static void escv_write_data(gx_device *dev, int bits, char *buf, int bsize, int w, int ras); ^ ./contrib/eplaser/gdevescv.c:2892:20: warning: passing 'const char [9]' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, "\377\377\377\377\000\000\000\000", 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ ./contrib/eplaser/gdevescv.c:2951:17: warning: assigning to 'char *' from 'byte *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] p = tmp = gs_alloc_bytes(vdev->memory, 64, "escv_write_begin(tmp4)"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:2958:22: warning: passing 'char *' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, tmp, 64); ^~~ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ ./contrib/eplaser/gdevescv.c:2967:17: warning: assigning to 'char *' from 'byte *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] p = tmp = gs_alloc_bytes(vdev->memory, 1024, "escv_write_begin(tmp)"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:2974:22: warning: passing 'char *' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, tmp, 1024); ^~~ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ ./contrib/eplaser/gdevescv.c:3008:16: warning: assigning to 'char *' from 'byte *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] p = tmps = gs_alloc_bytes(vdev->memory, bsize * 2, "escv_write_data(tmp)"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:3018:16: warning: assigning to 'char *' from 'byte *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] p = tmps = gs_alloc_bytes(vdev->memory, bsize * 2, "escv_write_data(tmp)"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:3028:12: warning: assigning to 'char *' from 'byte *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] tmps = gs_alloc_bytes(vdev->memory, bsize / 3, "escv_write_data(tmp)"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:3031:14: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] rgbbuf = buf; ^ ~~~ ./contrib/eplaser/gdevescv.c:3032:11: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] ucp = tmps; ^ ~~~~ ./contrib/eplaser/gdevescv.c:3057:18: warning: passing 'char *' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, buf, bsize); ^~~ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ ./contrib/eplaser/gdevescv.c:3069:16: warning: assigning to 'char *' from 'byte *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] p = tmps = gs_alloc_bytes(vdev->memory, bsize * 2, "escv_write_data(tmp)"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/eplaser/gdevescv.c:3082:18: warning: passing 'char *' to parameter of type 'const byte *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] put_bytes(s, buf, bsize); ^~~ ./contrib/eplaser/gdevescv.c:458:36: note: passing argument to parameter 'data' here put_bytes(stream * s, const byte * data, uint count) ^ 34 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc1900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc2000 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4000 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc9100 ./soobj/gdevescv.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevescp.o -c ./devices/gdevescp.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ap3250 ./soobj/gdevescp.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevadmp.o -c ./devices/gdevadmp.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/appledmp ./soobj/gdevadmp.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevatx.o -c ./devices/gdevatx.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx23 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx24 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx38 ./soobj/gdevatx.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevbj10.o -c ./devices/gdevbj10.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10e ./soobj/gdevbj10.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o soobj/gdev10v.o -c ./contrib/japanese/gdev10v.c ./contrib/japanese/gdev10v.c:201:15: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] char *mode = (yres == 180 ? ^ ~~~~~~~~~~~~~~ ./contrib/japanese/gdev10v.c:226:23: warning: unused variable 'zp' [-Wunused-variable] byte *zp; ^ 2 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10v ./soobj/gdev10v.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10vh ./soobj/gdev10v.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj200 ./soobj/gdevbj10.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevcdj.o -c ./devices/gdevcdj.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpcl.o -c ./devices/gdevpcl.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc600 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc800 ./soobj/gdevcdj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DA4 -o ./soobj/gdevl4r.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4r.c ./contrib/lips4/gdevl4r.c:508:28: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(pmedia.data, "PlainPaper") != 0 && ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4r.c:509:28: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "OHP") != 0 && ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4r.c:510:28: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "TransparencyFilm") != 0 && /* same as OHP */ ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4r.c:511:28: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "GlossyFilm") != 0 && ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4r.c:512:28: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "CardBoard") != 0 ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ 5 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlips.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlips.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlprn.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlprn.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc880j ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevbjc_.o -c ./contrib/gdevbjc_.c ./contrib/gdevbjc_.c:86:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [8]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "BJC-250", 7, false }, 0 }, ^~~~~~~~~ ./contrib/gdevbjc_.c:87:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [10]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "BJC-250ex", 9, false }, 1 }, ^~~~~~~~~~~ ./contrib/gdevbjc_.c:88:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [9]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "BJC-1000", 8, false }, 2 }, ^~~~~~~~~~ ./contrib/gdevbjc_.c:90:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [4]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "250", 3, false }, 0 }, ^~~~~ ./contrib/gdevbjc_.c:91:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "250ex", 5, false }, 1 }, ^~~~~~~ ./contrib/gdevbjc_.c:92:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "1000", 4, false }, 2 }, ^~~~~~ ./contrib/gdevbjc_.c:97:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Manual", 6, false }, 0x11 }, ^~~~~~~~ ./contrib/gdevbjc_.c:98:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Auto", 4, false }, 0x10 }, ^~~~~~ ./contrib/gdevbjc_.c:100:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "m", 1, false }, 0x11 }, ^~~ ./contrib/gdevbjc_.c:101:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "a", 1, false }, 0x10 }, ^~~ ./contrib/gdevbjc_.c:106:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Normal", 6, false }, 0 }, ^~~~~~~~ ./contrib/gdevbjc_.c:107:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "High", 4, false }, 1 }, ^~~~~~ ./contrib/gdevbjc_.c:108:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Draft", 5, false }, 2 }, ^~~~~~~ ./contrib/gdevbjc_.c:109:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [9]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "NonBleed", 8, false }, 8 }, ^~~~~~~~~~ ./contrib/gdevbjc_.c:111:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "n", 1, false }, 0 }, ^~~ ./contrib/gdevbjc_.c:112:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "h", 1, false }, 1 }, ^~~ ./contrib/gdevbjc_.c:113:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "d", 1, false }, 2 }, ^~~ ./contrib/gdevbjc_.c:114:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "b", 1, false }, 8 }, ^~~ ./contrib/gdevbjc_.c:119:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Black", 5, false }, 8 }, ^~~~~~~ ./contrib/gdevbjc_.c:120:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Cyan", 4, false }, 1 }, ^~~~~~ ./contrib/gdevbjc_.c:121:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [8]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Magenta", 7, false }, 2 }, ^~~~~~~~~ ./contrib/gdevbjc_.c:122:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Yellow", 6, false }, 4 }, ^~~~~~~~ ./contrib/gdevbjc_.c:123:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [4]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Red", 3, false }, 6 }, ^~~~~ ./contrib/gdevbjc_.c:124:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Green", 5, false }, 5 }, ^~~~~~~ ./contrib/gdevbjc_.c:125:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Blue", 4, false }, 3 }, ^~~~~~ ./contrib/gdevbjc_.c:127:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "K", 1, false }, 8 }, ^~~ ./contrib/gdevbjc_.c:128:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "C", 1, false }, 1 }, ^~~ ./contrib/gdevbjc_.c:129:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "M", 1, false }, 2 }, ^~~ ./contrib/gdevbjc_.c:130:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "Y", 1, false }, 4 }, ^~~ ./contrib/gdevbjc_.c:131:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "R", 1, false }, 6 }, ^~~ ./contrib/gdevbjc_.c:132:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "G", 1, false }, 5 }, ^~~ ./contrib/gdevbjc_.c:133:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "B", 1, false }, 3 }, ^~~ ./contrib/gdevbjc_.c:134:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [3]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "CK", 2, false }, 9 }, ^~~~ ./contrib/gdevbjc_.c:135:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [3]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "MK", 2, false }, 10 }, ^~~~ ./contrib/gdevbjc_.c:136:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [3]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "YK", 2, false }, 12 }, ^~~~ ./contrib/gdevbjc_.c:137:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [3]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "RK", 2, false }, 14 }, ^~~~ ./contrib/gdevbjc_.c:138:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [3]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "GK", 2, false }, 13 }, ^~~~ ./contrib/gdevbjc_.c:139:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [3]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "BK", 2, false }, 11 }, ^~~~ ./contrib/gdevbjc_.c:140:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [4]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "CMY", 3, false }, 7 }, ^~~~~ ./contrib/gdevbjc_.c:141:9: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] { { "CMYK", 4, false }, 15 }, ^~~~~~ ./contrib/gdevbjc_.c:146:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [11]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"PlainPaper", 10, false}, 0}, ^~~~~~~~~~~~ ./contrib/gdevbjc_.c:147:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [12]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"CoatedPaper", 11, false}, 1}, ^~~~~~~~~~~~~ ./contrib/gdevbjc_.c:148:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [17]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"TransparencyFilm", 16, false}, 2}, ^~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:149:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [14]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"BackprintFilm", 13, false}, 3}, ^~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:150:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [16]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"T-ShirtTransfer", 15, false}, 3}, ^~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:151:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [12]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"FabricSheet", 11, false}, 4}, ^~~~~~~~~~~~~ ./contrib/gdevbjc_.c:152:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [12]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"GlossyPaper", 11, false}, 5}, ^~~~~~~~~~~~~ ./contrib/gdevbjc_.c:153:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [17]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"GlossyPhotoPaper", 16, false}, 5}, ^~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:154:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [15]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"HighGlossPaper", 14, false}, 5}, ^~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:155:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [15]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"HighGlossyFilm", 14, false}, 6}, ^~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:156:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [9]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Envelope", 8, false}, 7}, ^~~~~~~~~~ ./contrib/gdevbjc_.c:157:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [11]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"OtherPaper", 10, false}, 8}, ^~~~~~~~~~~~ ./contrib/gdevbjc_.c:158:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [20]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"HighResolutionPaper", 19, false}, 9}, ^~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:160:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [16]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"GlossyPhotoCard", 15, false}, 10}, ^~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:162:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Banner", 6, false}, 11}, ^~~~~~~~ ./contrib/gdevbjc_.c:164:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Plain", 5, false}, 0}, ^~~~~~~ ./contrib/gdevbjc_.c:165:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Coated", 6, false}, 1}, ^~~~~~~~ ./contrib/gdevbjc_.c:166:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Trans", 5, false}, 2}, ^~~~~~~ ./contrib/gdevbjc_.c:167:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Back", 4, false}, 3}, ^~~~~~ ./contrib/gdevbjc_.c:168:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Shirt", 4, false}, 3}, ^~~~~~~ ./contrib/gdevbjc_.c:170:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Fabric", 6, false}, 4}, ^~~~~~~~ ./contrib/gdevbjc_.c:171:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Glossy", 6, false}, 5}, ^~~~~~~~ ./contrib/gdevbjc_.c:172:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"HGloss", 6, false}, 6}, ^~~~~~~~ ./contrib/gdevbjc_.c:173:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [4]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Env", 3, false}, 7}, ^~~~~ ./contrib/gdevbjc_.c:174:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [4]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Oth", 3, false}, 8}, ^~~~~ ./contrib/gdevbjc_.c:175:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [6]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"HiRes", 5, false}, 9}, ^~~~~~~ ./contrib/gdevbjc_.c:177:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [5]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Card", 4, false}, 10}, ^~~~~~ ./contrib/gdevbjc_.c:178:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [4]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"Ban", 3, false}, 11}, ^~~~~ ./contrib/gdevbjc_.c:180:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"p", 1, false}, 0}, ^~~ ./contrib/gdevbjc_.c:181:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"c", 1, false}, 1}, ^~~ ./contrib/gdevbjc_.c:182:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"t", 1, false}, 2}, ^~~ ./contrib/gdevbjc_.c:183:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"b", 1, false}, 3}, ^~~ ./contrib/gdevbjc_.c:184:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"s", 1, false}, 3}, ^~~ ./contrib/gdevbjc_.c:185:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"f", 1, false}, 4}, ^~~ ./contrib/gdevbjc_.c:186:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"g", 1, false}, 5}, ^~~ ./contrib/gdevbjc_.c:187:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"F", 1, false}, 6}, ^~~ ./contrib/gdevbjc_.c:188:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"e", 1, false}, 7}, ^~~ ./contrib/gdevbjc_.c:189:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"o", 1, false}, 8}, ^~~ ./contrib/gdevbjc_.c:190:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"h", 1, false}, 9}, ^~~ ./contrib/gdevbjc_.c:191:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"C", 1, false}, 10}, ^~~ ./contrib/gdevbjc_.c:192:5: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] {{"B", 1, false}, 11}, ^~~ ./contrib/gdevbjc_.c:463:9: warning: assigning to 'stringParamDescription *' from 'const stringParamDescription *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] CHECK_str_PARAM_CASES(ppdev->printerType, strPrinterType, label_Type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:451:16: note: expanded from macro 'CHECK_str_PARAM_CASES' tmpstr = paramStringToParam(str, \ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:467:9: warning: assigning to 'stringParamDescription *' from 'const stringParamDescription *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] CHECK_str_PARAM_CASES(ppdev->feeder, strFeeder, label_Feeder); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:451:16: note: expanded from macro 'CHECK_str_PARAM_CASES' tmpstr = paramStringToParam(str, \ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:471:9: warning: assigning to 'stringParamDescription *' from 'const stringParamDescription *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] CHECK_str_PARAM_CASES(ppdev->mediaType, strMedia, label_Paper); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:451:16: note: expanded from macro 'CHECK_str_PARAM_CASES' tmpstr = paramStringToParam(str, \ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:475:9: warning: assigning to 'stringParamDescription *' from 'const stringParamDescription *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] CHECK_str_PARAM_CASES(ppdev->quality, strQuality, label_Quality); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:451:16: note: expanded from macro 'CHECK_str_PARAM_CASES' tmpstr = paramStringToParam(str, \ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:479:9: warning: assigning to 'stringParamDescription *' from 'const stringParamDescription *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] CHECK_str_PARAM_CASES(ppdev->ink, strInk, label_Ink); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:451:16: note: expanded from macro 'CHECK_str_PARAM_CASES' tmpstr = paramStringToParam(str, \ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevbjc_.c:604:59: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_K) bjc_put_cmyk_image(file, CMYK_K, outrow, cmplen), ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:606:59: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_C) bjc_put_cmyk_image(file, CMYK_C, outrow, cmplen), ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:608:59: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_M) bjc_put_cmyk_image(file, CMYK_M, outrow, cmplen), ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:610:59: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_Y) bjc_put_cmyk_image(file, CMYK_Y, outrow, cmplen), ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:689:61: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_K) bjc_put_cmyk_image(file, CMYK_K, out, cmplen), ^~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:691:61: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_C) bjc_put_cmyk_image(file, CMYK_C, out, cmplen), ^~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:693:61: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_M) bjc_put_cmyk_image(file, CMYK_M, out, cmplen), ^~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:695:61: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(inkc & INK_Y) bjc_put_cmyk_image(file, CMYK_Y, out, cmplen), ^~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:799:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_C, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:804:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_M, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:809:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_Y, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:814:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_K, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:908:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_C, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:913:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_M, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:918:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_Y, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:923:50: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] bjc_put_cmyk_image(file, CMYK_K, outrow, cmplen), bjc_put_CR(file); ^~~~~~ ./contrib/gdevbjc_.h:215:65: note: passing argument to parameter 'data' here void bjc_put_cmyk_image(FILE *file, char component, const char *data, int count); ^ ./contrib/gdevbjc_.c:49:28: warning: unused function 'bjc_print_page' [-Wunused-function] static dev_proc_print_page(bjc_print_page); ^ ./base/gdevprn.h:113:59: note: expanded from macro 'dev_proc_print_page' #define dev_proc_print_page(proc) prn_dev_proc_print_page(proc) ^ ./base/gdevprn.h:110:7: note: expanded from macro 'prn_dev_proc_print_page' int proc(gx_device_printer *, FILE *) ^ 103 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevbjca.o -c ./contrib/gdevbjca.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccmyk ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccolor ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcgray ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcmono ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdeskjet ./soobj/gdevcdj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevcd8.o -c ./contrib/gdevcd8.c ./contrib/gdevcd8.c:2416:15: warning: unused variable 'kadd' [-Wunused-variable] int i, ucr, kadd, is_color = 0; ^ ./contrib/gdevcd8.c:2421:21: warning: unused variable 'out2' [-Wunused-variable] char output[255], out2[128]; ^ ./contrib/gdevcd8.c:2421:8: warning: unused variable 'output' [-Wunused-variable] char output[255], out2[128]; ^ ./contrib/gdevcd8.c:2417:9: warning: unused variable 'uca_fac' [-Wunused-variable] float uca_fac; ^ ./contrib/gdevcd8.c:3324:9: warning: unused variable 'yres' [-Wunused-variable] int yres = cdj850->y_pixels_per_inch; ^ ./contrib/gdevcd8.c:2314:1: warning: unused function 'do_gamma' [-Wunused-function] do_gamma(float mastergamma, float gammaval, byte values[256]) ^ ./contrib/gdevcd8.c:2091:1: warning: unused function 'print_c0plane' [-Wunused-function] print_c0plane(FILE *prn_stream, char plane_code, int plane_size, ^ 7 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj1600 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj500 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj550 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj670 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj850 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj880 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj890 ./soobj/gdevcd8.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevdj9.o -c ./contrib/gdevdj9.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj970 ./soobj/gdevdj9.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjcolor ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjmono ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdnj500 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/chp2200 ./soobj/gdevcd8.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevclj.o -c ./devices/gdevclj.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5 ./soobj/gdevclj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevcljc.o -c ./devices/gdevcljc.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5c ./soobj/gdevcljc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5pr ./soobj/gdevclj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevcslw.o -c ./devices/gdevcslw.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslw2p ./soobj/gdevcslw.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslwxl ./soobj/gdevcslw.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevcp50.o -c ./devices/gdevcp50.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cp50 ./soobj/gdevcp50.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/declj250 ./soobj/gdevcdj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevdjet.o -c ./devices/gdevdjet.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevdljm.o -c ./devices/gdevdljm.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/deskjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dj505j ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevdjtc.o -c ./devices/gdevdjtc.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500c ./soobj/gdevdjtc.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevln03.o -c ./contrib/gdevln03.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dl2100 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dnj650c ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050p ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2120 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2750 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5800 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6200 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplcolor ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplmono ./soobj/gdevescv.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevepsn.o -c ./devices/gdevepsn.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9high ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9mid ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epson ./soobj/gdevepsn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevepsc.o -c ./devices/gdevepsc.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epsonc ./soobj/gdevepsc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escp ./soobj/gdevcdj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DA4 -o ./soobj/gdevespg.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevespg.c ./contrib/japanese/gdevespg.c:63:14: warning: initializing 'char *' with an expression of type 'const char [10]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] static char *epson_remote_start = "\033\001@EJL \r\n"; ^ ~~~~~~~~~~~~~~~~~~~ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escpage ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DFMLBP_NOADJUST_MARGIN -o soobj/gdevfmlbp.o -c ./contrib/japanese/gdevfmlbp.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmlbp ./soobj/gdevfmlbp.o ./soobj/gdevprn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevfmpr.o -c ./contrib/japanese/gdevfmpr.c ./contrib/japanese/gdevfmpr.c:29:9: warning: 'A4' macro redefined #define A4 ^ :15:9: note: previous definition is here #define A4 1 ^ ./contrib/japanese/gdevfmpr.c:127:18: warning: passing 'const char [3]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] prn_puts(pdev, "\033c"); ^~~~~~~ ./contrib/japanese/gdevfmpr.c:53:41: note: passing argument to parameter 'ptr' here prn_puts(gx_device_printer *pdev, char *ptr) ^ ./contrib/japanese/gdevfmpr.c:128:18: warning: passing 'const char [15]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] prn_puts(pdev, "\033Q1 `\033[24;18 G"); ^~~~~~~~~~~~~~~~~~~~~~ ./contrib/japanese/gdevfmpr.c:53:41: note: passing argument to parameter 'ptr' here prn_puts(gx_device_printer *pdev, char *ptr) ^ ./contrib/japanese/gdevfmpr.c:195:21: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] prn_write(pdev, out_beg, size); ^~~~~~~ ./contrib/japanese/gdevfmpr.c:59:42: note: passing argument to parameter 'ptr' here prn_write(gx_device_printer *pdev, char *ptr, int size) ^ 4 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmpr ./soobj/gdevfmpr.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/fs600 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevgdi.o -c ./contrib/gdevgdi.c ./contrib/gdevgdi.c:271:28: warning: unused variable 'g' [-Wunused-variable] int f, g, h; ^ ./contrib/gdevgdi.c:271:31: warning: unused variable 'h' [-Wunused-variable] int f, g, h; ^ ./contrib/gdevgdi.c:299:15: warning: unused label 'oh_well' [-Wunused-label] oh_well: ^~~~~~~~ ./contrib/gdevgdi.c:245:27: warning: variable 'ul_tiff_size' is uninitialized when used here [-Wuninitialized] ul_min_size = ul_tiff_size; ^~~~~~~~~~~~ ./contrib/gdevgdi.c:178:54: note: initialize the variable 'ul_tiff_size' to silence this warning long ul_band_size, ul_comp_size, ul_tiff_size, ul_min_size; ^ = 0 ./contrib/gdevgdi.c:337:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcpy(buffer, "\033%-12345X"); ^~~~~~ /usr/include/string.h:58:31: note: passing argument to parameter here char *strcpy(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:340:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "@PJL SET PAPERTYPE = NORMAL ON\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:342:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "@PJL SET DENSITY = 1\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:344:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "@PJL SET TONERSAVE = OFF\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:346:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "@PJL ENTER LANGUAGE = SMART\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:348:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL JOB START\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:352:14: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL RESOLUTION = 600\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:354:14: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL RESOLUTION = 300\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:357:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL COPIES = 1\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:362:32: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL PAGE A4 AUTO\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:365:32: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL PAGE LETTER AUTO\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:368:32: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL PAGE LEGAL AUTO\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:371:32: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL PAGE LETTER AUTO\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:375:10: warning: passing 'unsigned char [300]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat(buffer, "$PJL BITMAP START\015\012"); ^~~~~~ /usr/include/string.h:54:31: note: passing argument to parameter here char *strcat(char * __restrict, const char * __restrict); ^ ./contrib/gdevgdi.c:377:19: warning: passing 'unsigned char [300]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] ulSize = strlen(buffer); ^~~~~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ ./contrib/gdevgdi.c:472:11: warning: explicitly assigning a variable of type 'unsigned int' to itself [-Wself-assign] i = i; ~ ^ ~ 20 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/gdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevhl12.o -c ./contrib/gdevhl12.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1240 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1250 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevhl7x.o -c ./devices/gdevhl7x.c ./devices/gdevhl7x.c:187:26: warning: unused variable 'tableOfFormats' [-Wunused-const-variable] static const PaperFormat tableOfFormats[] = { ^ ./devices/gdevhl7x.c:316:1: warning: unused function 'hl730_print_page' [-Wunused-function] hl730_print_page(gx_device_printer *pdev, FILE *prn_stream) ^ 2 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl7x0 ./soobj/gdevhl7x.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/gdeveprn.o -DGS_REVISION=910 -I./psi ./contrib/pcl3/eprn/gdeveprn.c In file included from ./contrib/pcl3/eprn/gdeveprn.c:102: ./contrib/pcl3/eprn/pagecount.h:22:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pagecount.h,v 1.3 2000/11/19 07:05:17 Martin Rel $" ^ In file included from ./contrib/pcl3/eprn/gdeveprn.c:104: ./contrib/pcl3/eprn/gdeveprn.h:177:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: gdeveprn.h,v 1.23 2001/04/30 05:15:51 Martin Rel $" ^ In file included from ./contrib/pcl3/eprn/gdeveprn.c:104: In file included from ./contrib/pcl3/eprn/gdeveprn.h:194: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ ./contrib/pcl3/eprn/gdeveprn.c:664:29: warning: '&&' within '||' [-Wlogical-op-parentheses] best_cmatch != NULL && ~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/eprn/gdeveprn.c:664:29: note: place parentheses around the '&&' expression to silence this warning best_cmatch != NULL && ^ ./contrib/pcl3/eprn/gdeveprn.c:39:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: gdeveprn.c,v 1.25 2001/04/30 05:15:51 Martin Rel $"; ^ 5 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/pagecount.o -DGS_REVISION=910 -I./psi ./contrib/pcl3/eprn/pagecount.c In file included from ./contrib/pcl3/eprn/pagecount.c:43: ./contrib/pcl3/eprn/pagecount.h:22:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pagecount.h,v 1.3 2000/11/19 07:05:17 Martin Rel $" ^ ./contrib/pcl3/eprn/pagecount.c:22:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: pagecount.c,v 1.6 2000/10/07 17:48:49 Martin Rel $"; ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/mediasize.o -DGS_REVISION=910 -I./psi ./contrib/pcl3/eprn/mediasize.c In file included from ./contrib/pcl3/eprn/mediasize.c:35: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ ./contrib/pcl3/eprn/mediasize.c:411:30: warning: '&&' within '||' [-Wlogical-op-parentheses] if (user_flag_list != NULL && ~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/eprn/mediasize.c:411:30: note: place parentheses around the '&&' expression to silence this warning if (user_flag_list != NULL && ^ ./contrib/pcl3/eprn/mediasize.c:17:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: mediasize.c,v 1.11 2001/04/12 18:35:26 Martin Rel $"; ^ 3 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/eprnparm.o -DGS_REVISION=910 -I./psi ./contrib/pcl3/eprn/eprnparm.c In file included from ./contrib/pcl3/eprn/eprnparm.c:65: ./contrib/pcl3/eprn/gdeveprn.h:177:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: gdeveprn.h,v 1.23 2001/04/30 05:15:51 Martin Rel $" ^ In file included from ./contrib/pcl3/eprn/eprnparm.c:65: In file included from ./contrib/pcl3/eprn/gdeveprn.h:194: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ ./contrib/pcl3/eprn/eprnparm.c:740:48: warning: '&&' within '||' [-Wlogical-op-parentheses] entry->colour_model == eprn_DeviceCMYK && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/eprn/eprnparm.c:740:48: note: place parentheses around the '&&' expression to silence this warning entry->colour_model == eprn_DeviceCMYK && ^ ./contrib/pcl3/eprn/eprnparm.c:762:38: warning: '&&' within '||' [-Wlogical-op-parentheses] if (entry->info[1] == NULL && *black_levels == *non_black_levels || ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ ./contrib/pcl3/eprn/eprnparm.c:762:38: note: place parentheses around the '&&' expression to silence this warning if (entry->info[1] == NULL && *black_levels == *non_black_levels || ^ ( ) ./contrib/pcl3/eprn/eprnparm.c:763:38: warning: '&&' within '||' [-Wlogical-op-parentheses] entry->info[1] != NULL && rl2->levels != NULL) ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:763:38: note: place parentheses around the '&&' expression to silence this warning entry->info[1] != NULL && rl2->levels != NULL) ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:941:3: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] colour_model("ColorModel") ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:931:31: note: expanded from macro 'colour_model' errwrite(dev->memory, string_value.data, sizeof(char)*string_value.size); \ ^~~~~~~~~~~~~~~~~ ./base/std.h:185:50: note: passing argument to parameter 'str' here int errwrite(const gs_memory_t *mem, const char *str, int len); ^ ./contrib/pcl3/eprn/eprnparm.c:942:3: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] colour_model("ColourModel") /* overrides if both are given */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:931:31: note: expanded from macro 'colour_model' errwrite(dev->memory, string_value.data, sizeof(char)*string_value.size); \ ^~~~~~~~~~~~~~~~~ ./base/std.h:185:50: note: passing argument to parameter 'str' here int errwrite(const gs_memory_t *mem, const char *str, int len); ^ ./contrib/pcl3/eprn/eprnparm.c:987:19: warning: '&&' within '||' [-Wlogical-op-parentheses] if (temp == 0 && (eprn->colour_model == eprn_DeviceRGB || ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:987:19: note: place parentheses around the '&&' expression to silence this warning if (temp == 0 && (eprn->colour_model == eprn_DeviceRGB || ^ ./contrib/pcl3/eprn/eprnparm.c:990:48: warning: '&&' within '||' [-Wlogical-op-parentheses] eprn->colour_model != eprn_DeviceRGB && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/eprn/eprnparm.c:990:48: note: place parentheses around the '&&' expression to silence this warning eprn->colour_model != eprn_DeviceRGB && ^ ./contrib/pcl3/eprn/eprnparm.c:1007:19: warning: '&&' within '||' [-Wlogical-op-parentheses] if (temp == 0 && eprn->colour_model == eprn_DeviceGray || ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ ./contrib/pcl3/eprn/eprnparm.c:1007:19: note: place parentheses around the '&&' expression to silence this warning if (temp == 0 && eprn->colour_model == eprn_DeviceGray || ^ ( ) ./contrib/pcl3/eprn/eprnparm.c:1008:34: warning: '&&' within '||' [-Wlogical-op-parentheses] 2 <= temp && temp <= 256 && eprn->colour_model != eprn_DeviceGray) { ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:1008:34: note: place parentheses around the '&&' expression to silence this warning 2 <= temp && temp <= 256 && eprn->colour_model != eprn_DeviceGray) { ^ ( ) ./contrib/pcl3/eprn/eprnparm.c:1046:29: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] errwrite(dev->memory, string_value.data, sizeof(char)*string_value.size); ^~~~~~~~~~~~~~~~~ ./base/std.h:185:50: note: passing argument to parameter 'str' here int errwrite(const gs_memory_t *mem, const char *str, int len); ^ ./contrib/pcl3/eprn/eprnparm.c:1164:32: warning: '&&' within '||' [-Wlogical-op-parentheses] if (temp == 0 || 2 <= temp && temp <= 256) { ~~ ~~~~~~~~~~^~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:1164:32: note: place parentheses around the '&&' expression to silence this warning if (temp == 0 || 2 <= temp && temp <= 256) { ^ ( ) ./contrib/pcl3/eprn/eprnparm.c:1214:60: warning: '&&' within '||' [-Wlogical-op-parentheses] if ((rc = gdev_prn_put_params(dev, plist)) < 0 || rc > 0 && last_error >= 0) ~~ ~~~~~~~^~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/eprnparm.c:1214:60: note: place parentheses around the '&&' expression to silence this warning if ((rc = gdev_prn_put_params(dev, plist)) < 0 || rc > 0 && last_error >= 0) ^ ( ) ./contrib/pcl3/eprn/eprnparm.c:38:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: eprnparm.c,v 1.24 2001/08/18 17:42:34 Martin Rel $"; ^ 15 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/eprnrend.o -DGS_REVISION=910 -I./psi ./contrib/pcl3/eprn/eprnrend.c In file included from ./contrib/pcl3/eprn/eprnrend.c:73: ./contrib/pcl3/eprn/gdeveprn.h:177:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: gdeveprn.h,v 1.23 2001/04/30 05:15:51 Martin Rel $" ^ In file included from ./contrib/pcl3/eprn/eprnrend.c:73: In file included from ./contrib/pcl3/eprn/gdeveprn.h:194: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ ./contrib/pcl3/eprn/eprnrend.c:169:22: warning: unused variable 'dev' [-Wunused-variable] const eprn_Device *dev = (eprn_Device *)device; ^ ./contrib/pcl3/eprn/eprnrend.c:733:41: warning: '&' within '|' [-Wbitwise-op-parentheses] *ptr[j] = (*ptr[j] << 1) | comp & 1; ~ ~~~~~^~~ ./contrib/pcl3/eprn/eprnrend.c:733:41: note: place parentheses around the '&' expression to silence this warning *ptr[j] = (*ptr[j] << 1) | comp & 1; ^ ( ) ./contrib/pcl3/eprn/eprnrend.c:739:43: warning: '&' within '|' [-Wbitwise-op-parentheses] *ptr[j] = (*ptr[j] << 1) | comp & 1; ~ ~~~~~^~~ ./contrib/pcl3/eprn/eprnrend.c:739:43: note: place parentheses around the '&' expression to silence this warning *ptr[j] = (*ptr[j] << 1) | comp & 1; ^ ( ) ./contrib/pcl3/eprn/eprnrend.c:822:39: warning: '&' within '|' [-Wbitwise-op-parentheses] *ptr[j] = (*ptr[j] << 1) | comp & 1; ~ ~~~~~^~~ ./contrib/pcl3/eprn/eprnrend.c:822:39: note: place parentheses around the '&' expression to silence this warning *ptr[j] = (*ptr[j] << 1) | comp & 1; ^ ( ) ./contrib/pcl3/eprn/eprnrend.c:828:41: warning: '&' within '|' [-Wbitwise-op-parentheses] *ptr[j] = (*ptr[j] << 1) | comp & 1; ~ ~~~~~^~~ ./contrib/pcl3/eprn/eprnrend.c:828:41: note: place parentheses around the '&' expression to silence this warning *ptr[j] = (*ptr[j] << 1) | comp & 1; ^ ( ) ./contrib/pcl3/eprn/eprnrend.c:956:38: warning: '&' within '|' [-Wbitwise-op-parentheses] *ptr[0] = (*ptr[0] << 1) | pixel & 0x01; ~ ~~~~~~^~~~~~ ./contrib/pcl3/eprn/eprnrend.c:956:38: note: place parentheses around the '&' expression to silence this warning *ptr[0] = (*ptr[0] << 1) | pixel & 0x01; ^ ( ) ./contrib/pcl3/eprn/eprnrend.c:50:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: eprnrend.c,v 1.15 2001/08/01 05:12:56 Martin Rel $"; ^ 9 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/eprnfs.o -DGS_REVISION=910 -I./psi \ ./contrib/pcl3/eprn/eprnfs.c In file included from ./contrib/pcl3/eprn/eprnfs.c:37: ./contrib/pcl3/eprn/gdeveprn.h:177:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: gdeveprn.h,v 1.23 2001/04/30 05:15:51 Martin Rel $" ^ In file included from ./contrib/pcl3/eprn/eprnfs.c:37: In file included from ./contrib/pcl3/eprn/gdeveprn.h:194: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ ./contrib/pcl3/eprn/eprnfs.c:258:49: warning: '&' within '|' [-Wbitwise-op-parentheses] *ptr[plane] = (*ptr[plane] << 1) | approx & 0x01; ~ ~~~~~~~^~~~~~ ./contrib/pcl3/eprn/eprnfs.c:258:49: note: place parentheses around the '&' expression to silence this warning *ptr[plane] = (*ptr[plane] << 1) | approx & 0x01; ^ ( ) ./contrib/pcl3/eprn/eprnfs.c:530:61: warning: '&' within '|' [-Wbitwise-op-parentheses] *ptr[plane] = (*ptr[plane] << 1) | approx[colorant] & 0x01; ~ ~~~~~~~~~~~~~~~~~^~~~~~ ./contrib/pcl3/eprn/eprnfs.c:530:61: note: place parentheses around the '&' expression to silence this warning *ptr[plane] = (*ptr[plane] << 1) | approx[colorant] & 0x01; ^ ( ) ./contrib/pcl3/eprn/eprnfs.c:28:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: eprnfs.c,v 1.6 2001/05/01 07:02:01 Martin Rel $"; ^ 5 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/gdevpcl3.o -DGS_REVISION=910 -I./contrib/pcl3/eprn ./contrib/pcl3/src/gdevpcl3.c In file included from ./contrib/pcl3/src/gdevpcl3.c:56: ./contrib/pcl3/eprn/gdeveprn.h:177:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: gdeveprn.h,v 1.23 2001/04/30 05:15:51 Martin Rel $" ^ In file included from ./contrib/pcl3/src/gdevpcl3.c:56: In file included from ./contrib/pcl3/eprn/gdeveprn.h:194: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ In file included from ./contrib/pcl3/src/gdevpcl3.c:57: ./contrib/pcl3/src/pclcap.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclcap.h,v 1.10 2000/11/19 07:05:17 Martin Rel $" ^ In file included from ./contrib/pcl3/src/gdevpcl3.c:57: In file included from ./contrib/pcl3/src/pclcap.h:23: ./contrib/pcl3/src/pclgen.h:26:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclgen.h,v 1.25 2001/08/18 17:41:29 Martin Rel $" ^ In file included from ./contrib/pcl3/src/gdevpcl3.c:59: ./contrib/pcl3/src/pclsize.h:19:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclsize.h,v 1.7 2000/11/19 07:05:17 Martin Rel $" ^ ./contrib/pcl3/src/gdevpcl3.c:156:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(pcl3, pcl3_generic_new); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:161:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdjplus, HPDeskJetPlus); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:162:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdjportable, HPDJPortable); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:163:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj310, HPDJ310); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:164:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj320, HPDJ320); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:165:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj340, HPDJ340); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:166:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj400, HPDJ400); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:167:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj500, HPDJ500); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:168:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj500c, HPDJ500C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:169:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj510, HPDJ510); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:170:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj520, HPDJ520); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:171:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj540, HPDJ540); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:172:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj550c, HPDJ550C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:173:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj560c, HPDJ560C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:174:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj600, HPDJ600); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:175:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj660c, HPDJ660C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:176:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj670c, HPDJ670C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:177:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj680c, HPDJ680C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:178:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj690c, HPDJ690C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:179:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj850c, HPDJ850C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:180:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj855c, HPDJ855C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:181:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj870c, HPDJ870C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:182:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj890c, HPDJ890C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:183:1: warning: incompatible pointer types initializing 'eprn_FlagMismatchReporter' (aka 'void (*)(const struct s_eprn_Device *, bool)') with an expression of type 'void (*)(FILE *, const struct s_eprn_Device *, bool)' [-Wincompatible-pointer-types] pcl3_device_instance(hpdj1120c, HPDJ1120C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:146:7: note: expanded from macro 'pcl3_device_instance' &pcl3_flag_mismatch_reporter), /* reporting function */\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:600:5: note: expanded from macro 'eprn_device_initdata' fmr, /* fmr */ \ ^ ./contrib/pcl3/src/gdevpcl3.c:911:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] string_value.data, sizeof(char)*string_value.size); ^~~~~~~~~~~~~~~~~ ./base/std.h:185:50: note: passing argument to parameter 'str' here int errwrite(const gs_memory_t *mem, const char *str, int len); ^ ./contrib/pcl3/src/gdevpcl3.c:1021:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] string_value.data, sizeof(char)*string_value.size); ^~~~~~~~~~~~~~~~~ ./base/std.h:185:50: note: passing argument to parameter 'str' here int errwrite(const gs_memory_t *mem, const char *str, int len); ^ ./contrib/pcl3/src/gdevpcl3.c:1077:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] string_value.data, sizeof(char)*string_value.size); ^~~~~~~~~~~~~~~~~ ./base/std.h:185:50: note: passing argument to parameter 'str' here int errwrite(const gs_memory_t *mem, const char *str, int len); ^ ./contrib/pcl3/src/gdevpcl3.c:1147:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] string_value.data, sizeof(char)*string_value.size); ^~~~~~~~~~~~~~~~~ ./base/std.h:185:50: note: passing argument to parameter 'str' here int errwrite(const gs_memory_t *mem, const char *str, int len); ^ ./contrib/pcl3/src/gdevpcl3.c:1236:12: warning: '&&' within '||' [-Wlogical-op-parentheses] rc > 0 && last_error >= 0) last_error = rc; ~~~~~~~^~~~~~~~~~~~~~~~~~ ./contrib/pcl3/src/gdevpcl3.c:1236:12: note: place parentheses around the '&&' expression to silence this warning rc > 0 && last_error >= 0) last_error = rc; ^ ( ) ./contrib/pcl3/src/gdevpcl3.c:1350:32: warning: '&&' within '||' [-Wlogical-op-parentheses] (same_leading_edge && ~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/src/gdevpcl3.c:1350:32: note: place parentheses around the '&&' expression to silence this warning (same_leading_edge && ^ ./contrib/pcl3/src/gdevpcl3.c:1352:34: warning: '&&' within '||' [-Wlogical-op-parentheses] !same_leading_edge && ~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/src/gdevpcl3.c:1352:34: note: place parentheses around the '&&' expression to silence this warning !same_leading_edge && ^ ./contrib/pcl3/src/gdevpcl3.c:1476:58: warning: '&&' within '||' [-Wlogical-op-parentheses] pcl_cm_is_differential(dev->file_data.compression) && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/src/gdevpcl3.c:1476:58: note: place parentheses around the '&&' expression to silence this warning pcl_cm_is_differential(dev->file_data.compression) && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/src/gdevpcl3.c:29:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: gdevpcl3.c,v 1.32 2001/08/14 15:22:35 Martin Rel $"; ^ 38 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/pclcap.o -DGS_REVISION=910 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcap.c In file included from ./contrib/pcl3/src/pclcap.c:33: ./contrib/pcl3/src/pclcap.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclcap.h,v 1.10 2000/11/19 07:05:17 Martin Rel $" ^ In file included from ./contrib/pcl3/src/pclcap.c:33: In file included from ./contrib/pcl3/src/pclcap.h:22: ./contrib/pcl3/eprn/gdeveprn.h:177:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: gdeveprn.h,v 1.23 2001/04/30 05:15:51 Martin Rel $" ^ In file included from ./contrib/pcl3/src/pclcap.c:33: In file included from ./contrib/pcl3/src/pclcap.h:22: In file included from ./contrib/pcl3/eprn/gdeveprn.h:194: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ In file included from ./contrib/pcl3/src/pclcap.c:33: In file included from ./contrib/pcl3/src/pclcap.h:23: ./contrib/pcl3/src/pclgen.h:26:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclgen.h,v 1.25 2001/08/18 17:41:29 Martin Rel $" ^ In file included from ./contrib/pcl3/src/pclcap.c:34: ./contrib/pcl3/src/pclsize.h:19:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclsize.h,v 1.7 2000/11/19 07:05:17 Martin Rel $" ^ ./contrib/pcl3/src/pclcap.c:17:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: pclcap.c,v 1.17 2001/03/08 09:17:51 Martin Rel $"; ^ 6 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/pclgen.o -DGS_REVISION=910 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclgen.c In file included from ./contrib/pcl3/src/pclgen.c:72: ./contrib/pcl3/src/pclgen.h:26:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclgen.h,v 1.25 2001/08/18 17:41:29 Martin Rel $" ^ ./contrib/pcl3/src/pclgen.c:311:54: warning: '&&' within '||' [-Wlogical-op-parentheses] while (*s != '\0' && (*s == '\t' || 32 <= *s && *s != '"')) s++; ~~ ~~~~~~~~~^~~~~~~~~~~~ ./contrib/pcl3/src/pclgen.c:311:54: note: place parentheses around the '&&' expression to silence this warning while (*s != '\0' && (*s == '\t' || 32 <= *s && *s != '"')) s++; ^ ( ) ./contrib/pcl3/src/pclgen.c:581:47: warning: '&&' within '||' [-Wlogical-op-parentheses] global->compression == pcl_cm_delta && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/src/pclgen.c:581:47: note: place parentheses around the '&&' expression to silence this warning global->compression == pcl_cm_delta && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/src/pclgen.c:1110:59: warning: '&&' within '||' [-Wlogical-op-parentheses] data->media_type == 4 && data->palette != pcl_CMY && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./contrib/pcl3/src/pclgen.c:1110:59: note: place parentheses around the '&&' expression to silence this warning data->media_type == 4 && data->palette != pcl_CMY && ^ ./contrib/pcl3/src/pclgen.c:55:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: pclgen.c,v 1.21 2001/04/29 10:37:08 Martin Rel $"; ^ 5 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/pclcomp.o -DGS_REVISION=910 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcomp.c In file included from ./contrib/pcl3/src/pclcomp.c:32: ./contrib/pcl3/src/pclgen.h:26:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclgen.h,v 1.25 2001/08/18 17:41:29 Martin Rel $" ^ ./contrib/pcl3/src/pclcomp.c:165:3: warning: unused label 'state2' [-Wunused-label] state2: ^~~~~~~ ./contrib/pcl3/src/pclcomp.c:22:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: pclcomp.c,v 1.11 2000/10/07 17:51:57 Martin Rel $"; ^ 3 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -c -o soobj/pclsize.o -DGS_REVISION=910 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclsize.c In file included from ./contrib/pcl3/src/pclsize.c:31: ./contrib/pcl3/src/pclsize.h:19:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclsize.h,v 1.7 2000/11/19 07:05:17 Martin Rel $" ^ In file included from ./contrib/pcl3/src/pclsize.c:31: In file included from ./contrib/pcl3/src/pclsize.h:23: ./contrib/pcl3/eprn/mediasize.h:18:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: mediasize.h,v 1.11 2001/04/12 18:35:26 Martin Rel $" ^ In file included from ./contrib/pcl3/src/pclsize.c:31: In file included from ./contrib/pcl3/src/pclsize.h:24: ./contrib/pcl3/src/pclgen.h:26:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma ident "@(#)$Id: pclgen.h,v 1.25 2001/08/18 17:41:29 Martin Rel $" ^ ./contrib/pcl3/src/pclsize.c:129:42: warning: '&' within '|' [-Wbitwise-op-parentheses] key.mc = ms_without_flags(code) | code & PCL_CARD_FLAG; ~ ~~~~~^~~~~~~~~~~~~~~ ./contrib/pcl3/src/pclsize.c:129:42: note: place parentheses around the '&' expression to silence this warning key.mc = ms_without_flags(code) | code & PCL_CARD_FLAG; ~~~~~^~~~~~~~~~~~~~~ ./contrib/pcl3/src/pclsize.c:17:3: warning: unused variable 'cm_id' [-Wunused-const-variable] cm_id[] = "@(#)$Id: pclsize.c,v 1.10 2001/08/18 17:41:49 Martin Rel $"; ^ 5 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj1120c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj310 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj320 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj340 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj400 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj510 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj520 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj540 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj550c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj560c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj600 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj660c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj670c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj680c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj690c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj850c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj855c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj870c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj890c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjplus ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjportable ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ibmpro ./soobj/gdevepsn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevimgn.o -c ./devices/gdevimgn.c ./devices/gdevimgn.c:291:33: warning: format specifies type 'long' but the argument has type 'unsigned int' [-Wformat] DebugMsg(2,"BIGSIZE = %ld \n",BIGSIZE); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ %u ./devices/gdevimgn.c:191:17: note: expanded from macro 'BIGSIZE' #define BIGSIZE ( sizeof( BIGTYPE ) ) ^ ./devices/gdevimgn.c:160:72: note: expanded from macro 'DebugMsg' #define DebugMsg(Level,P1,P2) if (Level<=IM_DEBUG) {errprintf_nomem(P1,P2 );} ^ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/imagen ./soobj/gdevimgn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwhi ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlo ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlq ./soobj/gdevadmp.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdev3852.o -c ./devices/gdev3852.c ./devices/gdev3852.c:132:76: warning: format string contains '\0' within the string body [-Wformat] fprintf(prn_stream,"\033B%c\000",vtp); ~~~~~~~~^~~~~ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jetp3852 ./soobj/gdev3852.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o soobj/gdevj100.o -c ./contrib/japanese/gdevj100.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jj100 ./soobj/gdevj100.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la50 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la70 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75plus ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/laserjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o soobj/gdevlbp3.o -c ./contrib/japanese/gdevlbp3.c ./contrib/japanese/gdevlbp3.c:85:30: warning: passing 'byte [10]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] i = (DataSize+strlen(Buf)+1)&1; ^~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ ./contrib/japanese/gdevlbp3.c:114:30: warning: passing 'byte [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] i = (DataSize+strlen(Buf)+1)&3; ^~~ /usr/include/string.h:61:28: note: passing argument to parameter here size_t strlen(const char *); ^ 2 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp310 ./soobj/gdevlbp3.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp320 ./soobj/gdevlbp3.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlbp8.o -c ./devices/gdevlbp8.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp8 ./soobj/gdevlbp8.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlx7.o -c ./contrib/gdevlx7.c ./contrib/gdevlx7.c:375:18: warning: unused variable 'IDX_CARTRIDGE' [-Wunused-const-variable] static const int IDX_CARTRIDGE=10; ^ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex2050 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex3200 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex5700 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex7000 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips2p ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips3 ./soobj/gdevlbp8.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips4 ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DA4 -o ./soobj/gdevl4v.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4v.c ./contrib/lips4/gdevl4v.c:1000:13: warning: enumeration value 'gs_cap_unknown' not handled in switch [-Wswitch] switch (cap) { ^ ./contrib/lips4/gdevl4v.c:1037:13: warning: enumeration value 'gs_join_unknown' not handled in switch [-Wswitch] switch (join) { ^ ./contrib/lips4/gdevl4v.c:1198:26: warning: unused variable 'yscale' [-Wunused-variable] float scale, xscale, yscale; ^ ./contrib/lips4/gdevl4v.c:1198:11: warning: unused variable 'scale' [-Wunused-variable] float scale, xscale, yscale; ^ ./contrib/lips4/gdevl4v.c:1198:18: warning: unused variable 'xscale' [-Wunused-variable] float scale, xscale, yscale; ^ ./contrib/lips4/gdevl4v.c:1652:24: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (strcmp(pmedia.data, "PlainPaper") != 0 && ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4v.c:1653:24: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "OHP") != 0 && ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4v.c:1654:24: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "TransparencyFilm") != 0 && /* same as OHP */ ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4v.c:1655:24: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "GlossyFilm") != 0 && ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ ./contrib/lips4/gdevl4v.c:1656:24: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcmp(pmedia.data, "CardBoard") != 0) { ^~~~~~~~~~~ /usr/include/string.h:56:25: note: passing argument to parameter here int strcmp(const char *, const char *); ^ 10 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/lips4v ./soobj/gdevl4v.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -a- ./soobj/lips4v -include ./soobj/vector cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpjet.o -c ./devices/gdevpjet.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj250 ./soobj/gdevpjet.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevl31s.o -c ./devices/gdevl31s.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevmeds.o -c ./devices/gdevmeds.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj3100sw ./soobj/gdevl31s.o ./soobj/gdevmeds.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dith ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dithp ./soobj/gdevcdj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlj56.o -c ./devices/gdevlj56.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpxut.o -c ./devices/gdevpxut.c ./devices/gdevpxut.c:415:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (count < 0) ~~~~~ ^ ~ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5gray ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5mono ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet2p ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4pjl ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljetplus ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ln03 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1800 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2000 ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2200 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2400 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2563 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp3000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7700 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7900 ./soobj/gdevescv.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlp8k.o -c ./devices/gdevlp8k.c ./devices/gdevlp8k.c:313:72: warning: for loop has empty body [-Wempty-body] for (count = 2; ( *p == *q ) && (q < in_end); q++, count++); ^ ./devices/gdevlp8k.c:313:72: note: put the semicolon on a separate line to silence this warning 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000 ./soobj/gdevlp8k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8200c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8400f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8500c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8700 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8800c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000b ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200b ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9300 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9400 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9500c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600s ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9800c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps4500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps6500 ./soobj/gdevescv.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevdm24.o -c ./devices/gdevdm24.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lq850 ./soobj/gdevdm24.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlx32.o -c ./contrib/gdevlx32.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm3200 ./soobj/gdevlx32.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevlxm.o -c ./devices/gdevlxm.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm5700m ./soobj/gdevlxm.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdev8510.o -c ./devices/gdev8510.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/m8510 ./soobj/gdev8510.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o soobj/gdevalps.o -c ./contrib/japanese/gdevalps.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md1xMono ./soobj/gdevalps.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevmd2k.o -c ./contrib/gdevmd2k.c ./contrib/gdevmd2k.c:143:35: warning: initializing 'const byte *' (aka 'const unsigned char *') with an expression of type 'const char [1]' converts between pointers to integer types with different sign [-Wpointer-sign] gs_param_string mediaType = { "", 1, false }; ^~ ./contrib/gdevmd2k.c:229:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] = (! mediaTypeCmp("PlainPaper" ) ? 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:230:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("OHP_MD2000" ) ? 1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:231:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("IronSeal" ) ? 2 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:232:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("RebecaFree" ) ? 3 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:233:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("CardBoard" ) ? 5 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:234:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("PostCard" ) ? 6 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:235:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("FinePaper" ) ? 7 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:236:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("CoatedFilm" ) ? 9 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:237:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("GlossyPaper" ) ? 15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:238:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("TransparencyFilm") ? 0x108 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:239:18: warning: passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] : ! mediaTypeCmp("OHP" ) ? 0x108 : -1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/gdevmd2k.c:226:37: note: expanded from macro 'mediaTypeCmp' #define mediaTypeCmp(mname) strncmp(mediaType.data, mname, mediaType.size) ^~~~~~~~~~~~~~ /usr/include/string.h:63:26: note: passing argument to parameter here int strncmp(const char *, const char *, size_t); ^ ./contrib/gdevmd2k.c:571:73: warning: for loop has empty body [-Wempty-body] for( ; len > 0 && *dp == 0; len --, dp ++, xskip ++); ^ ./contrib/gdevmd2k.c:571:73: note: put the semicolon on a separate line to silence this warning 13 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md2k ./soobj/gdevmd2k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Eco ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Mono ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md5k ./soobj/gdevmd2k.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DA4 -o ./soobj/gdevmjc.o -c ./contrib/japanese/gdevmjc.c ./contrib/japanese/gdevmjc.c:1716:5: warning: '__WORDSIZE' is not defined, evaluates to 0 [-Wundef] #if __WORDSIZE == 64 ^ ./contrib/japanese/gdevmjc.c:1735:5: warning: '__WORDSIZE' is not defined, evaluates to 0 [-Wundef] #if __WORDSIZE == 64 ^ ./contrib/japanese/gdevmjc.c:1765:5: warning: '__WORDSIZE' is not defined, evaluates to 0 [-Wundef] #if __WORDSIZE == 64 ^ 3 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj500c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj6000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj700v2c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj8000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o soobj/gdevml6.o -c ./contrib/japanese/gdevml6.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ml600 ./soobj/gdevml6.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/necp6 ./soobj/gdevdm24.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DA4 -o ./soobj/gdevnpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevnpdl.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/npdl ./soobj/gdevnpdl.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/oce9050 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevo182.o -c ./devices/gdevo182.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki182 ./soobj/gdevo182.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevop4w.o -c ./contrib/gdevop4w.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki4w ./soobj/gdevop4w.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevokii.o -c ./devices/gdevokii.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/okiibm ./soobj/gdevokii.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/paintjet ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pcl3 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevphex.o -c ./devices/gdevphex.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/photoex ./soobj/gdevphex.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/picty180 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pj ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjetxl ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl300 ./soobj/gdevcdj.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevp201.o -c ./contrib/japanese/gdevp201.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000_4 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr150 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr201 ./soobj/gdevp201.o ./soobj/gdevprn.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevpx.o -c ./devices/vector/gdevpx.c ./devices/vector/gdevpx.c:1072:15: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if ((join < 0) || (join > 3)) { ~~~~ ^ ~ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlcolor ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -a- ./soobj/pxlcolor -include ./soobj/vector ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlmono ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -a- ./soobj/pxlmono -include ./soobj/vector cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdev4081.o -c ./devices/gdev4081.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/r4081 ./soobj/gdev4081.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevrinkj.o -c ./devices/gdevrinkj.c ./devices/gdevrinkj.c:991:24: warning: assigning to 'char *' from 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] params.plane_names = "CMYKcmk"; ^ ~~~~~~~~~ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./devices/rinkj -o ./soobj/evenbetter-rll.o -c ./devices/rinkj/evenbetter-rll.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./devices/rinkj -o ./soobj/rinkj-byte-stream.o -c ./devices/rinkj/rinkj-byte-stream.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./devices/rinkj -o ./soobj/rinkj-device.o -c ./devices/rinkj/rinkj-device.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./devices/rinkj -o ./soobj/rinkj-config.o -c ./devices/rinkj/rinkj-config.c ./devices/rinkj/rinkj-config.c:87:37: warning: array subscript is of type 'char' [-Wchar-subscripts] while (ix < ix_eol && isspace (config[ix])) ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ ./devices/rinkj/rinkj-config.c:142:37: warning: array subscript is of type 'char' [-Wchar-subscripts] while (ix < ix_eol && isspace (config[ix])) ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./devices/rinkj -o ./soobj/rinkj-dither.o -c ./devices/rinkj/rinkj-dither.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./devices/rinkj -o ./soobj/rinkj-epson870.o -c ./devices/rinkj/rinkj-epson870.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./devices/rinkj -o ./soobj/rinkj-screen-eb.o -c ./devices/rinkj/rinkj-screen-eb.c ./devices/rinkj/rinkj-screen-eb.c:101:12: warning: variable 'strengths' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] else if (n_planes == 7) ^~~~~~~~~~~~~ ./devices/rinkj/rinkj-screen-eb.c:111:19: note: uninitialized use occurs here ebp.strengths = strengths; ^~~~~~~~~ ./devices/rinkj/rinkj-screen-eb.c:101:8: note: remove the 'if' if its condition is always true else if (n_planes == 7) ^~~~~~~~~~~~~~~~~~ ./devices/rinkj/rinkj-screen-eb.c:86:17: note: initialize the variable 'strengths' to silence this warning int *strengths; ^ = NULL ./devices/rinkj/rinkj-screen-eb.c:178:24: warning: assigning to 'uchar *' (aka 'unsigned char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] data_permuted[i] = data[permutation[i]]; ^ ~~~~~~~~~~~~~~~~~~~~ ./devices/rinkj/rinkj-screen-eb.c:185:25: warning: incompatible pointer types passing 'unsigned char *' to parameter of type 'uchar **' (aka 'unsigned char **') [-Wincompatible-pointer-types] (unsigned char *)out_buf, ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/rinkj/evenbetter-rll.h:89:47: note: passing argument to parameter 'dest' here even_better_line (EvenBetterCtx *ctx, uchar **dest, ^ ./devices/rinkj/rinkj-screen-eb.c:186:25: warning: incompatible pointer types passing 'unsigned char *' to parameter of type 'const ET_SrcPixel *const *' (aka 'const unsigned char *const *') [-Wincompatible-pointer-types] (unsigned char *)data_permuted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./devices/rinkj/evenbetter-rll.h:90:45: note: passing argument to parameter 'src' here const ET_SrcPixel *const *src); ^ 4 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/rinkj ./soobj/gdevrinkj.o ./soobj/evenbetter-rll.o ./soobj/rinkj-byte-stream.o ./soobj/rinkj-device.o ./soobj/rinkj-config.o ./soobj/rinkj-dither.o ./soobj/rinkj-epson870.o ./soobj/rinkj-screen-eb.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevrpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevrpdl.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/rpdl ./soobj/gdevrpdl.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/samsunggdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevsj48.o -c ./devices/gdevsj48.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/sj48 ./soobj/gdevsj48.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/st800 ./soobj/gdevescp.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevstc.o -c ./devices/gdevstc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevstc1.o -c ./devices/gdevstc1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevstc2.o -c ./devices/gdevstc2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevstc3.o -c ./devices/gdevstc3.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevstc4.o -c ./devices/gdevstc4.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/stcolor ./soobj/gdevstc.o ./soobj/gdevstc1.o ./soobj/gdevstc2.o ./soobj/aux/echogs -e .dev -a- ./soobj/stcolor -obj ./soobj/gdevstc3.o ./soobj/gdevstc4.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdev4693.o -c ./devices/gdev4693.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d2 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d4 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d8 ./soobj/gdev4693.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevtknk.o -c ./devices/gdevtknk.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/tek4696 ./soobj/gdevtknk.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevupd.o -c ./devices/gdevupd.c ./devices/gdevupd.c:975:20: warning: unused variable 'upd_data_xfer' [-Wunused-const-variable] static const float upd_data_xfer[2] = { 0.0, 1.0 }; ^ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/uniprint ./soobj/gdevupd.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -o ./soobj/gdevxes.o -c ./contrib/gdevxes.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/xes ./soobj/gdevxes.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -I./ijs -I./ijs/.. \ -o ./soobj/gdevijs.o -c ./devices/gdevijs.c ./soobj/aux/echogs -I./ijs cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./ijs -o ./soobj/ijs.o -c ./ijs/ijs.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./ijs -o ./soobj/ijs_server.o -c ./ijs/ijs_server.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./ijs -o ./soobj/ijs_client.o -c ./ijs/ijs_client.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./ijs -o ./soobj/ijs_exec_unix.o -c ./ijs/ijs_exec_unix.c ./ijs/ijs_exec_unix.c:73:17: warning: assigning to 'char *' from 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] argv[i++] = "sh"; ^ ~~~~ ./ijs/ijs_exec_unix.c:74:17: warning: assigning to 'char *' from 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] argv[i++] = "-c"; ^ ~~~~ 2 warnings generated. ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ijslib_0 ./soobj/ijs.o ./soobj/ijs_server.o ./soobj/ijs_client.o ./soobj/ijs_exec_unix.o cp ./soobj/ijslib_0.dev ./soobj/ijslib.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ijs ./soobj/gdevijs.o ./soobj/aux/echogs -e .dev -a- ./soobj/ijs -include ./soobj/ijslib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libpng_1 -lib png ./soobj/aux/echogs -e .dev -a- ./soobj/libpng_1 -include ./soobj/zlibe.dev cp ./soobj/libpng_1.dev ./soobj/libpng.dev cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./soobj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./soobj/gdevpng.o -c ./devices/gdevpng.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/png16 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16m ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/png16m -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png256 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/png256 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png48 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/png48 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngalpha ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngalpha -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnggray ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pnggray -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngmono ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngmono -include ./soobj/libpng cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsiorom_1.o -Isrc -c ./base/gsiorom.c cp ./soobj/gsiorom_1.o ./soobj/gsiorom.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/romfs1 ./soobj/gsiorom.o ./soobj/aux/echogs -e .dev -a- ./soobj/romfs1 -iodev rom cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gpmisc.o -c ./base/gpmisc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/strmio.o -c ./base/strmio.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsalloc.o -c ./base/gsalloc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsalpha.o -c ./base/gsalpha.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsbitcom.o -c ./base/gsbitcom.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsbitops.o -c ./base/gsbitops.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsbittab.o -c ./base/gsbittab.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscedata.o -c ./base/gscedata.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscencs.o -c ./base/gscencs.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gschar.o -c ./base/gschar.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscolor.o -c ./base/gscolor.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscoord.o -c ./base/gscoord.c ./base/gscoord.c:250:9: warning: unused variable 'code' [-Wunused-variable] int code; ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscparam.o -c ./base/gscparam.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscspace.o -c ./base/gscspace.c ./base/gscspace.c:174:17: warning: variable 'code' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (icc_manage->smask_profiles == NULL) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gscspace.c:177:17: note: uninitialized use occurs here if (code == 0) { ^~~~ ./base/gscspace.c:174:13: note: remove the 'if' if its condition is always true if (icc_manage->smask_profiles == NULL) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gscspace.c:169:13: note: initialize the variable 'code' to silence this warning int code; ^ = 0 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscicach.o -c ./base/gscicach.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsovrc.o -c ./base/gsovrc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxoprect.o -c ./base/gxoprect.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsdevice.o -c ./base/gsdevice.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsdevmem.o -c ./base/gsdevmem.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsdparam.o -c ./base/gsdparam.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsdfilt.o -c ./base/gsdfilt.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfname.o -c ./base/gsfname.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsfont.o -c ./base/gsfont.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsgdata.o -c ./base/gsgdata.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsgcache.o -c ./base/gsgcache.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsht.o -c ./base/gsht.c ./base/gsht.c:204:37: warning: comparison of constant 2 with expression of type 'gs_color_select_t' is always false [-Wtautological-constant-out-of-range-compare] } else if (select < 0 || select >= gs_color_select_count) ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ ./base/gsht.c:232:30: warning: comparison of constant 2 with expression of type 'gs_color_select_t' is always false [-Wtautological-constant-out-of-range-compare] if (select < 0 || select >= gs_color_select_count) ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ ./base/gsht.c:35:23: warning: unused variable 'bit_order' [-Wunused-const-variable] static const uint32_t bit_order[32]={ ^ 3 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gshtscr.o -c ./base/gshtscr.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsimage.o -c ./base/gsimage.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsimpath.o -c ./base/gsimpath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsinit.o -c ./base/gsinit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsiodev.o -c ./base/gsiodev.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsistate.o -c ./base/gsistate.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsline.o -c ./base/gsline.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsmalloc.o -c ./base/gsmalloc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/memento.o -c ./base/memento.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsmatrix.o -c ./base/gsmatrix.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsmemory.o -c ./base/gsmemory.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsmemret.o -c ./base/gsmemret.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsmisc.o -c ./base/gsmisc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsnotify.o -c ./base/gsnotify.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gslibctx.o -c ./base/gslibctx.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gspaint.o -c ./base/gspaint.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsparam.o -c ./base/gsparam.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gspath.o -c ./base/gspath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsserial.o -c ./base/gsserial.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsstate.o -c ./base/gsstate.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gstext.o -c ./base/gstext.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsutil.o -c ./base/gsutil.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DTRIO_EMBED_STRING -DTRIO_FEATURE_CLOSURE=0 -DTRIO_FEATURE_DYNAMICSTRING=0 -DTRIO_MINIMAL=0 -DTRIO_FEATURE_USER_DEFINED=0 -DTRIO_EXTENSION=0 -DTRIO_FUNC_TO_FLOAT -I./trio -DTRIO_MALLOC=no_malloc -DTRIO_REALLOC=no_realloc -DTRIO_FREE=no_free -o ./soobj/triostr.o -c ./trio/triostr.c In file included from ./trio/triostr.c:29: ./trio/triodef.h:188:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 3) || defined(_XOPEN_XPG3) ^ ./trio/triodef.h:191:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 4) || defined(_XOPEN_XPG4) ^ ./trio/triodef.h:194:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 > 4) \ ^ ./trio/triodef.h:198:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 500) ^ ./trio/triodef.h:201:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 600) ^ 5 warnings generated. cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DTRIO_EMBED_STRING -DTRIO_FEATURE_CLOSURE=0 -DTRIO_FEATURE_DYNAMICSTRING=0 -DTRIO_MINIMAL=0 -DTRIO_FEATURE_USER_DEFINED=0 -DTRIO_EXTENSION=0 -DTRIO_FUNC_TO_FLOAT -I./trio -DTRIO_MALLOC=no_malloc -DTRIO_REALLOC=no_realloc -DTRIO_FREE=no_free -o ./soobj/trio.o -c ./trio/trio.c In file included from ./trio/trio.c:47: ./trio/triodef.h:188:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 3) || defined(_XOPEN_XPG3) ^ ./trio/triodef.h:191:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 4) || defined(_XOPEN_XPG4) ^ ./trio/triodef.h:194:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 > 4) \ ^ ./trio/triodef.h:198:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 500) ^ ./trio/triodef.h:201:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 600) ^ ./trio/trio.c:900:24: warning: unused variable 'rcsid' [-Wunused-const-variable] static TRIO_CONST char rcsid[] = "@(#)$Id: trio.c,v 1.129 2009/09/20 11:37:15 breese Exp $"; ^ 6 warnings generated. cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -DTRIO_EMBED_STRING -DTRIO_FEATURE_CLOSURE=0 -DTRIO_FEATURE_DYNAMICSTRING=0 -DTRIO_MINIMAL=0 -DTRIO_FEATURE_USER_DEFINED=0 -DTRIO_EXTENSION=0 -DTRIO_FUNC_TO_FLOAT -I./trio -DTRIO_MALLOC=no_malloc -DTRIO_REALLOC=no_realloc -DTRIO_FREE=no_free -o ./soobj/trionan.o -c ./trio/trionan.c In file included from ./trio/trionan.c:37: ./trio/triodef.h:188:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 3) || defined(_XOPEN_XPG3) ^ ./trio/triodef.h:191:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 4) || defined(_XOPEN_XPG4) ^ ./trio/triodef.h:194:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 > 4) \ ^ ./trio/triodef.h:198:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 500) ^ ./trio/triodef.h:201:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 600) ^ ./trio/trionan.c:230:24: warning: unused variable 'rcsid' [-Wunused-const-variable] static TRIO_CONST char rcsid[] = "@(#)$Id: trionan.c,v 1.33 2005/05/29 11:57:25 breese Exp $"; ^ 6 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -I./trio -o ./soobj/gssprintf.o -c ./base/gssprintf.c In file included from ./base/gssprintf.c:19: In file included from ./trio/trio.h:35: In file included from ./trio/triop.h:29: ./trio/triodef.h:188:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 3) || defined(_XOPEN_XPG3) ^ ./trio/triodef.h:191:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 4) || defined(_XOPEN_XPG4) ^ ./trio/triodef.h:194:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 > 4) \ ^ ./trio/triodef.h:198:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 500) ^ ./trio/triodef.h:201:6: warning: '_XOPEN_VERSION' is not defined, evaluates to 0 [-Wundef] #if (_XOPEN_VERSION - 0 >= 600) ^ 5 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevmrun.o -c ./base/gdevmrun.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsiodevs.o -c ./base/gsiodevs.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsiodevs ./soobj/gsiodevs.o ./soobj/aux/echogs -e .dev -a- ./soobj/gsiodevs -include ./soobj/sfile ./soobj/aux/echogs -e .dev -a- ./soobj/gsiodevs -iodev stdin stdout stderr cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclist.o -c ./base/gxclist.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclbits.o -c ./base/gxclbits.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclpage.o -c ./base/gxclpage.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclrast.o -c ./base/gxclrast.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclread.o -c ./base/gxclread.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclrect.o -c ./base/gxclrect.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclutil.o -c ./base/gxclutil.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsparams.o -c ./base/gsparams.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsroptab.o -c ./base/gsroptab.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsroprun.o -c ./base/gsroprun.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclimag.o -c ./base/gxclimag.c ./base/gxclimag.c:2198:19: warning: initializing 'byte *' (aka 'unsigned char *') with an expression of type 'const byte *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] byte *data_ptr = planes[0].data + i * planes[0].raster + offsets[0] + offset; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gxclimag.c:2199:19: warning: initializing 'byte *' (aka 'unsigned char *') with an expression of type 'const byte *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] byte *buffer = (*pie_c->unpack)(pie_c->buffer, &pdata_x, data_ptr, 0, dsize, pie_c->map, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gxclimag.c:2205:26: warning: assigning to 'byte *' (aka 'unsigned char *') from 'const byte *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] data_ptr = planes[plane].data + i * planes[plane].raster + offsets[plane] + offset; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclpath.o -c ./base/gxclpath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxdhtserial.o -c ./base/gxdhtserial.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclthrd.o -c ./base/gxclthrd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsmchunk.o -c ./base/gsmchunk.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsmemlok.o -c ./base/gsmemlok.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclfile.o -c ./base/gxclfile.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clfile ./soobj/gxclfile.o ./soobj/aux/echogs -e .dev -a- ./soobj/clfile -init gxclfile cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclmem.o -c ./base/gxclmem.c ./base/gxclmem.c:537:49: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (fname[0] == '\377' && (code = gs_sscanf(fname+1, "%p", &f) == 1)) { ^~~~~~~ ./base/gssprintf.h:34:17: note: passing argument to parameter 'buf' here gs_sscanf(char *buf, const char *format, ...); ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclzlib.o -c ./base/gxclzlib.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clmemory ./soobj/gxclmem.o ./soobj/gxclzlib.o ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -include ./soobj/szlibe ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -include ./soobj/szlibd ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -init gxclmem ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clist ./soobj/gxclist.o ./soobj/gxclbits.o ./soobj/gxclpage.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclrast.o ./soobj/gxclread.o ./soobj/gxclrect.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclutil.o ./soobj/gsparams.o ./soobj/gxshade6.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gsroptab.o ./soobj/gsroprun.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclimag.o ./soobj/gxclpath.o ./soobj/gxdhtserial.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclthrd.o ./soobj/gsmchunk.o ./soobj/gsmemlok.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/clfile ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/clmemory ./soobj/nosync.dev ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/cfe ./soobj/cfd ./soobj/rle ./soobj/rld ./soobj/psl2cs cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxfapi.o -c ./base/gxfapi.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapiu cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include/freetype2 -o ./soobj/fapi_ft.o -c ./base/fapi_ft.c ./base/fapi_ft.c:333:14: warning: unused variable 'face' [-Wunused-variable] ff_face *face = (ff_face *) ff->server_font_data; ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include/freetype2 -o ./soobj/write_t1.o -c ./base/write_t1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include/freetype2 -o ./soobj/write_t2.o -c ./base/write_t2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include/freetype2 -o ./soobj/wrfont.o -c ./base/wrfont.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/freetype_1 -link -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfreetype cp ./soobj/freetype_1.dev ./soobj/freetype.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapif1 ./soobj/fapi_ft.o ./soobj/write_t1.o ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 ./soobj/write_t2.o ./soobj/wrfont.o ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 -include ./soobj/freetype ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 -fapi fapi_ft ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gxfapi ./soobj/gxfapi.o ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapiu ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapif1 ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libs ./soobj/gpmisc.o ./soobj/stream.o ./soobj/strmio.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsalloc.o ./soobj/gsalpha.o ./soobj/gxdownscale.o ./soobj/gxdownscale.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsbitcom.o ./soobj/gsbitops.o ./soobj/gsbittab.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gscedata.o ./soobj/gscencs.o ./soobj/gschar.o ./soobj/gscolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gscoord.o ./soobj/gscparam.o ./soobj/gscspace.o ./soobj/gscicach.o ./soobj/gsovrc.o ./soobj/gxoprect.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsdevice.o ./soobj/gsdevmem.o ./soobj/gsdparam.o ./soobj/gsdfilt.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsfname.o ./soobj/gsfont.o ./soobj/gsgdata.o ./soobj/gsgcache.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsht.o ./soobj/gshtscr.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsimage.o ./soobj/gsimpath.o ./soobj/gsinit.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsiodev.o ./soobj/gsistate.o ./soobj/gsline.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsmalloc.o ./soobj/memento.o ./soobj/gsmatrix.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsmemory.o ./soobj/gsmemret.o ./soobj/gsmisc.o ./soobj/gsnotify.o ./soobj/gslibctx.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gspaint.o ./soobj/gsparam.o ./soobj/gspath.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsserial.o ./soobj/gsstate.o ./soobj/gstext.o ./soobj/gsutil.o ./soobj/triostr.o ./soobj/trio.o ./soobj/trionan.o ./soobj/gssprintf.o ./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs overprint ./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs pdf14trans ./soobj/aux/echogs -e .dev -a- ./soobj/libs -init gshtscr ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/gsiodevs ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/translib ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/clist ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gxfapi ./soobj/aux/echogs -e .dev -a- ./soobj/libs -init fapi cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxacpath.o -c ./base/gxacpath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxbcache.o -c ./base/gxbcache.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxccache.o -c ./base/gxccache.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxccman.o -c ./base/gxccman.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxchar.o -c ./base/gxchar.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxcht.o -c ./base/gxcht.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxclip.o -c ./base/gxclip.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxcmap.o -c ./base/gxcmap.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxcpath.o -c ./base/gxcpath.c ./base/gxcpath.c:41:1: warning: unused variable 'st_cpath_enum' [-Wunused-const-variable] private_st_cpath_enum(); ^ ./base/gzcpath.h:114:29: note: expanded from macro 'private_st_cpath_enum' gs_private_st_suffix_add2(st_cpath_enum, gs_cpath_enum, "gs_cpath_enum",\ ^ ./base/gsstruct.h:1090:34: note: expanded from macro 'gs_private_st_suffix_add2' gs__st_suffix_add2(private_st, stname, stype, sname, penum, preloc, supstname, e1, e2) ^ ./base/gsstruct.h:1086:32: note: expanded from macro 'gs__st_suffix_add2' gs__st_basic_super(scope_st, stname, stype, sname, penum, preloc, &supstname, 0) ^ ./base/gsstruct.h:306:38: note: expanded from macro 'gs__st_basic_super' gs__st_basic_super_final(scope_st, stname, stype, sname, elts, sdata, supst, supoff, 0) ^ ./base/gsstruct.h:299:43: note: expanded from macro 'gs__st_basic_super_final' gs__st_basic_with_super_final(scope_st, stname, stype, sname, countof(elts), elts, sdata, supst, supoff, pfinal) ^ ./base/gsstruct.h:293:12: note: expanded from macro 'gs__st_basic_with_super_final' scope_st stname = {\ ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxdcconv.o -c ./base/gxdcconv.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxdcolor.o -c ./base/gxdcolor.c ./base/gxdcolor.c:627:9: warning: unused variable 'k' [-Wunused-variable] int k; ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxhldevc.o -c ./base/gxhldevc.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxfill.o -c ./base/gxfill.c ./base/gxfill.c:1973:19: warning: unused function 'sign' [-Wunused-function] static inline int sign(int a) ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxfdrop.o -c ./base/gxfdrop.c ./base/gxfdrop.c:179:16: warning: explicitly assigning a variable of type 'margin *' (aka 'struct margin_s *') to itself [-Wself-assign] m0 = m0; /* Already set. */ ~~ ^ ~~ ./base/gxfdrop.c:215:19: warning: unused function 'to_interval' [-Wunused-function] static inline int to_interval(int x, int l, int u) ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxht.o -c ./base/gxht.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxhtbit.o -c ./base/gxhtbit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxht_thresh.o -c ./base/gxht_thresh.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxidata.o -c ./base/gxidata.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxifast.o -c ./base/gxifast.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximage.o -c ./base/gximage.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximage1.o -c ./base/gximage1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximono.o -c ./base/gximono.c ./base/gximono.c:216:1: warning: unused function 'image_set_gray' [-Wunused-function] image_set_gray(byte sample_value, const bool masked, uint mask_base, ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxipixel.o -c ./base/gxipixel.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gximask.o -c ./base/gximask.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxi12bit.o -c ./base/gxi12bit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxi16bit.o -c ./base/gxi16bit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxiscale.o -c ./base/gxiscale.c ./base/gxiscale.c:447:25: warning: unused variable 'w' [-Wunused-variable] stream_cursor_write w; ^ ./base/gxiscale.c:445:28: warning: unused variable 'lop' [-Wunused-variable] gs_logical_operation_t lop = penum->log_op; ^ ./base/gxiscale.c:443:28: warning: unused variable 'pis' [-Wunused-variable] const gs_imager_state *pis = penum->pis; ^ ./base/gxiscale.c:920:70: warning: '&&' within '||' [-Wlogical-op-parentheses] need_decode = !((penum->device_color || penum->icc_setup.is_lab) && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./base/gxiscale.c:920:70: note: place parentheses around the '&&' expression to silence this warning need_decode = !((penum->device_color || penum->icc_setup.is_lab) && ^ ./base/gxiscale.c:1417:70: warning: '&&' within '||' [-Wlogical-op-parentheses] need_decode = !((penum->device_color || penum->icc_setup.is_lab) && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./base/gxiscale.c:1417:70: note: place parentheses around the '&&' expression to silence this warning need_decode = !((penum->device_color || penum->icc_setup.is_lab) && ^ 5 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxpaint.o -c ./base/gxpaint.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxpath.o -c ./base/gxpath.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxpath2.o -c ./base/gxpath2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxpcopy.o -c ./base/gxpcopy.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxpdash.o -c ./base/gxpdash.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxpflat.o -c ./base/gxpflat.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxsample.o -c ./base/gxsample.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxstroke.o -c ./base/gxstroke.c ./base/gxstroke.c:1690:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((join == gs_join_round) ~~~~~^~~~~~~~~~~~~~~~ ./base/gxstroke.c:1690:23: note: remove extraneous parentheses around the comparison to silence this warning if ((join == gs_join_round) ~ ^ ~ ./base/gxstroke.c:1690:23: note: use '=' to turn this equality comparison into an assignment if ((join == gs_join_round) ^~ = ./base/gxstroke.c:1730:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((join == gs_join_round) ~~~~~^~~~~~~~~~~~~~~~ ./base/gxstroke.c:1730:23: note: remove extraneous parentheses around the comparison to silence this warning if ((join == gs_join_round) ~ ^ ~ ./base/gxstroke.c:1730:23: note: use '=' to turn this equality comparison into an assignment if ((join == gs_join_round) ^~ = 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gxsync.o -c ./base/gxsync.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/vdtrace.o -c ./base/vdtrace.c ./base/vdtrace.c:45:22: warning: unused function 'bezier_point' [-Wunused-function] static inline double bezier_point(double p0, double p1, double p2, double p3, double t) ^ 1 warning generated. ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libx ./soobj/gxacpath.o ./soobj/gxbcache.o ./soobj/gxccache.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxccman.o ./soobj/gxchar.o ./soobj/gxcht.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxclip.o ./soobj/gxcmap.o ./soobj/gxcpath.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxdcconv.o ./soobj/gxdcolor.o ./soobj/gxhldevc.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxfill.o ./soobj/gxfdrop.o ./soobj/gxht.o ./soobj/gxhtbit.o ./soobj/gxht_thresh.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxidata.o ./soobj/gxifast.o ./soobj/gximage.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gximage1.o ./soobj/gximono.o ./soobj/gxipixel.o ./soobj/gximask.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxi12bit.o ./soobj/gxi16bit.o ./soobj/gxiscale.o ./soobj/gxpaint.o ./soobj/gxpath.o ./soobj/gxpath2.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxpcopy.o ./soobj/gxpdash.o ./soobj/gxpflat.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxsample.o ./soobj/gxstroke.o ./soobj/gxsync.o ./soobj/vdtrace.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imageclass 0_interpolate ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imageclass 1_simple 3_mono ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imagetype 1 mask1 cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevabuf.o -c ./base/gdevabuf.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevdbit.o -c ./base/gdevdbit.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevddrw.o -c ./base/gdevddrw.c ./base/gdevddrw.c:442:1: warning: unused function 'middle_frac31_color' [-Wunused-function] middle_frac31_color(frac31 *c, const frac31 *c0, const frac31 *c2, int num_components) ^ 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevdflt.o -c ./base/gdevdflt.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevdgbr.o -c ./base/gdevdgbr.c ./base/gdevdgbr.c:85:41: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] !(both & (GB_PACKING_PLANAR || GB_PACKING_BIT_PLANAR)) ^ ~~~~~~~~~~~~~~~~~~~~~ ./base/gdevdgbr.c:85:41: note: use '|' for a bitwise operation !(both & (GB_PACKING_PLANAR || GB_PACKING_BIT_PLANAR)) ^~ | 1 warning generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevnfwd.o -c ./base/gdevnfwd.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevmem.o -c ./base/gdevmem.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevplnx.o -c ./base/gdevplnx.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm1.o -c ./base/gdevm1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm2.o -c ./base/gdevm2.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm4.o -c ./base/gdevm4.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm8.o -c ./base/gdevm8.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm16.o -c ./base/gdevm16.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm24.o -c ./base/gdevm24.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm32.o -c ./base/gdevm32.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm40.o -c ./base/gdevm40.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm48.o -c ./base/gdevm48.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm56.o -c ./base/gdevm56.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevm64.o -c ./base/gdevm64.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevmx.o -c ./base/gdevmx.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevdsha.o -c ./base/gdevdsha.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libd ./soobj/gdevabuf.o ./soobj/gdevdbit.o ./soobj/gdevddrw.o ./soobj/gdevdflt.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevdgbr.o ./soobj/gdevnfwd.o ./soobj/gdevmem.o ./soobj/gdevplnx.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm1.o ./soobj/gdevm2.o ./soobj/gdevm4.o ./soobj/gdevm8.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm16.o ./soobj/gdevm24.o ./soobj/gdevm32.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm40.o ./soobj/gdevm48.o ./soobj/gdevm56.o ./soobj/gdevm64.o ./soobj/gdevmx.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevdsha.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/siinterp.o -c ./base/siinterp.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/siscale.o -c ./base/siscale.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/sidscale.o -c ./base/sidscale.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iscale ./soobj/siinterp.o ./soobj/siscale.o ./soobj/sidscale.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevdrop.o -c ./base/gdevdrop.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevmr1.o -c ./base/gdevmr1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevmr2n.o -c ./base/gdevmr2n.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevmr8n.o -c ./base/gdevmr8n.c ./base/gdevmr8n.c:134:14: warning: case value not in enumerated type 'gs_rop3_t' [-Wswitch] case rop3_S: ^ ./base/gsropt.h:102:16: note: expanded from macro 'rop3_S' #define rop3_S 0xcc /* source */ ^ ./base/gdevmr8n.c:138:14: warning: case value not in enumerated type 'gs_rop3_t' [-Wswitch] case rop3_T: ^ ./base/gsropt.h:100:16: note: expanded from macro 'rop3_T' #define rop3_T 0xf0 /* texture */ ^ 2 warnings generated. cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gdevrops.o -c ./base/gdevrops.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsrop.o -c ./base/gsrop.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/roplib ./soobj/gdevdrop.o ./soobj/gsroprun.o ./soobj/aux/echogs -e .dev -a- ./soobj/roplib ./soobj/gdevmr1.o ./soobj/gdevmr2n.o ./soobj/gdevmr8n.o ./soobj/aux/echogs -e .dev -a- ./soobj/roplib ./soobj/gdevrops.o ./soobj/gsrop.o ./soobj/gsroptab.o cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gp_strdl.o -c ./base/gp_strdl.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/strdline ./soobj/gp_strdl.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libcore ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -dev2 nullpage ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/libs ./soobj/libx ./soobj/libd ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/iscale ./soobj/roplib ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/strdline ./soobj/aux/genconf ./soobj/devs.tr -h ./soobj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/ld.tr ./soobj/aux/echogs -a ./soobj/gconfxx.h cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/gs.o -c ./psi/gs.c rm -f ./soobj/gconfig.h cp ./soobj/gconfxx.h ./soobj/gconfig.h rm -f ./soobj/gconfig.c cp ./base/gconf.c ./soobj/gconfig.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gconfig.o -c ./soobj/gconfig.c rm -f ./soobj/gscdefs.c cp ./base/gscdef.c ./soobj/gscdefs.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gscdefs.o -c ./soobj/gscdefs.c rm -f ./soobj/iconfig.c cp ./psi/iconf.c ./soobj/iconfig.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iconfig.o -c ./soobj/iconfig.c rm -f ./soobj/aux/gscdefs.c cp ./base/gscdef.c ./soobj/aux/gscdefs.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -c -o ./soobj/aux/gscdefs.o ./soobj/aux/gscdefs.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/aux/gpmisc.o -c ./base/gpmisc.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/aux/gp_getnv.o -c ./base/gp_getnv.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I/usr/pkg/include/freetype2 -o ./soobj/aux/gp_unix.o -c ./base/gp_unix.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/aux/gp_unifs.o -c ./base/gp_unifs.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/aux/gp_unifn.o -c ./base/gp_unifn.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/aux/gp_stdia.o -c ./base/gp_stdia.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -c -o ./soobj/aux/gsutil.o ./base/gsutil.c cc -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./base -I./soobj/ -Isrc ./base/mkromfs.c -o ./soobj/aux/mkromfs_1 ./soobj/aux/gscdefs.o ./soobj/aux/gpmisc.o ./soobj/aux/gp_getnv.o ./soobj/aux/gp_unix.o ./soobj/aux/gp_unifs.o ./soobj/aux/gp_unifn.o ./soobj/aux/gp_stdia.o ./soobj/aux/gsutil.o -lm -lidn -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpaper -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltiff -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfontconfig -Wl,-R/usr/pkg/lib -lfreetype -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfreetype -lz ./base/mkromfs.c:216:1: warning: no previous prototype for function 'lprintf_file_only' [-Wmissing-prototypes] lprintf_file_only(FILE * f, const char *file) ^ ./base/mkromfs.c:447:27: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] printf(" %ld blocks", blocks); ~~~ ^~~~~~ %d ./base/mkromfs.c:449:41: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] printf(", compressed size=%ld", clen); ~~~ ^~~~ %d 3 warnings generated. cp ./soobj/aux/mkromfs_1 ./soobj/aux/mkromfs ./soobj/aux/mkromfs -o ./soobj/gsromfs1_.c \ -X .svn -X CVS -P ./base/../ iccprofiles/* \ \ -c -d Resource/Init/ -P ./lib/../Resource/Init/ -g gs_init.ps ./soobj/gconfig.h -d Resource/ -P ./lib/../Resource/ CIDFSubst/* CIDFont/* -C CMap/* ColorSpace/* Decoding/* Encoding/* -B -b Font/* -c -C IdiomSet/* ProcSet/* -P ./lib/../Resource/Init/ -d Resource/Init/ -B FCOfontmap-PCLPS2 -C cidfmap FAPIcidfmap FAPIconfig FAPIfontmap Fontmap Fontmap.GS xlatmap gs_cet.ps gs_diskf.ps gs_diskn.ps gs_dscp.ps gs_trap.ps pdf_cslayer.ps -B -d lib/ -P ./lib/ compression will use 16384 byte blocksize (zlib output buffer 16412 bytes) writing romfs data to './soobj/gsromfs1_.c' node 'iccprofiles/default_cmyk.icc' len=187484 12 blocks, compressed size=138957 node 'iccprofiles/default_gray.icc' len=416 1 blocks, compressed size=192 node 'iccprofiles/default_rgb.icc' len=2576 1 blocks, compressed size=2337 node 'iccprofiles/gray_to_k.icc' len=5340 1 blocks, compressed size=3521 node 'iccprofiles/lab.icc' len=1972 1 blocks, compressed size=490 node 'iccprofiles/ps_cmyk.icc' len=5340 1 blocks, compressed size=2008 node 'iccprofiles/ps_gray.icc' len=416 1 blocks, compressed size=220 node 'iccprofiles/ps_rgb.icc' len=564 1 blocks, compressed size=287 node 'iccprofiles/sgray.icc' len=416 1 blocks, compressed size=192 node 'iccprofiles/srgb.icc' len=2576 1 blocks, compressed size=2337 including: './lib/../Resource/Init/gs_std_e.ps' including: './lib/../Resource/Init/gs_il1_e.ps' including: './lib/../Resource/Init/gs_sym_e.ps' including: './lib/../Resource/Init/gs_dbt_e.ps' including: './lib/../Resource/Init/gs_statd.ps' including: './lib/../Resource/Init/gs_fonts.ps' including: './lib/../Resource/Init/Fontmap' including: './lib/../Resource/Init/Fontmap.GS' including: './lib/../Resource/Init/gs_cspace.ps' including: './lib/../Resource/Init/gs_img.ps' including: './lib/../Resource/Init/gs_btokn.ps' including: './lib/../Resource/Init/gs_dps1.ps' including: './lib/../Resource/Init/gs_dps2.ps' including: './lib/../Resource/Init/gs_type1.ps' including: './lib/../Resource/Init/gs_lev2.ps' including: './lib/../Resource/Init/gs_res.ps' including: './lib/../Resource/Init/gs_resmp.ps' including: './lib/../Resource/Init/gs_typ42.ps' including: './lib/../Resource/Init/gs_cidfn.ps' including: './lib/../Resource/Init/gs_ciddc.ps' including: './lib/../Resource/Init/gs_cidcm.ps' including: './lib/../Resource/Init/gs_fntem.ps' including: './lib/../Resource/Init/xlatmap' including: './lib/../Resource/Init/gs_cidtt.ps' including: './lib/../Resource/Init/gs_cidfm.ps' including: './lib/../Resource/Init/gs_cmap.ps' including: './lib/../Resource/Init/gs_setpd.ps' including: './lib/../Resource/Init/gs_fapi.ps' including: './lib/../Resource/Init/gs_typ32.ps' including: './lib/../Resource/Init/gs_frsd.ps' including: './lib/../Resource/Init/gs_ll3.ps' including: './lib/../Resource/Init/gs_mex_e.ps' including: './lib/../Resource/Init/gs_mro_e.ps' including: './lib/../Resource/Init/gs_pdf_e.ps' including: './lib/../Resource/Init/gs_wan_e.ps' including: './lib/../Resource/Init/pdf_ops.ps' including: './lib/../Resource/Init/gs_l2img.ps' including: './lib/../Resource/Init/pdf_rbld.ps' including: './lib/../Resource/Init/pdf_base.ps' including: './lib/../Resource/Init/pdf_draw.ps' including: './lib/../Resource/Init/pdf_font.ps' including: './lib/../Resource/Init/pdf_main.ps' including: './lib/../Resource/Init/pdf_sec.ps' including: './lib/../Resource/Init/gs_css_e.ps' including: './lib/../Resource/Init/gs_cff.ps' including: './lib/../Resource/Init/gs_mgl_e.ps' including: './lib/../Resource/Init/gs_agl.ps' including: './lib/../Resource/Init/gs_ttf.ps' including: './lib/../Resource/Init/gs_icc.ps' including: './lib/../Resource/Init/gs_dps.ps' including: './lib/../Resource/Init/gs_dpnxt.ps' including: './lib/../Resource/Init/gs_epsf.ps' including: './lib/../Resource/Init/gs_pdfwr.ps' node 'Resource/Init/gs_init.ps' len=526082 33 blocks, compressed size=153808 node 'Resource/CIDFSubst/DroidSansFallback.ttf' len=3727996 228 blocks, compressed size=1877489 node 'Resource/CIDFont/ArtifexBullet' len=2667 1 blocks, compressed size=1359 node 'Resource/CMap/Roman' len=408 1 blocks, compressed size=261 node 'Resource/CMap/Identity-V' len=335 1 blocks, compressed size=221 node 'Resource/CMap/90msp-RKSJ-V' len=1606 1 blocks, compressed size=742 node 'Resource/CMap/Identity-UTF16-H' len=405 1 blocks, compressed size=248 node 'Resource/CMap/UniGB-UTF32-V' len=751 1 blocks, compressed size=385 node 'Resource/CMap/HKdla-B5-V' len=543 1 blocks, compressed size=324 node 'Resource/CMap/90pv-RKSJ-H' len=4709 1 blocks, compressed size=2119 node 'Resource/CMap/KSCpc-EUC-V' len=632 1 blocks, compressed size=363 node 'Resource/CMap/HKdlb-B5-V' len=543 1 blocks, compressed size=323 node 'Resource/CMap/Adobe-Japan1-2' len=984 1 blocks, compressed size=532 node 'Resource/CMap/EUC-H' len=2399 1 blocks, compressed size=1173 node 'Resource/CMap/UniJISX0213-UTF32-V' len=3881 1 blocks, compressed size=1357 node 'Resource/CMap/ETHK-B5-H' len=17815 2 blocks, compressed size=7998 node 'Resource/CMap/KSCpc-EUC-H' len=8719 1 blocks, compressed size=3802 node 'Resource/CMap/CNS-EUC-V' len=9639 1 blocks, compressed size=3169 node 'Resource/CMap/KSCms-UHC-HW-H' len=11601 1 blocks, compressed size=5070 node 'Resource/CMap/UniHojo-UCS2-H' len=68557 5 blocks, compressed size=27853 node 'Resource/CMap/ETen-B5-V' len=576 1 blocks, compressed size=343 node 'Resource/CMap/UniJIS-UTF32-H' len=213603 14 blocks, compressed size=70711 node 'Resource/CMap/CNS2-H' len=1752 1 blocks, compressed size=866 node 'Resource/CMap/UniJIS2004-UTF8-V' len=3365 1 blocks, compressed size=1341 node 'Resource/CMap/Adobe-GB1-1' len=1041 1 blocks, compressed size=559 node 'Resource/CMap/Adobe-GB1-5' len=2412 1 blocks, compressed size=1146 node 'Resource/CMap/UniJIS2004-UTF32-H' len=213672 14 blocks, compressed size=70809 node 'Resource/CMap/UniJISPro-UTF8-V' len=4481 1 blocks, compressed size=1590 node 'Resource/CMap/UniGB-UCS2-V' len=726 1 blocks, compressed size=405 node 'Resource/CMap/B5-H' len=4476 1 blocks, compressed size=2117 node 'Resource/CMap/HKgccs-B5-H' len=9768 1 blocks, compressed size=4354 node 'Resource/CMap/UniCNS-UTF16-H' len=212157 13 blocks, compressed size=89288 node 'Resource/CMap/UniCNS-UTF32-H' len=283469 18 blocks, compressed size=94263 node 'Resource/CMap/Adobe-CNS1-2' len=1534 1 blocks, compressed size=781 node 'Resource/CMap/Ext-V' len=989 1 blocks, compressed size=501 node 'Resource/CMap/GBT-EUC-H' len=37610 3 blocks, compressed size=15521 node 'Resource/CMap/Adobe-CNS1-5' len=1636 1 blocks, compressed size=822 node 'Resource/CMap/UniCNS-UTF8-V' len=587 1 blocks, compressed size=345 node 'Resource/CMap/Adobe-CNS1-4' len=1636 1 blocks, compressed size=823 node 'Resource/CMap/Ext-RKSJ-H' len=11266 1 blocks, compressed size=4935 node 'Resource/CMap/UniJIS2004-UTF8-H' len=184720 12 blocks, compressed size=69033 node 'Resource/CMap/UniKS-UTF32-H' len=143519 9 blocks, compressed size=48304 node 'Resource/CMap/KSC-Johab-V' len=633 1 blocks, compressed size=365 node 'Resource/CMap/Add-V' len=1277 1 blocks, compressed size=607 node 'Resource/CMap/UniKS-UTF32-V' len=710 1 blocks, compressed size=369 node 'Resource/CMap/RKSJ-H' len=2435 1 blocks, compressed size=1194 node 'Resource/CMap/ETHK-B5-V' len=558 1 blocks, compressed size=334 node 'Resource/CMap/UniCNS-UCS2-H' len=274633 17 blocks, compressed size=104563 node 'Resource/CMap/UniCNS-UCS2-V' len=558 1 blocks, compressed size=334 node 'Resource/CMap/78-EUC-H' len=10619 1 blocks, compressed size=4578 node 'Resource/CMap/UniJISX02132004-UTF32-H' len=213663 14 blocks, compressed size=70764 node 'Resource/CMap/Adobe-Korea1-1' len=1591 1 blocks, compressed size=805 node 'Resource/CMap/GB-H' len=1787 1 blocks, compressed size=893 node 'Resource/CMap/GBKp-EUC-H' len=68541 5 blocks, compressed size=27504 node 'Resource/CMap/Adobe-CNS1-6' len=1636 1 blocks, compressed size=822 node 'Resource/CMap/78-RKSJ-V' len=787 1 blocks, compressed size=419 node 'Resource/CMap/Adobe-Korea1-2' len=1589 1 blocks, compressed size=804 node 'Resource/CMap/HKdla-B5-H' len=17899 2 blocks, compressed size=7482 node 'Resource/CMap/GBK-EUC-H' len=68558 5 blocks, compressed size=27506 node 'Resource/CMap/KSCms-UHC-H' len=11610 1 blocks, compressed size=5072 node 'Resource/CMap/UniCNS-UTF32-V' len=628 1 blocks, compressed size=344 node 'Resource/CMap/90msp-RKSJ-H' len=3180 1 blocks, compressed size=1496 node 'Resource/CMap/KSCms-UHC-V' len=633 1 blocks, compressed size=363 node 'Resource/CMap/Adobe-Japan1-1' len=952 1 blocks, compressed size=517 node 'Resource/CMap/Adobe-CNS1-1' len=1517 1 blocks, compressed size=772 node 'Resource/CMap/KSC-V' len=620 1 blocks, compressed size=356 node 'Resource/CMap/UniCNS-UTF8-H' len=248767 16 blocks, compressed size=93014 node 'Resource/CMap/Adobe-Japan1-6' len=1912 1 blocks, compressed size=940 node 'Resource/CMap/90ms-RKSJ-H' len=3212 1 blocks, compressed size=1513 node 'Resource/CMap/GBK2K-V' len=1011 1 blocks, compressed size=511 node 'Resource/CMap/B5pc-H' len=4511 1 blocks, compressed size=2137 node 'Resource/CMap/HKm471-B5-H' len=12139 1 blocks, compressed size=5160 node 'Resource/CMap/UniJIS-UTF32-V' len=3852 1 blocks, compressed size=1347 node 'Resource/CMap/GBTpc-EUC-V' len=681 1 blocks, compressed size=389 node 'Resource/CMap/NWP-V' len=1115 1 blocks, compressed size=548 node 'Resource/CMap/Adobe-Japan1-3' len=996 1 blocks, compressed size=537 node 'Resource/CMap/78-H' len=10524 1 blocks, compressed size=4468 node 'Resource/CMap/Add-RKSJ-H' len=10791 1 blocks, compressed size=4707 node 'Resource/CMap/CNS1-H' len=2865 1 blocks, compressed size=1344 node 'Resource/CMap/HKm314-B5-H' len=9611 1 blocks, compressed size=4203 node 'Resource/CMap/GBpc-EUC-V' len=678 1 blocks, compressed size=389 node 'Resource/CMap/WP-Symbol' len=726 1 blocks, compressed size=436 node 'Resource/CMap/HKscs-B5-V' len=560 1 blocks, compressed size=334 node 'Resource/CMap/Add-RKSJ-V' len=1287 1 blocks, compressed size=616 node 'Resource/CMap/GBK-EUC-V' len=659 1 blocks, compressed size=378 node 'Resource/CMap/UniJISX0213-UTF32-H' len=213594 14 blocks, compressed size=70677 node 'Resource/CMap/UniGB-UTF32-H' len=234522 15 blocks, compressed size=77682 node 'Resource/CMap/B5pc-V' len=553 1 blocks, compressed size=329 node 'Resource/CMap/UniJISPro-UCS2-V' len=3636 1 blocks, compressed size=1532 node 'Resource/CMap/Adobe-GB1-3' len=1855 1 blocks, compressed size=916 node 'Resource/CMap/Adobe-CNS1-3' len=1619 1 blocks, compressed size=817 node 'Resource/CMap/Add-H' len=10660 1 blocks, compressed size=4519 node 'Resource/CMap/RKSJ-V' len=799 1 blocks, compressed size=426 node 'Resource/CMap/KSC-EUC-V' len=628 1 blocks, compressed size=360 node 'Resource/CMap/78-V' len=777 1 blocks, compressed size=412 node 'Resource/CMap/UniJIS2004-UTF32-V' len=3860 1 blocks, compressed size=1349 node 'Resource/CMap/HKdlb-B5-H' len=15905 1 blocks, compressed size=6684 node 'Resource/CMap/UniKS-UCS2-V' len=649 1 blocks, compressed size=368 node 'Resource/CMap/GBK2K-H' len=76149 5 blocks, compressed size=29837 node 'Resource/CMap/Hankaku' len=510 1 blocks, compressed size=325 node 'Resource/CMap/GB-V' len=666 1 blocks, compressed size=379 node 'Resource/CMap/UniJIS-UTF16-H' len=156515 10 blocks, compressed size=66227 node 'Resource/CMap/UniJIS-UTF8-H' len=184651 12 blocks, compressed size=68920 node 'Resource/CMap/GBKp-EUC-V' len=661 1 blocks, compressed size=379 node 'Resource/CMap/Hiragana' len=488 1 blocks, compressed size=314 node 'Resource/CMap/NWP-H' len=12617 1 blocks, compressed size=5358 node 'Resource/CMap/UniJIS-UCS2-HW-V' len=3611 1 blocks, compressed size=1523 node 'Resource/CMap/UniCNS-UTF16-V' len=548 1 blocks, compressed size=338 node 'Resource/CMap/ETen-B5-H' len=4646 1 blocks, compressed size=2201 node 'Resource/CMap/ETenms-B5-V' len=625 1 blocks, compressed size=364 node 'Resource/CMap/CNS-EUC-H' len=8745 1 blocks, compressed size=2910 node 'Resource/CMap/UniGB-UCS2-H' len=230475 15 blocks, compressed size=90175 node 'Resource/CMap/GBT-EUC-V' len=677 1 blocks, compressed size=386 node 'Resource/CMap/Adobe-CNS1-0' len=1332 1 blocks, compressed size=692 node 'Resource/CMap/GBpc-EUC-H' len=1883 1 blocks, compressed size=959 node 'Resource/CMap/90ms-RKSJ-V' len=1623 1 blocks, compressed size=752 node 'Resource/CMap/Adobe-GB1-0' len=912 1 blocks, compressed size=500 node 'Resource/CMap/HKgccs-B5-V' len=545 1 blocks, compressed size=325 node 'Resource/CMap/HKm314-B5-V' len=545 1 blocks, compressed size=325 node 'Resource/CMap/UniJIS-UCS2-V' len=3547 1 blocks, compressed size=1496 node 'Resource/CMap/UniKS-UTF8-V' len=659 1 blocks, compressed size=368 node 'Resource/CMap/Adobe-Japan1-4' len=1402 1 blocks, compressed size=722 node 'Resource/CMap/78ms-RKSJ-V' len=1604 1 blocks, compressed size=741 node 'Resource/CMap/83pv-RKSJ-H' len=3998 1 blocks, compressed size=1838 node 'Resource/CMap/90pv-RKSJ-V' len=1193 1 blocks, compressed size=584 node 'Resource/CMap/Adobe-Japan1-0' len=951 1 blocks, compressed size=517 node 'Resource/CMap/Identity-H' len=4762 1 blocks, compressed size=2109 node 'Resource/CMap/Katakana' len=422 1 blocks, compressed size=273 node 'Resource/CMap/UniGB-UTF16-V' len=635 1 blocks, compressed size=375 node 'Resource/CMap/Adobe-GB1-2' len=1857 1 blocks, compressed size=920 node 'Resource/CMap/GBTpc-EUC-H' len=37627 3 blocks, compressed size=15531 node 'Resource/CMap/KSC-H' len=7959 1 blocks, compressed size=3418 node 'Resource/CMap/Adobe-Korea1-0' len=996 1 blocks, compressed size=538 node 'Resource/CMap/B5-V' len=549 1 blocks, compressed size=327 node 'Resource/CMap/EUC-V' len=797 1 blocks, compressed size=423 node 'Resource/CMap/KSC-EUC-H' len=8029 1 blocks, compressed size=3494 node 'Resource/CMap/UniGB-UTF8-V' len=692 1 blocks, compressed size=384 node 'Resource/CMap/KSC-Johab-H' len=69491 5 blocks, compressed size=28255 node 'Resource/CMap/KSCms-UHC-HW-V' len=621 1 blocks, compressed size=357 node 'Resource/CMap/UniJIS2004-UTF16-H' len=156584 10 blocks, compressed size=66356 node 'Resource/CMap/HKscs-B5-H' len=17856 2 blocks, compressed size=8014 node 'Resource/CMap/H' len=2304 1 blocks, compressed size=1100 node 'Resource/CMap/UniJIS-UCS2-H' len=140613 9 blocks, compressed size=54965 node 'Resource/CMap/Ext-RKSJ-V' len=999 1 blocks, compressed size=511 node 'Resource/CMap/UniJIS-UTF16-V' len=2844 1 blocks, compressed size=1266 node 'Resource/CMap/UniKS-UTF8-H' len=124084 8 blocks, compressed size=47411 node 'Resource/CMap/GBT-H' len=37529 3 blocks, compressed size=15336 node 'Resource/CMap/HKm471-B5-V' len=545 1 blocks, compressed size=325 node 'Resource/CMap/GB-EUC-H' len=1868 1 blocks, compressed size=948 node 'Resource/CMap/UniKS-UTF16-V' len=610 1 blocks, compressed size=360 node 'Resource/CMap/V' len=789 1 blocks, compressed size=417 node 'Resource/CMap/CNS2-V' len=336 1 blocks, compressed size=227 node 'Resource/CMap/UniGB-UTF16-H' len=166602 11 blocks, compressed size=73131 node 'Resource/CMap/78-RKSJ-H' len=10639 1 blocks, compressed size=4638 node 'Resource/CMap/UniJISPro-UCS2-HW-V' len=3728 1 blocks, compressed size=1567 node 'Resource/CMap/UniJIS-UCS2-HW-H' len=426 1 blocks, compressed size=276 node 'Resource/CMap/UniKS-UCS2-H' len=138446 9 blocks, compressed size=55485 node 'Resource/CMap/78-EUC-V' len=785 1 blocks, compressed size=417 node 'Resource/CMap/Ext-H' len=11137 1 blocks, compressed size=4761 node 'Resource/CMap/UniJISX02132004-UTF32-V' len=3889 1 blocks, compressed size=1360 node 'Resource/CMap/UniGB-UTF8-H' len=203929 13 blocks, compressed size=77193 node 'Resource/CMap/CNS1-V' len=549 1 blocks, compressed size=326 node 'Resource/CMap/78ms-RKSJ-H' len=12046 1 blocks, compressed size=5233 node 'Resource/CMap/ETenms-B5-H' len=363 1 blocks, compressed size=245 node 'Resource/CMap/GBT-V' len=669 1 blocks, compressed size=378 node 'Resource/CMap/Adobe-Japan1-5' len=1725 1 blocks, compressed size=860 node 'Resource/CMap/UniJIS2004-UTF16-V' len=2852 1 blocks, compressed size=1270 node 'Resource/CMap/UniKS-UTF16-H' len=101439 7 blocks, compressed size=45346 node 'Resource/CMap/GB-EUC-V' len=674 1 blocks, compressed size=383 node 'Resource/CMap/UniJIS-UTF8-V' len=3358 1 blocks, compressed size=1338 node 'Resource/CMap/Adobe-GB1-4' len=2327 1 blocks, compressed size=1108 node 'Resource/ColorSpace/TrivialCMYK' len=397 1 blocks, compressed size=249 node 'Resource/ColorSpace/DefaultGray' len=271 1 blocks, compressed size=206 node 'Resource/ColorSpace/DefaultCMYK' len=397 1 blocks, compressed size=261 node 'Resource/ColorSpace/sRGB' len=334 1 blocks, compressed size=249 node 'Resource/ColorSpace/DefaultRGB' len=325 1 blocks, compressed size=243 node 'Resource/ColorSpace/sGray' len=333 1 blocks, compressed size=248 node 'Resource/Decoding/FCO_Symbol' len=3215 1 blocks, compressed size=1252 node 'Resource/Decoding/Unicode' len=113258 7 blocks, compressed size=32294 node 'Resource/Decoding/FCO_Unicode' len=54079 4 blocks, compressed size=17280 node 'Resource/Decoding/FCO_Wingdings' len=4058 1 blocks, compressed size=1453 node 'Resource/Decoding/StandardEncoding' len=1497 1 blocks, compressed size=871 node 'Resource/Decoding/FCO_Dingbats' len=2587 1 blocks, compressed size=911 node 'Resource/Decoding/Latin1' len=4923 1 blocks, compressed size=2290 node 'Resource/Encoding/ExpertSubsetEncoding' len=2434 1 blocks, compressed size=438 node 'Resource/Encoding/ExpertEncoding' len=2671 1 blocks, compressed size=718 node 'Resource/Encoding/Wingdings' len=4924 1 blocks, compressed size=1533 node 'Resource/Encoding/CEEncoding' len=1865 1 blocks, compressed size=730 node 'Resource/Encoding/NotDefEncoding' len=99 1 blocks, compressed size=94 node 'Resource/Font/NimbusMonL-Bold' len=49013 3 blocks node 'Resource/Font/CenturySchL-Roma' len=45404 3 blocks node 'Resource/Font/Dingbats' len=87395 6 blocks node 'Resource/Font/StandardSymL' len=61146 4 blocks node 'Resource/Font/URWPalladioL-Bold' len=52389 4 blocks node 'Resource/Font/NimbusMonL-BoldObli' len=47518 3 blocks node 'Resource/Font/URWBookmanL-LighItal' len=43341 3 blocks node 'Resource/Font/URWPalladioL-Ital' len=51901 4 blocks node 'Resource/Font/NimbusMonL-Regu' len=44973 3 blocks node 'Resource/Font/URWBookmanL-DemiBoldItal' len=43394 3 blocks node 'Resource/Font/NimbusRomNo9L-Medi' len=41938 3 blocks node 'Resource/Font/URWBookmanL-DemiBold' len=42939 3 blocks node 'Resource/Font/URWGothicL-Book' len=31290 2 blocks node 'Resource/Font/URWPalladioL-BoldItal' len=53365 4 blocks node 'Resource/Font/NimbusSanL-BoldItal' len=34791 3 blocks node 'Resource/Font/NimbusSanL-Regu' len=31529 2 blocks node 'Resource/Font/NimbusRomNo9L-ReguItal' len=44278 3 blocks node 'Resource/Font/URWPalladioL-Roma' len=52222 4 blocks node 'Resource/Font/NimbusSanL-Bold' len=32580 2 blocks node 'Resource/Font/CenturySchL-Bold' len=45469 3 blocks node 'Resource/Font/NimbusSanL-BoldCondItal' len=34439 3 blocks node 'Resource/Font/URWGothicL-BookObli' len=32141 2 blocks node 'Resource/Font/URWChanceryL-MediItal' len=50399 4 blocks node 'Resource/Font/NimbusSanL-ReguCondItal' len=33501 3 blocks node 'Resource/Font/NimbusRomNo9L-MediItal' len=43088 3 blocks node 'Resource/Font/URWGothicL-Demi' len=32831 3 blocks node 'Resource/Font/CenturySchL-BoldItal' len=44923 3 blocks node 'Resource/Font/CenturySchL-Ital' len=45573 3 blocks node 'Resource/Font/URWGothicL-DemiObli' len=32763 2 blocks node 'Resource/Font/NimbusSanL-ReguCond' len=31110 2 blocks node 'Resource/Font/NimbusSanL-ReguItal' len=34256 3 blocks node 'Resource/Font/URWBookmanL-Ligh' len=42665 3 blocks node 'Resource/Font/NimbusRomNo9L-Regu' len=42910 3 blocks node 'Resource/Font/NimbusMonL-ReguObli' len=43953 3 blocks node 'Resource/Font/NimbusSanL-BoldCond' len=31940 2 blocks node 'Resource/IdiomSet/Pscript5Idiom' len=4640 1 blocks, compressed size=536 warning: no files found from path './lib/../Resource/ProcSet/*' node 'Resource/Init/FCOfontmap-PCLPS2' len=2865 1 blocks, compressed size=1115 node 'Resource/Init/cidfmap' len=0 0 blocks, compressed size=0 node 'Resource/Init/FAPIcidfmap' len=0 0 blocks, compressed size=0 node 'Resource/Init/FAPIconfig' len=0 0 blocks, compressed size=0 node 'Resource/Init/FAPIfontmap' len=0 0 blocks, compressed size=0 node 'Resource/Init/Fontmap' len=23 1 blocks, compressed size=31 node 'Resource/Init/Fontmap.GS' len=3703 1 blocks, compressed size=905 node 'Resource/Init/xlatmap' len=185 1 blocks, compressed size=146 node 'Resource/Init/gs_cet.ps' len=1422 1 blocks, compressed size=669 node 'Resource/Init/gs_diskf.ps' len=2548 1 blocks, compressed size=957 node 'Resource/Init/gs_diskn.ps' len=2436 1 blocks, compressed size=762 node 'Resource/Init/gs_dscp.ps' len=1317 1 blocks, compressed size=477 node 'Resource/Init/gs_trap.ps' len=1386 1 blocks, compressed size=553 node 'Resource/Init/pdf_cslayer.ps' len=2107 1 blocks, compressed size=670 Total %rom% structure size is 5671540 bytes. cp ./soobj/gsromfs1_.c ./soobj/gsromfs1.c cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -o ./soobj/gsromfs1.o -c ./soobj/gsromfs1.c ./soobj/aux/echogs -w ./soobj/ldt.tr -n - cc -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o ./sobin/libgs.so.9.10 ./soobj/aux/echogs -a ./soobj/ldt.tr -n -s ./soobj/gsromfs1.o ./soobj/gs.o -s cat ./soobj/ld.tr >>./soobj/ldt.tr ./soobj/aux/echogs -a ./soobj/ldt.tr -s - -lm -lidn -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpaper -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltiff -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfontconfig -Wl,-R/usr/pkg/lib -lfreetype -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lfreetype -lm if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ DEVICE_DEVS_EXTRA= \ /bin/sh <./soobj/ldt.tr gmake[2]: Leaving directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' /usr/pkg/bin/gmake DISPLAY_DEV=./soobj/display.dev STDIO_IMPLEMENTATION=c BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib '\ CFLAGS='-O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include ' prefix=/usr/pkg\ ./sobin/gsc ./sobin/gsx gmake[2]: Entering directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' rm -f ./sobin/libgs.so.9 ln -s libgs.so.9.10 ./sobin/libgs.so.9 rm -f ./sobin/libgs.so ln -s libgs.so.9.10 ./sobin/libgs.so cc -DHAVE_MKSTEMP -DHAVE_FSEEKO -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_STRERROR -O -Ijpeg -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -march=i586 -DA4 -fPIC -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -DUSE_LIBPAPER -I/usr/pkg/include -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2" -g -o ./sobin/gsc ./psi/dxmainc.c \ -L./sobin -Wl,-R/usr/pkg/lib -lgs ./sobin/libgs.so: In function `_fini': (.fini+0x0): multiple definition of `_fini' /usr/lib/crti.o:(.fini+0x0): first defined here ./sobin/libgs.so: In function `___start': (.text+0x10): multiple definition of `___start' /usr/lib/crt0.o:(.text+0x10): first defined here ./sobin/libgs.so:(.data+0x4): multiple definition of `__dso_handle' /usr/lib/crtbegin.o:(.data.rel+0x0): first defined here ./sobin/libgs.so: In function `_start': (.text+0x0): multiple definition of `_start' /usr/lib/crt0.o:(.text+0x0): first defined here ./sobin/libgs.so: In function `main': (.text+0x1e0): multiple definition of `main' /var/tmp/dxmainc-cbe1cf.o:/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10/./psi/dxmainc.c:77: first defined here ./sobin/libgs.so: In function `_start': (.text+0x0): multiple definition of `__start' /usr/lib/crt0.o:(.text+0x0): first defined here ./sobin/libgs.so: In function `__bss_start': (.bss+0x0): multiple definition of `__ps_strings' /usr/lib/crt0.o:(.bss+0x0): first defined here ./sobin/libgs.so:(.data+0x0): multiple definition of `__progname' /usr/lib/crt0.o:(.data.rel.local+0x0): first defined here ./sobin/libgs.so: In function `_init': (.init+0x0): multiple definition of `_init' /usr/lib/crti.o:(.init+0x0): first defined here /usr/lib/crtend.o: In function `__CTOR_LIST_END__': (.ctors+0x0): multiple definition of `__CTOR_LIST_END__' ./sobin/libgs.so:(.ctors+0x4): first defined here /usr/bin/ld: error in ./sobin/libgs.so(.eh_frame); no .eh_frame_hdr table will be created. clang: error: linker command failed with exit code 1 (use -v to see invocation) base/unix-dll.mak:93: recipe for target 'sobin/gsc' failed gmake[2]: *** [sobin/gsc] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' base/unix-dll.mak:132: recipe for target 'so-subtarget' failed gmake[1]: *** [so-subtarget] Error 2 gmake[1]: Leaving directory '/usr/pkgsrc/work/print/ghostscript-agpl/work/ghostscript-9.10' base/unix-dll.mak:119: recipe for target 'so' failed gmake: *** [so] Error 2 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/print/ghostscript-agpl *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/print/ghostscript-agpl