Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Could not build dwl on Fedora 39 #524

Closed
rbnrayan opened this issue Nov 28, 2023 · 2 comments
Closed

Could not build dwl on Fedora 39 #524

rbnrayan opened this issue Nov 28, 2023 · 2 comments
Labels
A: bug Something isn't working

Comments

@rbnrayan
Copy link

I have installed all dependencies listed in the README.md, but when i run make this build error shows up:

c99  `pkg-config --cflags wlroots wayland-server xkbcommon libinput ` -I. -DWLR_USE_UNSTABLE -D_POSIX_C_SOURCE=200809L -DVERSION=\"`git describe --tags --dirty 2>/dev/null || echo 0.5`\"  -g -pedantic -Wall -Wextra -Wdeclaration-after-statement -Wno-unused-parameter -Wno-sign-compare -Wshadow -Wunused-macros -Werror=strict-prototypes -Werror=implicit -Werror=return-type -Werror=incompatible-pointer-types -O1 -c dwl.c
dwl.c:20:10: fatal error: wlr/types/wlr_cursor_shape_v1.h: No such file or directory
   20 | #include <wlr/types/wlr_cursor_shape_v1.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:66: dwl.o] Error 1

I tried to search for a library to get this file but i cannot find it.
Did I miss something?

Thanks for the help!

@rbnrayan rbnrayan added the A: bug Something isn't working label Nov 28, 2023
@PalanixYT
Copy link
Contributor

dwl migrated to codeberg
#509

here is the fix
https://codeberg.org/dwl/dwl/issues/529

@rbnrayan
Copy link
Author

dwl migrated to codeberg
#509

here is the fix
https://codeberg.org/dwl/dwl/issues/529

It works with that, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants