Opened 5 years ago
Last modified 4 years ago
#4666 new enhancement
Port shp2pgsql-gui to GTK 3
Reported by: | Bas Couwenberg | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | utils/loader-dumper | Version: | 3.0.x |
Keywords: | Cc: |
Description
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.
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 4 years ago
Milestone: | → PostGIS Fund Me |
---|---|
Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.
Patching
configure.ac
to use GTK 3 with the following patch results as expected in a build failure: