[gdal-dev] CMake for GDAL (was: Building Improvment for Ingres driver in Windows)

2012-01-30 Thread Howard Butler
On Jan 30, 2012, at 2:20 AM, Dmitry Baryshnikov wrote: > 30.01.2012 12:03, Tyler Mitchell пишет: >> On 2012-01-29, at 11:46 PM, Dmitry Baryshnikov wrote: >> >>> By my opinion, the cmake will more flexible in path searching and setting >>> all necessary definitions. >>> I'm playing with cmake bu

Re: [gdal-dev] CMake for GDAL

2011-10-19 Thread David Burken
Mateusz, all: It's good to hear there is an effort in this. The dependencies/optional packages will be painful I expect. If you need testers for Fedora I can help just let me know. Take care, Dave On 10/19/2011 09:37 AM, Mateusz Łoskot wrote: On 19 October 2011 13:42, Jayesh Chaudhary wr

Re: [gdal-dev] CMake for GDAL

2011-10-19 Thread Mateusz Łoskot
On 19 October 2011 13:42, Jayesh Chaudhary wrote: > On Fri, Oct 7, 2011 at 4:44 PM, Mateusz Loskot wrote: >> >> On 07/10/11 19:14, Jayesh Chaudhary wrote: >> > It is good to see that people are supporting the idea. To know more >> > about CMake please visit http://cmake.org/cmake/project/about.ht

Re: [gdal-dev] CMake for GDAL

2011-10-19 Thread Etienne Tourigny
On Wed, Oct 19, 2011 at 10:42 AM, Jayesh Chaudhary wrote: > > > On Fri, Oct 7, 2011 at 4:44 PM, Mateusz Loskot wrote: >> >> On 07/10/11 19:14, Jayesh Chaudhary wrote: >> > It is good to see that people are supporting the idea. To know more >> > about CMake please visit http://cmake.org/cmake/proj

Re: [gdal-dev] CMake for GDAL

2011-10-19 Thread Jayesh Chaudhary
On Fri, Oct 7, 2011 at 4:44 PM, Mateusz Loskot wrote: > On 07/10/11 19:14, Jayesh Chaudhary wrote: > > It is good to see that people are supporting the idea. To know more > > about CMake please visit http://cmake.org/cmake/project/about.html. > > Please feel free to contact us if you have any que

Re: [gdal-dev] CMake for GDAL

2011-10-07 Thread Mateusz Loskot
On 07/10/11 19:14, Jayesh Chaudhary wrote: > It is good to see that people are supporting the idea. To know more > about CMake please visit http://cmake.org/cmake/project/about.html. > Please feel free to contact us if you have any questions / concerns. Would it be possible to learn more about yo

Re: [gdal-dev] CMake for GDAL

2011-10-07 Thread Jayesh Chaudhary
Hi All, First of all, many thanks to Howard for introducing me. I have been using GDAL for long time and used it successfully in various projects No need to say that CMake has been adopted by various open source and commercial projects. CMake itself is open source with a very flexible licensing a

Re: [gdal-dev] CMake for GDAL

2011-10-06 Thread Etienne Tourigny
It sounds great indeed! In particular I am interested in improving detection of netcdf library and its various incarnations and support libs (v3, v4, HDF4, HDF5, zlib, szip), which would make things much easier for our improvements to the netcdf driver. I'd definitely like to help on that aspect

Re: [gdal-dev] CMake for GDAL

2011-10-06 Thread Howard Butler
On Oct 6, 2011, at 12:38 PM, Frank Warmerdam wrote: > On Thu, Oct 6, 2011 at 9:04 AM, Howard Butler wrote: >> tl;dr summary. Aashish Chaudhary and myself are going to bootstrap >> incorporating CMake configuration into GDAL. We hope to have things done by >> the 1.9 release. This is your notic

Re: [gdal-dev] CMake for GDAL

2011-10-06 Thread William Kyngesburye
Same as for your PROJ cmake effort, I can help with the OS X framework rules for GDAL. (Note: framework build is a separate thing from generating Xcode project.) On Oct 6, 2011, at 11:04 AM, Howard Butler wrote: > All, > > There has been a couple of efforts started to bring a CMake build > co

Re: [gdal-dev] CMake for GDAL

2011-10-06 Thread Frank Warmerdam
On Thu, Oct 6, 2011 at 9:04 AM, Howard Butler wrote: > tl;dr summary. Aashish Chaudhary and myself are going to bootstrap > incorporating CMake configuration into GDAL. We hope to have things done by > the 1.9 release. This is your notice of that fact. Howard, It is my perception that there sh

Re: [gdal-dev] CMake for GDAL

2011-10-06 Thread Mateusz Loskot
On 06/10/11 17:04, Howard Butler wrote: CMake can even stack project builds together, so the the CMake configuration of GDAL can use the CMake configuration of GeoTIFF. ... and PROJ.4 soon :-) I am willing to manage this effort, and I expect contribution from a couple of folks who have been i

Re: [gdal-dev] CMake for GDAL

2011-10-06 Thread Marian Krivos
Hi all, I am working with CMake configuration as developer few years, can I help as tester & contributor? On 10/06/11 18:04, Howard Butler wrote: > All, > > There has been a couple of efforts started to bring a CMake build > configuration to GDAL, but they haven't taken off because of lack of m

[gdal-dev] CMake for GDAL

2011-10-06 Thread Howard Butler
All, There has been a couple of efforts started to bring a CMake build configuration to GDAL, but they haven't taken off because of lack of momentum and project buy in. For those who don't know, CMake is a sort of meta-builder, kind of like an autotools that generates many project Makefile layo