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

/src/wayland-eglsurface.c:1521:10: error: use of undeclared identifier 'EGL_WAYLAND_Y_INVERTED_WL' #25

Closed
tpgxyz opened this issue Feb 24, 2020 · 1 comment

Comments

@tpgxyz
Copy link

tpgxyz commented Feb 24, 2020

I'm compiling egl-wayland-1.14 with LLVM/clang and latest wayland-1.18.0

All the details can be found here: https://abf.openmandriva.org/build_lists/713883

FAILED: src/25a6634@@nvidia-egl-wayland@sha/wayland-eglsurface.c.o 
/usr/bin/clang -Isrc/25a6634@@nvidia-egl-wayland@sha -Isrc -I../src -I../include -I../wayland-egl -Iwayland-eglstream -I/usr/include/EGL -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -std=gnu99 -Wall -fvisibility=hidden -DWL_HIDE_DEPRECATED -Wno-pedantic -Os -fomit-frame-pointer -g1 -Wstrict-aliasing=2 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -m64 -mtune=generic -flto -fPIC -pthread -MD -MQ 'src/25a6634@@nvidia-egl-wayland@sha/wayland-eglsurface.c.o' -MF 'src/25a6634@@nvidia-egl-wayland@sha/wayland-eglsurface.c.o.d' -o 'src/25a6634@@nvidia-egl-wayland@sha/wayland-eglsurface.c.o' -c ../src/wayland-eglsurface.c
../src/wayland-eglsurface.c:1521:10: error: use of undeclared identifier 'EGL_WAYLAND_Y_INVERTED_WL'
    case EGL_WAYLAND_Y_INVERTED_WL:
         ^
1 error generated.
@erik-kz
Copy link

erik-kz commented Mar 25, 2020

Thanks for the report (and associated patches). This should be resolved by 4a343a4.

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

Successfully merging a pull request may close this issue.

2 participants