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 <d...@sqlite.org> wrote:

> On 9/27/19, Micah Moore <mmo...@zetetic.net> 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
> d...@sqlite.org
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to