Search Criteria
Package Details: spatialite-gui 1.7.1-2
Git Clone URL: | https://aur.archlinux.org/spatialite-gui.git (read-only, click to copy) |
---|---|
Package Base: | spatialite-gui |
Description: | spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. |
Upstream URL: | https://www.gaia-gis.it/fossil/spatialite_gui/index |
Keywords: | GIS |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | strigyskow |
Maintainer: | geosam |
Last Packager: | geosam |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2012-11-27 18:36 |
Last Updated: | 2016-05-07 14:34 |
Dependencies (3)
- libgaiagraphics
- wxgtk (wxgtk-git, wxgtk2-dev, wxgtk2-light)
- libspatialite>=4.1.1-3 (libspatialite-devel)
Latest Comments
1 2 Next › Last »
Anonymous comment on 2020-05-29 08:45
I got an error while building: /usr/include/proj_api.h:37:2: error: #error 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H'
I fixed it by putting echo "#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H" >> config.h.in before autoconf in PKGBUILD
I'm not sure this is the correct way, but it worked for me.
dreieck commented on 2018-01-22 22:23
There is a problem with your precompiled package 'spatialite-gui' at your repository https://archgeotux.sourceforge.io/:
$ spatialite_gui spatialite_gui: error while loading shared libraries: libproj.so.0: cannot open shared object file: No such file or directory
I have 'proj' installed, and it gives me '/usr/lib/libproj.so', '/usr/lib/libproj.so.12' and '/usr/lib/libproj.so.12.0.0' (but no 'libproj.so.0').
Also, 'proj' is not part of the dependency-array, which may be another bug.
geosam commented on 2016-05-07 14:35
Thanks @snork. I've update the package with your contribution.
pintergreg commented on 2016-04-10 15:04
snork's fix works, please update the package!
v.prokopyev commented on 2016-02-09 20:43
I experienced a problem with `undefined reference to sqlite3_status`
I managed to fix it by adding
sed -ie 's/-lgeos_c/-lgeos_c -lsqlite3/' configure.ac
right after
sed -ie 's/(wx-config --libs)/(wx-config --libs all)/g' ./configure.ac
line
ezzetabi commented on 2015-10-15 16:16
I also get the linking error...
/usr/bin/ld: Main.o: undefined reference to symbol 'sqlite3_backup_step'
/usr/lib/libsqlite3.so.0: error adding symbols: DSO missing from command line
beojan commented on 2015-09-15 18:07
There is no libgaiagraphics available
beej commented on 2015-09-03 03:31
I'm getting a build error "undefined reference to symbol 'sqlite3_backup_step'". Anyone else seeing that?
http://pastebin.com/mjkLqk5X
strigyskow commented on 2014-02-13 09:12
Thanks a lot. Version 1.7.1 is uploaded.
strigyskow commented on 2014-02-13 09:11
Thanks a lot. Libspatialite has been built with the libxml2 flag and spatialite gui could be updated to the new version.