EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

Mac OS sierra not supported: cerbero.errors.FatalError: Fatal Error: Mac version 10.12 not supported #637

Open cwack-letsdev opened 8 years ago

cwack-letsdev commented 8 years ago

Mac OS sierra is currently not supported. I receive the error message: `cd ~/cerbero \

&& ./cerbero-uninstalled -c config/osx-x86-64.cbc fetch-package --full-reset --reset-rdeps openwebrtc \ && ./cerbero-uninstalled -c config/osx-x86-64.cbc bootstrap \ && ./cerbero-uninstalled -c config/osx-x86-64.cbc package -f openwebrtc Traceback (most recent call last): File "./cerbero-uninstalled", line 8, in from cerbero.main import main File "./cerbero/main.py", line 19, in from cerbero import hacks File "./cerbero/hacks.py", line 132, in from cerbero.utils.shell import call as shell_call File "./cerbero/utils/shell.py", line 42, in PLATFORM = system_info()[0] File "./cerbero/utils/init.py", line 251, in system_info raise FatalError("Mac version %s not supported" % ver) cerbero.errors.FatalError: Fatal Error: Mac version 10.12 not supported`