[GRASS-dev] g.version build failing with --with-sqlite-includes

Martin Landa landa.martin at gmail.com
Mon Feb 27 05:13:56 PST 2017


Hi,

2017-02-27 13:46 GMT+01:00 Michel Wortmann <wortmann at pik-potsdam.de>:
> here is the complete g.version make error (I have replaced the server

please try out attached patch. Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
-------------- next part --------------
Index: general/g.version/Makefile
===================================================================
--- general/g.version/Makefile	(revision 70691)
+++ general/g.version/Makefile	(working copy)
@@ -5,7 +5,7 @@
 # cat the COPYING file, add a c line-break \n at each line end
 # and remove the unix newline (see: include/Makefile)
 
-EXTRA_CFLAGS = $(PROJINC) $(GEOSCFLAGS) \
+EXTRA_CFLAGS = $(PROJINC) $(GEOSCFLAGS) $(SQLITEINCPATH) \
 	-DGRASS_VERSION_NUMBER=\"'$(GRASS_VERSION_NUMBER)'\" \
 	-DGRASS_VERSION_DATE=\"'$(GRASS_VERSION_DATE)'\" \
 	-DGRASS_VERSION_SVN=\"'$(GRASS_VERSION_SVN)'\" \


More information about the grass-dev mailing list