Advertisement
lirva

Untitled

Nov 7th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. Saving to: `libdvbpsi-0.2.2.tar.gz'
  2.  
  3. 100%[======================================================================================================================>] 446,363 36.3K/s in 13s
  4.  
  5. 2011-11-07 09:44:00 (33.5 KB/s) - `libdvbpsi-0.2.2.tar.gz' saved [446363/446363]
  6.  
  7. rm -rf libdvbpsi || true
  8. gunzip -c libdvbpsi-0.2.2.tar.gz | tar xf - --exclude='[*?:<>\|]'
  9. mv libdvbpsi-0.2.2 libdvbpsi || true
  10. touch libdvbpsi
  11. patch -p0 < Patches/libdvbpsi_example.patch
  12. patching file libdvbpsi/examples/decode_mpeg.c
  13. (cd libdvbpsi; CC="/usr/bin/clang" CXX="/usr/bin/clang++" LD="ld" RANLIB="ranlib" STRIP="strip" ./configure --target=x86_64-apple-darwin10 --host=x86_64-apple-darwin10 --build=x86_64-apple-darwin10 --program-prefix="" --prefix=/Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10 --enable-release && cd src && make && make install)
  14. checking build system type... x86_64-apple-darwin10
  15. checking host system type... x86_64-apple-darwin10
  16. checking target system type... x86_64-apple-darwin10
  17. checking for a BSD-compatible install... /usr/bin/install -c
  18. checking whether build environment is sane... yes
  19. checking for a thread-safe mkdir -p... .auto/install-sh -c -d
  20. checking for gawk... no
  21. checking for mawk... no
  22. checking for nawk... no
  23. checking for awk... awk
  24. checking whether make sets $(MAKE)... yes
  25. checking for x86_64-apple-darwin10-gcc... /usr/bin/clang
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether /usr/bin/clang accepts -g... yes
  33. checking for /usr/bin/clang option to accept ISO C89... none needed
  34. checking for style of include used by make... GNU
  35. checking dependency style of /usr/bin/clang... gcc3
  36. checking how to run the C preprocessor... /usr/bin/clang -E
  37. checking for grep that handles long lines and -e... /usr/bin/grep
  38. checking for egrep... /usr/bin/grep -E
  39. checking for ANSI C header files... yes
  40. checking for inline... inline
  41. checking how to print strings... printf
  42. checking for a sed that does not truncate output... /usr/bin/sed
  43. checking for fgrep... /usr/bin/grep -F
  44. checking for ld used by /usr/bin/clang... ld
  45. checking if the linker (ld) is GNU ld... no
  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 whether ln -s works... yes
  49. checking the maximum length of command line arguments... 196608
  50. checking whether the shell understands some XSI constructs... yes
  51. checking whether the shell understands "+="... yes
  52. checking how to convert x86_64-apple-darwin10 file names to x86_64-apple-darwin10 format... func_convert_file_noop
  53. checking how to convert x86_64-apple-darwin10 file names to toolchain format... func_convert_file_noop
  54. checking for ld option to reload object files... -r
  55. checking for x86_64-apple-darwin10-objdump... objdump
  56. checking how to recognize dependent libraries... pass_all
  57. checking for x86_64-apple-darwin10-dlltool... dlltool
  58. checking how to associate runtime and link libraries... printf %s\n
  59. checking for x86_64-apple-darwin10-ar... no
  60. checking for 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 /usr/bin/clang 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 sys/types.h... yes
  83. checking for sys/stat.h... yes
  84. checking for stdlib.h... yes
  85. checking for string.h... yes
  86. checking for memory.h... yes
  87. checking for strings.h... yes
  88. checking for inttypes.h... yes
  89. checking for stdint.h... yes
  90. checking for unistd.h... yes
  91. checking for dlfcn.h... yes
  92. checking for objdir... .libs
  93. checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
  94. checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
  95. checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
  96. checking if /usr/bin/clang static flag -static works... no
  97. checking if /usr/bin/clang supports -c -o file.o... yes
  98. checking if /usr/bin/clang supports -c -o file.o... (cached) yes
  99. checking whether the /usr/bin/clang linker (ld) supports shared libraries... yes
  100. checking dynamic linker characteristics... darwin10 dyld
  101. checking how to hardcode library paths into programs... immediate
  102. checking whether stripping libraries is possible... yes
  103. checking if libtool supports shared libraries... yes
  104. checking whether to build shared libraries... yes
  105. checking whether to build static libraries... yes
  106. checking for stdint.h... (cached) yes
  107. checking for inttypes.h... (cached) yes
  108. checking for gettimeofday... no
  109. checking sys/socket.h usability... no
  110. checking sys/socket.h presence... yes
  111. configure: WARNING: sys/socket.h: present but cannot be compiled
  112. configure: WARNING: sys/socket.h: check for missing prerequisite headers?
  113. configure: WARNING: sys/socket.h: see the Autoconf documentation
  114. configure: WARNING: sys/socket.h: section "Present But Cannot Be Compiled"
  115. configure: WARNING: sys/socket.h: proceeding with the compiler's result
  116. checking for sys/socket.h... no
  117. checking for variadic cpp macros... no
  118. configure: creating ./config.status
  119. config.status: creating Makefile
  120. config.status: creating src/Makefile
  121. config.status: creating examples/Makefile
  122. config.status: creating misc/Makefile
  123. config.status: creating doc/Makefile
  124. config.status: creating wince/Makefile
  125. config.status: creating libdvbpsi.pc
  126. config.status: creating libdvbpsi.spec
  127. config.status: creating config.h
  128. config.status: executing depfiles commands
  129. config.status: executing libtool commands
  130.  
  131. libdvbpsi configuration
  132. -----------------------
  133. libdvbpsi version : 0.2.2
  134. debug : false
  135. release : true
  136.  
  137. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -march=core2 -mtune=core2 -m64 -arch x86_64 -DMACOSX_DEPLOYMENT_TARGET=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -DNDEBUG -isystem /Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -I/Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -march=core2 -mtune=core2 -m64 -arch x86_64 -DMACOSX_DEPLOYMENT_TARGET=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -DNDEBUG -isystem /Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -Wall -DDVBPSI_DIST --std=gnu99 -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -no-cpp-precomp -O6 -MT dvbpsi.lo -MD -MP -MF .deps/dvbpsi.Tpo -c -o dvbpsi.lo dvbpsi.c
  138. libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -march=core2 -mtune=core2 -m64 -arch x86_64 -DMACOSX_DEPLOYMENT_TARGET=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -DNDEBUG -isystem /Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -I/Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -march=core2 -mtune=core2 -m64 -arch x86_64 -DMACOSX_DEPLOYMENT_TARGET=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -DNDEBUG -isystem /Users/diegofn/Documents/vlc/vlc/extras/contrib/hosts/x86_64-apple-darwin10/include -Wall -DDVBPSI_DIST --std=gnu99 -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -no-cpp-precomp -O6 -MT dvbpsi.lo -MD -MP -MF .deps/dvbpsi.Tpo -c dvbpsi.c -fno-common -DPIC -o .libs/dvbpsi.o
  139. clang: warning: argument unused during compilation: '-no-cpp-precomp'
  140. error: invalid value '6' in '-O6'
  141. make[2]: *** [dvbpsi.lo] Error 1
  142. make[1]: *** [.dvbpsi] Error 2
  143. make: *** [using-src] Error 2
  144.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement