Advertisement
lirva

Untitled

Oct 23rd, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. touch .gsm
  2. "/opt/local/bin/wget" -c --passive http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2
  3. --2011-10-23 10:52:18-- http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2
  4. Resolving webm.googlecode.com (webm.googlecode.com)... 74.125.91.82
  5. Connecting to webm.googlecode.com (webm.googlecode.com)|74.125.91.82|:80... connected.
  6. HTTP request sent, awaiting response... 200 OK
  7. Length: 1230418 (1.2M) [application/x-bzip2]
  8. Saving to: `libvpx-v0.9.6.tar.bz2'
  9.  
  10. 100%[======================================================================================================================>] 1,230,418 132K/s in 6.6s
  11.  
  12. 2011-10-23 10:52:26 (183 KB/s) - `libvpx-v0.9.6.tar.bz2' saved [1230418/1230418]
  13.  
  14. rm -rf libvpx || true
  15. bunzip2 -c libvpx-v0.9.6.tar.bz2 | tar xf - --exclude='[*?:<>\|]'
  16. mv libvpx-v0.9.6 libvpx || true
  17. touch libvpx
  18. (cd libvpx; CROSS= ./configure --target=x86_64-darwin9-gcc --disable-install-bins --disable-install-srcs --disable-install-libs --disable-install-docs --disable-examples --disable-vp8-decoder && make && make install)
  19. Configuring selected codecs
  20. enabling vp8_encoder
  21. Configuring for target 'x86_64-darwin9-gcc'
  22. enabling x86_64
  23. enabling runtime_cpu_detect
  24. enabling mmx
  25. enabling sse
  26. enabling sse2
  27. enabling sse3
  28. enabling ssse3
  29. enabling sse4_1
  30. using yasm
  31. enabling postproc
  32. Unable to invoke compiler: /usr/bin/gcc -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 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -m64 -arch x86_64 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused
  33.  
  34. Configuration failed. This could reflect a misconfiguration of your
  35. toolchains, improper options selected, or another problem. If you
  36. don't see any useful error messages above, the next step is to look
  37. at the configure error log file (config.err) to determine what
  38. configure was trying to do when it died.
  39. make[1]: *** [.libvpx] Error 1
  40. make: *** [using-src] Error 2
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement