Guest User

./configure and make

a guest
Jul 24th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.26 KB | None | 0 0
  1. mynamehere@ubuntu:~/Downloads/swftools-0.9.1$ ./configure
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking for gcc... gcc
  5. checking for C compiler default output file name... a.out
  6. checking whether the C compiler works... yes
  7. checking whether we are cross compiling... no
  8. checking for suffix of executables...
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking for g++... g++
  14. checking whether we are using the GNU C++ compiler... yes
  15. checking whether g++ accepts -g... yes
  16. checking whether gcc supports lazy variable declaration... yes
  17. checking how to run the C preprocessor... gcc -E
  18. checking for ranlib... ranlib
  19. checking whether make sets $(MAKE)... yes
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether ln -s works... yes
  22. checking for gzip... gzip
  23. checking host system type... (cached) i686-pc-linux-gnu
  24. checking for target system...
  25. checking for sin in -lm... yes
  26. checking for deflate in -lz... yes
  27. checking for PDF_open_file in -lpdf... no
  28. checking for jpeg_write_raw_data in -ljpeg... no
  29. checking for DGifOpen in -lungif... no
  30. checking for DGifOpen in -lgif... no
  31. checking for zzip_file_open in -lzzip... no
  32. checking for byte order... little endian
  33. checking whether system() can handle command substitution... yes
  34. checking for dirent.h that defines DIR... yes
  35. checking for library containing opendir... none required
  36. checking for grep that handles long lines and -e... /bin/grep
  37. checking for egrep... /bin/grep -E
  38. checking for ANSI C header files... yes
  39. checking for sys/types.h... yes
  40. checking for sys/stat.h... yes
  41. checking for stdlib.h... yes
  42. checking for string.h... yes
  43. checking for memory.h... yes
  44. checking for strings.h... yes
  45. checking for inttypes.h... yes
  46. checking for stdint.h... yes
  47. checking for unistd.h... yes
  48. checking zlib.h usability... yes
  49. checking zlib.h presence... yes
  50. checking for zlib.h... yes
  51. checking gif_lib.h usability... no
  52. checking gif_lib.h presence... no
  53. checking for gif_lib.h... no
  54. checking io.h usability... no
  55. checking io.h presence... no
  56. checking for io.h... no
  57. checking wchar.h usability... yes
  58. checking wchar.h presence... yes
  59. checking for wchar.h... yes
  60. checking jpeglib.h usability... no
  61. checking jpeglib.h presence... no
  62. checking for jpeglib.h... no
  63. checking assert.h usability... yes
  64. checking assert.h presence... yes
  65. checking for assert.h... yes
  66. checking signal.h usability... yes
  67. checking signal.h presence... yes
  68. checking for signal.h... yes
  69. checking pthread.h usability... yes
  70. checking pthread.h presence... yes
  71. checking for pthread.h... yes
  72. checking for sys/stat.h... (cached) yes
  73. checking sys/mman.h usability... yes
  74. checking sys/mman.h presence... yes
  75. checking for sys/mman.h... yes
  76. checking for sys/types.h... (cached) yes
  77. checking dirent.h usability... yes
  78. checking dirent.h presence... yes
  79. checking for dirent.h... yes
  80. checking sys/bsdtypes.h usability... no
  81. checking sys/bsdtypes.h presence... no
  82. checking for sys/bsdtypes.h... no
  83. checking sys/ndir.h usability... no
  84. checking sys/ndir.h presence... no
  85. checking for sys/ndir.h... no
  86. checking sys/dir.h usability... yes
  87. checking sys/dir.h presence... yes
  88. checking for sys/dir.h... yes
  89. checking ndir.h usability... no
  90. checking ndir.h presence... no
  91. checking for ndir.h... no
  92. checking time.h usability... yes
  93. checking time.h presence... yes
  94. checking for time.h... yes
  95. checking sys/time.h usability... yes
  96. checking sys/time.h presence... yes
  97. checking for sys/time.h... yes
  98. checking sys/resource.h usability... yes
  99. checking sys/resource.h presence... yes
  100. checking for sys/resource.h... yes
  101. checking pdflib.h usability... no
  102. checking pdflib.h presence... no
  103. checking for pdflib.h... no
  104. checking zzip/lib.h usability... no
  105. checking zzip/lib.h presence... no
  106. checking for zzip/lib.h... no
  107. checking for an ANSI C-conforming const... yes
  108. checking for inline... inline
  109. checking for off_t... yes
  110. checking for size_t... yes
  111. checking whether struct tm is in sys/time.h or time.h... time.h
  112. checking for boolean... no
  113. checking for popen... yes
  114. checking for wcschr... yes
  115. checking for wcsdup... yes
  116. checking for mkstemp... yes
  117. checking for stat... yes
  118. checking for mmap... yes
  119. checking for lrand48... yes
  120. checking for rand... yes
  121. checking for srand48... yes
  122. checking for srand... yes
  123. checking for bcopy... yes
  124. checking for bzero... yes
  125. checking for time... yes
  126. checking for getrusage... yes
  127. checking for mallinfo... yes
  128. checking for open64... yes
  129. checking for calloc... yes
  130. checking size of signed char... 1
  131. checking size of signed short... 2
  132. checking size of signed... 4
  133. checking size of signed long long... 8
  134. checking size of void*... 4
  135. checking for freetype-config... /usr/bin/freetype-config
  136. checking ft2build.h usability... yes
  137. checking ft2build.h presence... yes
  138. checking for ft2build.h... yes
  139. checking whether we can compile the freetype test program... yes
  140. checking for FcInit in -lfontconfig... yes
  141. checking fontconfig.h usability... yes
  142. checking fontconfig.h presence... yes
  143. checking for fontconfig.h... yes
  144. checking whether we can compile the fontconfig test program... yes
  145. checking for fftw_plan_dft_r2c_2d in -lfftw3... no
  146. checking fftw3.h usability... no
  147. checking fftw3.h presence... no
  148. checking for fftw3.h... no
  149. checking for lame_init in -lmp3lame... no
  150. checking lame.h usability... no
  151. checking lame.h presence... no
  152. checking for lame.h... no
  153. checking whether the filesystem normalizes file names... no
  154. checking for avifile-config... no
  155. checking whether we can compile the avifile test program... no
  156. checking for Python.h... nope
  157. checking for ruby... no
  158. checking for ruby's include directory... 'unknown'
  159. checking ruby.h usability... no
  160. checking ruby.h presence... no
  161. checking for ruby.h... no
  162. checking whether we should compile the ruby module... no
  163. checking for missing libraries...  jpeglib ungif jpeglib.h gif_lib.h
  164. ***************************************************
  165. * The following headers/libraries are missing:  jpeglib ungif jpeglib.h gif_lib.h
  166. * Disabling pdf2swf tool...
  167. * Disabling jpeg2swf tool...
  168. * Disabling gif2swf tool...
  169. ***************************************************
  170. configure: creating ./config.status
  171. config.status: creating Makefile.common
  172. config.status: WARNING:  'Makefile.common.in' seems to ignore the --datarootdir setting
  173. config.status: creating Makefile
  174. config.status: creating lib/Makefile
  175. config.status: creating lib/action/Makefile
  176. config.status: creating src/Makefile
  177. config.status: creating swfs/Makefile
  178. config.status: creating lib/readers/Makefile
  179. config.status: creating config.h
  180. mynamehere@ubuntu:~/Downloads/swftools-0.9.1$ make
  181. making all in m4...
  182. cd m4;make all
  183. make[1]: Entering directory `/home/mynamehere/Downloads/swftools-0.9.1/m4'
  184. make[1]: Leaving directory `/home/mynamehere/Downloads/swftools-0.9.1/m4'
  185. making all in lib...
  186. cd lib;make all
  187. make[1]: Entering directory `/home/mynamehere/Downloads/swftools-0.9.1/lib'
  188. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfaction.c -o modules/swfaction.o
  189. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfbits.c -o modules/swfbits.o
  190. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfbutton.c -o modules/swfbutton.o
  191. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfcgi.c -o modules/swfcgi.o
  192. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfdraw.c -o modules/swfdraw.o
  193. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfdump.c -o modules/swfdump.o
  194. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swffilter.c -o modules/swffilter.o
  195. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swffont.c -o modules/swffont.o
  196. modules/swffont.c: In function ‘isSWF’:
  197. modules/swffont.c:572:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
  198. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfobject.c -o modules/swfobject.o
  199. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfrender.c -o modules/swfrender.o
  200. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfshape.c -o modules/swfshape.o
  201. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfsound.c -o modules/swfsound.o
  202. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swftext.c -o modules/swftext.o
  203. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swftools.c -o modules/swftools.o
  204. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  modules/swfalignzones.c -o modules/swfalignzones.o
  205. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  rfxswf.c -o rfxswf.o
  206. rfxswf.c: In function ‘swf_WriteCGI’:
  207. rfxswf.c:1880:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
  208. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  drawer.c -o drawer.o
  209. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  h.263/dct.c -o h.263/dct.o
  210. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  h.263/h263tables.c -o h.263/h263tables.o
  211. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  h.263/swfvideo.c -o h.263/swfvideo.o
  212. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/assembler.c -o action/assembler.o
  213. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/compile.c -o action/compile.o
  214. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/lex.swf4.c -o action/lex.swf4.o
  215. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/lex.swf5.c -o action/lex.swf5.o
  216. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/libming.c -o action/libming.o
  217. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/swf4compiler.tab.c -o action/swf4compiler.tab.o
  218. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/swf5compiler.tab.c -o action/swf5compiler.tab.o
  219. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  action/actioncompiler.c -o action/actioncompiler.o
  220. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/abc.c -o as3/abc.o
  221. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/pool.c -o as3/pool.o
  222. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/files.c -o as3/files.o
  223. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/opcodes.c -o as3/opcodes.o
  224. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/code.c -o as3/code.o
  225. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/registry.c -o as3/registry.o
  226. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/builtin.c -o as3/builtin.o
  227. as3/builtin.c:4032:1: warning: initialization from incompatible pointer type
  228. as3/builtin.c:5469:1: warning: initialization from incompatible pointer type
  229. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/parser.tab.c -o as3/parser.tab.o
  230. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/tokenizer.yy.c -o as3/tokenizer.yy.o
  231. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/scripts.c -o as3/scripts.o
  232. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/compiler.c -o as3/compiler.o
  233. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/import.c -o as3/import.o
  234. as3/import.c: In function ‘as3_import_file’:
  235. as3/import.c:243:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
  236. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/expr.c -o as3/expr.o
  237. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/common.c -o as3/common.o
  238. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/initcode.c -o as3/initcode.o
  239. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  as3/assets.c -o as3/assets.o
  240. rm -f librfxswf.a
  241. ar r librfxswf.a modules/swfaction.o modules/swfbits.o modules/swfbutton.o modules/swfcgi.o modules/swfdraw.o modules/swfdump.o modules/swffilter.o modules/swffont.o modules/swfobject.o modules/swfrender.o modules/swfshape.o modules/swfsound.o modules/swftext.o modules/swftools.o modules/swfalignzones.o rfxswf.o drawer.o  h.263/dct.o h.263/h263tables.o h.263/swfvideo.o action/assembler.o action/compile.o action/lex.swf4.o action/lex.swf5.o action/libming.o action/swf4compiler.tab.o action/swf5compiler.tab.o action/actioncompiler.o as3/abc.o as3/pool.o as3/files.o as3/opcodes.o as3/code.o as3/registry.o as3/builtin.o as3/parser.tab.o as3/tokenizer.yy.o as3/scripts.o as3/compiler.o as3/import.o as3/expr.o as3/common.o as3/initcode.o as3/assets.o
  242. ar: creating librfxswf.a
  243. ranlib librfxswf.a
  244. cd pdf;make libgfxpdf
  245. make[2]: Entering directory `/home/mynamehere/Downloads/swftools-0.9.1/lib/pdf'
  246. make[2]: Nothing to be done for `libgfxpdf'.
  247. make[2]: Leaving directory `/home/mynamehere/Downloads/swftools-0.9.1/lib/pdf'
  248. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  q.c -o q.o
  249. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  utf8.c -o utf8.o
  250. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  png.c -o png.o
  251. png.c: In function ‘png_read_header’:
  252. png.c:102:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
  253. gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -Wimplicit -Wreturn-type -Wno-write-strings -Wformat -O -fomit-frame-pointer  jpeg.c -o jpeg.o
  254. jpeg.c:462:5: error: conflicting types for ‘jpeg_load_from_mem’
  255. jpeg.h:15:5: note: previous declaration of ‘jpeg_load_from_mem’ was here
  256. make[1]: *** [jpeg.o] Error 1
  257. make[1]: Leaving directory `/home/mynamehere/Downloads/swftools-0.9.1/lib'
  258. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment