Re: [gdal-dev] Re: Autoconf macro for gdal-config

2011-10-20 Thread Mateusz Łoskot
On 20 October 2011 13:34, canduc17 wrote: > I did post nothing because I have to better check what is going on with my > project. No time for doing that right now. > I launched my configure script in the same way, but probably something is > missing in my configure.ac. > > Could you please post yo

Re: [gdal-dev] New mloskot-github-gdal-20111018.7z

2011-10-20 Thread Mateusz Łoskot
2011/10/20 Julien Malik : > Sorry I think I was not clear enough : my goal is to generate a patch for > inclusion in a gdal-1.8.0 debian package [1] > No plan at all for committing it in the gdal svn after that. > > I would play with my local git repo (letting git do all the hard work, I > hope) an

Re: [gdal-dev] New mloskot-github-gdal-20111018.7z

2011-10-20 Thread Julien Malik
Hi, I just found myself in need for backporting one trunk commit into the 1.8 branch. Of course extracting the diff and trying to apply it as-is does not work. Git would certainly be my friend here (specifically git-rebase). I'm afraid you'd need to extend the Git workflow on your own. Once you'

Re: [gdal-dev] New mloskot-github-gdal-20111018.7z

2011-10-20 Thread Mateusz Łoskot
2011/10/20 Julien Malik : > Is it possible and/or planned that you also provide the gdal branches in git? I guess it is possible. I just didn't bother to do it. > I may be wrong but I only see the trunk. You are correct. It' s only the trunk. > I just found myself in need for backporting one tr

Re: [gdal-dev] gdal custom build

2011-10-20 Thread Frank Warmerdam
On Thu, Oct 20, 2011 at 5:29 AM, Mohammed Rashad wrote: > All, > How to build gdal with only OGR support? > I need to disable raster things from gdal > Is it possible? > I tried ./configure --help but no sucess Mohammed, I do not believe there is a convenient way to do this from configure. Howev

[gdal-dev] Re: DTED Elevations with Java and gdal

2011-10-20 Thread Roger Viton
Grateful for your replies. Am not fluent yet in all the coordinate systems. Will learn them though. We have a DTED dt0 file that has 121*121 data points. Used geotools to get the elevation at point (1,1). When gdallocationinfo.exe was run at the same point (1,1) gdallocationinfo returned the sam

Re: [gdal-dev] New mloskot-github-gdal-20111018.7z

2011-10-20 Thread Julien Malik
Hi, Is it possible and/or planned that you also provide the gdal branches in git ? I may be wrong but I only see the trunk. I just found myself in need for backporting one trunk commit into the 1.8 branch. Of course extracting the diff and trying to apply it as-is does not work. Git would ce

[gdal-dev] Re: Autoconf macro for gdal-config

2011-10-20 Thread canduc17
I did post nothing because I have to better check what is going on with my project. No time for doing that right now. I launched my configure script in the same way, but probably something is missing in my configure.ac. Could you please post your configure.ac? Thanks -- View this message in cont

[gdal-dev] gdal custom build

2011-10-20 Thread Mohammed Rashad
All, How to build gdal with only OGR support? I need to disable raster things from gdal Is it possible? I tried ./configure --help but no sucess -- Regards, Mohammed Rashad K M M.S. (By Research) student Lab for Spatial Informatics Department of CSE International Institute of Inf

Re: [gdal-dev] Re: Autoconf macro for gdal-config

2011-10-20 Thread Mateusz Łoskot
On 20 October 2011 09:37, canduc17 wrote: > Thank you so much! > At the moment it doesn't work to me, even specifing the --with-gdal flag in > configure launch. I tested the following last night and it works for me well: ./configure --with-gdal=/path/to/gdal-config where ./configure comes from

[gdal-dev] Re: Autoconf macro for gdal-config

2011-10-20 Thread canduc17
Thank you so much! At the moment it doesn't work to me, even specifing the --with-gdal flag in configure launch. I'm not an autotools expert, but this is a very good starting point. If I have time to study and modify your code I will let you know. Regards. Caneta -- View this message in context