Changes between Initial Version and Version 3 of Ticket #16342


Ignore:
Timestamp:
Dec 8, 2008, 7:41:26 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16342

    • Property Owner changed from macports-tickets@… to seanasy@…
    • Property Cc seanasy@… removed
    • Property Port gdal added
    • Property Milestone changed from to Port Enhancements
  • Ticket #16342 – Description

    initial v3  
    11If 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:
    22
     3{{{
    34ERROR 1: Unable to create Xerces C++ based GML reader, Xerces support
    45not configured into GDAL/OGR.
     6}}}
    57
    68With the following simple variant GML files could be read:
    79
     10{{{
    811variant xerces {
    912        depends_lib-append              port:xercesc
    1013        configure.args-append   --with-xerces=${prefix}
    1114}
     15}}}