-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
While building Ragnar I get an error #54
Comments
me to what to do? |
I do not understand what you said there. |
I have the same problem, did you find the solution? |
No, I have moved on to river. The dev seems to be on break or has moved on from the project entirely. |
Ahhh ok thanks |
river works on ubuntu? |
Though, do look out because there could be a rewrite in the future. |
yes of course |
@Zalarv river works on ubuntu? |
Probably. I haven't tried ubuntu myself. Just look a the repo for build instructions and you'll most likely be fine |
Probably missing a dependency |
Install the decadences stated in the README, they are needed for the build to work. You don’t have xcb_cursor installed, but maybe also more depdencies, use your distros Package Manager to install them and the build should run fine. |
Using the install script, pkgbuild, or building it on my own I get this error that looks like this:
cc -c -03 -ffast-math -Wall -Wextra -pedantic -lxcb -lxcb-keysms -lxcb-icccm -lxcb-cursor -lxcb-randr -lxb-composit -lxcb-ewmh -lX11 -lX11-xcb -IGL -lleifeif -lclipboard -lm ragnar.c
ragnar.c :13:10: fatal error: xcb/xcb_cursor.h: No such file or directory
13 | #include <xcb/xcb_cursor.h>
|
compilation terminated.
make: *** [Makefile:20: Ragnar.o] Error 1
==> ERROR: A failure occured in build().
Aborting..
->error making: ragnarwm- exit status 4
-> Failed to install the following packages. Manual intervention required:
ragnarwm - exit status 4
Additional context:
I have tried to build this on void linux, arch, and artix and have used a tty so I can't provide a screenshot
Also there might be some spelling errors for reasons listed above
The text was updated successfully, but these errors were encountered: