Advertisement
lirva

Untitled

Nov 26th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.85 KB | None | 0 0
  1. cd tiff && CC="gcc-4.2" CXX="g++-4.2" LD="ld" AR="ar" RANLIB="ranlib" STRIP="strip" PATH="/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/bin:/Users/diegofn/Documents/vlc/vlc/extras/tools/build/bin:/Users/diegofn/Documents/vlc/vlc/extras/tools/build/bin:/bin:/usr/bin:/sbin:/usr/sbin" CPPFLAGS=" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include" CFLAGS=" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include" CXXFLAGS=" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include" LDFLAGS=" -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -m64 -L/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/lib" ./configure --prefix="/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10" --build="x86_64-apple-darwin10" --host="x86_64-apple-darwin10" --target="x86_64-apple-darwin10" --program-prefix="" --enable-static --disable-shared --disable-dependency-tracking --with-pic \
  2. --disable-jpeg \
  3. --disable-zlib \
  4. --disable-cxx \
  5. --without-x
  6. checking build system type... x86_64-apple-darwin10
  7. checking host system type... x86_64-apple-darwin10
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking whether build environment is sane... yes
  10. checking for a thread-safe mkdir -p... config/install-sh -c -d
  11. checking for gawk... no
  12. checking for mawk... no
  13. checking for nawk... no
  14. checking for awk... awk
  15. checking whether make sets $(MAKE)... yes
  16. checking whether to enable maintainer-specific portions of Makefiles... no
  17. checking whether build environment is sane... yes
  18. checking for x86_64-apple-darwin10-gcc... gcc-4.2
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc-4.2 accepts -g... yes
  26. checking for gcc-4.2 option to accept ISO C89... unsupported
  27. checking for style of include used by make... GNU
  28. checking dependency style of gcc-4.2... none
  29. checking for gcc-4.2 option to accept ISO C99... unsupported
  30. checking for gcc-4.2 option to accept ISO C89... (cached) unsupported
  31. checking for gcc-4.2 option to accept ISO Standard C... (cached) unsupported
  32. checking how to run the C preprocessor... gcc-4.2 -E
  33. checking for a sed that does not truncate output... /usr/bin/sed
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking for fgrep... /usr/bin/grep -F
  37. checking how to print strings... printf
  38. checking for ld used by gcc-4.2... ld
  39. checking if the linker (ld) is GNU ld... no
  40. checking whether gcc-4.2 and cc understand -c and -o together... yes
  41. checking for ld used by gcc-4.2... (cached) ld
  42. checking if the linker (ld) is GNU ld... (cached) no
  43. checking for C compiler warning flags... -Wall -W
  44. checking whether make sets $(MAKE)... (cached) yes
  45. checking whether ln -s works... yes
  46. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  47. checking the name lister (/usr/bin/nm) interface... BSD nm
  48. checking the maximum length of command line arguments... 196608
  49. checking whether the shell understands some XSI constructs... yes
  50. checking whether the shell understands "+="... yes
  51. checking how to convert x86_64-apple-darwin10 file names to x86_64-apple-darwin10 format... func_convert_file_noop
  52. checking how to convert x86_64-apple-darwin10 file names to toolchain format... func_convert_file_noop
  53. checking for ld option to reload object files... -r
  54. checking for x86_64-apple-darwin10-objdump... no
  55. checking for objdump... no
  56. checking how to recognize dependent libraries... pass_all
  57. checking for x86_64-apple-darwin10-dlltool... no
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for x86_64-apple-darwin10-ar... ar
  61. checking for archiver @FILE support... no
  62. checking for x86_64-apple-darwin10-strip... strip
  63. checking for x86_64-apple-darwin10-ranlib... ranlib
  64. checking command to parse /usr/bin/nm output from gcc-4.2 object... ok
  65. checking for sysroot... no
  66. checking for x86_64-apple-darwin10-mt... no
  67. checking for mt... no
  68. checking if : is a manifest tool... no
  69. checking for x86_64-apple-darwin10-dsymutil... no
  70. checking for dsymutil... dsymutil
  71. checking for x86_64-apple-darwin10-nmedit... no
  72. checking for nmedit... nmedit
  73. checking for x86_64-apple-darwin10-lipo... no
  74. checking for lipo... lipo
  75. checking for x86_64-apple-darwin10-otool... no
  76. checking for otool... otool
  77. checking for x86_64-apple-darwin10-otool64... no
  78. checking for otool64... no
  79. checking for -single_module linker flag... yes
  80. checking for -exported_symbols_list linker flag... yes
  81. checking for -force_load linker flag... yes
  82. checking for ANSI C header files... no
  83. checking for sys/types.h... yes
  84. checking for sys/stat.h... yes
  85. checking for stdlib.h... yes
  86. checking for string.h... yes
  87. checking for memory.h... yes
  88. checking for strings.h... yes
  89. checking for inttypes.h... yes
  90. checking for stdint.h... yes
  91. checking for unistd.h... yes
  92. checking for dlfcn.h... yes
  93. checking for objdir... .libs
  94. checking if gcc-4.2 supports -fno-rtti -fno-exceptions... no
  95. checking for gcc-4.2 option to produce PIC... -fno-common -DPIC
  96. checking if gcc-4.2 PIC flag -fno-common -DPIC works... yes
  97. checking if gcc-4.2 static flag -static works... no
  98. checking if gcc-4.2 supports -c -o file.o... yes
  99. checking if gcc-4.2 supports -c -o file.o... (cached) yes
  100. checking whether the gcc-4.2 linker (ld) supports shared libraries... yes
  101. checking dynamic linker characteristics... darwin10 dyld
  102. checking how to hardcode library paths into programs... immediate
  103. checking whether stripping libraries is possible... yes
  104. checking if libtool supports shared libraries... yes
  105. checking whether to build shared libraries... no
  106. checking whether to build static libraries... yes
  107. checking whether we are using the GNU C++ compiler... yes
  108. checking whether g++-4.2 accepts -g... yes
  109. checking dependency style of g++-4.2... none
  110. checking how to run the C++ preprocessor... g++-4.2 -E
  111. checking for ld used by g++-4.2... ld
  112. checking if the linker (ld) is GNU ld... no
  113. checking whether the g++-4.2 linker (ld) supports shared libraries... yes
  114. checking for g++-4.2 option to produce PIC... -fno-common -DPIC
  115. checking if g++-4.2 PIC flag -fno-common -DPIC works... yes
  116. checking if g++-4.2 static flag -static works... no
  117. checking if g++-4.2 supports -c -o file.o... yes
  118. checking if g++-4.2 supports -c -o file.o... (cached) yes
  119. checking whether the g++-4.2 linker (ld) supports shared libraries... yes
  120. checking dynamic linker characteristics... darwin10 dyld
  121. checking how to hardcode library paths into programs... immediate
  122. checking for main in -lc... yes
  123. checking assert.h usability... yes
  124. checking assert.h presence... yes
  125. checking for assert.h... yes
  126. checking fcntl.h usability... yes
  127. checking fcntl.h presence... yes
  128. checking for fcntl.h... yes
  129. checking io.h usability... no
  130. checking io.h presence... no
  131. checking for io.h... no
  132. checking limits.h usability... yes
  133. checking limits.h presence... yes
  134. checking for limits.h... yes
  135. checking malloc.h usability... no
  136. checking malloc.h presence... no
  137. checking for malloc.h... no
  138. checking search.h usability... yes
  139. checking search.h presence... yes
  140. checking for search.h... yes
  141. checking sys/time.h usability... yes
  142. checking sys/time.h presence... yes
  143. checking for sys/time.h... yes
  144. checking for unistd.h... (cached) yes
  145. checking for an ANSI C-conforming const... yes
  146. checking for inline... inline
  147. checking whether byte ordering is bigendian... no
  148. checking for off_t... yes
  149. checking for size_t... yes
  150. checking size of int... 4
  151. checking size of long... 8
  152. checking whether time.h and sys/time.h may both be included... yes
  153. checking whether struct tm is in sys/time.h or time.h... time.h
  154. checking for int8... no
  155. checking for int16... no
  156. checking for int32... no
  157. checking size of signed long... 8
  158. checking size of unsigned long... 8
  159. checking size of signed long long... 8
  160. checking size of unsigned long long... 8
  161. checking for signed 64-bit type... signed long
  162. checking for unsigned 64-bit type... unsigned long
  163. checking for floor... yes
  164. checking for isascii... yes
  165. checking for memmove... yes
  166. checking for memset... yes
  167. checking for mmap... yes
  168. checking for pow... yes
  169. checking for setmode... yes
  170. checking for sqrt... yes
  171. checking for strchr... yes
  172. checking for strrchr... yes
  173. checking for strstr... yes
  174. checking for strtol... yes
  175. checking for getopt... yes
  176. checking for strcasecmp... yes
  177. checking for strtoul... yes
  178. checking for lfind... yes
  179. checking native cpu bit order... lsb2msb
  180. checking for special C compiler options needed for large files... no
  181. checking for _FILE_OFFSET_BITS value needed for large files... no
  182. checking for jbg_dec_init in -ljbig... no
  183. checking jbig.h usability... no
  184. checking jbig.h presence... no
  185. checking for jbig.h... no
  186. checking for X... disabled
  187. checking for the pthreads library -lpthreads... no
  188. checking whether pthreads work without any flags... yes
  189. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  190. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  191. checking for cc_r... gcc-4.2
  192. checking whether we are using the Microsoft C compiler... no
  193. checking windows.h usability... no
  194. checking windows.h presence... no
  195. checking for windows.h... no
  196. checking for OpenGL library... no
  197. checking for OpenGL Utility library... no
  198. checking for GLUT library... no
  199. configure: creating ./config.status
  200. config.status: creating Makefile
  201. config.status: creating build/Makefile
  202. config.status: creating contrib/Makefile
  203. config.status: creating contrib/acorn/Makefile
  204. config.status: creating contrib/addtiffo/Makefile
  205. config.status: creating contrib/dbs/Makefile
  206. config.status: creating contrib/dbs/xtiff/Makefile
  207. config.status: creating contrib/iptcutil/Makefile
  208. config.status: creating contrib/mac-cw/Makefile
  209. config.status: creating contrib/mac-mpw/Makefile
  210. config.status: creating contrib/mfs/Makefile
  211. config.status: creating contrib/pds/Makefile
  212. config.status: creating contrib/ras/Makefile
  213. config.status: creating contrib/stream/Makefile
  214. config.status: creating contrib/tags/Makefile
  215. config.status: creating contrib/win_dib/Makefile
  216. config.status: creating html/Makefile
  217. config.status: creating html/images/Makefile
  218. config.status: creating html/man/Makefile
  219. config.status: creating libtiff/Makefile
  220. config.status: creating man/Makefile
  221. config.status: creating port/Makefile
  222. config.status: creating test/Makefile
  223. config.status: creating tools/Makefile
  224. config.status: creating libtiff/tif_config.h
  225. config.status: creating libtiff/tiffconf.h
  226. config.status: executing depfiles commands
  227. config.status: executing libtool commands
  228.  
  229. Libtiff is now configured for x86_64-apple-darwin10
  230.  
  231. Installation directory: /Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10
  232. Documentation directory: ${prefix}/share/doc/tiff-3.9.5
  233. C compiler: gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -Wall -W
  234. C++ compiler: g++-4.2 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include
  235. Enable runtime linker paths: no
  236. Support Microsoft Document Imaging: yes
  237.  
  238. Support for internal codecs:
  239. CCITT Group 3 & 4 algorithms: yes
  240. Macintosh PackBits algorithm: yes
  241. LZW algorithm: yes
  242. ThunderScan 4-bit RLE algorithm: yes
  243. NeXT 2-bit RLE algorithm: yes
  244. LogLuv high dynamic range encoding: yes
  245.  
  246. Support for external codecs:
  247. ZLIB support: no
  248. Pixar log-format algorithm: no
  249. JPEG support: no
  250. Old JPEG support: no
  251. ISO JBIG support: no
  252.  
  253. C++ support: no
  254.  
  255. OpenGL support: no
  256.  
  257. cd tiff && make -C port && make -C libtiff
  258. \
  259. # source='dummy.c' object='dummy.lo' libtool=yes
  260. /bin/sh ../libtool --tag=CC --mode=compile gcc-4.2 -DHAVE_CONFIG_H -I. -I../libtiff -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -Wall -W -c -o dummy.lo dummy.c
  261. libtool: compile: gcc-4.2 -DHAVE_CONFIG_H -I. -I../libtiff -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -Wall -W -c dummy.c -fno-common -DPIC -o dummy.o
  262. /bin/sh ../libtool --tag=CC --mode=link gcc-4.2 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -Wall -W -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -m64 -L/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/lib -o libport.la dummy.lo -lc
  263. libtool: link: ar cru .libs/libport.a dummy.o
  264. libtool: link: ranlib .libs/libport.a
  265. libtool: link: ( cd ".libs" && rm -f "libport.la" && ln -s "../libport.la" "libport.la" )
  266. make all-am
  267. \
  268. # source='tif_aux.c' object='tif_aux.lo' libtool=yes
  269. /bin/sh ../libtool --tag=CC --mode=compile gcc-4.2 -DHAVE_CONFIG_H -I. -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -Wall -W -c -o tif_aux.lo tif_aux.c
  270. libtool: compile: gcc-4.2 -DHAVE_CONFIG_H -I. -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -I/Users/diegofn/Documents/vlc/vlc/contrib/x86_64-apple-darwin10/include -Wall -W -c tif_aux.c -fno-common -DPIC -o tif_aux.o
  271. In file included from tiffio.h:247,
  272. from tiffiop.h:70,
  273. from tif_aux.c:32:
  274. /Developer/SDKs/MacOSX10.6.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
  275. tif_aux.c: In function 'TIFFVGetFieldDefaulted':
  276. tif_aux.c:151: warning: implicit declaration of function 'va_arg'
  277. tif_aux.c:151: error: expected expression before 'uint32'
  278. tif_aux.c:151: error: invalid type argument of 'unary *'
  279. tif_aux.c:154: error: expected expression before 'uint16'
  280. tif_aux.c:154: error: invalid type argument of 'unary *'
  281. tif_aux.c:157: error: expected expression before 'uint16'
  282. tif_aux.c:157: error: invalid type argument of 'unary *'
  283. tif_aux.c:160: error: expected expression before 'uint16'
  284. tif_aux.c:160: error: invalid type argument of 'unary *'
  285. tif_aux.c:163: error: expected expression before 'uint16'
  286. tif_aux.c:163: error: invalid type argument of 'unary *'
  287. tif_aux.c:166: error: expected expression before 'uint16'
  288. tif_aux.c:166: error: invalid type argument of 'unary *'
  289. tif_aux.c:169: error: expected expression before 'uint32'
  290. tif_aux.c:169: error: invalid type argument of 'unary *'
  291. tif_aux.c:172: error: expected expression before 'uint16'
  292. tif_aux.c:172: error: invalid type argument of 'unary *'
  293. tif_aux.c:175: error: expected expression before 'uint16'
  294. tif_aux.c:175: error: invalid type argument of 'unary *'
  295. tif_aux.c:178: error: expected expression before 'uint16'
  296. tif_aux.c:178: error: invalid type argument of 'unary *'
  297. tif_aux.c:181: error: expected expression before 'uint16'
  298. tif_aux.c:181: error: invalid type argument of 'unary *'
  299. tif_aux.c:186: error: expected expression before 'uint16'
  300. tif_aux.c:186: error: invalid type argument of 'unary *'
  301. tif_aux.c:190: error: expected expression before 'uint16'
  302. tif_aux.c:190: error: invalid type argument of 'unary *'
  303. tif_aux.c:191: error: expected expression before 'uint16'
  304. tif_aux.c:191: error: invalid type argument of 'unary *'
  305. tif_aux.c:194: error: expected expression before 'uint16'
  306. tif_aux.c:194: error: invalid type argument of 'unary *'
  307. tif_aux.c:197: error: expected expression before 'uint16'
  308. tif_aux.c:197: error: invalid type argument of 'unary *'
  309. tif_aux.c:200: error: expected expression before 'uint16'
  310. tif_aux.c:200: error: invalid type argument of 'unary *'
  311. tif_aux.c:201: error: expected expression before 'uint16'
  312. tif_aux.c:201: error: invalid type argument of 'unary *'
  313. tif_aux.c:204: error: expected expression before 'uint16'
  314. tif_aux.c:204: error: invalid type argument of 'unary *'
  315. tif_aux.c:209: error: expected expression before 'uint32'
  316. tif_aux.c:209: error: invalid type argument of 'unary *'
  317. tif_aux.c:212: error: expected expression before 'uint16'
  318. tif_aux.c:212: error: invalid type argument of 'unary *'
  319. tif_aux.c:215: error: expected expression before 'uint16'
  320. tif_aux.c:215: error: invalid type argument of 'unary *'
  321. tif_aux.c:218: error: expected expression before 'uint32'
  322. tif_aux.c:218: error: invalid type argument of 'unary *'
  323. tif_aux.c:224: error: expected expression before 'float'
  324. tif_aux.c:224: error: invalid type argument of 'unary *'
  325. tif_aux.c:228: error: expected expression before 'uint16'
  326. tif_aux.c:228: error: invalid type argument of 'unary *'
  327. tif_aux.c:229: error: expected expression before 'uint16'
  328. tif_aux.c:229: error: invalid type argument of 'unary *'
  329. tif_aux.c:232: error: expected expression before 'uint16'
  330. tif_aux.c:232: error: invalid type argument of 'unary *'
  331. tif_aux.c:243: error: expected expression before 'float'
  332. tif_aux.c:243: error: invalid type argument of 'unary *'
  333. tif_aux.c:252: error: expected expression before 'uint16'
  334. tif_aux.c:252: error: invalid type argument of 'unary *'
  335. tif_aux.c:254: error: expected expression before 'uint16'
  336. tif_aux.c:254: error: invalid type argument of 'unary *'
  337. tif_aux.c:255: error: expected expression before 'uint16'
  338. tif_aux.c:255: error: invalid type argument of 'unary *'
  339. tif_aux.c:261: error: expected expression before 'float'
  340. tif_aux.c:261: error: invalid type argument of 'unary *'
  341. tif_aux.c: In function 'TIFFGetFieldDefaulted':
  342. tif_aux.c:277: warning: implicit declaration of function 'va_start'
  343. tif_aux.c:279: warning: implicit declaration of function 'va_end'
  344. make[2]: *** [tif_aux.lo] Error 1
  345. make[1]: *** [all] Error 2
  346. make: *** [.tiff] Error 2
  347.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement