Bug 273010 - audio/deadbeef - build fails on 13.2-STABLE
Summary: audio/deadbeef - build fails on 13.2-STABLE
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-08 10:38 UTC by Sergey Kiselev
Modified: 2023-08-08 11:46 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments
fails with error: incompatible function pointer types assigning (911.20 KB, text/plain)
2023-08-08 10:38 UTC, Sergey Kiselev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Kiselev 2023-08-08 10:38:07 UTC
Created attachment 243956 [details]
fails with error: incompatible function pointer types assigning

Building process fails with error:

  ddbcellrenderertextmultiline.c:584:49: error: incompatible function pointer types assigning to 'GtkCellEditable *(*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, const GdkRectangle *, const GdkRectangle *, GtkCellRendererState)' (aka 'struct _GtkCellEditable *(*)(struct _GtkCellRenderer *, union _GdkEvent *, struct _GtkWidget *, const char *, const struct _cairo_rectangle_int *, const struct _cairo_rectangle_int *, GtkCellRendererState)') from 'GtkCellEditable *(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, GdkRectangle *, GdkRectangle *, GtkCellRendererState)' (aka 'struct _GtkCellEditable *(struct _GtkCellRenderer *, union _GdkEvent *, struct _GtkWidget *, const char *, struct _cairo_rectangle_int *, struct _cairo_rectangle_int *, GtkCellRendererState)') [-Wincompatible-function-pointer-types]
        GTK_CELL_RENDERER_CLASS (klass)->start_editing = ddb_cell_renderer_text_multiline_real_start_editing;
                                                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

on FreeBSD 13.2-STABLE stable/13-n255937-4c22848d1a7e GENERIC