Skip to content

The current version ships with an obsolete version of libui (under OS X) #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
serge-hulne opened this issue Jun 15, 2017 · 2 comments
Closed

Comments

@serge-hulne
Copy link

Hi,

The current version ships with an obsolete version of libui (under OS X).

How could I provide my own version of libui ?

Is there a version of the code (or a version of the Makefile) which looks for an installation of libui on the system rather than installing a specific (possibly obsolete) one.

Thanks.

@andlabs
Copy link
Owner

andlabs commented Jun 15, 2017

This is intentional; package ui only ships with tagged stable versions of libui, and there hasn't been one since then. Unless I forgot to rebuild with a newer tag? I've already forgotten now; sorry. (TODO find a way to embed the tag version into libui itself.)

You can substitute libui_darwin_amd64.a with one built from source using cmake -DBUILD_SHARED_LIBS=OFF. Be sure to replace ui.h as well. Do note that the API might have changed.

@andlabs
Copy link
Owner

andlabs commented Mar 25, 2018

Replaced with #277.

@andlabs andlabs closed this as completed Mar 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants