Advertisement
DaVince

Gwaei compile failure

Oct 23rd, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 41.30 KB | None | 0 0
  1. [vincent@vincent-asuslaptop gwaei-3.1.0b1]$ PKG_CONFIG_LIBDIR=/usr/lib64/pkgconfig:/usr/share/pkgconfig ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking build system type... x86_64-unknown-linux-gnu
  8. checking host system type... x86_64-unknown-linux-gnu
  9. checking how to print strings... printf
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking for a sed that does not truncate output... /bin/sed
  22. checking for grep that handles long lines and -e... /bin/grep
  23. checking for egrep... /bin/grep -E
  24. checking for fgrep... /bin/grep -F
  25. checking for ld used by gcc... /usr/bin/ld
  26. checking if the linker (/usr/bin/ld) is GNU ld... yes
  27. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  28. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  29. checking whether ln -s works... yes
  30. checking the maximum length of command line arguments... 1572864
  31. checking whether the shell understands some XSI constructs... yes
  32. checking whether the shell understands "+="... yes
  33. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  34. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  35. checking for /usr/bin/ld option to reload object files... -r
  36. checking for objdump... objdump
  37. checking how to recognize dependent libraries... pass_all
  38. checking for dlltool... no
  39. checking how to associate runtime and link libraries... printf %s\n
  40. checking for ar... ar
  41. checking for archiver @FILE support... @
  42. checking for strip... strip
  43. checking for ranlib... ranlib
  44. checking command to parse /usr/bin/nm -B output from gcc object... ok
  45. checking for sysroot... no
  46. checking for mt... no
  47. checking if : is a manifest tool... no
  48. checking how to run the C preprocessor... gcc -E
  49. checking for ANSI C header files... yes
  50. checking for sys/types.h... yes
  51. checking for sys/stat.h... yes
  52. checking for stdlib.h... yes
  53. checking for string.h... yes
  54. checking for memory.h... yes
  55. checking for strings.h... yes
  56. checking for inttypes.h... yes
  57. checking for stdint.h... yes
  58. checking for unistd.h... yes
  59. checking for dlfcn.h... yes
  60. checking for objdir... .libs
  61. checking if gcc supports -fno-rtti -fno-exceptions... no
  62. checking for gcc option to produce PIC... -fPIC -DPIC
  63. checking if gcc PIC flag -fPIC -DPIC works... yes
  64. checking if gcc static flag -static works... no
  65. checking if gcc supports -c -o file.o... yes
  66. checking if gcc supports -c -o file.o... (cached) yes
  67. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  68. checking whether -lc should be explicitly linked in... no
  69. checking dynamic linker characteristics... GNU/Linux ld.so
  70. checking how to hardcode library paths into programs... immediate
  71. checking whether stripping libraries is possible... yes
  72. checking if libtool supports shared libraries... yes
  73. checking whether to build shared libraries... yes
  74. checking whether to build static libraries... yes
  75. checking for sqrt in -lm... yes
  76. checking for pkg-config... /usr/bin/pkg-config
  77. checking pkg-config is at least version 0.9.0... yes
  78. checking for BASE... yes
  79. checking gnome-doc-utils >= 0.3.2... yes
  80. checking for GNOME... yes
  81. checking gnome-doc-utils >= 0.3.2... yes
  82. checking for LIBUNIQUE... yes
  83. checking for pkg-config... (cached) /usr/bin/pkg-config
  84. checking pkg-config is at least version 0.16... yes
  85. checking for perl... /usr/bin/perl
  86. checking for killall... /usr/bin/killall
  87. checking for rpm... /bin/rpm
  88. checking for rpmbuild... /usr/bin/rpmbuild
  89. checking for dpkg-deb... no
  90. checking for enchant... /usr/bin/enchant
  91. checking for gzip... /usr/bin/gzip
  92. checking for unzip... /usr/bin/unzip
  93. checking for gcc... (cached) gcc
  94. checking whether we are using the GNU C compiler... (cached) yes
  95. checking whether gcc accepts -g... (cached) yes
  96. checking for gcc option to accept ISO C89... (cached) none needed
  97. checking dependency style of gcc... (cached) gcc3
  98. checking for gcc option to accept ISO C99... -std=gnu99
  99. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  100. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  101. checking for ANSI C header files... (cached) yes
  102. checking whether NLS is requested... yes
  103. checking for intltool >= 0.35.0... 0.41.1 found
  104. checking for intltool-update... /usr/bin/intltool-update
  105. checking for intltool-merge... /usr/bin/intltool-merge
  106. checking for intltool-extract... /usr/bin/intltool-extract
  107. checking for xgettext... /usr/bin/xgettext
  108. checking for msgmerge... /usr/bin/msgmerge
  109. checking for msgfmt... /usr/bin/msgfmt
  110. checking for gmsgfmt... /usr/bin/msgfmt
  111. checking for perl... /usr/bin/perl
  112. checking for perl >= 5.8.1... 5.14.1
  113. checking for XML::Parser... ok
  114. checking locale.h usability... yes
  115. checking locale.h presence... yes
  116. checking for locale.h... yes
  117. checking for LC_MESSAGES... yes
  118. checking libintl.h usability... yes
  119. checking libintl.h presence... yes
  120. checking for libintl.h... yes
  121. checking for ngettext in libc... yes
  122. checking for dgettext in libc... yes
  123. checking for bind_textdomain_codeset... yes
  124. checking for msgfmt... (cached) /usr/bin/msgfmt
  125. checking for dcgettext... yes
  126. checking if msgfmt accepts -c... yes
  127. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  128. checking for xgettext... (cached) /usr/bin/xgettext
  129. configure: creating ./config.status
  130. config.status: creating Makefile
  131. config.status: creating src/Makefile
  132. config.status: creating src/libwaei/Makefile
  133. config.status: creating src/libwaei/include/libwaei/Makefile
  134. config.status: creating src/waei/Makefile
  135. config.status: creating src/waei/include/waei/Makefile
  136. config.status: creating src/gwaei/Makefile
  137. config.status: creating src/gwaei/include/gwaei/Makefile
  138. config.status: creating mandir/Makefile
  139. config.status: creating src/gwaei/help/Makefile
  140. config.status: creating src/gwaei/help/gwaei.omf
  141. config.status: creating src/gwaei/help/C/gwaei.xml
  142. config.status: creating src/gwaei/ui/Makefile
  143. config.status: creating src/desktop/Makefile
  144. config.status: creating src/images/Makefile
  145. config.status: creating src/schemas/Makefile
  146. config.status: creating rpm/gwaei.spec
  147. config.status: creating rpm/fedora/SPECS/gwaei.spec
  148. config.status: creating po/Makefile.in
  149. config.status: creating src/kpengine/Makefile
  150. config.status: creating src/libwaei/doxyfile
  151. config.status: creating src/waei/doxyfile
  152. config.status: creating src/gwaei/doxyfile
  153. config.status: creating config.h
  154. config.status: config.h is unchanged
  155. config.status: executing depfiles commands
  156. config.status: executing libtool commands
  157. config.status: executing default-1 commands
  158. config.status: executing po/stamp-it commands
  159.  
  160. * Gnome is  ENABLED
  161. * Libunique is  ENABLED
  162.  
  163. * Win32 is  DISABLED (Only for developer use)
  164.  
  165. If these aren't the options you wanted, please rerun the configure script.
  166. [vincent@vincent-asuslaptop gwaei-3.1.0b1]$ make
  167. make  all-recursive
  168. make[1]: Entering directory `/home/vincent/src/gwaei-3.1.0b1'
  169. Making all in src
  170. make[2]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src'
  171. Making all in libwaei
  172. make[3]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/libwaei'
  173. Making all in include/libwaei
  174. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/libwaei/include/libwaei'
  175. make[4]: Nothing to be done for `all'.
  176. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/libwaei/include/libwaei'
  177. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/libwaei'
  178. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-libwaei.lo -MD -MP -MF .deps/libwaei_la-libwaei.Tpo -c -o libwaei_la-libwaei.lo `test -f 'libwaei.c' || echo './'`libwaei.c
  179. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-libwaei.lo -MD -MP -MF .deps/libwaei_la-libwaei.Tpo -c libwaei.c  -fPIC -DPIC -o .libs/libwaei_la-libwaei.o
  180. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-libwaei.lo -MD -MP -MF .deps/libwaei_la-libwaei.Tpo -c libwaei.c -o libwaei_la-libwaei.o >/dev/null 2>&1
  181. mv -f .deps/libwaei_la-libwaei.Tpo .deps/libwaei_la-libwaei.Plo
  182. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-dictinfo.lo -MD -MP -MF .deps/libwaei_la-dictinfo.Tpo -c -o libwaei_la-dictinfo.lo `test -f 'dictinfo.c' || echo './'`dictinfo.c
  183. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinfo.lo -MD -MP -MF .deps/libwaei_la-dictinfo.Tpo -c dictinfo.c  -fPIC -DPIC -o .libs/libwaei_la-dictinfo.o
  184. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinfo.lo -MD -MP -MF .deps/libwaei_la-dictinfo.Tpo -c dictinfo.c -o libwaei_la-dictinfo.o >/dev/null 2>&1
  185. mv -f .deps/libwaei_la-dictinfo.Tpo .deps/libwaei_la-dictinfo.Plo
  186. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-dictinfolist.lo -MD -MP -MF .deps/libwaei_la-dictinfolist.Tpo -c -o libwaei_la-dictinfolist.lo `test -f 'dictinfolist.c' || echo './'`dictinfolist.c
  187. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinfolist.lo -MD -MP -MF .deps/libwaei_la-dictinfolist.Tpo -c dictinfolist.c  -fPIC -DPIC -o .libs/libwaei_la-dictinfolist.o
  188. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinfolist.lo -MD -MP -MF .deps/libwaei_la-dictinfolist.Tpo -c dictinfolist.c -o libwaei_la-dictinfolist.o >/dev/null 2>&1
  189. mv -f .deps/libwaei_la-dictinfolist.Tpo .deps/libwaei_la-dictinfolist.Plo
  190. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-dictinst.lo -MD -MP -MF .deps/libwaei_la-dictinst.Tpo -c -o libwaei_la-dictinst.lo `test -f 'dictinst.c' || echo './'`dictinst.c
  191. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinst.lo -MD -MP -MF .deps/libwaei_la-dictinst.Tpo -c dictinst.c  -fPIC -DPIC -o .libs/libwaei_la-dictinst.o
  192. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinst.lo -MD -MP -MF .deps/libwaei_la-dictinst.Tpo -c dictinst.c -o libwaei_la-dictinst.o >/dev/null 2>&1
  193. mv -f .deps/libwaei_la-dictinst.Tpo .deps/libwaei_la-dictinst.Plo
  194. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-dictinstlist.lo -MD -MP -MF .deps/libwaei_la-dictinstlist.Tpo -c -o libwaei_la-dictinstlist.lo `test -f 'dictinstlist.c' || echo './'`dictinstlist.c
  195. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinstlist.lo -MD -MP -MF .deps/libwaei_la-dictinstlist.Tpo -c dictinstlist.c  -fPIC -DPIC -o .libs/libwaei_la-dictinstlist.o
  196. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-dictinstlist.lo -MD -MP -MF .deps/libwaei_la-dictinstlist.Tpo -c dictinstlist.c -o libwaei_la-dictinstlist.o >/dev/null 2>&1
  197. mv -f .deps/libwaei_la-dictinstlist.Tpo .deps/libwaei_la-dictinstlist.Plo
  198. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-queryline.lo -MD -MP -MF .deps/libwaei_la-queryline.Tpo -c -o libwaei_la-queryline.lo `test -f 'queryline.c' || echo './'`queryline.c
  199. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-queryline.lo -MD -MP -MF .deps/libwaei_la-queryline.Tpo -c queryline.c  -fPIC -DPIC -o .libs/libwaei_la-queryline.o
  200. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-queryline.lo -MD -MP -MF .deps/libwaei_la-queryline.Tpo -c queryline.c -o libwaei_la-queryline.o >/dev/null 2>&1
  201. mv -f .deps/libwaei_la-queryline.Tpo .deps/libwaei_la-queryline.Plo
  202. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-engine.lo -MD -MP -MF .deps/libwaei_la-engine.Tpo -c -o libwaei_la-engine.lo `test -f 'engine.c' || echo './'`engine.c
  203. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-engine.lo -MD -MP -MF .deps/libwaei_la-engine.Tpo -c engine.c  -fPIC -DPIC -o .libs/libwaei_la-engine.o
  204. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-engine.lo -MD -MP -MF .deps/libwaei_la-engine.Tpo -c engine.c -o libwaei_la-engine.o >/dev/null 2>&1
  205. mv -f .deps/libwaei_la-engine.Tpo .deps/libwaei_la-engine.Plo
  206. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-engine-data.lo -MD -MP -MF .deps/libwaei_la-engine-data.Tpo -c -o libwaei_la-engine-data.lo `test -f 'engine-data.c' || echo './'`engine-data.c
  207. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-engine-data.lo -MD -MP -MF .deps/libwaei_la-engine-data.Tpo -c engine-data.c  -fPIC -DPIC -o .libs/libwaei_la-engine-data.o
  208. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-engine-data.lo -MD -MP -MF .deps/libwaei_la-engine-data.Tpo -c engine-data.c -o libwaei_la-engine-data.o >/dev/null 2>&1
  209. mv -f .deps/libwaei_la-engine-data.Tpo .deps/libwaei_la-engine-data.Plo
  210. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-utilities.lo -MD -MP -MF .deps/libwaei_la-utilities.Tpo -c -o libwaei_la-utilities.lo `test -f 'utilities.c' || echo './'`utilities.c
  211. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-utilities.lo -MD -MP -MF .deps/libwaei_la-utilities.Tpo -c utilities.c  -fPIC -DPIC -o .libs/libwaei_la-utilities.o
  212. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-utilities.lo -MD -MP -MF .deps/libwaei_la-utilities.Tpo -c utilities.c -o libwaei_la-utilities.o >/dev/null 2>&1
  213. mv -f .deps/libwaei_la-utilities.Tpo .deps/libwaei_la-utilities.Plo
  214. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-io.lo -MD -MP -MF .deps/libwaei_la-io.Tpo -c -o libwaei_la-io.lo `test -f 'io.c' || echo './'`io.c
  215. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-io.lo -MD -MP -MF .deps/libwaei_la-io.Tpo -c io.c  -fPIC -DPIC -o .libs/libwaei_la-io.o
  216. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-io.lo -MD -MP -MF .deps/libwaei_la-io.Tpo -c io.c -o libwaei_la-io.o >/dev/null 2>&1
  217. mv -f .deps/libwaei_la-io.Tpo .deps/libwaei_la-io.Plo
  218. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-regex.lo -MD -MP -MF .deps/libwaei_la-regex.Tpo -c -o libwaei_la-regex.lo `test -f 'regex.c' || echo './'`regex.c
  219. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-regex.lo -MD -MP -MF .deps/libwaei_la-regex.Tpo -c regex.c  -fPIC -DPIC -o .libs/libwaei_la-regex.o
  220. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-regex.lo -MD -MP -MF .deps/libwaei_la-regex.Tpo -c regex.c -o libwaei_la-regex.o >/dev/null 2>&1
  221. mv -f .deps/libwaei_la-regex.Tpo .deps/libwaei_la-regex.Plo
  222. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-searchitem.lo -MD -MP -MF .deps/libwaei_la-searchitem.Tpo -c -o libwaei_la-searchitem.lo `test -f 'searchitem.c' || echo './'`searchitem.c
  223. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-searchitem.lo -MD -MP -MF .deps/libwaei_la-searchitem.Tpo -c searchitem.c  -fPIC -DPIC -o .libs/libwaei_la-searchitem.o
  224. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-searchitem.lo -MD -MP -MF .deps/libwaei_la-searchitem.Tpo -c searchitem.c -o libwaei_la-searchitem.o >/dev/null 2>&1
  225. mv -f .deps/libwaei_la-searchitem.Tpo .deps/libwaei_la-searchitem.Plo
  226. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-history.lo -MD -MP -MF .deps/libwaei_la-history.Tpo -c -o libwaei_la-history.lo `test -f 'history.c' || echo './'`history.c
  227. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-history.lo -MD -MP -MF .deps/libwaei_la-history.Tpo -c history.c  -fPIC -DPIC -o .libs/libwaei_la-history.o
  228. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-history.lo -MD -MP -MF .deps/libwaei_la-history.Tpo -c history.c -o libwaei_la-history.o >/dev/null 2>&1
  229. mv -f .deps/libwaei_la-history.Tpo .deps/libwaei_la-history.Plo
  230. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-resultline.lo -MD -MP -MF .deps/libwaei_la-resultline.Tpo -c -o libwaei_la-resultline.lo `test -f 'resultline.c' || echo './'`resultline.c
  231. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-resultline.lo -MD -MP -MF .deps/libwaei_la-resultline.Tpo -c resultline.c  -fPIC -DPIC -o .libs/libwaei_la-resultline.o
  232. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-resultline.lo -MD -MP -MF .deps/libwaei_la-resultline.Tpo -c resultline.c -o libwaei_la-resultline.o >/dev/null 2>&1
  233. mv -f .deps/libwaei_la-resultline.Tpo .deps/libwaei_la-resultline.Plo
  234. /bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\"    -g -O2 -MT libwaei_la-preferences.lo -MD -MP -MF .deps/libwaei_la-preferences.Tpo -c -o libwaei_la-preferences.lo `test -f 'preferences.c' || echo './'`preferences.c
  235. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-preferences.lo -MD -MP -MF .deps/libwaei_la-preferences.Tpo -c preferences.c  -fPIC -DPIC -o .libs/libwaei_la-preferences.o
  236. libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/libwaei/include -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DUNZIP=\"/usr/bin/unzip\" -DGZIP=\"/usr/bin/gzip\" -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR2=\"/usr/local/share\" -DGLIB_DISABLE_DEPRECATED -DG_SEAL_ENABLE -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT libwaei_la-preferences.lo -MD -MP -MF .deps/libwaei_la-preferences.Tpo -c preferences.c -o libwaei_la-preferences.o >/dev/null 2>&1
  237. mv -f .deps/libwaei_la-preferences.Tpo .deps/libwaei_la-preferences.Plo
  238. /bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2 -version-info 2:0:0 -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcurl   -gall   -o libwaei.la -rpath /usr/local/lib libwaei_la-libwaei.lo libwaei_la-dictinfo.lo libwaei_la-dictinfolist.lo libwaei_la-dictinst.lo libwaei_la-dictinstlist.lo libwaei_la-queryline.lo libwaei_la-engine.lo libwaei_la-engine-data.lo libwaei_la-utilities.lo libwaei_la-io.lo libwaei_la-regex.lo libwaei_la-searchitem.lo libwaei_la-history.lo libwaei_la-resultline.lo libwaei_la-preferences.lo  -lm
  239. libtool: link: gcc -shared  -fPIC -DPIC  .libs/libwaei_la-libwaei.o .libs/libwaei_la-dictinfo.o .libs/libwaei_la-dictinfolist.o .libs/libwaei_la-dictinst.o .libs/libwaei_la-dictinstlist.o .libs/libwaei_la-queryline.o .libs/libwaei_la-engine.o .libs/libwaei_la-engine-data.o .libs/libwaei_la-utilities.o .libs/libwaei_la-io.o .libs/libwaei_la-regex.o .libs/libwaei_la-searchitem.o .libs/libwaei_la-history.o .libs/libwaei_la-resultline.o .libs/libwaei_la-preferences.o   -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcurl -lm  -O2 -pthread -Wl,--export-dynamic   -pthread -Wl,-soname -Wl,libwaei.so.2 -o .libs/libwaei.so.2.0.0
  240. libtool: link: (cd ".libs" && rm -f "libwaei.so.2" && ln -s "libwaei.so.2.0.0" "libwaei.so.2")
  241. libtool: link: (cd ".libs" && rm -f "libwaei.so" && ln -s "libwaei.so.2.0.0" "libwaei.so")
  242. libtool: link: ar cru .libs/libwaei.a  libwaei_la-libwaei.o libwaei_la-dictinfo.o libwaei_la-dictinfolist.o libwaei_la-dictinst.o libwaei_la-dictinstlist.o libwaei_la-queryline.o libwaei_la-engine.o libwaei_la-engine-data.o libwaei_la-utilities.o libwaei_la-io.o libwaei_la-regex.o libwaei_la-searchitem.o libwaei_la-history.o libwaei_la-resultline.o libwaei_la-preferences.o
  243. libtool: link: ranlib .libs/libwaei.a
  244. libtool: link: ( cd ".libs" && rm -f "libwaei.la" && ln -s "../libwaei.la" "libwaei.la" )
  245. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/libwaei'
  246. make[3]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/libwaei'
  247. Making all in waei
  248. make[3]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/waei'
  249. Making all in include/waei
  250. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/waei/include/waei'
  251. make[4]: Nothing to be done for `all'.
  252. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/waei/include/waei'
  253. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/waei'
  254. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/usr/local/share/locale\" -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DBINDIR=\"/usr/local/bin\" -DUNZIP=\"/usr/bin/unzip\" -DGUNZIP=\"\" -DDATADIR2=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -DGTK_DISABLE_DEPRECATED -DG_SEAL_ENABLE -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -I../../src/libwaei/include -I../../src/waei/include    -g -O2 -MT waei-waei.o -MD -MP -MF .deps/waei-waei.Tpo -c -o waei-waei.o `test -f 'waei.c' || echo './'`waei.c
  255. mv -f .deps/waei-waei.Tpo .deps/waei-waei.Po
  256. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/usr/local/share/locale\" -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DBINDIR=\"/usr/local/bin\" -DUNZIP=\"/usr/bin/unzip\" -DGUNZIP=\"\" -DDATADIR2=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -DGTK_DISABLE_DEPRECATED -DG_SEAL_ENABLE -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -I../../src/libwaei/include -I../../src/waei/include    -g -O2 -MT waei-console.o -MD -MP -MF .deps/waei-console.Tpo -c -o waei-console.o `test -f 'console.c' || echo './'`console.c
  257. mv -f .deps/waei-console.Tpo .deps/waei-console.Po
  258. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/usr/local/share/locale\" -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DBINDIR=\"/usr/local/bin\" -DUNZIP=\"/usr/bin/unzip\" -DGUNZIP=\"\" -DDATADIR2=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -DGTK_DISABLE_DEPRECATED -DG_SEAL_ENABLE -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -I../../src/libwaei/include -I../../src/waei/include    -g -O2 -MT waei-console-callbacks.o -MD -MP -MF .deps/waei-console-callbacks.Tpo -c -o waei-console-callbacks.o `test -f 'console-callbacks.c' || echo './'`console-callbacks.c
  259. mv -f .deps/waei-console-callbacks.Tpo .deps/waei-console-callbacks.Po
  260. /bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2   -o waei waei-waei.o waei-console.o waei-console-callbacks.o -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcurl   ../libwaei/libwaei.la  -lm
  261. libtool: link: gcc -std=gnu99 -g -O2 -o .libs/waei waei-waei.o waei-console.o waei-console-callbacks.o -pthread -Wl,--export-dynamic  ../libwaei/.libs/libwaei.so -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcurl -lm -pthread -Wl,-rpath -Wl,/usr/local/lib
  262. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/waei'
  263. make[3]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/waei'
  264. Making all in schemas
  265. make[3]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/schemas'
  266. if test -f "org.gnome.gwaei.gschema.xml"; then d=; else d="./"; fi; /usr/bin/glib-compile-schemas --strict --dry-run  --schema-file=${d}org.gnome.gwaei.gschema.xml && touch org.gnome.gwaei.gschema.valid
  267. make[3]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/schemas'
  268. Making all in gwaei
  269. make[3]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei'
  270. Making all in include/gwaei
  271. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei/include/gwaei'
  272. make[4]: Nothing to be done for `all'.
  273. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei/include/gwaei'
  274. Making all in ui
  275. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei/ui'
  276. make[4]: Nothing to be done for `all'.
  277. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei/ui'
  278. Making all in help
  279. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei/help'
  280. xsltproc -o gwaei-C.omf --stringparam db2omf.basename gwaei --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/home/vincent/src/gwaei-3.1.0b1/src/gwaei/help/gwaei.omf.in"  --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gwaei.xml || { rm -f "gwaei-C.omf"; exit 1; }
  281. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei/help'
  282. make[4]: Entering directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei'
  283. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/usr/local/share/locale\" -DVERSION=\"3.1.0b1\" -DPACKAGE=\"gwaei\" -DDATADIR2=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -DENCHANT=\"/usr/bin/enchant\" -DGWAEI_LOCALEDIR=\"/usr/local/share/locale\" -DGTK_DISABLE_DEPRECATED -DG_SEAL_ENABLE   -I../../src/libwaei/include -I../../src/gwaei/include  -DWITH_LIBUNIQUE   -g -O2 -MT gwaei-gwaei.o -MD -MP -MF .deps/gwaei-gwaei.Tpo -c -o gwaei-gwaei.o `test -f 'gwaei.c' || echo './'`gwaei.c
  284. gwaei.c:35:21: fatal error: gio/gio.h: No such file or directory
  285. compilation terminated.
  286. make[4]: *** [gwaei-gwaei.o] Error 1
  287. make[4]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei'
  288. make[3]: *** [all-recursive] Error 1
  289. make[3]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src/gwaei'
  290. make[2]: *** [all-recursive] Error 1
  291. make[2]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1/src'
  292. make[1]: *** [all-recursive] Error 1
  293. make[1]: Leaving directory `/home/vincent/src/gwaei-3.1.0b1'
  294. make: *** [all] Error 2
  295.  
  296.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement