Skip to content
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

GLVND_GLX_LIB not defined on OS X #132

Closed
mwhipple opened this issue Jul 7, 2017 · 1 comment
Closed

GLVND_GLX_LIB not defined on OS X #132

mwhipple opened this issue Jul 7, 2017 · 1 comment
Assignees

Comments

@mwhipple
Copy link

mwhipple commented Jul 7, 2017

Trying to build the latest on OS X breaks with:

error: use of undeclared identifier 'GLVND_GLX_LIB'
        get_dlopen_handle(&api.glx_handle, GLVND_GLX_LIB, false);

It looks like the last relevant commit conditionally defines the constant but unconditionally references it:
759de64#diff-64008a631b29dfa2d255bc24379b2b52

@ebassi ebassi self-assigned this Jul 7, 2017
@nwnk
Copy link
Collaborator

nwnk commented Jul 12, 2017

Fixed in #133 I think

@ebassi ebassi closed this as completed in 91c9ece Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants