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
I am experiencing the following error on macOS 13.2.1.
[ 25%] Building C object lua/CMakeFiles/conky-rsvg.dir/librsvg.c.o
[ 26%] Building C object lua/CMakeFiles/conky-imlib2.dir/libimlib2.c.o
/tmp/conky-20230718-98272-1fhhgo8/conky-for-macOS/build/lua/libimlib2.c:3680:4: error: call to undeclared function'imlib_render_image_updates_on_drawable'; ISO C99 and later do not support implicit functiondeclarations [-Wimplicit-function-declaration]
imlib_render_image_updates_on_drawable(updates,x,y);
^
/tmp/conky-20230718-98272-1fhhgo8/conky-for-macOS/build/lua/libimlib2.c:3680:4: note: did you mean 'imlib_render_image_on_drawable'?
/usr/local/Cellar/imlib2/1.11.1/include/Imlib2.h:1123:21: note: 'imlib_render_image_on_drawable' declared here
EAPI void imlib_render_image_on_drawable(int x, int y);
^
1 error generated.
make[2]: *** [lua/CMakeFiles/conky-imlib2.dir/libimlib2.c.o] Error 1
make[1]: *** [lua/CMakeFiles/conky-imlib2.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 29%] Linking C shared library librsvg.dylib
[ 29%] Built target conky-rsvg
make[1]: *** [src/CMakeFiles/conky.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: