[postgis-tickets] [PostGIS] #4666: Port shp2pgsql-gui to GTK 3
PostGIS
trac at osgeo.org
Wed Apr 15 09:13:00 PDT 2020
#4666: Port shp2pgsql-gui to GTK 3
----------------------------+-------------------
Reporter: Bas Couwenberg | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone:
Component: loader/dumper | Version: 3.0.x
Keywords: |
----------------------------+-------------------
GTK 2 has been superseded by GTK 3 in 2011, but building the GUI still
requires gtk-2.0:
{{{
GUI: Build requested, checking for dependencies (GKT+2.0)
checking for pkg-config... (cached) /usr/bin/x86_64-linux-gnu-pkg-config
checking for GTK+ - version >= 2.8.0... Package gtk+-2.0 was not found in
the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log
for the
*** exact error that occured. This usually means GTK+ is incorrectly
installed.
Package gdk-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-2.0' found
}}}
shp2pgsql-gui should be ported to support GTK 3.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4666>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list