Opened 8 months ago

Closed 8 months ago

#5608 closed defect (wontfix)

loader gui using deprecated gtk symbols

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.4.1
Component: build Version: 3.4.x
Keywords: Cc:

Description

In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from shp2pgsql-gui.c:23:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]


In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from shp2pgsql-gui.c:23:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]

Change History (2)

comment:1 by strk, 8 months ago

Line 23 of shp2pgsql-gui.c just includes <gtk.h> so it doesn't look like there's much we can do here, oops

comment:2 by robe, 8 months ago

Resolution: wontfix
Status: newclosed

Yah I think we should just accept it's legacy and move on.

I'm still hoping to hook in pgsql2shp and shp2pgsql into pgAdmin. The pgAdmin folks are fine with me registering a binary location for our things. Just have to build up enough energy to study their setup and learn React.

Note: See TracTickets for help on using tickets.