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

autotools vs meson: symbols #111

Closed
ignatenkobrain opened this issue Mar 9, 2017 · 2 comments
Closed

autotools vs meson: symbols #111

ignatenkobrain opened this issue Mar 9, 2017 · 2 comments

Comments

@ignatenkobrain
Copy link

I've got bunch of new symbols when switched to meson. Seems odd.

  18 Added function symbols not referenced by debug info:

    epoxy_conservative_egl_dlsym
    epoxy_conservative_egl_version
    epoxy_conservative_gl_version
    epoxy_conservative_glx_dlsym
    epoxy_conservative_glx_version
    epoxy_conservative_has_egl_extension
    epoxy_conservative_has_gl_extension
    epoxy_conservative_has_glx_extension
    epoxy_egl_dlsym
    epoxy_extension_in_string
    epoxy_get_bootstrap_proc_address
    epoxy_get_core_proc_address
    epoxy_get_proc_address
    epoxy_gl_dlsym
    epoxy_gles1_dlsym
    epoxy_gles2_dlsym
    epoxy_gles3_dlsym
    epoxy_glx_dlsym

  2 Added variable symbols not referenced by debug info:

    epoxy_glBegin_unwrapped
    epoxy_glEnd_unwrapped
@ebassi
Copy link
Collaborator

ebassi commented Mar 9, 2017

Those are internal symbols, which is weird because we get the visibility flags here and we use them when building the shared library here.

Are you overriding the CFLAGS?

@ebassi
Copy link
Collaborator

ebassi commented Mar 9, 2017

Ah, no: it's my mess.

@ebassi ebassi closed this as completed in 4719e58 Mar 9, 2017
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