Errors when compiling st-flexipatch #25
bakkeby
started this conversation in
Known Issues
Replies: 1 comment 2 replies
-
|
Hi, WIth included patch I am not 100% sure where is the problem (somewhere on my side, or in the code). Best regards |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 themed cursor patch (THEMED_CURSOR_PATCH) and forgetting to uncomment this:
st-flexipatch/config.mk
Lines 18 to 19 in 5adf4c4
Requires the libxcursor / Xcursor library.
Caused by enabling the ligatures patch (LIGATURES_PATCH) and forgetting to uncomment this:
st-flexipatch/config.mk
Lines 21 to 25 in 5adf4c4
Requires the harfbuzz library.
Caused by enabling the sixel patch (SIXEL_PATCH) and forgetting to uncomment this:
st-flexipatch/config.mk
Lines 27 to 28 in 5adf4c4
Requires no additional libraries.
Beta Was this translation helpful? Give feedback.
All reactions