Changes between Initial Version and Version 1 of Ticket #7066, comment 5


Ignore:
Timestamp:
Oct 2, 2017, 11:13:37 PM (7 years ago)
Author:
Kurt Schwehr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7066, comment 5

    initial v1  
    77- https://github.com/OSGeo/gdal/pull/243
    88- https://travis-ci.org/OSGeo/gdal/builds/282580217?
     9
     10trusty_clang:
     11{{{
     12/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/cstdio:120:11: error: no member named 'gets' in the global namespace
     13  using ::gets;
     14        ~~^
     15}}}
     16
     17mingw mingw64 python3 android: 
     18{{{
     19configure: error: *** A compiler with support for C++11 language features is required.
     20}}}
     21
     22bigendian:
     23{{{
     24In file included from gdalallregister.cpp:30:0:
     25/home/travis/build/OSGeo/gdal/gdal/gcore/gdal_priv.h:532:21: error: 'virtual char** GDALDataset::GetMetadata(const char*)' can be marked override [-Werror=suggest-override]
     26     virtual char ** GetMetadata(const char * pszDomain = "") CPL_OVERRIDE;
     27}}}
     28
     29gcc48_stdcpp11
     30{{{
     31}}}
     32
     33gcc52_stdcpp14
     34{{{
     35}}}
     36
     37precise32
     38{{{
     39}}}