不知道怎么应对…
/opt/homebrew/opt/gcc/include -I/opt/homebrew/opt/libgccjit/include macfont.m
image.c:12358:12: error: call to undeclared function 'rsvg_handle_get_pixbuf_and_error'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
12358 | pixbuf = rsvg_handle_get_pixbuf_and_error (rsvg_handle, &err);
| ^
image.c:12358:12: note: did you mean 'rsvg_handle_get_pixbuf_sub'?
/opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0/librsvg/rsvg.h:661:12: note: 'rsvg_handle_get_pixbuf_sub' declared here
661 | GdkPixbuf *rsvg_handle_get_pixbuf_sub (RsvgHandle *handle, const char *id);
| ^
image.c:12358:10: error: incompatible integer to pointer conversion assigning to 'GdkPixbuf *' (aka 'struct _GdkPixbuf *') from 'int' [-Wint-conversion]
12358 | pixbuf = rsvg_handle_get_pixbuf_and_error (rsvg_handle, &err);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
gmake[2]: *** [Makefile:457: image.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/private/tmp/emacs-plusA31-20241206-95253-s7r354/src'
gmake[1]: *** [Makefile:554: src] Error 2
gmake[1]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/private/tmp/emacs-plusA31-20241206-95253-s7r354/doc/lispref'
gmake[1]: Leaving directory '/private/tmp/emacs-plusA31-20241206-95253-s7r354'
gmake[1]: Entering directory '/private/tmp/emacs-plusA31-20241206-95253-s7r354'
***
*** "make all" failed with exit status 2.
***
*** You could try to:
*** - run "make bootstrap", which might fix the problem
*** - run "make V=1", which displays the full commands invoked by make,
*** to further investigate the problem
***
gmake[1]: *** [Makefile:418: advice-on-failure] Error 2
gmake[1]: Leaving directory '/private/tmp/emacs-plusA31-20241206-95253-s7r354'
gmake: *** [Makefile:374: all] Error 2