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

Minitube 2.0 error: incompatible pointer types assigning to 'Display *' (aka '_XDisplay *') from 'wl_display *' #255

Open
AngryPenguinPL opened this issue Aug 10, 2024 · 1 comment

Comments

@AngryPenguinPL
Copy link

During compilation Minitube 2.0 on OpenMandriva Cooker I see this error:

lib/media/src/mpv/mpvwidget.cpp:63:27: error: incompatible pointer types assigning to 'Display *' (aka '_XDisplay *') from 'wl_display *'
DEBUG util.py:461:     63 |             display = ni->display();
DEBUG util.py:461:        |                       ~~~~^~~~~~~~~
DEBUG util.py:461:  1 error generated.
DEBUG util.py:461:  make: *** [Makefile:57155: build/obj/lib/media/src/mpv/mpvwidget.o] Error 1

Full build log: https://file-store.openmandriva.org/api/v1/file_stores/741079c737dc8ee47a5e45fb51f5d49df5869203.log?show=true

Details:
OS: OpenMandriva Cooker
mpv: 0.38.0
compiler: llvm clang 18.1.8

@peterhoeg
Copy link

Duplicate of #250

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