Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make[2]: *** [lua/CMakeFiles/conky-imlib2.dir/libimlib2.c.o] Error 1 #3

Open
DaxGoon opened this issue Aug 22, 2020 · 2 comments
Open

Comments

@DaxGoon
Copy link

DaxGoon commented Aug 22, 2020

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

@rezauditore
Copy link

13 errors generated.
make[2]: *** [src/CMakeFiles/conky.dir/main.cc.o] Error 1
make[1]: *** [src/CMakeFiles/conky.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Scanning dependencies of target conky-rsvg
[ 21%] Building C object lua/CMakeFiles/conky-rsvg.dir/librsvg.c.o
Scanning dependencies of target conky-imlib2
[ 22%] Linking C shared library libcairo_imlib2_helper.dylib
[ 23%] Building C object lua/CMakeFiles/conky-imlib2.dir/libimlib2.c.o
[ 23%] Built target conky-cairo_imlib2_helper
[ 25%] Linking C shared library librsvg.dylib
[ 25%] Built target conky-rsvg
[ 26%] Linking C shared library libimlib2.dylib
[ 26%] Built target conky-imlib2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/conky-for-macos/homebrew-formulae/issues

@SipTech
Copy link

SipTech commented Jul 18, 2023

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 function declarations [-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);
                    ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants