macOS Mojave (10.14.6) on a 2018 MBP
download the release from master, open xcode project and build. The error appears as "patch failed: examples/audio_out.c:427" then "examples/audio_out.c: patch does not apply" below the compilation message "performing patch step for 'samplerate_external'."
I've tried changing the line in the samplerate_external.dir/build.make file to include the suggestions for git to ignore whitespace, however it seems that the build.make file is reconstructed with each xcode build.
I've also tried applying the contents of the fix_carbon.patch file directly (it's the first patch under the samplerate_external heading in the build.make), and rebuilding to no avail.
macOS Mojave (10.14.6) on a 2018 MBP
download the release from master, open xcode project and build. The error appears as "patch failed: examples/audio_out.c:427" then "examples/audio_out.c: patch does not apply" below the compilation message "performing patch step for 'samplerate_external'."
I've tried changing the line in the
samplerate_external.dir/build.makefile to include the suggestions for git to ignore whitespace, however it seems that the build.make file is reconstructed with each xcode build.I've also tried applying the contents of the
fix_carbon.patchfile directly (it's the first patch under the samplerate_external heading in the build.make), and rebuilding to no avail.