You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] Bug
[ ] Feature Request
[ ] Other (Please describe in detail)
Current Behavior
Running make leads to a compilation error (due to multiple definitions of the variable input_position).
Expected Behavior
Compilation should complete without errors.
Resolution of the bug
Just commenting out the line int input_position; (or making the variable extern) in the file unlock_indicator.c works. Putting this bugfix out there so that people can resolve this error on their own.
Reproduction Instructions
Identical to the installation instructions on a fresh clone of the repo.
Just commenting out the line int input_position; (or making the variable extern) in the file unlock_indicator.c works. Putting this bugfix out there so that people can resolve this error on their own.
I have the same problem, after i upgrade debian 10 to 11.
I'm submitting a…
Current Behavior
Running
make
leads to a compilation error (due to multiple definitions of the variableinput_position
).Expected Behavior
Compilation should complete without errors.
Resolution of the bug
Just commenting out the line
int input_position;
(or making the variableextern
) in the fileunlock_indicator.c
works. Putting this bugfix out there so that people can resolve this error on their own.Reproduction Instructions
Identical to the installation instructions on a fresh clone of the repo.
Environment
Output of
i3lock --version
:The text was updated successfully, but these errors were encountered: