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
[ ] Other kind of issue (Please describe in detail)
Current Behavior
Unable to build latest commit on master on ubuntu 21.10 due to an error during compilation:
make[1]: Entering directory '<...>/i3lock-color/build'
CC i3lock-blur.o
CC i3lock-blur_simd.o
CC i3lock-dpi.o
CC i3lock-jpg.o
../../i3lock-color/jpg.c: In function ‘read_JPEG_file’:
../../i3lock-color/jpg.c:70:29: error: ‘JCS_EXT_BGRA’ undeclared (first use in this function)
70 | cinfo.out_color_space = JCS_EXT_BGRA;
| ^~~~~~~~~~~~
../../i3lock-color/jpg.c:70:29: note: each undeclared identifier is reported only once for each function it appears in
Expected Behavior
Build succeed without any issue
Reproduction Instructions
I've updated the repository to the latest commit
I've installed all the dependencies as described in the documentation
As I've already added to the comment, commenting the line unlock the build.
Could it be that some dependency is missing? libjpeg-turbo has to be included?
This issue is a....
Current Behavior
Unable to build latest commit on master on ubuntu 21.10 due to an error during compilation:
Expected Behavior
Build succeed without any issue
Reproduction Instructions
NOTE: By commenting the line, the application is able to build correctly
Environment
Output of
i3lock --version
:Output of
lsb_release
:Where'd you get i3lock-color from?
The text was updated successfully, but these errors were encountered: