SGPlayer icon indicating copy to clipboard operation
SGPlayer copied to clipboard

macos 10.15 build error

Open FKV587 opened this issue 6 years ago • 12 comments

image

FKV587 avatar Oct 21 '19 03:10 FKV587

git checkout 2.0.1 -B latest

FKV587 avatar Oct 21 '19 03:10 FKV587

clangclangclangclang: : : : errorerrorerrorerror: : : linker command failed with exit code 1 (use -v to see invocation)linker command failed with exit code 1 (use -v to see invocation)linker command failed with exit code 1 (use -v to see invocation): linker command failed with exit code 1 (use -v to see invocation) "_OBJ_sn2nid", referenclang: error: linker command failed with exit code 1 (use -v to see invocation) _pkey_ec_cclang: error: linker command failed with exit code 1 (use -v to see invocation)

clang: error: linker command failed with exit code 1 (use -v to see invocation)

FKV587 avatar Oct 21 '19 03:10 FKV587

the same issue...

lucifron1994 avatar Oct 22 '19 13:10 lucifron1994

the same issue...

GitHubSiegeLion avatar Nov 28 '19 02:11 GitHubSiegeLion

@FKV587 你好,请问你是解决了这个编译错误问题么?我看你又提了视频缓冲时间太短的问题。 cp: openssl: No such file or directory make[1]: *** [install] Error 1 make: *** [install_sw] Error 1

GitHubSiegeLion avatar Nov 28 '19 03:11 GitHubSiegeLion

@GitHubSiegeLion 之前使用MacMini 编译失败 后面使用笔记本电脑就编译成功了 具体是什么情况就不清楚了 因为笔记本电脑编译过很多库 里面修改了很多设置

FKV587 avatar Nov 28 '19 03:11 FKV587

@FKV587 感谢回复,我再看看

GitHubSiegeLion avatar Nov 28 '19 03:11 GitHubSiegeLion

Any Update on this, it seems to only affect the iOS build as the macOS build is good.

sfhgithub avatar Dec 16 '19 18:12 sfhgithub

solution:

  1. install and update openssl: $ which openssl $ openssl version $ brew install openssl $ brew upgrade openssl $ brew link openssl --force
  2. run the script by su: sudo ./build.sh iOS build

good luck

chengjingfeng avatar Jan 01 '20 07:01 chengjingfeng

@FKV587 你好,请问你是解决了这个编译错误问题么?我看你又提了视频缓冲时间太短的问题。 cp: openssl: No such file or directory make[1]: *** [install] Error 1 make: *** [install_sw] Error 1

save issue

victaie avatar Feb 14 '20 04:02 victaie

Any Update on this, it seems to only affect the iOS build as the macOS build is good.

Yes, macOS build is OK but iOS build doesn't work

victaie avatar Feb 14 '20 06:02 victaie

@FKV587 你好,请问你是解决了这个编译错误问题么?我看你又提了视频缓冲时间太短的问题。 cp: openssl: No such file or directory make[1]: *** [install] Error 1 make: *** [install_sw] Error 1

Same issue? Any fix?

pffan91 avatar Apr 13 '21 11:04 pffan91