-
Notifications
You must be signed in to change notification settings - Fork 308
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
BUILD FAILING ON UBUNTU #24
Comments
I would need the error that make spit out to help with that. |
here it comes: |
I have come across this issue on my pinebook pro running debian. I never figured out the root cause myself. The way I got it to work was by using clang ( |
I merged a change that swapped the order of the cc arguments in the Makefile which should solve this issue. |
Hi, yes but you swap cc arguments order back again in 7e0bc3f, so the issue is always there in Debian.
just work fine. |
Thanks, that worked fine |
tried to build using the makefile, it failed in ubuntu (maybe I was missing some libs but I doubt that...)
searching in the internet I came to try :
gcc dwmblocks.c -lX11 -o dwmblocks
which successfully compiledThe text was updated successfully, but these errors were encountered: