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

openh264 failed to build on 10.11 #44060

Closed
apjanke opened this issue Sep 17, 2015 · 2 comments
Closed

openh264 failed to build on 10.11 #44060

apjanke opened this issue Sep 17, 2015 · 2 comments
Labels

Comments

@apjanke
Copy link
Contributor

apjanke commented Sep 17, 2015

https://gist.github.com/6eb4ad94c8ca74764a61

cd ./ && sh ./codec/common/generate_version.sh
fatal: Not a git repository (or any of the parent directories): .git
Generated codec/common/inc/version.h
clang++ -O3 -m64 -DX86_ASM -Wall -fPIC -MMD -MP   -I./codec/api/svc -I./codec/common/inc  -I./codec/encoder/core/inc -I./codec/encoder/plus/inc -I./codec/processing/interface -c -o codec/encoder/plus/src/welsEncoderExt.o codec/encoder/plus/src/welsEncoderExt.cpp
nasm -DUNIX64 -DPREFIX -f macho64 -I./codec/common/x86/   -o codec/encoder/core/x86/coeff.o codec/encoder/core/x86/coeff.asm
nasm -DUNIX64 -DPREFIX -f macho64 -I./codec/common/x86/   -o codec/encoder/core/x86/dct.o codec/encoder/core/x86/dct.asm
nasm -DUNIX64 -DPREFIX -f macho64 -I./codec/common/x86/   -o codec/encoder/core/x86/intra_pred.o codec/encoder/core/x86/intra_pred.asm
codec/encoder/core/x86/intra_pred.asm:286: fatal: No section for index 2 offset 0 found

make: *** [codec/encoder/core/x86/intra_pred.o] Error 1
@tpfaff
Copy link

tpfaff commented Nov 13, 2015

Having the same problem today on el capitan.

codec/encoder/core/x86/intra_pred.asm:286: fatal: No section for index 2 offset 0 found

@apjanke
Copy link
Contributor Author

apjanke commented Nov 14, 2015

I've got no assembler skills, but this SO question suggests it might be a bug in nasm 2.11. No idea why it would be El Cap specific, though. Still builds OK for me on OS X 10.9.

@DomT4 DomT4 closed this as completed in 9e378ab Nov 27, 2015
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants