Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-11 Thread Kurt Stine
I can't seem to figure out how to build for ARM. I have all the required libs installed, it's added to my path but it says it can't find zlib.h or uinstd.h. It seems that those aren't put on the disk? Anyone have ideas? Thanks, Kurt At 2018-03-11 17:05:04, "Mark Johnson"

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-11 Thread Mark Johnson
That is very likely the cause. At the moment I am working on getting Spatialite/RasterLite2 working on android with arm(32), arm64 X86_64. https://github.com/geopaparazzi/libjsqlite-spatialite-android/wiki/Android_4.5.0.mk ___ QGIS-Developer mailing

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-11 Thread qiangong2
@lists.osgeo.orgSubject: Re: [QGIS-Developer] 来自Kurt Stine的邮件>> Determining if the function gaiaStatisticsInvalidate exists in the C:/OSGeo4W/lib/spatialite_i.lib failed yes, the first one says it cannot find gaiaStatisticsInvalidate.But if the file size is the same it should be found in spatialite

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-11 Thread Mark Johnson
>> Determining if the function gaiaStatisticsInvalidate exists in the C:/OSGeo4W/lib/spatialite_i.lib failed yes, the first one says it cannot find gaiaStatisticsInvalidate. But if the file size is the same it should be found in spatialite_i.lib, then it looks as if the cmake routine

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-10 Thread Kurt Stine
They are the same size. I wonder if the issue is mainly due to the cmake error that is being thrown. I put the link in a previous mail, but here it is: https://hastebin.com/woherijadi.tex It says that there are unresolved externals. Here is the cmakeoutput.txt file:

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-10 Thread Mark Johnson
>> C:\OSGeo4W/lib\spatialite.lib >> C;\OSGeo4W\lib\spatialite_i.lib This naming convention seems to be normal for OSGeo4W. I found a site that contains the 32 bit Spatialite 4.3 version: http://www.norbit.de/~jef/osgeo4w/x86/release/spatialite/

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-10 Thread Kurt Stine
I have: C:\OSGeo4W/lib\spatialite.lib C;\OSGeo4W\lib\spatialite_i.lib Kurt At 2018-03-10 16:36:08, "Mark Johnson" wrote: >> Determining if the function gaiaStatisticsInvalidate exists in the >> C:/OSGeo4W/lib/spatialite_i.lib failed with the following output:

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-10 Thread Mark Johnson
>> Determining if the function gaiaStatisticsInvalidate exists in the C:/OSGeo4W/lib/spatialite_i.lib failed with the following output: gaiaStatisticsInvalidate has existed since Spatialite 4.2, so a version before that must of been found. Could you show a list of files in C:/OSGeo4W/lib/ that

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-09 Thread Paolo Cavallini
Hi Kurt, Il 10/03/2018 03:08, Kurt Stine ha scritto: > I am trying to port QGIS to Windows RT Desktop (Windows on ARM). I have > everything set up and running, until I get to cmake. Cmake fails to > build when it reaches spatialite.  > > This is what the cmake error file > shows: 

[QGIS-Developer] 来自Kurt Stine的邮件

2018-03-09 Thread Kurt Stine
Hello, I am trying to port QGIS to Windows RT Desktop (Windows on ARM). I have everything set up and running, until I get to cmake. Cmake fails to build when it reaches spatialite. This is what the cmake error file shows: https://hastebin.com/woherijadi.tex I have tried manually replacing