Opened 12 months ago
Closed 12 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 , 12 months ago
comment:2 by , 12 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
Line 23 of shp2pgsql-gui.c just includes <gtk.h> so it doesn't look like there's much we can do here, oops