gbraad / open-rp

Automatically exported from code.google.com/p/open-rp
0 stars 0 forks source link

ffmpeg fails to build on OS X 10.6 #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download source
2. run make on 10.6

What is the expected output? What do you see instead?
It should build. Instead I get

{standard input}:8962:suffix or operands invalid for `add'
{standard input}:8974:suffix or operands invalid for `add'
{standard input}:9239:suffix or operands invalid for `add'
{standard input}:9251:suffix or operands invalid for `add'
make[2]: *** [libavcodec/h264.o] Error 1
make[1]: *** [.orp-stamp] Error 1
make: *** [all] Error 2

What version of the product are you using? On what operating system?
svn r307 on Mac OS X 10.6.2

Please provide any additional information below.
You can fix the bug by adding --arch=x86_x64 to the CONFIGURE argument of 
packages.d/09-
-ffmpeg

I'll work on patching things up so that it doesn't break anyone else's build 
and post a patch or 
something for you guys.

Original issue reported on code.google.com by dyla...@gmail.com on 22 Nov 2009 at 6:05

GoogleCodeExporter commented 8 years ago
Excellent find!

Can you post the output of: uname -a

We should be able to detect 64-bit using uname and add a conditional to
packages.d/09-ffmpeg.

Thanks for the feedback.

Original comment by darryl...@gmail.com on 22 Nov 2009 at 6:10

GoogleCodeExporter commented 8 years ago
Darwin cattlebruiser.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov  3 
10:37:10 PST 2009; root:xnu-
1486.2.11~1/RELEASE_I386 i386

Have fun!

Original comment by dyla...@gmail.com on 22 Nov 2009 at 6:36

GoogleCodeExporter commented 8 years ago

Original comment by darryl...@gmail.com on 22 Nov 2009 at 7:39

GoogleCodeExporter commented 8 years ago

Original comment by darryl...@gmail.com on 22 Nov 2009 at 7:39

GoogleCodeExporter commented 8 years ago
Fixed in r314.

Original comment by darryl...@gmail.com on 23 Nov 2009 at 6:16