Errors when compiling dwm-flexipatch #138
bakkeby
started this conversation in
Known Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some patches depend on additional libraries which:
There are usually a note about what libraries are required in the patches.h.
Example errors
Caused by enabling the alpha patch (BAR_ALPHA_PATCH) and forgetting to uncomment this:
dwm-flexipatch/config.mk
Lines 31 to 32 in 0b5bc76
Requires the libxrender / Xrender library which is usually installed by default on most systems.
Caused by enabling the mpdcontrol patch (MPDCONTROL_PATCH) and forgetting to uncomment this:
dwm-flexipatch/config.mk
Lines 34 to 35 in 0b5bc76
Depends on the libmpdclient library.
Caused by enabling the pango patch (BAR_PANGO_PATCH) and forgetting to uncomment this:
dwm-flexipatch/config.mk
Lines 37 to 39 in 0b5bc76
Depends on the pango and pangoxft libraries.
Caused by enabling the IPC patch (IPC_PATCH) and forgetting to uncomment this:
dwm-flexipatch/config.mk
Lines 41 to 43 in 0b5bc76
Depends on the yajl library.
Caused by enabling the rounded_corners patch (ROUNDED_CORNERS_PATCH) and forgetting to uncomment this:
dwm-flexipatch/config.mk
Lines 45 to 46 in 0b5bc76
Depends on the libxext / Xext library.
Caused by enabling the swallow patch (SWALLOW_PATCH) and forgetting to uncomment this:
dwm-flexipatch/config.mk
Lines 48 to 49 in 0b5bc76
Depends on the libxcb, Xlib-libxcb and xcb-res libraries.
Caused by enabling the winicon patch (BAR_WINICON_PATCH) and forgetting to uncomment this:
dwm-flexipatch/config.mk
Lines 51 to 52 in f8ae671
Depends on the Imlib2 library for icon scaling.
Beta Was this translation helpful? Give feedback.
All reactions