Changes between Initial Version and Version 3 of Ticket #56568


Ignore:
Timestamp:
May 31, 2018, 1:05:39 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56568

    • Property Status changed from new to assigned
    • Property Owner set to stromnov
    • Property Cc stromnov@… removed
  • Ticket #56568 – Description

    initial v3  
    11Building py-fiona from source lead to the following error from gdal header:
    22
    3 
     3{{{
    44/opt/local/include/cpl_port.h:187:6: error: Must have C++11 or newer.
    5 
     5}}}
    66
    77This error is the same encountered when building fiona from source with pip without the compiler '-std=c++11' option. The current macport version of gdal is 2.3+ and require c++11: the actual configuration of py-fiona is not consistent with its dependencies.