Re: [gdal-dev] Building from source excluding some packages

2012-06-25 Thread Paolo Corti
On Mon, Jun 25, 2012 at 7:00 PM, kedardeshpande87 wrote: > Hi, > > I am trying to build the gdal-1.9.1 from source code using simple make > command. I am creating a small application that does not involve any > graphics or any maps/visual output. Therefore I wanted to *exclude* some of > the packa

Re: [gdal-dev] Cannot read NetCDF subdatasets

2012-06-25 Thread Jeff McKenna
On 12-06-25 1:44 PM, Etienne Tourigny wrote: > There is no need for a workaround - Paolo simply did not configure > gdal properly. Netcdf support in windows builds is a little different > but is quite simple - just a few lines to edit in nmake.opt > Ah ok thanks Etienne, I was scared there for a

[gdal-dev] Veto wx ComboBox selection before selection change

2012-06-25 Thread Gabriel Fusca
Hi, I´m using Windows OS and wx 2.8.12. I tried to use a wxCombobox which has the capability to veto the change of the selected item from the combobox if the current selection has changes to save. I´m trying to use the wxEVT_COMMAND_COMBOBOX_ SELECTED. I want to save the previous selection index

[gdal-dev] Building from source excluding some packages

2012-06-25 Thread kedardeshpande87
Hi, I am trying to build the gdal-1.9.1 from source code using simple make command. I am creating a small application that does not involve any graphics or any maps/visual output. Therefore I wanted to *exclude* some of the packages/directories while building the source such as raster formats supp

Re: [gdal-dev] Cannot read NetCDF subdatasets

2012-06-25 Thread Etienne Tourigny
There is no need for a workaround - Paolo simply did not configure gdal properly. Netcdf support in windows builds is a little different but is quite simple - just a few lines to edit in nmake.opt On Mon, Jun 25, 2012 at 12:45 PM, Jeff McKenna wrote: > On 12-06-25 12:25 PM, Paolo Corti wrote: >>

Re: [gdal-dev] Cannot read NetCDF subdatasets

2012-06-25 Thread Joaquim Luis
Thanks again to Etienne for helping with this. After closing the filed ticket [1] he has updated the wiki page [2] as well with this, so most likely no one can be in my same shoes p [1] http://trac.osgeo.org/gdal/ticket/4717#comment:7 [2] http://trac.osgeo.org/gdal/wiki/NetCDF Thanks for upda

Re: [gdal-dev] Cannot read NetCDF subdatasets

2012-06-25 Thread Jeff McKenna
On 12-06-25 12:25 PM, Paolo Corti wrote: > On Mon, Jun 25, 2012 at 4:41 PM, Etienne Tourigny > wrote: >> For informatioon: the problem was that Paolo was using custom netcdf >> libraries and did not add the proper option to configure >> >> --with-netcdf=/usr/local >> > > Thanks again to Etienne f

Re: [gdal-dev] Cannot read NetCDF subdatasets

2012-06-25 Thread Paolo Corti
On Mon, Jun 25, 2012 at 4:41 PM, Etienne Tourigny wrote: > For informatioon: the problem was that Paolo was using custom netcdf > libraries and did not add the proper option to configure > > --with-netcdf=/usr/local > Thanks again to Etienne for helping with this. After closing the filed ticket [

Re: [gdal-dev] Cannot read NetCDF subdatasets

2012-06-25 Thread Etienne Tourigny
For informatioon: the problem was that Paolo was using custom netcdf libraries and did not add the proper option to configure --with-netcdf=/usr/local Etienne On Wed, Jun 20, 2012 at 5:47 AM, Paolo Corti wrote: > On Tue, Jun 19, 2012 at 7:48 PM, Etienne Tourigny > wrote: >> no... unless your s