Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- touch .gsm
- "/opt/local/bin/wget" -c --passive http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2
- --2011-10-23 10:52:18-- http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2
- Resolving webm.googlecode.com (webm.googlecode.com)... 74.125.91.82
- Connecting to webm.googlecode.com (webm.googlecode.com)|74.125.91.82|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 1230418 (1.2M) [application/x-bzip2]
- Saving to: `libvpx-v0.9.6.tar.bz2'
- 100%[======================================================================================================================>] 1,230,418 132K/s in 6.6s
- 2011-10-23 10:52:26 (183 KB/s) - `libvpx-v0.9.6.tar.bz2' saved [1230418/1230418]
- rm -rf libvpx || true
- bunzip2 -c libvpx-v0.9.6.tar.bz2 | tar xf - --exclude='[*?:<>\|]'
- mv libvpx-v0.9.6 libvpx || true
- touch libvpx
- (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)
- Configuring selected codecs
- enabling vp8_encoder
- Configuring for target 'x86_64-darwin9-gcc'
- enabling x86_64
- enabling runtime_cpu_detect
- enabling mmx
- enabling sse
- enabling sse2
- enabling sse3
- enabling ssse3
- enabling sse4_1
- using yasm
- enabling postproc
- 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
- Configuration failed. This could reflect a misconfiguration of your
- toolchains, improper options selected, or another problem. If you
- don't see any useful error messages above, the next step is to look
- at the configure error log file (config.err) to determine what
- configure was trying to do when it died.
- make[1]: *** [.libvpx] Error 1
- make: *** [using-src] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement