[MacPorts] #16342: Build gdal with xercesc support for GML files
#16342: Build gdal with xercesc support for GML files -------------------------------------+-------------------------------------- Reporter: mbarchfe@googlemail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- If you call ogrinfo --formats it will list GML, but if you actually try to access a GML file, you will be surprised with the following error message: ERROR 1: Unable to create Xerces C++ based GML reader, Xerces support not configured into GDAL/OGR. With the following simple variant GML files could be read: variant xerces { depends_lib-append port:xercesc configure.args-append --with-xerces=${prefix} } -- Ticket URL: <http://trac.macports.org/ticket/16342> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16342: Build gdal with xercesc support for GML files --------------------------------------+------------------------------------- Reporter: mbarchfe@googlemail.com | Owner: seanasy@gmail.com Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by jmr@macports.org): * cc: seanasy@gmail.com (removed) * owner: macports-tickets@lists.macosforge.org => seanasy@gmail.com * milestone: => Port Enhancements -- Ticket URL: <http://trac.macports.org/ticket/16342#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16342: Build gdal with xercesc support for GML files --------------------------------------+------------------------------------- Reporter: mbarchfe@googlemail.com | Owner: seanasy@gmail.com Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by mbarchfe@googlemail.com): Added the Portfile patch. Maybe the variant should be called gml instead of xerces. -- Ticket URL: <http://trac.macports.org/ticket/16342#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16342: Build gdal with xercesc support for GML files -------------------------------------+-------------------------------------- Reporter: mbarchfe@… | Owner: seanasy@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: | Port: gdal -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * port: => gdal Old description:
If you call ogrinfo --formats it will list GML, but if you actually try to access a GML file, you will be surprised with the following error message:
ERROR 1: Unable to create Xerces C++ based GML reader, Xerces support not configured into GDAL/OGR.
With the following simple variant GML files could be read:
variant xerces { depends_lib-append port:xercesc configure.args-append --with-xerces=${prefix} }
New description: If you call ogrinfo --formats it will list GML, but if you actually try to access a GML file, you will be surprised with the following error message: {{{ ERROR 1: Unable to create Xerces C++ based GML reader, Xerces support not configured into GDAL/OGR. }}} With the following simple variant GML files could be read: {{{ variant xerces { depends_lib-append port:xercesc configure.args-append --with-xerces=${prefix} } }}} -- -- Ticket URL: <http://trac.macports.org/ticket/16342#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16342: Build gdal with xercesc support for GML files -------------------------------------+-------------------------------------- Reporter: mbarchfe@… | Owner: seanasy@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: | Port: gdal -------------------------------------+-------------------------------------- Comment(by seanasy@…): Replying to [comment:3 ryandesign@…]: Fixed in ticket Ticket #18418 I left the variant name as xerces because that's the port library for which it adds support. Theoretically, GML support could be added through another XML parser. -- Ticket URL: <http://trac.macports.org/ticket/16342#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16342: Build gdal with xercesc support for GML files --------------------------------------+------------------------------------- Reporter: mbarchfe@… | Owner: seanasy@… Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: Port: gdal | --------------------------------------+------------------------------------- Changes (by macsforever2000@…): * status: new => closed * resolution: => fixed Comment: Added in r46597. -- Ticket URL: <http://trac.macports.org/ticket/16342#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts