Advertisement
Guest User

Autogen.sh for Pidgin 2

a guest
Sep 16th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.54 KB | None | 0 0
  1. autogenerating build system for 'Pidgin'
  2. checking for autogen.args: not found.
  3. checking for libtoolize... /usr/bin/libtoolize
  4. checking for glib-gettextize... /usr/bin/glib-gettextize
  5. checking for intltoolize... /usr/bin/intltoolize
  6. checking for sed... /bin/sed
  7. checking for aclocal... /usr/bin/aclocal
  8. checking for autoheader... /usr/bin/autoheader
  9. checking for automake... /usr/bin/automake
  10. checking for autoconf... /usr/bin/autoconf
  11. running /usr/bin/libtoolize -c -f --automake... done.
  12. running /usr/bin/glib-gettextize --force --copy... done.
  13. Copying file mkinstalldirs
  14. Copying file po/Makefile.in.in
  15.  
  16. Please add the files
  17. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  18. progtest.m4
  19. from the /aclocal directory to your autoconf macro directory
  20. or directly to your aclocal.m4 file.
  21. You will also need config.guess and config.sub, which you can get from
  22. ftp://ftp.gnu.org/pub/gnu/config/.
  23.  
  24. running /usr/bin/intltoolize -c -f --automake... done.
  25. running /bin/sed -i -e s:'\^$$lang$$':\^$$lang$$:g po/Makefile.in.in... done.
  26. running /usr/bin/aclocal -I m4macros... done.
  27. running /usr/bin/autoheader ... done.
  28. checking for gtkdocize... /usr/bin/gtkdocize
  29. running /usr/bin/gtkdocize ... done.
  30. running /usr/bin/automake -a -c --gnu... done.
  31. running /usr/bin/autoconf ... done.
  32. running ./configure
  33. checking build system type... x86_64-unknown-linux-gnu
  34. checking host system type... x86_64-unknown-linux-gnu
  35. checking for a BSD-compatible install... /usr/bin/install -c
  36. checking whether build environment is sane... yes
  37. checking for a thread-safe mkdir -p... /bin/mkdir -p
  38. checking for gawk... no
  39. checking for mawk... mawk
  40. checking whether make sets $(MAKE)... yes
  41. checking whether make supports nested variables... yes
  42. checking for sed... /bin/sed
  43. checking for xxd... /usr/bin/xxd
  44. checking for gcc... gcc
  45. checking whether the C compiler works... yes
  46. checking for C compiler default output file name... a.out
  47. checking for suffix of executables...
  48. checking whether we are cross compiling... no
  49. checking for suffix of object files... o
  50. checking whether we are using the GNU C compiler... yes
  51. checking whether gcc accepts -g... yes
  52. checking for gcc option to accept ISO C89... none needed
  53. checking for style of include used by make... GNU
  54. checking dependency style of gcc... gcc3
  55. checking whether gcc and cc understand -c and -o together... yes
  56. checking for g++... g++
  57. checking whether we are using the GNU C++ compiler... yes
  58. checking whether g++ accepts -g... yes
  59. checking dependency style of g++... gcc3
  60. checking how to print strings... printf
  61. checking for a sed that does not truncate output... /bin/sed
  62. checking for grep that handles long lines and -e... /bin/grep
  63. checking for egrep... /bin/grep -E
  64. checking for fgrep... /bin/grep -F
  65. checking for ld used by gcc... /usr/bin/ld
  66. checking if the linker (/usr/bin/ld) is GNU ld... yes
  67. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  68. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  69. checking whether ln -s works... yes
  70. checking the maximum length of command line arguments... 1572864
  71. checking whether the shell understands some XSI constructs... yes
  72. checking whether the shell understands "+="... yes
  73. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  74. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  75. checking for /usr/bin/ld option to reload object files... -r
  76. checking for objdump... objdump
  77. checking how to recognize dependent libraries... pass_all
  78. checking for dlltool... no
  79. checking how to associate runtime and link libraries... printf %s\n
  80. checking for ar... ar
  81. checking for archiver @FILE support... @
  82. checking for strip... strip
  83. checking for ranlib... ranlib
  84. checking command to parse /usr/bin/nm -B output from gcc object... ok
  85. checking for sysroot... no
  86. checking for mt... mt
  87. checking if mt is a manifest tool... no
  88. checking how to run the C preprocessor... gcc -E
  89. checking for ANSI C header files... yes
  90. checking for sys/types.h... yes
  91. checking for sys/stat.h... yes
  92. checking for stdlib.h... yes
  93. checking for string.h... yes
  94. checking for memory.h... yes
  95. checking for strings.h... yes
  96. checking for inttypes.h... yes
  97. checking for stdint.h... yes
  98. checking for unistd.h... yes
  99. checking for dlfcn.h... yes
  100. checking for objdir... .libs
  101. checking if gcc supports -fno-rtti -fno-exceptions... no
  102. checking for gcc option to produce PIC... -fPIC -DPIC
  103. checking if gcc PIC flag -fPIC -DPIC works... yes
  104. checking if gcc static flag -static works... yes
  105. checking if gcc supports -c -o file.o... yes
  106. checking if gcc supports -c -o file.o... (cached) yes
  107. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  108. checking whether -lc should be explicitly linked in... no
  109. checking dynamic linker characteristics... GNU/Linux ld.so
  110. checking how to hardcode library paths into programs... immediate
  111. checking whether stripping libraries is possible... yes
  112. checking if libtool supports shared libraries... yes
  113. checking whether to build shared libraries... yes
  114. checking whether to build static libraries... no
  115. checking how to run the C++ preprocessor... g++ -E
  116. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  117. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  118. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  119. checking for g++ option to produce PIC... -fPIC -DPIC
  120. checking if g++ PIC flag -fPIC -DPIC works... yes
  121. checking if g++ static flag -static works... yes
  122. checking if g++ supports -c -o file.o... yes
  123. checking if g++ supports -c -o file.o... (cached) yes
  124. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  125. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  126. checking how to hardcode library paths into programs... immediate
  127. checking for pkg-config... /usr/bin/pkg-config
  128. checking pkg-config is at least version 0.9.0... yes
  129. checking for size_t... yes
  130. checking for working alloca.h... yes
  131. checking for alloca... yes
  132. checking whether __SUNPRO_C is declared... no
  133. checking signal.h usability... yes
  134. checking signal.h presence... yes
  135. checking for signal.h... yes
  136. checking for ANSI C header files... (cached) yes
  137. checking for sys/wait.h that is POSIX.1 compatible... yes
  138. checking arpa/nameser_compat.h usability... yes
  139. checking arpa/nameser_compat.h presence... yes
  140. checking for arpa/nameser_compat.h... yes
  141. checking fcntl.h usability... yes
  142. checking fcntl.h presence... yes
  143. checking for fcntl.h... yes
  144. checking sys/time.h usability... yes
  145. checking sys/time.h presence... yes
  146. checking for sys/time.h... yes
  147. checking for unistd.h... (cached) yes
  148. checking locale.h usability... yes
  149. checking locale.h presence... yes
  150. checking for locale.h... yes
  151. checking for stdint.h... (cached) yes
  152. checking for an ANSI C-conforming const... yes
  153. checking whether struct tm is in sys/time.h or time.h... time.h
  154. checking size of time_t... 8
  155. checking whether byte ordering is bigendian... no
  156. checking return type of signal handlers... void
  157. checking for strftime... yes
  158. checking for strdup... yes
  159. checking for strstr... yes
  160. checking for atexit... yes
  161. checking for setlocale... yes
  162. checking for getopt_long... yes
  163. checking for inet_aton... yes
  164. checking for __res_query in -lresolv... yes
  165. checking for gethostent in -lnsl... yes
  166. checking for socket... yes
  167. checking for getaddrinfo... yes
  168. checking for inet_ntop... yes
  169. checking for getifaddrs... yes
  170. checking for socklen_t... yes
  171. checking for struct sockaddr.sa_len... no
  172. checking whether IPV6_V6ONLY is declared... yes
  173. checking for special C compiler options needed for large files... no
  174. checking for _FILE_OFFSET_BITS value needed for large files... no
  175. checking for dlopen... no
  176. checking for dlopen in -ldl... yes
  177. checking for library containing ceil... -lm
  178. checking for fileno()... yes
  179. checking for the %z format string in strftime()... yes
  180. checking whether NLS is requested... yes
  181. checking for intltool-update... /usr/bin/intltool-update
  182. checking for intltool-merge... /usr/bin/intltool-merge
  183. checking for intltool-extract... /usr/bin/intltool-extract
  184. checking for xgettext... /usr/bin/xgettext
  185. checking for msgmerge... /usr/bin/msgmerge
  186. checking for msgfmt... /usr/bin/msgfmt
  187. checking for gmsgfmt... /usr/bin/msgfmt
  188. checking for perl... /usr/bin/perl
  189. checking for perl >= 5.8.1... 5.14.2
  190. checking for XML::Parser... ok
  191. checking for locale.h... (cached) yes
  192. checking for LC_MESSAGES... yes
  193. checking libintl.h usability... yes
  194. checking libintl.h presence... yes
  195. checking for libintl.h... yes
  196. checking for ngettext in libc... yes
  197. checking for dgettext in libc... yes
  198. checking for bind_textdomain_codeset... yes
  199. checking for msgfmt... (cached) /usr/bin/msgfmt
  200. checking for dcgettext... yes
  201. checking if msgfmt accepts -c... yes
  202. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  203. checking for xgettext... (cached) /usr/bin/xgettext
  204. checking for catalogs to be installed... af am ar as ast az be@latin bg bn_IN bn br brx bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es_AR es et eu fa fi fr ga gl gu he hi hr hu id it ja ka kk km kn ko ks ku_IQ ku lt lv mai mhr mk ml mn mr ms_MY my_MM nb ne nl nn oc or pa pl ps pt_BR pt ro ru sd si sk sl sq sr@latin sr sv sw ta te th tr tt uk ur uz vi xh zh_CN zh_HK zh_TW
  205. checking for GLIB... yes
  206. checking for X... libraries , headers
  207. checking for gethostbyname... yes
  208. checking for connect... yes
  209. checking for remove... yes
  210. checking for shmat... yes
  211. checking for IceConnectionNumber in -lICE... yes
  212. checking for GTK... no
  213. no
  214. checking for GTK... yes
  215. checking for PANGO... yes
  216. checking for WEBKIT... yes
  217. checking for ENCHANT... yes
  218. checking for X11... yes
  219. checking for XScreenSaverRegister in -lXext... no
  220. checking for XScreenSaverRegister in -lXss... yes
  221. checking for SmcSaveYourselfDone in -lSM... yes
  222. checking X11/SM/SMlib.h usability... yes
  223. checking X11/SM/SMlib.h presence... yes
  224. checking for X11/SM/SMlib.h... yes
  225. checking for initscr in -lncursesw... yes
  226. checking for update_panels in -lpanelw... yes
  227. checking /usr/include/ncursesw/ncurses.h usability... yes
  228. checking /usr/include/ncursesw/ncurses.h presence... yes
  229. checking for /usr/include/ncursesw/ncurses.h... yes
  230. checking if /usr/include/ncursesw/ncurses.h supports wide characters... yes
  231. checking for LIBXML... yes
  232. checking for JSON... yes
  233. checking for ZLIB... yes
  234. checking for gconftool-2... /usr/bin/gconftool-2
  235. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  236. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  237. checking for GSTREAMER... yes
  238. checking for GSTINTERFACES... yes
  239. checking for FARSTREAM... yes
  240. checking for IDN... yes
  241. checking for MEANWHILE... yes
  242. checking for AVAHI... yes
  243. checking avahi-client/client.h usability... yes
  244. checking avahi-client/client.h presence... yes
  245. checking for avahi-client/client.h... yes
  246. checking avahi-glib/glib-malloc.h usability... yes
  247. checking avahi-glib/glib-malloc.h presence... yes
  248. checking for avahi-glib/glib-malloc.h... yes
  249. checking for avahi_client_new in -lavahi-client... yes
  250. checking for SILC... no
  251. checking for LIBGADU... no
  252. checking for gnutls_certificate_set_x509_system_trust in -lgnutls... no
  253. checking for GNUTLS_2_10... no
  254. checking sys/utsname.h usability... yes
  255. checking sys/utsname.h presence... yes
  256. checking for sys/utsname.h... yes
  257. checking for uname... yes
  258. checking for -Waggregate-return option to gcc... yes
  259. checking for -Wcast-align option to gcc... yes
  260. checking for -Wdeclaration-after-statement option to gcc... yes
  261. checking for -Wendif-labels option to gcc... yes
  262. checking for -Werror-implicit-function-declaration option to gcc... yes
  263. checking for -Wextra -Wno-unused-parameter option to gcc... yes
  264. checking for -Wformat-security option to gcc... yes
  265. checking for -Werror=format-security option to gcc... yes
  266. checking for -Winit-self option to gcc... yes
  267. checking for -Wmissing-declarations option to gcc... yes
  268. checking for -Wmissing-noreturn option to gcc... yes
  269. checking for -Wmissing-prototypes option to gcc... yes
  270. checking for -Wpointer-arith option to gcc... yes
  271. checking for -Wfloat-equal option to gcc... yes
  272. checking for -Wundef option to gcc... yes
  273. checking for FORTIFY_SOURCE support... yes
  274. checking for pidgin... no
  275. checking for dbus-binding-tool... yes
  276. checking for DBUS... yes
  277. checking for NETWORKMANAGER... yes
  278. checking for GNOMEKEYRING... yes
  279. checking for g++... g++
  280. checking for QT4... no
  281. no
  282. configure: error:
  283. Qt4 development headers not found.
  284. Use --disable-kwallet if you do not need KWallet support.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement