Opened 4 weeks ago
Last modified 4 weeks ago
#61927 new defect
gtkglext+quartz build fails on big sur due to gdk_drawable_get_size and gdk_draw_pixbuf
Reported by: | ShadSterling (Shad Sterling) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | bigsur | Cc: | |
Port: | gtkglext |
Description
:info:build gdkglpixmap-quartz.c:146:2: error: implicit declaration of function 'gdk_drawable_get_size' is invalid in C99 [-Werror,-Wimplicit-function-declaration] :info:build gdkglcontext-quartz.c:192:10: warning: gdk_drawable_get_size (GDK_DRAWABLE (pixmap), &width, &height);'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] :info:build ^
:info:build gdkglpixmap-quartz.c:247:2: error: implicit declaration of function 'gdk_draw_pixbuf' is invalid in C99 [-Werror,-Wimplicit-function-declaration] :info:build gdk_draw_pixbuf(pixmap, :info:build ^
This came up in reinstalling everything after moving to Big Sur, gtkglext is not requested.
Attachments (1)
Change History (2)
Changed 4 weeks ago by ShadSterling (Shad Sterling)
comment:1 Changed 4 weeks ago by ShadSterling (Shad Sterling)
Note: See
TracTickets for help on using
tickets.
It works with
configure.compiler=macports-clang-11