Discussion:
[Portaudio] Cannot build portaudio with Xcode 9, MacOS SDK 10.13
Andrew Belt
2017-10-05 11:56:19 UTC
Permalink
Hello,

Users of my project are reporting that Xcode 9, which was released
along with MacOS 10.13 High Sierra, fails to compile Portaudio (stable
or nightly). https://github.com/VCVRack/Rack/issues/144

It seems like only a hard-coded check for 10.5 - 10.12 prevents the
build from proceeding past the ./configure step. is this an easy fix?

Best,
Andrew
Phil Burk
2018-03-18 22:41:56 UTC
Permalink
A proposed fix is here:

https://app.assembla.com/spaces/portaudio/git/merge_requests/6183813

It needs a review before it can be merged.
Post by Andrew Belt
Hello,
Users of my project are reporting that Xcode 9, which was released
along with MacOS 10.13 High Sierra, fails to compile Portaudio (stable
or nightly). https://github.com/VCVRack/Rack/issues/144
It seems like only a hard-coded check for 10.5 - 10.12 prevents the
build from proceeding past the ./configure step. is this an easy fix?
Best,
Andrew
_______________________________________________
Portaudio mailing list
https://lists.columbia.edu/mailman/listinfo/portaudio
Francesco Lamonica
2018-09-11 08:23:09 UTC
Permalink
I can confirm the patch works and does not break anything back to yosemite.
I would modify it to handle upcoming mojave.

Besides, from my limited experience with autotools the patch seems quiet
harmless :)
Post by Phil Burk
https://app.assembla.com/spaces/portaudio/git/merge_requests/6183813
It needs a review before it can be merged.
Post by Andrew Belt
Hello,
Users of my project are reporting that Xcode 9, which was released
along with MacOS 10.13 High Sierra, fails to compile Portaudio (stable
or nightly). https://github.com/VCVRack/Rack/issues/144
It seems like only a hard-coded check for 10.5 - 10.12 prevents the
build from proceeding past the ./configure step. is this an easy fix?
Best,
Andrew
_______________________________________________
Portaudio mailing list
https://lists.columbia.edu/mailman/listinfo/portaudio
_______________________________________________
Portaudio mailing list
https://lists.columbia.edu/mailman/listinfo/portaudio
Loading...