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

FLTK examples are broken after Mesa update to 20.2 #62

Open
danfe opened this issue Nov 11, 2020 · 0 comments
Open

FLTK examples are broken after Mesa update to 20.2 #62

danfe opened this issue Nov 11, 2020 · 0 comments

Comments

@danfe
Copy link

danfe commented Nov 11, 2020

Looking at the previous build logs, some (obsolete?) symbols or definitions were placed in the inlcude/GL/gl[x]_mangle.h files which are no longer installed by Mesa v20.2, leading to the following errors:

.../oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:71:5: error: use of undeclared identifier 'glGetObjectParameterivARB'; did you mean 'glGetTexParameteriv'?
    glGetObjectParameterivARB (obj, GL_OBJECT_INFO_LOG_LENGTH_ARB, &len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
    glGetTexParameteriv
/usr/local/include/GL/gl.h:1274:23: note: 'glGetTexParameteriv' declared here
GLAPI void GLAPIENTRY glGetTexParameteriv( GLenum target,
                      ^
In file included from .../oyranos-0.9.6/src/examples/image_display/image_display.cpp:46:
.../oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:75:2: error: use of undeclared identifier 'glGetInfoLogARB'
        glGetInfoLogARB (obj, len, &nwritten, log);
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

1 participant