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

Mac build error #418

Closed CaseyGuanSun closed 4 years ago

CaseyGuanSun commented 4 years ago

I am building roc-toolkit on Mac book pro. but there are errors about it: : scons -Q then print this error: AttributeError: 'SConsEnvironment' object has no attribute 'SourceCode': roc-toolkit/SConstruct", line 55: env.SourceCode('.', None)

gavv commented 4 years ago

Thanks for reporting! This function was deprecated in recent scons. Fixed in develop and master, could you please check it?

gavv commented 4 years ago

Feel free to re-open if you'll have the issue again.

tleb commented 2 years ago

This issue is present in the latest released version (0.1.15) but not on master (fixed by commit abdfbb94df98fe88be4dd92ca587500126558411 I believe). Is a new release planned soon?

Thanks!

gavv commented 1 year ago

I've recently tagged 0.2.0, which includes this fix.