roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

Build error on macOS #476

Closed puyral closed 1 year ago

puyral commented 2 years ago

I'm trying to build and install roc-toolkit on a 13" M1 MacBook Pro on macOS Monterey 12.4. Unfortunately, as I follow the wiki's instructions, I get the following error:

$ sudo scons -Q --build-3rdparty=openfec install
  INSTALL   /usr/local/include/roc
  INSTALL   /usr/local/lib/libroc.0.1.dylib
    FIXUP   /usr/local/lib/libroc.0.1.dylib
/Library/Developer/CommandLineTools/usr/bin/install_name_tool: fatal error: file not in an order that can be processed (dyld chained fixups out of place): /usr/local/lib/libroc.0.1.dylib
scons: *** [install] Error 1
gavv commented 1 year ago

Hi, thanks for reporting.

I recently pushed a big update from develop to master and tagged v0.2.0 release.

Could you retry on master or 0.2.0? Probably the issue is fixed.

puyral commented 1 year ago

Hello,

I just tried again on the updated master, and it compiled successfully!

gavv commented 1 year ago

Thanks!