Guest User

Untitled

a guest
Sep 12th, 2012
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 115.57 KB | None | 0 0
  1. Syno> cd gutenprint-5.2.8
  2.  
  3. Syno> ./configure CC="/opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm" \
  4. > --prefix=/opt \
  5. > --includedir=/opt/include \
  6. > --with-cups=/opt \
  7. > --disable-cups-ppds \
  8. > --disable-cups-level3-ppds \
  9. > --without-foomatic \
  10. > --disable-libgutenprintui2 \
  11. > --disable-nls \
  12. > --disable-static
  13. checking for a BSD-compatible install... /opt/bin/install -c
  14. checking whether build environment is sane... yes
  15. checking for a thread-safe mkdir -p... /opt/bin/mkdir -p
  16. checking for gawk... gawk
  17. checking whether make sets $(MAKE)... yes
  18. checking how to create a ustar tar archive... gnutar
  19. checking build system type... armv5tel-unknown-linux-gnueabi
  20. checking host system type... armv5tel-unknown-linux-gnueabi
  21. checking how to print strings... printf
  22. checking for style of include used by make... GNU
  23. checking for gcc... /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm accepts -g... yes
  31. checking for /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm option to accept ISO C89... none needed
  32. checking dependency style of /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm... gcc3
  33. checking for a sed that does not truncate output... /opt/bin/sed
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for fgrep... /bin/grep -F
  37. checking for ld used by /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm... /opt/arm-none-linux-gnueabi/bin/ld
  38. checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B
  40. checking the name lister (/opt/bin/nm -B) interface... BSD nm
  41. checking whether ln -s works... yes
  42. checking the maximum length of command line arguments... 512
  43. checking whether the shell understands some XSI constructs... yes
  44. checking whether the shell understands "+="... yes
  45. checking how to convert armv5tel-unknown-linux-gnueabi file names to armv5tel-unknown-linux-gnueabi format... func_convert_file_noop
  46. checking how to convert armv5tel-unknown-linux-gnueabi file names to toolchain format... func_convert_file_noop
  47. checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
  48. checking for objdump... objdump
  49. checking how to recognize dependent libraries... pass_all
  50. checking for dlltool... no
  51. checking how to associate runtime and link libraries... printf %s\n
  52. checking for ar... ar
  53. checking for archiver @FILE support... @
  54. checking for strip... strip
  55. checking for ranlib... ranlib
  56. checking command to parse /opt/bin/nm -B output from /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm object... ok
  57. checking for sysroot... no
  58. checking for mt... no
  59. checking if : is a manifest tool... no
  60. checking how to run the C preprocessor... /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -E
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking for dlfcn.h... yes
  72. checking for objdir... .libs
  73. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -fno-rtti -fno-exceptions... no
  74. checking for /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm option to produce PIC... -fPIC -DPIC
  75. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm PIC flag -fPIC -DPIC works... yes
  76. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm static flag -static works... no
  77. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -c -o file.o... yes
  78. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -c -o file.o... (cached) yes
  79. checking whether the /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  80. checking whether -lc should be explicitly linked in... no
  81. checking dynamic linker characteristics... GNU/Linux ld.so
  82. checking how to hardcode library paths into programs... immediate
  83. checking for shl_load... no
  84. checking for shl_load in -ldld... no
  85. checking for dlopen... no
  86. checking for dlopen in -ldl... yes
  87. checking whether a program can dlopen itself... yes
  88. checking whether a statically linked program can dlopen itself... yes
  89. checking whether stripping libraries is possible... yes
  90. checking if libtool supports shared libraries... yes
  91. checking whether to build shared libraries... yes
  92. checking whether to build static libraries... no
  93. checking whether to enable maintainer-specific portions of Makefiles... no
  94. checking for cups-config... /opt/bin/cups-config
  95. checking whether to whether to build CUPS driver... yes (using specified prefix)
  96. checking whether NLS is requested... no
  97. checking for msgfmt... no
  98. checking for gmsgfmt... :
  99. checking for xgettext... no
  100. checking for msgmerge... no
  101. checking for ld used by GCC... /opt/arm-none-linux-gnueabi/bin/ld
  102. checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  103. checking for shared library run path origin... done
  104. checking for CFPreferencesCopyAppValue... no
  105. checking for CFLocaleCopyCurrent... no
  106. checking whether to use NLS... no
  107. checking whether to build CUPS PPD files... (automatic)
  108. checking whether to build CUPS PPD files... no
  109. checking whether to build CUPS 1.2 enhancements... yes
  110. checking whether to build translated CUPS PPD files... no
  111. checking whether to build globalized CUPS PPD files... no
  112. checking whether to build simplified CUPS PPD files... no
  113. checking whether to place CUPS PPD files at top level... no
  114. checking whether to generate PostScript level 3 PPD files... no
  115. checking whether to build a statically-linked cups-genppd and rastertogutenprint.  WARNING: Please read the README and NEWS (release notes) CAREFULLY before using --disable-static-genppd!... no
  116. checking for foomatic-configure... no
  117. checking whether to build foomatic data files... no
  118. checking for foomatic-ppdfile... no
  119. checking whether to make use of foomatic 3 extra features... no
  120. checking for ijs-config... no
  121. checking whether to build Ghostscript driver... no
  122. checking whether to enable loadable modules... (automatic)
  123. checking whether to turn on debugging in build... no
  124. checking whether to turn on profiling in build... no
  125. checking whether to use readline... yes
  126. checking for gimptool-2.0... no
  127. checking for gimptool... no
  128. checking for pkg-config... /opt/bin/pkg-config
  129. checking pkg-config is at least version 0.9.0... yes
  130. checking for GTK2... no
  131. checking whether to build GIMP 2.x Print plugin... no
  132. checking whether to name GIMP 2.x Print plugin gutenprint (requires GIMP 2.2; normally used with GIMP 2.4 or above)... (automatic)
  133. checking whether to build Gutenprint GTK+-2.0 user interface library... no
  134. checking whether to install sample images... yes
  135. checking whether to build escputil... yes
  136. checking whether to build test programs... yes
  137. checking whether to build Gutenprint documentation... yes
  138. checking whether to build testpattern generator... yes
  139. checking whether to install GIMP plugin in home directory... no
  140. checking for iconv... yes
  141. checking for strerror in -lcposix... no
  142. checking for gawk... (cached) gawk
  143. checking for gcc... (cached) /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm
  144. checking whether we are using the GNU C compiler... (cached) yes
  145. checking whether /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm accepts -g... (cached) yes
  146. checking for /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm option to accept ISO C89... (cached) none needed
  147. checking dependency style of /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm... (cached) gcc3
  148. checking for gcc... (cached) /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm
  149. checking whether we are using the GNU C compiler... (cached) yes
  150. checking whether /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm accepts -g... (cached) yes
  151. checking for /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm option to accept ISO C89... (cached) none needed
  152. checking dependency style of /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm... (cached) gcc3
  153. checking whether /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm and cc understand -c and -o together... yes
  154. checking whether ln -s works... yes
  155. checking for flex... flex
  156. checking lex output file root... lex.yy
  157. checking lex library... -lfl
  158. checking whether yytext is a pointer... yes
  159. checking for bison... bison -y
  160. checking for test... /opt/bin/test
  161. checking for true... /opt/bin/true
  162. checking for find... /opt/bin/find
  163. checking for perl... /opt/bin/perl
  164. checking for glib-mkenums... no
  165. checking for convert... /usr/syno/bin/convert
  166. checking for texi2html... no
  167. checking for dvips... no
  168. checking for db2pdf... no
  169. checking for dvipdf... no
  170. checking for dvipdfm... no
  171. checking for db2ps... no
  172. checking for db2html... no
  173. checking for doxygen... no
  174. checking for dialog... no
  175. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wall... yes
  176. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wcast-align... yes
  177. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wstrict-prototypes... yes
  178. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wmissing-prototypes... yes
  179. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wmissing-declarations... yes
  180. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wnested-externs... yes
  181. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wwrite-strings... yes
  182. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Werror-implicit-function-declaration... yes
  183. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Winline... yes
  184. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -Wformat=2... yes
  185. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -finline-limit=131072... yes
  186. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports -O6... yes
  187. checking if /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm supports __attribute__ syntax... yes
  188. checking for readline in -lreadline... yes
  189.   Using -lreadline -lncurses
  190. checking for lt_dlopen in -lltdl... yes
  191. checking for dlopen in -ldl... (cached) yes
  192. checking for pow in -lm... yes
  193. checking for pow in -lm... (cached) yes
  194. checking for gzgets in -lz... yes
  195. checking for cups-config... (cached) /opt/bin/cups-config
  196. checking for ANSI C header files... (cached) yes
  197. checking getopt.h usability... yes
  198. checking getopt.h presence... yes
  199. checking for getopt.h... yes
  200. checking readline/readline.h usability... yes
  201. checking readline/readline.h presence... yes
  202. checking for readline/readline.h... yes
  203. checking for dlfcn.h... (cached) yes
  204. checking fcntl.h usability... yes
  205. checking fcntl.h presence... yes
  206. checking for fcntl.h... yes
  207. checking limits.h usability... yes
  208. checking limits.h presence... yes
  209. checking for limits.h... yes
  210. checking locale.h usability... yes
  211. checking locale.h presence... yes
  212. checking for locale.h... yes
  213. checking ltdl.h usability... yes
  214. checking ltdl.h presence... yes
  215. checking for ltdl.h... yes
  216. checking stdarg.h usability... yes
  217. checking stdarg.h presence... yes
  218. checking for stdarg.h... yes
  219. checking for stdlib.h... (cached) yes
  220. checking for string.h... (cached) yes
  221. checking sys/time.h usability... yes
  222. checking sys/time.h presence... yes
  223. checking for sys/time.h... yes
  224. checking for sys/types.h... (cached) yes
  225. checking time.h usability... yes
  226. checking time.h presence... yes
  227. checking for time.h... yes
  228. checking for unistd.h... (cached) yes
  229. checking for an ANSI C-conforming const... yes
  230. checking for inline... inline
  231. checking for off_t... yes
  232. checking for size_t... yes
  233. checking return type of signal handlers... void
  234. checking for nanosleep... yes
  235. checking for poll... yes
  236. checking for usleep... yes
  237. checking for getopt_long... yes
  238. checking for library containing finite... none required
  239. checking which module system will be used... dlopen
  240. configure: creating ./config.status
  241. config.status: creating Makefile
  242. config.status: creating doc/Makefile
  243. config.status: creating doc/gutenprint.dox
  244. config.status: creating doc/gutenprintui2.dox
  245. config.status: creating doc/developer/Makefile
  246. config.status: creating include/Makefile
  247. config.status: creating include/gutenprint/Makefile
  248. config.status: creating include/gutenprintui2/Makefile
  249. config.status: creating include/gutenprint/gutenprint-version.h
  250. config.status: creating man/Makefile
  251. config.status: creating man/cups-calibrate.8
  252. config.status: creating man/cups-genppd.8
  253. config.status: creating man/cups-genppdupdate.8
  254. config.status: creating man/escputil.1
  255. config.status: creating man/ijsgutenprint.1
  256. config.status: creating po/Makefile.in
  257. config.status: creating samples/Makefile
  258. config.status: creating src/Makefile
  259. config.status: creating src/cups/Makefile
  260. config.status: creating src/cups/Info.plist
  261. config.status: creating src/cups/cups-genppdupdate
  262. config.status: creating src/escputil/Makefile
  263. config.status: creating src/foomatic/Makefile
  264. config.status: creating src/foomatic/foomatic-generator
  265. config.status: creating src/foomatic/mk_printerlist
  266. config.status: creating src/testpattern/run-testpattern-2
  267. config.status: creating src/cups/test-rastertogutenprint
  268. config.status: creating src/ghost/Makefile
  269. config.status: creating src/testpattern/Makefile
  270. config.status: creating src/gimp2/Makefile
  271. config.status: creating src/main/Makefile
  272. config.status: creating src/main/gutenprint.pc
  273. config.status: creating src/xml/Makefile
  274. config.status: creating src/xml/escp2/Makefile
  275. config.status: creating src/xml/escp2/media/Makefile
  276. config.status: creating src/xml/escp2/mediasizes/Makefile
  277. config.status: creating src/xml/escp2/model/Makefile
  278. config.status: creating src/xml/escp2/inputslots/Makefile
  279. config.status: creating src/xml/escp2/inks/Makefile
  280. config.status: creating src/xml/escp2/weaves/Makefile
  281. config.status: creating src/xml/escp2/qualitypresets/Makefile
  282. config.status: creating src/gutenprintui2/Makefile
  283. config.status: creating src/gutenprintui2/gutenprintui2.pc
  284. config.status: creating test/Makefile
  285. config.status: creating scripts/Makefile
  286. config.status: creating config.h
  287. config.status: executing depfiles commands
  288. config.status: executing libtool commands
  289. rm: cannot remove `libtoolT': No such file or directory
  290. config.status: executing po-directories commands
  291. config.status: creating po/POTFILES
  292. config.status: creating po/Makefile
  293. config.status: executing default commands
  294.  
  295.  
  296. Configuration Summary:
  297. ------------- --------
  298.  
  299. If you have any problems, please report the information below to
  300.  
  301. ================================================================
  302.  Release: gutenprint 5.2.8 generated on 07 Jun 2012
  303.  
  304.  Features:
  305.    Build CUPS:                                 yes, installing in /opt
  306.        Build CUPS 1.2 enhancements:            yes
  307.        Build CUPS PPD files:                   no
  308.        Generate PS level 3 CUPS PPD files:     no
  309.        Build genppd statically:                no
  310.            ***WARNING: Use of --disable-static-genppd or --disable-static
  311.                        when building CUPS is very dangerous.  The build may
  312.                        fail when building the PPD files, or may *SILENTLY*
  313.                        build incorrect PPD files or cause other problems.
  314.                        Please review the README and release notes carefully!
  315.    Build Ghostscript IJS driver:               no
  316.    Build Foomatic data:                        no
  317.    Build enhanced Print plugin for GIMP:       no
  318.    Build EPSON Stylus utility:                 yes
  319.    Build test programs:                        yes
  320.    Build testpattern generator:                yes
  321.  
  322.  Installation summary:
  323.    Installation prefix:                        /opt
  324.    Exec prefix:                                ${prefix}
  325.    Data directory:                             /opt/share/gutenprint
  326.    Library directory:                          /opt/lib/gutenprint
  327.    XML data directory:                         /opt/share/gutenprint/5.2/xml
  328.    Module directory:                           /opt/lib/gutenprint/5.2/modules
  329.    Install sample images:                      yes
  330.  
  331.  General configuration:
  332.    Compiler options:                           -Disfinite=finite  -O6  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072
  333.    Build static libraries:                     no
  334.    Build shared libraries:                     yes
  335.    Maintainer mode:                            no
  336.    Use i18n:                                   no
  337.    Generate profiling information:             no
  338.    Generate debugging symbols:                 no
  339.    Use modules:                                yes
  340.    Use readline libraries:                     yes, extra arguments: -lncurses
  341.    uname -a output:                            Linux Syno 2.6.32.12 #2228 Thu May 10 02:19:28 CST 2012 armv5tel GNU/Linux
  342. ================================================================
  343.  
  344. *** NOTE: Please review the warnings shown above carefully!
  345.  
  346. VERY IMPORTANT:
  347. If you expect to build the CUPS driver or the enhanced Print plugin for
  348. GIMP, but the output above indicates that that component will not be built,
  349. it almost certainly indicates that development packages required to build
  350. that component are not installed on your system.  Please read the README
  351. file and install the necessary development packages before reporting any
  352. error to the development team.  Depending upon your operating system version,
  353. you may have to install packages from the installation medium or over
  354. the network.
  355.  
  356. Finished configuring.  Please review CAREFULLY the configuration summary above.
  357. Type 'make clean' followed by 'make' to build the package
  358. then 'make install' to install it.
  359. Syno> make
  360. make  all-recursive
  361. make[1]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8'
  362. Making all in include
  363. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/include'
  364. Making all in gutenprint
  365. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/include/gutenprint'
  366. make[3]: Nothing to be done for `all'.
  367. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/include/gutenprint'
  368. Making all in gutenprintui2
  369. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/include/gutenprintui2'
  370. make[3]: Nothing to be done for `all'.
  371. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/include/gutenprintui2'
  372. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/include'
  373. make[3]: Nothing to be done for `all-am'.
  374. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/include'
  375. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/include'
  376. Making all in src
  377. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src'
  378. Making all in main
  379. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/main'
  380. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT array.lo -MD -MP -MF .deps/array.Tpo -c -o array.lo array.c
  381. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.c  -fPIC -DPIC -o .libs/array.o
  382. mv -f .deps/array.Tpo .deps/array.Plo
  383. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT bit-ops.lo -MD -MP -MF .deps/bit-ops.Tpo -c -o bit-ops.lo bit-ops.c
  384. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT bit-ops.lo -MD -MP -MF .deps/bit-ops.Tpo -c bit-ops.c  -fPIC -DPIC -o .libs/bit-ops.o
  385. mv -f .deps/bit-ops.Tpo .deps/bit-ops.Plo
  386. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c -o channel.lo channel.c
  387. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c  -fPIC -DPIC -o .libs/channel.o
  388. mv -f .deps/channel.Tpo .deps/channel.Plo
  389. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT color.lo -MD -MP -MF .deps/color.Tpo -c -o color.lo color.c
  390. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color.lo -MD -MP -MF .deps/color.Tpo -c color.c  -fPIC -DPIC -o .libs/color.o
  391. mv -f .deps/color.Tpo .deps/color.Plo
  392. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c -o curve.lo curve.c
  393. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c curve.c  -fPIC -DPIC -o .libs/curve.o
  394. curve.c: In function 'stp_curve_interpolate_value':
  395. curve.c:1139: warning: passing argument 1 of 'interpolate_point_internal' discards qualifiers from pointer target type
  396. mv -f .deps/curve.Tpo .deps/curve.Plo
  397. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT curve-cache.lo -MD -MP -MF .deps/curve-cache.Tpo -c -o curve-cache.lo curve-cache.c
  398. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve-cache.lo -MD -MP -MF .deps/curve-cache.Tpo -c curve-cache.c  -fPIC -DPIC -o .libs/curve-cache.o
  399. mv -f .deps/curve-cache.Tpo .deps/curve-cache.Plo
  400. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT dither-ed.lo -MD -MP -MF .deps/dither-ed.Tpo -c -o dither-ed.lo dither-ed.c
  401. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ed.lo -MD -MP -MF .deps/dither-ed.Tpo -c dither-ed.c  -fPIC -DPIC -o .libs/dither-ed.o
  402. mv -f .deps/dither-ed.Tpo .deps/dither-ed.Plo
  403. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT dither-eventone.lo -MD -MP -MF .deps/dither-eventone.Tpo -c -o dither-eventone.lo dither-eventone.c
  404. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-eventone.lo -MD -MP -MF .deps/dither-eventone.Tpo -c dither-eventone.c  -fPIC -DPIC -o .libs/dither-eventone.o
  405. mv -f .deps/dither-eventone.Tpo .deps/dither-eventone.Plo
  406. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT dither-inks.lo -MD -MP -MF .deps/dither-inks.Tpo -c -o dither-inks.lo dither-inks.c
  407. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-inks.lo -MD -MP -MF .deps/dither-inks.Tpo -c dither-inks.c  -fPIC -DPIC -o .libs/dither-inks.o
  408. mv -f .deps/dither-inks.Tpo .deps/dither-inks.Plo
  409. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT dither-main.lo -MD -MP -MF .deps/dither-main.Tpo -c -o dither-main.lo dither-main.c
  410. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-main.lo -MD -MP -MF .deps/dither-main.Tpo -c dither-main.c  -fPIC -DPIC -o .libs/dither-main.o
  411. mv -f .deps/dither-main.Tpo .deps/dither-main.Plo
  412. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT dither-ordered.lo -MD -MP -MF .deps/dither-ordered.Tpo -c -o dither-ordered.lo dither-ordered.c
  413. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ordered.lo -MD -MP -MF .deps/dither-ordered.Tpo -c dither-ordered.c  -fPIC -DPIC -o .libs/dither-ordered.o
  414. mv -f .deps/dither-ordered.Tpo .deps/dither-ordered.Plo
  415. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT dither-very-fast.lo -MD -MP -MF .deps/dither-very-fast.Tpo -c -o dither-very-fast.lo dither-very-fast.c
  416. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-very-fast.lo -MD -MP -MF .deps/dither-very-fast.Tpo -c dither-very-fast.c  -fPIC -DPIC -o .libs/dither-very-fast.o
  417. mv -f .deps/dither-very-fast.Tpo .deps/dither-very-fast.Plo
  418. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT dither-predithered.lo -MD -MP -MF .deps/dither-predithered.Tpo -c -o dither-predithered.lo dither-predithered.c
  419. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-predithered.lo -MD -MP -MF .deps/dither-predithered.Tpo -c dither-predithered.c  -fPIC -DPIC -o .libs/dither-predithered.o
  420. mv -f .deps/dither-predithered.Tpo .deps/dither-predithered.Plo
  421. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT generic-options.lo -MD -MP -MF .deps/generic-options.Tpo -c -o generic-options.lo generic-options.c
  422. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT generic-options.lo -MD -MP -MF .deps/generic-options.Tpo -c generic-options.c  -fPIC -DPIC -o .libs/generic-options.o
  423. mv -f .deps/generic-options.Tpo .deps/generic-options.Plo
  424. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT image.lo -MD -MP -MF .deps/image.Tpo -c -o image.lo image.c
  425. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.c  -fPIC -DPIC -o .libs/image.o
  426. mv -f .deps/image.Tpo .deps/image.Plo
  427. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT buffer-image.lo -MD -MP -MF .deps/buffer-image.Tpo -c -o buffer-image.lo buffer-image.c
  428. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT buffer-image.lo -MD -MP -MF .deps/buffer-image.Tpo -c buffer-image.c  -fPIC -DPIC -o .libs/buffer-image.o
  429. mv -f .deps/buffer-image.Tpo .deps/buffer-image.Plo
  430. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT module.lo -MD -MP -MF .deps/module.Tpo -c -o module.lo module.c
  431. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c  -fPIC -DPIC -o .libs/module.o
  432. mv -f .deps/module.Tpo .deps/module.Plo
  433. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT path.lo -MD -MP -MF .deps/path.Tpo -c -o path.lo path.c
  434. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT path.lo -MD -MP -MF .deps/path.Tpo -c path.c  -fPIC -DPIC -o .libs/path.o
  435. mv -f .deps/path.Tpo .deps/path.Plo
  436. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-dither-matrices.lo -MD -MP -MF .deps/print-dither-matrices.Tpo -c -o print-dither-matrices.lo print-dither-matrices.c
  437. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-dither-matrices.lo -MD -MP -MF .deps/print-dither-matrices.Tpo -c print-dither-matrices.c  -fPIC -DPIC -o .libs/print-dither-matrices.o
  438. mv -f .deps/print-dither-matrices.Tpo .deps/print-dither-matrices.Plo
  439. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-list.lo -MD -MP -MF .deps/print-list.Tpo -c -o print-list.lo print-list.c
  440. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-list.lo -MD -MP -MF .deps/print-list.Tpo -c print-list.c  -fPIC -DPIC -o .libs/print-list.o
  441. mv -f .deps/print-list.Tpo .deps/print-list.Plo
  442. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-papers.lo -MD -MP -MF .deps/print-papers.Tpo -c -o print-papers.lo print-papers.c
  443. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-papers.lo -MD -MP -MF .deps/print-papers.Tpo -c print-papers.c  -fPIC -DPIC -o .libs/print-papers.o
  444. mv -f .deps/print-papers.Tpo .deps/print-papers.Plo
  445. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-util.lo -MD -MP -MF .deps/print-util.Tpo -c -o print-util.lo print-util.c
  446. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-util.lo -MD -MP -MF .deps/print-util.Tpo -c print-util.c  -fPIC -DPIC -o .libs/print-util.o
  447. mv -f .deps/print-util.Tpo .deps/print-util.Plo
  448. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-vars.lo -MD -MP -MF .deps/print-vars.Tpo -c -o print-vars.lo print-vars.c
  449. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-vars.lo -MD -MP -MF .deps/print-vars.Tpo -c print-vars.c  -fPIC -DPIC -o .libs/print-vars.o
  450. mv -f .deps/print-vars.Tpo .deps/print-vars.Plo
  451. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-version.lo -MD -MP -MF .deps/print-version.Tpo -c -o print-version.lo print-version.c
  452. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-version.lo -MD -MP -MF .deps/print-version.Tpo -c print-version.c  -fPIC -DPIC -o .libs/print-version.o
  453. mv -f .deps/print-version.Tpo .deps/print-version.Plo
  454. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-weave.lo -MD -MP -MF .deps/print-weave.Tpo -c -o print-weave.lo print-weave.c
  455. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-weave.lo -MD -MP -MF .deps/print-weave.Tpo -c print-weave.c  -fPIC -DPIC -o .libs/print-weave.o
  456. mv -f .deps/print-weave.Tpo .deps/print-weave.Plo
  457. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT printers.lo -MD -MP -MF .deps/printers.Tpo -c -o printers.lo printers.c
  458. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT printers.lo -MD -MP -MF .deps/printers.Tpo -c printers.c  -fPIC -DPIC -o .libs/printers.o
  459. mv -f .deps/printers.Tpo .deps/printers.Plo
  460. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT sequence.lo -MD -MP -MF .deps/sequence.Tpo -c -o sequence.lo sequence.c
  461. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT sequence.lo -MD -MP -MF .deps/sequence.Tpo -c sequence.c  -fPIC -DPIC -o .libs/sequence.o
  462. mv -f .deps/sequence.Tpo .deps/sequence.Plo
  463. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT string-list.lo -MD -MP -MF .deps/string-list.Tpo -c -o string-list.lo string-list.c
  464. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT string-list.lo -MD -MP -MF .deps/string-list.Tpo -c string-list.c  -fPIC -DPIC -o .libs/string-list.o
  465. mv -f .deps/string-list.Tpo .deps/string-list.Plo
  466. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c -o xml.lo xml.c
  467. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c  -fPIC -DPIC -o .libs/xml.o
  468. mv -f .deps/xml.Tpo .deps/xml.Plo
  469. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT mxml-attr.lo -MD -MP -MF .deps/mxml-attr.Tpo -c -o mxml-attr.lo mxml-attr.c
  470. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-attr.lo -MD -MP -MF .deps/mxml-attr.Tpo -c mxml-attr.c  -fPIC -DPIC -o .libs/mxml-attr.o
  471. mv -f .deps/mxml-attr.Tpo .deps/mxml-attr.Plo
  472. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT mxml-file.lo -MD -MP -MF .deps/mxml-file.Tpo -c -o mxml-file.lo mxml-file.c
  473. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-file.lo -MD -MP -MF .deps/mxml-file.Tpo -c mxml-file.c  -fPIC -DPIC -o .libs/mxml-file.o
  474. mv -f .deps/mxml-file.Tpo .deps/mxml-file.Plo
  475. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT mxml-node.lo -MD -MP -MF .deps/mxml-node.Tpo -c -o mxml-node.lo mxml-node.c
  476. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-node.lo -MD -MP -MF .deps/mxml-node.Tpo -c mxml-node.c  -fPIC -DPIC -o .libs/mxml-node.o
  477. mv -f .deps/mxml-node.Tpo .deps/mxml-node.Plo
  478. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT mxml-search.lo -MD -MP -MF .deps/mxml-search.Tpo -c -o mxml-search.lo mxml-search.c
  479. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-search.lo -MD -MP -MF .deps/mxml-search.Tpo -c mxml-search.c  -fPIC -DPIC -o .libs/mxml-search.o
  480. mv -f .deps/mxml-search.Tpo .deps/mxml-search.Plo
  481. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -version-info 3:0:0 -rpath /opt/lib -no-undefined  -o libgutenprint.la -rpath /opt/lib array.lo bit-ops.lo channel.lo color.lo curve.lo curve-cache.lo dither-ed.lo dither-eventone.lo dither-inks.lo dither-main.lo dither-ordered.lo dither-very-fast.lo dither-predithered.lo generic-options.lo image.lo buffer-image.lo module.lo path.lo print-dither-matrices.lo print-list.lo print-papers.lo print-util.lo print-vars.lo print-version.lo print-weave.lo printers.lo sequence.lo string-list.lo xml.lo mxml-attr.lo mxml-file.lo mxml-node.lo mxml-search.lo   -lm -ldl  
  482. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC .libs/libgutenprint.la.lnkscript  -L/opt/lib -lm -ldl  -O6   -Wl,-soname -Wl,libgutenprint.so.3 -o .libs/libgutenprint.so.3.0.0
  483. libtool: link: rm -f .libs/libgutenprint.la.lnkscript
  484. libtool: link: (cd ".libs" && rm -f "libgutenprint.so.3" && ln -s "libgutenprint.so.3.0.0" "libgutenprint.so.3")
  485. libtool: link: (cd ".libs" && rm -f "libgutenprint.so" && ln -s "libgutenprint.so.3.0.0" "libgutenprint.so")
  486. libtool: link: ( cd ".libs" && rm -f "libgutenprint.la" && ln -s "../libgutenprint.la" "libgutenprint.la" )
  487. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-color.lo -MD -MP -MF .deps/print-color.Tpo -c -o print-color.lo print-color.c
  488. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-color.lo -MD -MP -MF .deps/print-color.Tpo -c print-color.c  -fPIC -DPIC -o .libs/print-color.o
  489. mv -f .deps/print-color.Tpo .deps/print-color.Plo
  490. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT color-conversions.lo -MD -MP -MF .deps/color-conversions.Tpo -c -o color-conversions.lo color-conversions.c
  491. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color-conversions.lo -MD -MP -MF .deps/color-conversions.Tpo -c color-conversions.c  -fPIC -DPIC -o .libs/color-conversions.o
  492. color-conversions.c: In function 'color_16_to_color':
  493. color-conversions.c:539: warning: cast increases required alignment of target type
  494. color-conversions.c: In function 'color_16_to_color_fast':
  495. color-conversions.c:631: warning: cast increases required alignment of target type
  496. color-conversions.c: In function 'color_16_to_color_raw':
  497. color-conversions.c:664: warning: cast increases required alignment of target type
  498. color-conversions.c: In function 'gray_16_to_color':
  499. color-conversions.c:732: warning: cast increases required alignment of target type
  500. color-conversions.c: In function 'gray_16_to_color_raw':
  501. color-conversions.c:763: warning: cast increases required alignment of target type
  502. color-conversions.c: In function 'color_16_to_kcmy_threshold':
  503. color-conversions.c:858: warning: cast increases required alignment of target type
  504. color-conversions.c: In function 'cmyk_16_to_kcmy_threshold':
  505. color-conversions.c:905: warning: cast increases required alignment of target type
  506. color-conversions.c: In function 'kcmy_16_to_kcmy_threshold':
  507. color-conversions.c:945: warning: cast increases required alignment of target type
  508. color-conversions.c: In function 'gray_16_to_color_threshold':
  509. color-conversions.c:980: warning: cast increases required alignment of target type
  510. color-conversions.c: In function 'gray_16_to_kcmy_threshold':
  511. color-conversions.c:984: warning: cast increases required alignment of target type
  512. color-conversions.c: In function 'color_16_to_color_threshold':
  513. color-conversions.c:1026: warning: cast increases required alignment of target type
  514. color-conversions.c: In function 'cmyk_16_to_gray_threshold':
  515. color-conversions.c:1064: warning: cast increases required alignment of target type
  516. color-conversions.c: In function 'kcmy_16_to_gray_threshold':
  517. color-conversions.c:1068: warning: cast increases required alignment of target type
  518. color-conversions.c: In function 'color_16_to_gray_threshold':
  519. color-conversions.c:1072: warning: cast increases required alignment of target type
  520. color-conversions.c: In function 'gray_16_to_gray_threshold':
  521. color-conversions.c:1076: warning: cast increases required alignment of target type
  522. color-conversions.c: In function 'cmyk_16_to_color':
  523. color-conversions.c:1126: warning: cast increases required alignment of target type
  524. color-conversions.c: In function 'kcmy_16_to_color':
  525. color-conversions.c:1129: warning: cast increases required alignment of target type
  526. color-conversions.c: In function 'cmyk_16_to_color_threshold':
  527. color-conversions.c:1132: warning: cast increases required alignment of target type
  528. color-conversions.c: In function 'kcmy_16_to_color_threshold':
  529. color-conversions.c:1135: warning: cast increases required alignment of target type
  530. color-conversions.c: In function 'cmyk_16_to_color_fast':
  531. color-conversions.c:1138: warning: cast increases required alignment of target type
  532. color-conversions.c: In function 'kcmy_16_to_color_fast':
  533. color-conversions.c:1141: warning: cast increases required alignment of target type
  534. color-conversions.c: In function 'cmyk_16_to_color_raw':
  535. color-conversions.c:1144: warning: cast increases required alignment of target type
  536. color-conversions.c: In function 'kcmy_16_to_color_raw':
  537. color-conversions.c:1147: warning: cast increases required alignment of target type
  538. color-conversions.c: In function 'cmyk_16_to_kcmy':
  539. color-conversions.c:1192: warning: cast increases required alignment of target type
  540. color-conversions.c: In function 'kcmy_16_to_kcmy':
  541. color-conversions.c:1236: warning: cast increases required alignment of target type
  542. color-conversions.c: In function 'gray_16_to_gray':
  543. color-conversions.c:1281: warning: cast increases required alignment of target type
  544. color-conversions.c: In function 'color_16_to_gray':
  545. color-conversions.c:1337: warning: cast increases required alignment of target type
  546. color-conversions.c: In function 'cmyk_16_to_gray':
  547. color-conversions.c:1398: warning: cast increases required alignment of target type
  548. color-conversions.c: In function 'kcmy_16_to_gray':
  549. color-conversions.c:1458: warning: cast increases required alignment of target type
  550. color-conversions.c: In function 'gray_16_to_gray_raw':
  551. color-conversions.c:1489: warning: cast increases required alignment of target type
  552. color-conversions.c: In function 'color_16_to_gray_raw':
  553. color-conversions.c:1541: warning: cast increases required alignment of target type
  554. color-conversions.c: In function 'color_16_to_gray_noninvert':
  555. color-conversions.c:1544: warning: cast increases required alignment of target type
  556. color-conversions.c: In function 'cmyk_16_to_gray_raw':
  557. color-conversions.c:1601: warning: cast increases required alignment of target type
  558. color-conversions.c: In function 'cmyk_16_to_gray_noninvert':
  559. color-conversions.c:1604: warning: cast increases required alignment of target type
  560. color-conversions.c: In function 'kcmy_16_to_gray_raw':
  561. color-conversions.c:1660: warning: cast increases required alignment of target type
  562. color-conversions.c: In function 'kcmy_16_to_gray_noninvert':
  563. color-conversions.c:1663: warning: cast increases required alignment of target type
  564. color-conversions.c: In function 'cmyk_16_to_kcmy_raw':
  565. color-conversions.c:1697: warning: cast increases required alignment of target type
  566. color-conversions.c: In function 'kcmy_16_to_kcmy_raw':
  567. color-conversions.c:1731: warning: cast increases required alignment of target type
  568. color-conversions.c: In function 'raw_16_to_raw_threshold':
  569. color-conversions.c:1841: warning: cast increases required alignment of target type
  570. color-conversions.c: In function 'raw_16_to_raw':
  571. color-conversions.c:1885: warning: cast increases required alignment of target type
  572. color-conversions.c: In function 'raw_16_to_raw_raw':
  573. color-conversions.c:1921: warning: cast increases required alignment of target type
  574. mv -f .deps/color-conversions.Tpo .deps/color-conversions.Plo
  575. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o color-traditional.la -rpath /opt/lib/gutenprint/5.2/modules print-color.lo color-conversions.lo  
  576. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-color.o .libs/color-conversions.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,color-traditional.so -o .libs/color-traditional.so
  577. libtool: link: ( cd ".libs" && rm -f "color-traditional.la" && ln -s "../color-traditional.la" "color-traditional.la" )
  578. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-canon.lo -MD -MP -MF .deps/print-canon.Tpo -c -o print-canon.lo print-canon.c
  579. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-canon.lo -MD -MP -MF .deps/print-canon.Tpo -c print-canon.c  -fPIC -DPIC -o .libs/print-canon.o
  580. mv -f .deps/print-canon.Tpo .deps/print-canon.Plo
  581. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o print-canon.la -rpath /opt/lib/gutenprint/5.2/modules print-canon.lo  
  582. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-canon.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,print-canon.so -o .libs/print-canon.so
  583. libtool: link: ( cd ".libs" && rm -f "print-canon.la" && ln -s "../print-canon.la" "print-canon.la" )
  584. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-escp2.lo -MD -MP -MF .deps/print-escp2.Tpo -c -o print-escp2.lo print-escp2.c
  585. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2.lo -MD -MP -MF .deps/print-escp2.Tpo -c print-escp2.c  -fPIC -DPIC -o .libs/print-escp2.o
  586. print-escp2.c:1267: warning: 'escp2_density_by_res' defined but not used
  587. print-escp2.c:1279: warning: 'escp2_bits_by_res' defined but not used
  588. print-escp2.c: In function 'setup_page':
  589. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  590. print-escp2.c:4065: warning: called from here
  591. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  592. print-escp2.c:4079: warning: called from here
  593. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  594. print-escp2.c:4086: warning: called from here
  595. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  596. print-escp2.c:4154: warning: called from here
  597. print-escp2.c: In function 'setup_head_parameters':
  598. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  599. print-escp2.c:3866: warning: called from here
  600. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  601. print-escp2.c:3643: warning: called from here
  602. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  603. print-escp2.c:3648: warning: called from here
  604. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  605. print-escp2.c:3989: warning: called from here
  606. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  607. print-escp2.c:3995: warning: called from here
  608. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  609. print-escp2.c:4001: warning: called from here
  610. print-escp2.c: In function 'escp2_do_print':
  611. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  612. print-escp2.c:3669: warning: called from here
  613. print-escp2.c:1062: warning: inlining failed in call to 'escp2_max_hres': --param large-function-growth limit reached
  614. print-escp2.c:3840: warning: called from here
  615. print-escp2.c:1062: warning: inlining failed in call to 'escp2_max_hres': --param large-function-growth limit reached
  616. print-escp2.c:3840: warning: called from here
  617. print-escp2.c:1092: warning: inlining failed in call to 'escp2_base_separation': --param large-function-growth limit reached
  618. print-escp2.c:4328: warning: called from here
  619. mv -f .deps/print-escp2.Tpo .deps/print-escp2.Plo
  620. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT escp2-driver.lo -MD -MP -MF .deps/escp2-driver.Tpo -c -o escp2-driver.lo escp2-driver.c
  621. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-driver.lo -MD -MP -MF .deps/escp2-driver.Tpo -c escp2-driver.c  -fPIC -DPIC -o .libs/escp2-driver.o
  622. mv -f .deps/escp2-driver.Tpo .deps/escp2-driver.Plo
  623. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-escp2-data.lo -MD -MP -MF .deps/print-escp2-data.Tpo -c -o print-escp2-data.lo print-escp2-data.c
  624. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2-data.lo -MD -MP -MF .deps/print-escp2-data.Tpo -c print-escp2-data.c  -fPIC -DPIC -o .libs/print-escp2-data.o
  625. mv -f .deps/print-escp2-data.Tpo .deps/print-escp2-data.Plo
  626. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT escp2-channels.lo -MD -MP -MF .deps/escp2-channels.Tpo -c -o escp2-channels.lo escp2-channels.c
  627. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-channels.lo -MD -MP -MF .deps/escp2-channels.Tpo -c escp2-channels.c  -fPIC -DPIC -o .libs/escp2-channels.o
  628. mv -f .deps/escp2-channels.Tpo .deps/escp2-channels.Plo
  629. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT escp2-papers.lo -MD -MP -MF .deps/escp2-papers.Tpo -c -o escp2-papers.lo escp2-papers.c
  630. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-papers.lo -MD -MP -MF .deps/escp2-papers.Tpo -c escp2-papers.c  -fPIC -DPIC -o .libs/escp2-papers.o
  631. mv -f .deps/escp2-papers.Tpo .deps/escp2-papers.Plo
  632. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT escp2-resolutions.lo -MD -MP -MF .deps/escp2-resolutions.Tpo -c -o escp2-resolutions.lo escp2-resolutions.c
  633. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-resolutions.lo -MD -MP -MF .deps/escp2-resolutions.Tpo -c escp2-resolutions.c  -fPIC -DPIC -o .libs/escp2-resolutions.o
  634. mv -f .deps/escp2-resolutions.Tpo .deps/escp2-resolutions.Plo
  635. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o print-escp2.la -rpath /opt/lib/gutenprint/5.2/modules print-escp2.lo escp2-driver.lo print-escp2-data.lo escp2-channels.lo escp2-papers.lo escp2-resolutions.lo  
  636. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-escp2.o .libs/escp2-driver.o .libs/print-escp2-data.o .libs/escp2-channels.o .libs/escp2-papers.o .libs/escp2-resolutions.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,print-escp2.so -o .libs/print-escp2.so
  637. libtool: link: ( cd ".libs" && rm -f "print-escp2.la" && ln -s "../print-escp2.la" "print-escp2.la" )
  638. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-lexmark.lo -MD -MP -MF .deps/print-lexmark.Tpo -c -o print-lexmark.lo print-lexmark.c
  639. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-lexmark.lo -MD -MP -MF .deps/print-lexmark.Tpo -c print-lexmark.c  -fPIC -DPIC -o .libs/print-lexmark.o
  640. mv -f .deps/print-lexmark.Tpo .deps/print-lexmark.Plo
  641. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o print-lexmark.la -rpath /opt/lib/gutenprint/5.2/modules print-lexmark.lo  
  642. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-lexmark.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,print-lexmark.so -o .libs/print-lexmark.so
  643. libtool: link: ( cd ".libs" && rm -f "print-lexmark.la" && ln -s "../print-lexmark.la" "print-lexmark.la" )
  644. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-pcl.lo -MD -MP -MF .deps/print-pcl.Tpo -c -o print-pcl.lo print-pcl.c
  645. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-pcl.lo -MD -MP -MF .deps/print-pcl.Tpo -c print-pcl.c  -fPIC -DPIC -o .libs/print-pcl.o
  646. mv -f .deps/print-pcl.Tpo .deps/print-pcl.Plo
  647. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o print-pcl.la -rpath /opt/lib/gutenprint/5.2/modules print-pcl.lo  
  648. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-pcl.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,print-pcl.so -o .libs/print-pcl.so
  649. libtool: link: ( cd ".libs" && rm -f "print-pcl.la" && ln -s "../print-pcl.la" "print-pcl.la" )
  650. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-ps.lo -MD -MP -MF .deps/print-ps.Tpo -c -o print-ps.lo print-ps.c
  651. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-ps.lo -MD -MP -MF .deps/print-ps.Tpo -c print-ps.c  -fPIC -DPIC -o .libs/print-ps.o
  652. mv -f .deps/print-ps.Tpo .deps/print-ps.Plo
  653. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT xmlppd.lo -MD -MP -MF .deps/xmlppd.Tpo -c -o xmlppd.lo xmlppd.c
  654. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xmlppd.lo -MD -MP -MF .deps/xmlppd.Tpo -c xmlppd.c  -fPIC -DPIC -o .libs/xmlppd.o
  655. mv -f .deps/xmlppd.Tpo .deps/xmlppd.Plo
  656. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o print-ps.la -rpath /opt/lib/gutenprint/5.2/modules print-ps.lo xmlppd.lo  
  657. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-ps.o .libs/xmlppd.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,print-ps.so -o .libs/print-ps.so
  658. libtool: link: ( cd ".libs" && rm -f "print-ps.la" && ln -s "../print-ps.la" "print-ps.la" )
  659. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-olympus.lo -MD -MP -MF .deps/print-olympus.Tpo -c -o print-olympus.lo print-olympus.c
  660. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-olympus.lo -MD -MP -MF .deps/print-olympus.Tpo -c print-olympus.c  -fPIC -DPIC -o .libs/print-olympus.o
  661. mv -f .deps/print-olympus.Tpo .deps/print-olympus.Plo
  662. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o print-dyesub.la -rpath /opt/lib/gutenprint/5.2/modules print-olympus.lo  
  663. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-olympus.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,print-dyesub.so -o .libs/print-dyesub.so
  664. libtool: link: ( cd ".libs" && rm -f "print-dyesub.la" && ln -s "../print-dyesub.la" "print-dyesub.la" )
  665. /opt/bin/bash ../../libtool --tag=CC   --mode=compile /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT print-raw.lo -MD -MP -MF .deps/print-raw.Tpo -c -o print-raw.lo print-raw.c
  666. libtool: compile:  /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-raw.lo -MD -MP -MF .deps/print-raw.Tpo -c print-raw.c  -fPIC -DPIC -o .libs/print-raw.o
  667. mv -f .deps/print-raw.Tpo .deps/print-raw.Plo
  668. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6 -module -avoid-version  -o print-raw.la -rpath /opt/lib/gutenprint/5.2/modules print-raw.lo  
  669. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -shared  -fPIC -DPIC  .libs/print-raw.o   -L/opt/lib -lm  -O6   -Wl,-soname -Wl,print-raw.so -o .libs/print-raw.so
  670. libtool: link: ( cd ".libs" && rm -f "print-raw.la" && ln -s "../print-raw.la" "print-raw.la" )
  671. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/main'
  672. Making all in xml
  673. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml'
  674. Making all in escp2
  675. make[4]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2'
  676. Making all in inks
  677. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/inks'
  678. rm -f xml-stamp xml-stamp.tmp
  679. touch xml-stamp.tmp
  680. for f in artisan.xml b500.xml c120.xml c64.xml c80.xml c82.xml claria.xml cmy.xml cmykrb.xml cmykro.xml cx3650.xml defaultblack.xml f360.xml f360_photo.xml f360_photo7_japan.xml f360_ultrachrome.xml f360_ultrachrome_k3.xml f360_ultrachrome_k3v.xml f360_ultrachrome_k3v_2.xml nx100.xml photo_gen0.xml photo_gen1.xml photo_gen2.xml photo_gen3.xml photo_gen3_4.xml photo_gen4.xml photo_pigment.xml picturemate_4.xml picturemate_6.xml pro_gen1.xml pro_gen2.xml pro_pigment.xml pro_ultrachrome.xml pro_ultrachrome_k3.xml pro_ultrachrome_k34.xml pro_ultrachrome_k3v.xml pro_ultrachrome_k3v4.xml standard.xml standard_gen0.xml ultrachrome.xml wf40.xml wf500.xml x80.xml ; do echo $f >> xml-stamp.tmp; done
  681. mv xml-stamp.tmp xml-stamp
  682. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/inks'
  683. Making all in inputslots
  684. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/inputslots'
  685. rm -f xml-stamp xml-stamp.tmp
  686. touch xml-stamp.tmp
  687. for f in artisan.xml b500.xml cd.xml cd_cutter_roll_feed.xml cd_roll_feed.xml cutter_roll_feed.xml default.xml pro3880.xml pro_roll_feed.xml pro_cutter_roll_feed.xml r1800.xml r2400.xml r2880.xml rx680.xml rx700.xml spro5000.xml standard_roll_feed.xml ; do echo $f >> xml-stamp.tmp; done
  688. mv xml-stamp.tmp xml-stamp
  689. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/inputslots'
  690. Making all in model
  691. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/model'
  692. rm -f xml-stamp xml-stamp.tmp
  693. touch xml-stamp.tmp
  694. for f in model_0.xml model_1.xml model_2.xml model_3.xml model_4.xml model_5.xml model_6.xml model_7.xml model_8.xml model_9.xml model_10.xml model_11.xml model_12.xml model_13.xml model_14.xml model_15.xml model_16.xml model_17.xml model_18.xml model_19.xml model_20.xml model_21.xml model_22.xml model_23.xml model_24.xml model_25.xml model_26.xml model_27.xml model_28.xml model_29.xml model_30.xml model_31.xml model_32.xml model_33.xml model_34.xml model_35.xml model_36.xml model_37.xml model_38.xml model_39.xml model_40.xml model_41.xml model_42.xml model_43.xml model_44.xml model_45.xml model_46.xml model_47.xml model_48.xml model_49.xml model_50.xml model_51.xml model_52.xml model_53.xml model_54.xml model_55.xml model_56.xml model_57.xml model_58.xml model_59.xml model_60.xml model_61.xml model_62.xml model_63.xml model_64.xml model_65.xml model_66.xml model_67.xml model_68.xml model_69.xml model_70.xml model_71.xml model_72.xml model_73.xml model_74.xml model_75.xml model_76.xml model_77.xml model_78.xml model_79.xml model_80.xml model_81.xml model_82.xml model_83.xml model_84.xml model_85.xml model_86.xml model_87.xml model_88.xml model_89.xml model_90.xml model_91.xml model_92.xml model_93.xml model_94.xml model_95.xml model_96.xml model_97.xml model_98.xml model_99.xml model_100.xml model_101.xml model_102.xml model_103.xml model_104.xml model_105.xml model_106.xml model_107.xml model_108.xml model_109.xml model_110.xml model_111.xml model_112.xml model_113.xml model_114.xml model_115.xml model_116.xml model_117.xml ; do echo $f >> xml-stamp.tmp; done
  695. mv xml-stamp.tmp xml-stamp
  696. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/model'
  697. Making all in media
  698. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/media'
  699. rm -f xml-stamp xml-stamp.tmp
  700. touch xml-stamp.tmp
  701. for f in artisan.xml b500.xml c120.xml c64.xml c80.xml c82.xml claria.xml claria1400.xml cmy.xml cmykrb.xml cmykro.xml cx3650.xml f360.xml f360_photo.xml f360_photo7_japan.xml f360_ultrachrome.xml f360_ultrachrome_k3.xml f360_ultrachrome_k3v.xml nx100.xml photo_gen0.xml photo_gen1.xml photo_gen2.xml photo_gen3.xml photo_gen3_4.xml photo_gen4.xml photo_pigment.xml picturemate_4.xml picturemate_6.xml pro3880_ultrachrome_k3v.xml pro_gen1.xml pro_gen2.xml pro_pigment.xml pro_ultrachrome.xml pro_ultrachrome_k3.xml pro_ultrachrome_k3v.xml r800.xml standard.xml standard_gen0.xml ultrachrome.xml wf500.xml x80.xml ; do echo $f >> xml-stamp.tmp; done
  702. mv xml-stamp.tmp xml-stamp
  703. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/media'
  704. Making all in mediasizes
  705. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/mediasizes'
  706. rm -f xml-stamp xml-stamp.tmp
  707. touch xml-stamp.tmp
  708. for f in standard.xml ; do echo $f >> xml-stamp.tmp; done
  709. mv xml-stamp.tmp xml-stamp
  710. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/mediasizes'
  711. Making all in qualitypresets
  712. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/qualitypresets'
  713. rm -f xml-stamp xml-stamp.tmp
  714. touch xml-stamp.tmp
  715. for f in p1_5.xml picturemate.xml prox900.xml standard.xml v2880.xml wf40.xml ; do echo $f >> xml-stamp.tmp; done
  716. mv xml-stamp.tmp xml-stamp
  717. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/qualitypresets'
  718. Making all in weaves
  719. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/weaves'
  720. rm -f xml-stamp xml-stamp.tmp
  721. touch xml-stamp.tmp
  722. for f in pro7000.xml pro7500.xml pro7600.xml standard.xml ; do echo $f >> xml-stamp.tmp; done
  723. mv xml-stamp.tmp xml-stamp
  724. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2/weaves'
  725. make[5]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2'
  726. rm -f xml-stamp xml-stamp.tmp
  727. touch xml-stamp.tmp
  728. sed 's;^;media/;' media/xml-stamp >> xml-stamp.tmp
  729. sed 's;^;model/;' model/xml-stamp >> xml-stamp.tmp
  730. sed 's;^;inputslots/;' inputslots/xml-stamp >> xml-stamp.tmp
  731. sed 's;^;inks/;' inks/xml-stamp >> xml-stamp.tmp
  732. sed 's;^;mediasizes/;' mediasizes/xml-stamp >> xml-stamp.tmp
  733. sed 's;^;weaves/;' weaves/xml-stamp >> xml-stamp.tmp
  734. sed 's;^;qualitypresets/;' qualitypresets/xml-stamp >> xml-stamp.tmp
  735. mv xml-stamp.tmp xml-stamp
  736. make[5]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2'
  737. make[4]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml/escp2'
  738. make[4]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml'
  739. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT extract-strings.o -MD -MP -MF .deps/extract-strings.Tpo -c -o extract-strings.o extract-strings.c
  740. mv -f .deps/extract-strings.Tpo .deps/extract-strings.Po
  741. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o extract-strings extract-strings.o ../../src/main/libgutenprint.la  
  742. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/extract-strings extract-strings.o  -L/opt/lib ../../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  743. rm -f xml-stamp xml-stamp.tmp
  744. touch xml-stamp.tmp
  745. sed 's;^;escp2/;' escp2/xml-stamp >> xml-stamp.tmp
  746. for f in dither-matrix-1x1.xml dither-matrix-2x1.xml dither-matrix-4x1.xml papers.xml printers.xml ; do echo $f >> xml-stamp.tmp; done
  747. mv xml-stamp.tmp xml-stamp
  748. rm -f xmli18n-tmp.h xmli18n-tmp.h.tmp
  749. ./extract-strings `cat xml-stamp | sed -e 's;^;./;'` > xmli18n-tmp.h.tmp
  750. mv xmli18n-tmp.h.tmp xmli18n-tmp.h
  751. make[4]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml'
  752. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/xml'
  753. Making all in gutenprintui2
  754. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/gutenprintui2'
  755. make[3]: Nothing to be done for `all'.
  756. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/gutenprintui2'
  757. Making all in escputil
  758. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/escputil'
  759. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT d4lib.o -MD -MP -MF .deps/d4lib.Tpo -c -o d4lib.o d4lib.c
  760. d4lib.c:1387: warning: 'clearSndBuf' defined but not used
  761. mv -f .deps/d4lib.Tpo .deps/d4lib.Po
  762. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT escputil.o -MD -MP -MF .deps/escputil.Tpo -c -o escputil.o escputil.c
  763. escputil.c: In function 'main':
  764. escputil.c:299: warning: unused variable 'locale'
  765. escputil.c: In function 'do_align_help':
  766. escputil.c:1914: warning: format not a string literal, argument types not checked
  767. escputil.c:1916: warning: format not a string literal, argument types not checked
  768. escputil.c: In function 'do_align':
  769. escputil.c:2088: warning: format not a string literal, argument types not checked
  770. mv -f .deps/escputil.Tpo .deps/escputil.Po
  771. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o escputil d4lib.o escputil.o ../../src/main/libgutenprint.la -lreadline -lncurses  
  772. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/escputil d4lib.o escputil.o  -L/opt/lib ../../src/main/.libs/libgutenprint.so -lm -ldl -lreadline -lncurses -Wl,-rpath -Wl,/opt/lib
  773. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/escputil'
  774. Making all in gimp2
  775. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/gimp2'
  776. make[3]: Nothing to be done for `all'.
  777. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/gimp2'
  778. Making all in cups
  779. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/cups'
  780. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT cups-calibrate.o -MD -MP -MF .deps/cups-calibrate.Tpo -c -o cups-calibrate.o cups-calibrate.c
  781. mv -f .deps/cups-calibrate.Tpo .deps/cups-calibrate.Po
  782. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o cups-calibrate cups-calibrate.o -lm  
  783. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o cups-calibrate cups-calibrate.o  -L/opt/lib -lm
  784. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072  -DCUPS_DRIVER_INTERFACE -DALL_LINGUAS='"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW"'   -Disfinite=finite  -O6 -MT gutenprint_5_2-genppd.o -MD -MP -MF .deps/gutenprint_5_2-genppd.Tpo -c -o gutenprint_5_2-genppd.o `test -f 'genppd.c' || echo './'`genppd.c
  785. genppd.c: In function 'print_one_option':
  786. genppd.c:1578: warning: format not a string literal, argument types not checked
  787. genppd.c:1578: warning: format not a string literal, argument types not checked
  788. genppd.c: In function 'print_one_localization':
  789. genppd.c:1723: warning: format not a string literal, argument types not checked
  790. genppd.c:1723: warning: format not a string literal, argument types not checked
  791. mv -f .deps/gutenprint_5_2-genppd.Tpo .deps/gutenprint_5_2-genppd.Po
  792. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072  -DCUPS_DRIVER_INTERFACE -DALL_LINGUAS='"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW"'   -Disfinite=finite  -O6 -MT gutenprint_5_2-i18n.o -MD -MP -MF .deps/gutenprint_5_2-i18n.Tpo -c -o gutenprint_5_2-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
  793. mv -f .deps/gutenprint_5_2-i18n.Tpo .deps/gutenprint_5_2-i18n.Po
  794. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DCUPS_DRIVER_INTERFACE -DALL_LINGUAS='"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW"'   -Disfinite=finite  -O6   -o gutenprint.5.2 gutenprint_5_2-genppd.o gutenprint_5_2-i18n.o -Wl,-rpath,/opt/lib -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lm -lcrypt ../../src/main/libgutenprint.la  
  795. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -DCUPS_DRIVER_INTERFACE "-DALL_LINGUAS=\"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW\"" -Disfinite=finite -O6 -o .libs/gutenprint.5.2 gutenprint_5_2-genppd.o gutenprint_5_2-i18n.o -Wl,-rpath -Wl,/opt/lib  -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lcrypt ../../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  796. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT rastertoprinter.o -MD -MP -MF .deps/rastertoprinter.Tpo -c -o rastertoprinter.o rastertoprinter.c
  797. mv -f .deps/rastertoprinter.Tpo .deps/rastertoprinter.Po
  798. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT i18n.o -MD -MP -MF .deps/i18n.Tpo -c -o i18n.o i18n.c
  799. mv -f .deps/i18n.Tpo .deps/i18n.Po
  800. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o rastertogutenprint.5.2 rastertoprinter.o i18n.o -Wl,-rpath,/opt/lib -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lm -lcrypt ../../src/main/libgutenprint.la  
  801. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/rastertogutenprint.5.2 rastertoprinter.o i18n.o -Wl,-rpath -Wl,/opt/lib  -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lcrypt ../../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  802. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT commandtoepson.o -MD -MP -MF .deps/commandtoepson.Tpo -c -o commandtoepson.o commandtoepson.c
  803. mv -f .deps/commandtoepson.Tpo .deps/commandtoepson.Po
  804. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o commandtoepson commandtoepson.o -Wl,-rpath,/opt/lib -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lm -lcrypt  
  805. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o commandtoepson commandtoepson.o -Wl,-rpath -Wl,/opt/lib  -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lm -lcrypt
  806. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT commandtocanon.o -MD -MP -MF .deps/commandtocanon.Tpo -c -o commandtocanon.o commandtocanon.c
  807. mv -f .deps/commandtocanon.Tpo .deps/commandtocanon.Po
  808. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o commandtocanon commandtocanon.o -Wl,-rpath,/opt/lib -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lm -lcrypt  
  809. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o commandtocanon commandtocanon.o -Wl,-rpath -Wl,/opt/lib  -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lm -lcrypt
  810. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072  -DALL_LINGUAS='"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW"'   -Disfinite=finite  -O6 -MT cups_genppd_5_2-genppd.o -MD -MP -MF .deps/cups_genppd_5_2-genppd.Tpo -c -o cups_genppd_5_2-genppd.o `test -f 'genppd.c' || echo './'`genppd.c
  811. genppd.c: In function 'print_one_option':
  812. genppd.c:1578: warning: format not a string literal, argument types not checked
  813. genppd.c:1578: warning: format not a string literal, argument types not checked
  814. genppd.c: In function 'print_one_localization':
  815. genppd.c:1723: warning: format not a string literal, argument types not checked
  816. genppd.c:1723: warning: format not a string literal, argument types not checked
  817. mv -f .deps/cups_genppd_5_2-genppd.Tpo .deps/cups_genppd_5_2-genppd.Po
  818. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -I/opt/include -DBASE_VERSION=\"5.2.8\" -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072  -DALL_LINGUAS='"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW"'   -Disfinite=finite  -O6 -MT cups_genppd_5_2-i18n.o -MD -MP -MF .deps/cups_genppd_5_2-i18n.Tpo -c -o cups_genppd_5_2-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
  819. mv -f .deps/cups_genppd_5_2-i18n.Tpo .deps/cups_genppd_5_2-i18n.Po
  820. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DALL_LINGUAS='"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW"'   -Disfinite=finite  -O6   -o cups-genppd.5.2 cups_genppd_5_2-genppd.o cups_genppd_5_2-i18n.o -Wl,-rpath,/opt/lib -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lz -lpthread -lm -lcrypt -lz ../../src/main/libgutenprint.la  
  821. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include "-DALL_LINGUAS=\"cs da de el en_GB es fi fr gl hu it ja nb nl pl pt ru sk sl sv uk zh_CN zh_TW\"" -Disfinite=finite -O6 -o .libs/cups-genppd.5.2 cups_genppd_5_2-genppd.o cups_genppd_5_2-i18n.o -Wl,-rpath -Wl,/opt/lib  -L/opt/lib -lcupsimage -lcups -lssl -lcrypto -lpthread -lcrypt -lz ../../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  822. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/cups'
  823. Making all in foomatic
  824. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/foomatic'
  825. make[3]: Nothing to be done for `all'.
  826. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/foomatic'
  827. Making all in ghost
  828. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/ghost'
  829. make[3]: Nothing to be done for `all'.
  830. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/ghost'
  831. Making all in testpattern
  832. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/testpattern'
  833. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT testpatterny.o -MD -MP -MF .deps/testpatterny.Tpo -c -o testpatterny.o testpatterny.c
  834. mv -f .deps/testpatterny.Tpo .deps/testpatterny.Po
  835. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT testpattern.o -MD -MP -MF .deps/testpattern.Tpo -c -o testpattern.o testpattern.c
  836. testpattern.c: In function 'fill_black_16':
  837. testpattern.c:652: warning: cast increases required alignment of target type
  838. testpattern.c: In function 'fill_white_16':
  839. testpattern.c:735: warning: cast increases required alignment of target type
  840. testpattern.c: In function 'fill_grid_16':
  841. testpattern.c:789: warning: cast increases required alignment of target type
  842. testpattern.c: In function 'fill_colors_extended_16':
  843. testpattern.c:905: warning: cast increases required alignment of target type
  844. testpattern.c: In function 'fill_colors_16':
  845. testpattern.c:1040: warning: cast increases required alignment of target type
  846. mv -f .deps/testpattern.Tpo .deps/testpattern.Po
  847. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT testpatternl.o -MD -MP -MF .deps/testpatternl.Tpo -c -o testpatternl.o testpatternl.c
  848. testpatternl.c:1676: warning: 'yyunput' defined but not used
  849. mv -f .deps/testpatternl.Tpo .deps/testpatternl.Po
  850. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o testpattern testpattern.o testpatterny.o testpatternl.o ../../src/main/libgutenprint.la  
  851. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/testpattern testpattern.o testpatterny.o testpatternl.o  -L/opt/lib ../../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  852. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT printers.o -MD -MP -MF .deps/printers.Tpo -c -o printers.o printers.c
  853. mv -f .deps/printers.Tpo .deps/printers.Po
  854. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o printers printers.o ../../src/main/libgutenprint.la  
  855. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/printers printers.o  -L/opt/lib ../../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  856. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT printer_options.o -MD -MP -MF .deps/printer_options.Tpo -c -o printer_options.o printer_options.c
  857. mv -f .deps/printer_options.Tpo .deps/printer_options.Po
  858. /opt/bin/bash ../../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o printer_options printer_options.o ../../src/main/libgutenprint.la  
  859. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/printer_options printer_options.o  -L/opt/lib ../../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  860. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src/testpattern'
  861. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/src'
  862. make[3]: Nothing to be done for `all-am'.
  863. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src'
  864. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/src'
  865. Making all in samples
  866. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/samples'
  867. make[2]: Nothing to be done for `all'.
  868. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/samples'
  869. Making all in test
  870. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/test'
  871. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT testdither.o -MD -MP -MF .deps/testdither.Tpo -c -o testdither.o testdither.c
  872. mv -f .deps/testdither.Tpo .deps/testdither.Po
  873. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o testdither testdither.o ../src/main/libgutenprint.la  
  874. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/testdither testdither.o  -L/opt/lib ../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  875. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT escp2-weavetest.o -MD -MP -MF .deps/escp2-weavetest.Tpo -c -o escp2-weavetest.o escp2-weavetest.c
  876. mv -f .deps/escp2-weavetest.Tpo .deps/escp2-weavetest.Po
  877. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o escp2-weavetest escp2-weavetest.o ../src/main/libgutenprint.la  
  878. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/escp2-weavetest escp2-weavetest.o  -L/opt/lib ../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  879. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT unprint.o -MD -MP -MF .deps/unprint.Tpo -c -o unprint.o unprint.c
  880. unprint.c: In function 'find_white':
  881. unprint.c:545: warning: cast increases required alignment of target type
  882. unprint.c:583: warning: cast increases required alignment of target type
  883. mv -f .deps/unprint.Tpo .deps/unprint.Po
  884. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o unprint unprint.o ../src/main/libgutenprint.la  
  885. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/unprint unprint.o  -L/opt/lib ../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  886. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT pcl-unprint.o -MD -MP -MF .deps/pcl-unprint.Tpo -c -o pcl-unprint.o pcl-unprint.c
  887. mv -f .deps/pcl-unprint.Tpo .deps/pcl-unprint.Po
  888. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o pcl-unprint pcl-unprint.o ../src/main/libgutenprint.la  
  889. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/pcl-unprint pcl-unprint.o  -L/opt/lib ../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  890. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT bjc-unprint.o -MD -MP -MF .deps/bjc-unprint.Tpo -c -o bjc-unprint.o bjc-unprint.c
  891. bjc-unprint.c: In function 'rle_info':
  892. bjc-unprint.c:133: warning: comparison is always false due to limited range of data type
  893. bjc-unprint.c: In function 'rle_decode':
  894. bjc-unprint.c:170: warning: comparison is always false due to limited range of data type
  895. bjc-unprint.c: In function 'main':
  896. bjc-unprint.c:457: warning: 'ymax' may be used uninitialized in this function
  897. bjc-unprint.c:457: warning: 'ymin' may be used uninitialized in this function
  898. bjc-unprint.c:456: warning: 'xmax' may be used uninitialized in this function
  899. bjc-unprint.c:456: warning: 'xmin' may be used uninitialized in this function
  900. mv -f .deps/bjc-unprint.Tpo .deps/bjc-unprint.Po
  901. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o bjc-unprint bjc-unprint.o ../src/main/libgutenprint.la  
  902. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/bjc-unprint bjc-unprint.o  -L/opt/lib ../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  903. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT curve.o -MD -MP -MF .deps/curve.Tpo -c -o curve.o curve.c
  904. mv -f .deps/curve.Tpo .deps/curve.Po
  905. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o curve curve.o ../src/main/libgutenprint.la  
  906. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/curve curve.o  -L/opt/lib ../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  907. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT xml-curve.o -MD -MP -MF .deps/xml-curve.Tpo -c -o xml-curve.o xml-curve.c
  908. mv -f .deps/xml-curve.Tpo .deps/xml-curve.Po
  909. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o xml-curve xml-curve.o ../src/main/libgutenprint.la  
  910. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o .libs/xml-curve xml-curve.o  -L/opt/lib ../src/main/.libs/libgutenprint.so -lm -ldl -Wl,-rpath -Wl,/opt/lib
  911. /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -I../src/main  -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072   -Disfinite=finite  -O6 -MT pixma_parse.o -MD -MP -MF .deps/pixma_parse.Tpo -c -o pixma_parse.o pixma_parse.c
  912. In file included from pixma_parse.c:31:
  913. pixma_parse.h: In function 'put_bits':
  914. pixma_parse.h:77: warning: cast increases required alignment of target type
  915. pixma_parse.h: In function 'init_get_bits':
  916. pixma_parse.h:182: warning: cast increases required alignment of target type
  917. pixma_parse.c: In function 'write_line':
  918. pixma_parse.c:302: warning: unused variable 'T'
  919. pixma_parse.c:301: warning: unused variable 'S'
  920. pixma_parse.c:300: warning: unused variable 'R'
  921. pixma_parse.c:299: warning: unused variable 'Q'
  922. pixma_parse.c:298: warning: unused variable 'P'
  923. pixma_parse.c: In function 'write_ppm':
  924. pixma_parse.c:426: warning: suggest parentheses around + or - inside shift
  925. pixma_parse.c:430: warning: suggest parentheses around + or - inside shift
  926. mv -f .deps/pixma_parse.Tpo .deps/pixma_parse.Po
  927. /opt/bin/bash ../libtool --tag=CC   --mode=link /opt/bin/gcc -std=gnu99 -I/opt/include -L/opt/lib -lm  -Disfinite=finite  -O6   -o pixma_parse pixma_parse.o  
  928. libtool: link: /opt/bin/gcc -std=gnu99 -I/opt/include -Disfinite=finite -O6 -o pixma_parse pixma_parse.o  -L/opt/lib -lm
  929. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/test'
  930. Making all in po
  931. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/po'
  932. make[2]: Nothing to be done for `all'.
  933. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/po'
  934. Making all in man
  935. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/man'
  936. make[2]: Nothing to be done for `all'.
  937. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/man'
  938. Making all in doc
  939. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/doc'
  940. Making all in developer
  941. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/doc/developer'
  942. make[3]: Nothing to be done for `all'.
  943. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/doc/developer'
  944. make[3]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/doc'
  945. make[3]: Nothing to be done for `all-am'.
  946. make[3]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/doc'
  947. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/doc'
  948. Making all in scripts
  949. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8/scripts'
  950. make[2]: Nothing to be done for `all'.
  951. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8/scripts'
  952. make[2]: Entering directory `/volume1/Daten/Linux/gutenprint-5.2.8'
  953. make[2]: Nothing to be done for `all-am'.
  954. make[2]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8'
  955. make[1]: Leaving directory `/volume1/Daten/Linux/gutenprint-5.2.8'
  956.  
  957. Syno> find ./ -name rastertogutenprint.5.2
  958. ./src/cups/.libs/rastertogutenprint.5.2
  959. ./src/cups/rastertogutenprint.5.2
  960.  
  961. Syno> ./src/cups/rastertogutenprint.5.2
  962. Usage: rastertoprinter job-id user title copies options [file]
  963.  
  964. Syno> gcc -v
  965. Using built-in specs.
  966. Target: arm-none-linux-gnueabi
  967. Configured with: ../gcc-4.2/configure --build=i386-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-as --with-ld=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-ld --enable-languages=c,c++ --disable-multilib --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --enable-shared --enable-symvers=gnu --enable-__cxa_atexit
  968. Thread model: posix
  969. gcc version 4.2.3
Advertisement
Add Comment
Please, Sign In to add comment