Re: [sqlite] Adapt HAVE_GETHOSTUUID conditional for UIKit for macOS

2019-07-18 Thread Micah Moore
Thanks for the response. Just to clarify, this is separate from the `warning "gethostuuid() is disabled."` exuded from the else portion of the conditional (when targeting iOS). When targeting UIKit for macOS, the conditional gets into the if portion because TARGET_OS_UIKITFORMAC is not included

Re: [sqlite] Adapt HAVE_GETHOSTUUID conditional for UIKit for macOS

2019-07-17 Thread Jens Alfke
> On Jul 17, 2019, at 9:29 AM, Micah Moore wrote: > > Attempting to use SQLite version 3.29.0 amalgamation in a [Catalyst]( > https://developer.apple.com/ipad-apps-for-mac/ > ) based project -- targeting > UIKit for macOS -- fails with the error

[sqlite] Adapt HAVE_GETHOSTUUID conditional for UIKit for macOS

2019-07-17 Thread Micah Moore
Hello, Attempting to use SQLite version 3.29.0 amalgamation in a [Catalyst]( https://developer.apple.com/ipad-apps-for-mac/) based project -- targeting UIKit for macOS -- fails with the error "'gethostuuid' is unavailable: not available on UIKit for macOS" Specifically this conditional: ``` #if