Thank you for the recommendations and latest adjustment, both work to resolve the issue.
On Fri, Sep 27, 2019 at 12:37 PM Richard Hipp <[email protected]> wrote: > On 9/27/19, Micah Moore <[email protected]> wrote: > > Hello, > > > > Attempting to use the Pre-release snapshot of SQLite 3.30.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 macCatalyst" > > One simple work-around is to compile with > -DSQLITE_ENABLE_LOCKING_STYLE=0. That is the approach I would > recommend. > > Or, you can download the more recent snapshot and build with > -DHAVE_GETHOSTUUID=0 > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

