Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

ffmpeg install failed (Lion GM, clean install so no SL upgrade, Xcode 4.2 beta2 for Lion) #6278

Closed
roderik opened this issue Jul 2, 2011 · 23 comments

Comments

@roderik
Copy link
Contributor

roderik commented Jul 2, 2011

https://gist.github.com/1059859

Trying the new xcode 4.1 DP7 also released yesterday, maybe the 4.2 xcode is the issue.

@attilagyorffy
Copy link
Contributor

Using vanilla gcc-4.2 from /Developer/usr/bin/gcc-4.2 solves the problem. Just compiled ffmpeg on Lion with success.

@sophiebits
Copy link
Contributor

Strange, using gcc-4.2 doesn't work for me.

@deepsweet
Copy link
Contributor

the same problem here, 4.2 doesn't help.

@attilagyorffy
Copy link
Contributor

I just realised I have it up and running on Build 11A49a (prior to GM). Today I am going to install the update and will let you know if it's a GM specific issue or not.

@rcw3
Copy link

rcw3 commented Jul 7, 2011

I'm also having this same problem on the GM.

@egorFiNE
Copy link

egorFiNE commented Jul 7, 2011

same here. :(

@joaomoreno
Copy link
Contributor

$ sw_vers 
ProductName:    Mac OS X
ProductVersion: 10.6.8
BuildVersion:   10K540

$ gcc --version
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Same issue here.

@sophiebits
Copy link
Contributor

Looks like this error was fixed in FFmpeg/FFmpeg@f04d434 on the FFmpeg tree. Now I get this failure:

https://trac.macports.org/ticket/30093

@joaomoreno
Copy link
Contributor

ffmpeg ticket - https://avcodec.org/trac/ffmpeg/ticket/353

@d--j
Copy link

d--j commented Jul 25, 2011

brew install --use-clang --HEAD ffmpeg

works for me on Lion

@kimausloos
Copy link

I can confirm d--j's command works.

@joaomoreno
Copy link
Contributor

confirmed as well, nice catch

@bishopandco
Copy link
Contributor

+1 d--j's worked for me on Lion.

2 similar comments
@choonkeat
Copy link

+1 d--j's worked for me on Lion.

@alexstrassheim
Copy link

+1 d--j's worked for me on Lion.

@wsh
Copy link

wsh commented Aug 1, 2011

+1 for d--j on Lion

1 similar comment
@outworlder
Copy link
Contributor

+1 for d--j on Lion

@chadhutchins
Copy link

d--j is the man... his fix worked for me on lion as well.

@RobertDeRose
Copy link

d--j's Works for me as well, someone wanna checkout a branch and commit this? I'm too lazy.

@lqez
Copy link

lqez commented Aug 8, 2011

+1 for d--j on Lion x86_64. Thanks.

@joaomoreno
Copy link
Contributor

#6805

@joaomoreno
Copy link
Contributor

Did anyone try this on Snow Leopard?

@adamv
Copy link
Contributor

adamv commented Aug 14, 2011

Fixed in #6805

@adamv adamv closed this as completed Aug 14, 2011
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests