Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2010
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.04 KB | None | 0 0
  1. processing .
  2. Creating ./aclocal.m4 ...
  3. Running glib-gettextize... Ignore non-fatal messages.
  4. Copying file mkinstalldirs
  5. Copying file po/Makefile.in.in
  6.  
  7. Please add the files
  8. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  9. progtest.m4
  10. from the /aclocal directory to your autoconf macro directory
  11. or directly to your aclocal.m4 file.
  12. You will also need config.guess and config.sub, which you can get from
  13. ftp://ftp.gnu.org/pub/gnu/config/.
  14.  
  15. Making ./aclocal.m4 writable ...
  16. Running libtoolize...
  17. libtoolize: putting auxiliary files in `.'.
  18. libtoolize: copying file `./ltmain.sh'
  19. libtoolize: You should add the contents of the following files to `aclocal.m4':
  20. libtoolize: `/usr/share/aclocal/libtool.m4'
  21. libtoolize: `/usr/share/aclocal/ltoptions.m4'
  22. libtoolize: `/usr/share/aclocal/ltversion.m4'
  23. libtoolize: `/usr/share/aclocal/ltsugar.m4'
  24. libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
  25. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  26. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  27. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  28. Running aclocal ...
  29. Running autoheader...
  30. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  31. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  32. autoheader: WARNING: is deprecated and discouraged.
  33. autoheader:
  34. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  35. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  36. autoheader: WARNING: `acconfig.h':
  37. autoheader:
  38. autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
  39. autoheader: [Define if a function `main' is needed.])
  40. autoheader:
  41. autoheader: WARNING: More sophisticated templates can also be produced, see the
  42. autoheader: WARNING: documentation.
  43. Running automake --gnu ...
  44. configure.in:12: installing `./config.guess'
  45. configure.in:12: installing `./config.sub'
  46. configure.in:4: installing `./install-sh'
  47. configure.in:4: installing `./missing'
  48. cngplpmod/Makefile.am: installing `./depcomp'
  49. Running autoconf ...
  50. Running ./configure --enable-maintainer-mode --prefix=/usr ...
  51. checking for a BSD-compatible install... /bin/install -c
  52. checking whether build environment is sane... yes
  53. checking for a thread-safe mkdir -p... /bin/mkdir -p
  54. checking for gawk... gawk
  55. checking whether make sets $(MAKE)... yes
  56. checking whether to enable maintainer-specific portions of Makefiles... yes
  57. checking for style of include used by make... GNU
  58. checking for gcc... gcc
  59. checking whether the C compiler works... yes
  60. checking for C compiler default output file name... a.out
  61. checking for suffix of executables...
  62. checking whether we are cross compiling... no
  63. checking for suffix of object files... o
  64. checking whether we are using the GNU C compiler... yes
  65. checking whether gcc accepts -g... yes
  66. checking for gcc option to accept ISO C89... none needed
  67. checking dependency style of gcc... gcc3
  68. checking for library containing strerror... none required
  69. checking for gcc... (cached) gcc
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking dependency style of gcc... (cached) gcc3
  74. checking for gcc... (cached) gcc
  75. checking whether we are using the GNU C compiler... (cached) yes
  76. checking whether gcc accepts -g... (cached) yes
  77. checking for gcc option to accept ISO C89... (cached) none needed
  78. checking dependency style of gcc... (cached) gcc3
  79. checking how to run the C preprocessor... gcc -E
  80. checking for grep that handles long lines and -e... /bin/grep
  81. checking for egrep... /bin/grep -E
  82. checking for ANSI C header files... yes
  83. checking build system type... x86_64-unknown-linux-gnu
  84. checking host system type... x86_64-unknown-linux-gnu
  85. checking for a sed that does not truncate output... /bin/sed
  86. checking for fgrep... /bin/grep -F
  87. checking for ld used by gcc... /usr/bin/ld
  88. checking if the linker (/usr/bin/ld) is GNU ld... yes
  89. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  90. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  91. checking whether ln -s works... yes
  92. checking the maximum length of command line arguments... 1572864
  93. checking whether the shell understands some XSI constructs... yes
  94. checking whether the shell understands "+="... yes
  95. checking for /usr/bin/ld option to reload object files... -r
  96. checking for objdump... objdump
  97. checking how to recognize dependent libraries... pass_all
  98. checking for ar... ar
  99. checking for strip... strip
  100. checking for ranlib... ranlib
  101. checking command to parse /usr/bin/nm -B output from gcc object... ok
  102. checking for sys/types.h... yes
  103. checking for sys/stat.h... yes
  104. checking for stdlib.h... yes
  105. checking for string.h... yes
  106. checking for memory.h... yes
  107. checking for strings.h... yes
  108. checking for inttypes.h... yes
  109. checking for stdint.h... yes
  110. checking for unistd.h... yes
  111. checking for dlfcn.h... yes
  112. checking for objdir... .libs
  113. checking if gcc supports -fno-rtti -fno-exceptions... no
  114. checking for gcc option to produce PIC... -fPIC -DPIC
  115. checking if gcc PIC flag -fPIC -DPIC works... yes
  116. checking if gcc static flag -static works... yes
  117. checking if gcc supports -c -o file.o... yes
  118. checking if gcc supports -c -o file.o... (cached) yes
  119. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  120. checking whether -lc should be explicitly linked in... no
  121. checking dynamic linker characteristics... GNU/Linux ld.so
  122. checking how to hardcode library paths into programs... immediate
  123. checking whether stripping libraries is possible... yes
  124. checking if libtool supports shared libraries... yes
  125. checking whether to build shared libraries... yes
  126. checking whether to build static libraries... yes
  127. checking for pkg-config... /usr/bin/pkg-config
  128. checking pkg-config is at least version 0.9.0... yes
  129. checking for PACKAGE... yes
  130. checking locale.h usability... yes
  131. checking locale.h presence... yes
  132. checking for locale.h... yes
  133. checking for LC_MESSAGES... yes
  134. checking libintl.h usability... yes
  135. checking libintl.h presence... yes
  136. checking for libintl.h... yes
  137. checking for ngettext in libc... yes
  138. checking for dgettext in libc... yes
  139. checking for bind_textdomain_codeset... yes
  140. checking for msgfmt... /usr/bin/msgfmt
  141. checking for dcgettext... yes
  142. checking if msgfmt accepts -c... yes
  143. checking for gmsgfmt... /usr/bin/msgfmt
  144. checking for xgettext... /usr/bin/xgettext
  145. checking for catalogs to be installed... fr it de es ja
  146. configure: creating ./config.status
  147. config.status: creating Makefile
  148. config.status: creating cngplpmod/Makefile
  149. config.status: creating cnjatool/Makefile
  150. config.status: creating src/Makefile
  151. config.status: creating po/Makefile.in
  152. config.status: creating config.h
  153. config.status: executing depfiles commands
  154. config.status: executing libtool commands
  155. config.status: executing default-1 commands
  156. Now type `make' to compile.
  157. make all-recursive
  158. make[1]: Entering directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp'
  159. Making all in po
  160. make[2]: Entering directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/po'
  161. file=./`echo fr | sed 's,.*/,,'`.gmo \
  162. && rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
  163. file=./`echo it | sed 's,.*/,,'`.gmo \
  164. && rm -f $file && /usr/bin/msgfmt -c -o $file it.po
  165. file=./`echo de | sed 's,.*/,,'`.gmo \
  166. && rm -f $file && /usr/bin/msgfmt -c -o $file de.po
  167. file=./`echo es | sed 's,.*/,,'`.gmo \
  168. && rm -f $file && /usr/bin/msgfmt -c -o $file es.po
  169. file=./`echo ja | sed 's,.*/,,'`.gmo \
  170. && rm -f $file && /usr/bin/msgfmt -c -o $file ja.po
  171. make[2]: Leaving directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/po'
  172. Making all in cngplpmod
  173. make[2]: Entering directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod'
  174. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT cngplpmod.lo -MD -MP -MF .deps/cngplpmod.Tpo -c -o cngplpmod.lo cngplpmod.c
  175. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT ppdoptions.lo -MD -MP -MF .deps/ppdoptions.Tpo -c -o ppdoptions.lo ppdoptions.c
  176. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT ppdoptions.lo -MD -MP -MF .deps/ppdoptions.Tpo -c ppdoptions.c -fPIC -DPIC -o .libs/ppdoptions.o
  177. ppdoptions.c: In function ‘SetParamCustomPageSize’:
  178. ppdoptions.c:4044:4: warning: value computed is not used
  179. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT cngplpmod.lo -MD -MP -MF .deps/cngplpmod.Tpo -c cngplpmod.c -o cngplpmod.o >/dev/null 2>&1
  180. mv -f .deps/cngplpmod.Tpo .deps/cngplpmod.Plo
  181. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT cupsoption.lo -MD -MP -MF .deps/cupsoption.Tpo -c -o cupsoption.lo cupsoption.c
  182. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT cupsoption.lo -MD -MP -MF .deps/cupsoption.Tpo -c cupsoption.c -fPIC -DPIC -o .libs/cupsoption.o
  183. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT cupsoption.lo -MD -MP -MF .deps/cupsoption.Tpo -c cupsoption.c -o cupsoption.o >/dev/null 2>&1
  184. mv -f .deps/cupsoption.Tpo .deps/cupsoption.Plo
  185. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT execjob.lo -MD -MP -MF .deps/execjob.Tpo -c -o execjob.lo execjob.c
  186. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT execjob.lo -MD -MP -MF .deps/execjob.Tpo -c execjob.c -fPIC -DPIC -o .libs/execjob.o
  187. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT ppdoptions.lo -MD -MP -MF .deps/ppdoptions.Tpo -c ppdoptions.c -o ppdoptions.o >/dev/null 2>&1
  188. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT execjob.lo -MD -MP -MF .deps/execjob.Tpo -c execjob.c -o execjob.o >/dev/null 2>&1
  189. mv -f .deps/execjob.Tpo .deps/execjob.Plo
  190. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT getdata.lo -MD -MP -MF .deps/getdata.Tpo -c -o getdata.lo getdata.c
  191. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT getdata.lo -MD -MP -MF .deps/getdata.Tpo -c getdata.c -fPIC -DPIC -o .libs/getdata.o
  192. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT getdata.lo -MD -MP -MF .deps/getdata.Tpo -c getdata.c -o getdata.o >/dev/null 2>&1
  193. mv -f .deps/ppdoptions.Tpo .deps/ppdoptions.Plo
  194. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT setdata.lo -MD -MP -MF .deps/setdata.Tpo -c -o setdata.lo setdata.c
  195. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT setdata.lo -MD -MP -MF .deps/setdata.Tpo -c setdata.c -fPIC -DPIC -o .libs/setdata.o
  196. mv -f .deps/getdata.Tpo .deps/getdata.Plo
  197. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -MT setdata.lo -MD -MP -MF .deps/setdata.Tpo -c setdata.c -o setdata.o >/dev/null 2>&1
  198. mv -f .deps/setdata.Tpo .deps/setdata.Plo
  199. /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -fPIC -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o libcngplpmod.la cngplpmod.lo ppdoptions.lo cupsoption.lo execjob.lo getdata.lo setdata.lo
  200. libtool: link: ar cru .libs/libcngplpmod.a .libs/cngplpmod.o .libs/ppdoptions.o .libs/cupsoption.o .libs/execjob.o .libs/getdata.o .libs/setdata.o
  201. libtool: link: ranlib .libs/libcngplpmod.a
  202. libtool: link: ( cd ".libs" && rm -f "libcngplpmod.la" && ln -s "../libcngplpmod.la" "libcngplpmod.la" )
  203. make[2]: Leaving directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod'
  204. Making all in src
  205. make[2]: Entering directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/src'
  206. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  207. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
  208. mv -f .deps/support.Tpo .deps/support.Po
  209. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
  210. mv -f .deps/main.Tpo .deps/main.Po
  211. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
  212. mv -f .deps/callbacks.Tpo .deps/callbacks.Po
  213. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT dialog.o -MD -MP -MF .deps/dialog.Tpo -c -o dialog.o dialog.c
  214. mv -f .deps/dialog.Tpo .deps/dialog.Po
  215. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT gutterdlg.o -MD -MP -MF .deps/gutterdlg.Tpo -c -o gutterdlg.o gutterdlg.c
  216. mv -f .deps/gutterdlg.Tpo .deps/gutterdlg.Po
  217. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT propdlg.o -MD -MP -MF .deps/propdlg.Tpo -c -o propdlg.o propdlg.c
  218. mv -f .deps/propdlg.Tpo .deps/propdlg.Po
  219. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT uimain.o -MD -MP -MF .deps/uimain.Tpo -c -o uimain.o uimain.c
  220. mv -f .deps/uimain.Tpo .deps/uimain.Po
  221. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT widgets.o -MD -MP -MF .deps/widgets.Tpo -c -o widgets.o widgets.c
  222. mv -f .deps/widgets.Tpo .deps/widgets.Po
  223. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT bookletdlg.o -MD -MP -MF .deps/bookletdlg.Tpo -c -o bookletdlg.o bookletdlg.c
  224. mv -f .deps/bookletdlg.Tpo .deps/bookletdlg.Po
  225. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT boxiddlg.o -MD -MP -MF .deps/boxiddlg.Tpo -c -o boxiddlg.o boxiddlg.c
  226. mv -f .deps/interface.Tpo .deps/interface.Po
  227. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT passwddlg.o -MD -MP -MF .deps/passwddlg.Tpo -c -o passwddlg.o passwddlg.c
  228. mv -f .deps/boxiddlg.Tpo .deps/boxiddlg.Po
  229. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT findetailsdlg.o -MD -MP -MF .deps/findetailsdlg.Tpo -c -o findetailsdlg.o findetailsdlg.c
  230. mv -f .deps/passwddlg.Tpo .deps/passwddlg.Po
  231. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT profiledlg.o -MD -MP -MF .deps/profiledlg.Tpo -c -o profiledlg.o profiledlg.c
  232. mv -f .deps/findetailsdlg.Tpo .deps/findetailsdlg.Po
  233. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT frontbackcvr.o -MD -MP -MF .deps/frontbackcvr.Tpo -c -o frontbackcvr.o frontbackcvr.c
  234. mv -f .deps/profiledlg.Tpo .deps/profiledlg.Po
  235. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT holdqueuedlg.o -MD -MP -MF .deps/holdqueuedlg.Tpo -c -o holdqueuedlg.o holdqueuedlg.c
  236. mv -f .deps/frontbackcvr.Tpo .deps/frontbackcvr.Po
  237. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT advancedsettings.o -MD -MP -MF .deps/advancedsettings.Tpo -c -o advancedsettings.o advancedsettings.c
  238. mv -f .deps/holdqueuedlg.Tpo .deps/holdqueuedlg.Po
  239. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I../cngplpmod -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=x86-64 -mtune=generic -O2 -pipe -MT mltlang.o -MD -MP -MF .deps/mltlang.Tpo -c -o mltlang.o mltlang.c
  240. mv -f .deps/advancedsettings.Tpo .deps/advancedsettings.Po
  241. mv -f .deps/mltlang.Tpo .deps/mltlang.Po
  242. /bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -L../cngplpmod/ -Wl,--hash-style=gnu -Wl,--as-needed -o cngplp main.o support.o interface.o callbacks.o dialog.o gutterdlg.o propdlg.o uimain.o widgets.o bookletdlg.o boxiddlg.o passwddlg.o findetailsdlg.o profiledlg.o frontbackcvr.o holdqueuedlg.o advancedsettings.o mltlang.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcups -lcngplpmod
  243. libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o cngplp main.o support.o interface.o callbacks.o dialog.o gutterdlg.o propdlg.o uimain.o widgets.o bookletdlg.o boxiddlg.o passwddlg.o findetailsdlg.o profiledlg.o frontbackcvr.o holdqueuedlg.o advancedsettings.o mltlang.o -pthread -L/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcups /var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod/.libs/libcngplpmod.a -pthread
  244. /var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod/.libs/libcngplpmod.a(cngplpmod.o): In function `GetPrinterInfo':
  245. cngplpmod.c:(.text+0x16b): undefined reference to `cupsGetDests'
  246. cngplpmod.c:(.text+0x248): undefined reference to `cupsFreeDests'
  247. /var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod/.libs/libcngplpmod.a(cngplpmod.o): In function `CreatePPDOptions':
  248. cngplpmod.c:(.text+0x80e): undefined reference to `cupsGetPPD'
  249. /var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod/.libs/libcngplpmod.a(cngplpmod.o): In function `cngplpInitOptions':
  250. cngplpmod.c:(.text+0x1826): undefined reference to `cupsGetDests'
  251. cngplpmod.c:(.text+0x1862): undefined reference to `cupsGetDest'
  252. cngplpmod.c:(.text+0x18fa): undefined reference to `cupsFreeDests'
  253. /var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/cngplpmod/.libs/libcngplpmod.a(execjob.o): In function `exec_remove_option':
  254. execjob.c:(.text+0x99d): undefined reference to `cupsGetDests'
  255. execjob.c:(.text+0x9b5): undefined reference to `cupsGetDest'
  256. execjob.c:(.text+0xbb9): undefined reference to `cupsFreeDests'
  257. collect2: ld returned 1 exit status
  258. make[2]: *** [cngplp] Error 1
  259. make[2]: Leaving directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp/src'
  260. make[1]: *** [all-recursive] Error 1
  261. make[1]: Leaving directory `/var/abs/local/aur/cndrvcups-common/src/ufr2linuxv180/Sources/cndrvcups-common-1.80/cngplp'
  262. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement