Opened 14 years ago

Closed 12 years ago

Last modified 11 years ago

#3352 closed defect (wontfix)

can't have odbc without pgeo

Reported by: msieczka Owned by: warmerdam
Priority: normal Milestone:
Component: ConfigBuild Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

It would be useful to have a pgeo switch for ./configure. Currently --with-odbs implies pgeo built, if . One can't have odbc without pgeo.

https://svn.osgeo.org/gdal/branches/1.6/gdal r18661.

Change History (4)

comment:1 by warmerdam, 14 years ago

Why would it be useful to have odbc without pgeo?

in reply to:  1 comment:2 by msieczka, 14 years ago

Replying to warmerdam:

Why would it be useful to have odbc without pgeo?

Otherwords: Although pgeo requires odbc, it is not so the other way round. ODBC can be usefull on it's own I guess (http://www.gdal.org/ogr/drv_odbc.html).

Since odbc does not require pgeo, I suppose pgeo should not be built by default when ODBC is enabled.

If that's a bad idea please close the ticket.

comment:3 by warmerdam, 12 years ago

Resolution: wontfix
Status: newclosed

I think it is a bad idea - it just complicates the configure interface.

Our normal practice is to build in as many drivers as we can with the supporting libraries that are available. Note that you can always edit the GDALmake.opt file and disable particular things (like changing PGEO_SETTING). On windows you would remove pgeo from ODBCDIR in gdal/ogr/ogrsf_frmts/makefile.vc.

comment:4 by Even Rouault, 11 years ago

Milestone: 1.6.4

Milestone 1.6.4 deleted

Note: See TracTickets for help on using tickets.