Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-05-10 Thread Gane R
sorry wrong post .. On Wed, May 10, 2017 at 6:16 PM, Gane R wrote: > I got it working, I saw the post Handling pdfium build / integration and > fixed it. > > On Wed, Mar 29, 2017 at 2:47 PM, Gane R wrote: > >> Hi all, >> >> I am looking for building gdal with minimal set of drivers like gdal wi

Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-05-10 Thread Gane R
I got it working, I saw the post Handling pdfium build / integration and fixed it. On Wed, Mar 29, 2017 at 2:47 PM, Gane R wrote: > Hi all, > > I am looking for building gdal with minimal set of drivers like gdal with > geotiff, jpg, png and sqlite gpkg > > so it should do basic warp geotiff and

Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-03-30 Thread Even Rouault
On jeudi 30 mars 2017 16:51:49 CEST Mateusz Loskot wrote: > On 30 March 2017 at 16:48, Even Rouault wrote: > > On jeudi 30 mars 2017 07:34:35 CEST Kurt Schwehr wrote: > >> At one point, I had a autoconf configure setup that was pretty minimal. > >> > >> While it built, it was not so much fun to w

Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-03-30 Thread Mateusz Loskot
On 30 March 2017 at 16:48, Even Rouault wrote: > On jeudi 30 mars 2017 07:34:35 CEST Kurt Schwehr wrote: > >> At one point, I had a autoconf configure setup that was pretty minimal. > >> While it built, it was not so much fun to work with. Here are some > >> remnants of notes that might constitut

Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-03-30 Thread Even Rouault
On jeudi 30 mars 2017 07:34:35 CEST Kurt Schwehr wrote: > At one point, I had a autoconf configure setup that was pretty minimal. > While it built, it was not so much fun to work with. Here are some > remnants of notes that might constitute the beginnings of a > sourceme-minimal.sh. More will lik

Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-03-30 Thread Kurt Schwehr
Some possibly useful notes... I use bazel for a restricted build. Here are a few key files/directories that I've found to be in surprising places that are hard or impossible to go without: frmts/gtiff/ frmts/hfa/hfa_overviews.cpp frmts/iso8211/ frmts/mem/memdataset.cpp frmts/pds/nasakeywordhandl

Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-03-30 Thread Dmitry Baryshnikov
Hi Gane, You can try to use Cmake build of GDAL (https://github.com/nextgis-borsch/lib_gdal). It can be configured via CMake-gui or command line. This is an example of minimal static build of GDAL - https://github.com/nextgis/nextgis_datastore/blob/master/cmake/extlib.cmake#L94-L175 Best r

Re: [gdal-dev] Building GDAL on linux with minimal drivers

2017-03-29 Thread Ari Jolma
Gane, The reason for the errors below are because you left out MapInfo and JSON driver. Parts of them are used by other drivers. I tried some time ago to try to build a minimal GDAL but it seemed to be not so simple and I did not succeed. If you succeed, please update the Wiki page. Best re

[gdal-dev] Building GDAL on linux with minimal drivers

2017-03-29 Thread Gane R
Hi all, I am looking for building gdal with minimal set of drivers like gdal with geotiff, jpg, png and sqlite gpkg so it should do basic warp geotiff and work with geopkg raster. I don't need OGR part I need the core, alg and raster tif, gpkg, jpg and png alone is enought. the problem is I get a