Skip to content

Instantly share code, notes, and snippets.

@davidorme
Last active September 1, 2017 05:52
Show Gist options
  • Save davidorme/138842843adde425eef1b10199d5cec3 to your computer and use it in GitHub Desktop.
Save davidorme/138842843adde425eef1b10199d5cec3 to your computer and use it in GitHub Desktop.
gdal2 (osgeo/osgeo4mac/gdal2) on macOS 10.10.5 - Homebrew build logs
Homebrew build logs for osgeo/osgeo4mac/gdal2 on macOS 10.10.5
Build date: 2017-08-25 08:08:47
HOMEBREW_VERSION: 1.3.1
ORIGIN: https://github.com/Homebrew/brew
HEAD: 69799d97b1e7314912b2ee234dec2c179c5fb969
Last commit: 3 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 84a89aeea6724776d81b8bacd9433f7912f4c4bd
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
Homebrew Ruby: 2.0.0-p481
Clang: 7.0 build 700
Git: 2.5.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: /Library/Frameworks/Python.framework/Versions/2.7/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_65, 1.7.0_80, 1.6.0_65-b14-466.1
macOS: 10.10.5-x86_64
Xcode: 7.2.1
CLT: 7.2.0.0.1.1447826929
X11: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
Warning: Python is installed at /Library/Frameworks/Python.framework
Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.
osgeo/osgeo4mac/gdal2
Formula: gdal2
Tap: osgeo/osgeo4mac
Path: /usr/local/Homebrew/Library/Taps/osgeo/homebrew-osgeo4mac/Formula/gdal2.rb
2017-08-25 08:02:20 +0100
./configure
--prefix=/usr/local/Cellar/gdal2/2.2.1_1
--mandir=/usr/local/Cellar/gdal2/2.2.1_1/share/man
--disable-debug
--with-local=/usr/local/Cellar/gdal2/2.2.1_1
--with-threads
--with-libtool
--with-pcraster=internal
--with-pcidsk=internal
--with-bsb
--with-grib
--with-pam
--with-libiconv-prefix=/usr
--with-libz=/usr
--with-png=/usr/local/opt/libpng
--with-expat=/usr
--with-curl=/usr/bin/curl-config
--with-jpeg=/usr/local
--without-jpeg12
--with-gif=/usr/local
--with-libtiff=/usr/local
--with-geotiff=/usr/local
--with-sqlite3=/usr/local/opt/sqlite
--with-freexl=/usr/local
--with-spatialite=/usr/local
--with-geos=/usr/local/bin/geos-config
--with-static-proj4=/usr/local
--with-libjson-c=/usr/local/opt/json-c
--without-grass
--without-libgrass
--without-liblzma
--without-cfitsio
--without-hdf5
--without-netcdf
--without-jasper
--without-xerces
--without-odbc
--without-dods-root
--without-epsilon
--without-webp
--without-openjpeg
--without-poppler
--without-gta
--without-ogdi
--without-fme
--without-hdf4
--without-fgdb
--without-ecw
--without-kakadu
--without-mrsid
--without-jp2mrsid
--without-mrsid_lidar
--without-msg
--without-oci
--without-ingres
--without-idb
--without-sde
--without-rasdaman
--without-sosi
--without-pg
--without-mysql
--with-qhull=no
--with-pdfium=no
--with-podofo=no
--with-sfcgal=no
--without-python
--without-perl
--without-php
--without-opencl
--with-armadillo=no
checking build system type... x86_64-apple-darwin14.5.0
checking host system type... x86_64-apple-darwin14.5.0
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking CXX_WFLAGS for maximum warnings... -Wall
checking whether C compiler accepts -Werror -we10006... no
checking whether C compiler accepts -diag-disable 188,1684,2259,2304,3280,11074,11076... no
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wunused-parameter... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wformat... yes
checking whether C compiler accepts -Wformat -Werror=format-security -Wno-format-nonliteral... yes
checking whether C compiler accepts -Wshorten-64-to-32... yes
checking whether C compiler accepts -Wlogical-op... no
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Werror=vla... yes
checking whether C compiler accepts -Werror=declaration-after-statement... yes
checking whether C compiler accepts -Wdate-time... yes
checking whether C compiler accepts -Wnull-dereference... yes
checking whether C compiler accepts -Wduplicated-cond... no
checking whether C compiler accepts -Wno-sign-compare... yes
checking whether C compiler accepts -Wcomma... no
checking whether C compiler accepts -Wfloat-conversion... yes
checking whether C compiler accepts -Wdocumentation -Wno-documentation-deprecated-sync... yes
checking whether C++ compiler accepts -Wunused-private-field... yes
checking whether C++ compiler accepts -Wmissing-prototypes... yes
checking whether C++ compiler accepts -Wmissing-declarations... yes
checking whether C++ compiler accepts -Wnon-virtual-dtor... yes
checking whether C++ compiler accepts -Woverloaded-virtual... yes
checking whether C++ compiler accepts -fno-operator-names... yes
checking if use C++11 compiler options... checking C++ compiler compatibility with C++11... checking whether clang++ supports C++11 features by default... no
checking whether clang++ supports C++11 features with -std=gnu++11... yes
enabled
checking whether C++ compiler accepts -Wsuggest-override... no
checking if -Wimplicit-fallthrough can be enabled... yes
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ -std=gnu++11 accepts -g... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -std=gnu++11 -E
checking for ld used by clang++ -std=gnu++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ -std=gnu++11 option to produce PIC... -fno-common -DPIC
checking if clang++ -std=gnu++11 PIC flag -fno-common -DPIC works... yes
checking if clang++ -std=gnu++11 static flag -static works... no
checking if clang++ -std=gnu++11 supports -c -o file.o... yes
checking if clang++ -std=gnu++11 supports -c -o file.o... (cached) yes
checking whether the clang++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking for std::isnan... yes
checking for dlopen in -ldl... yes
checking for nanosleep in -lrt... no
checking for ANSI C header files... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking dbmalloc.h usability... no
checking dbmalloc.h presence... no
checking for dbmalloc.h... no
checking for dlfcn.h... (cached) yes
checking for stdint.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking whether byte ordering is bigendian... no
checking for 64bit integer type... long long
checking for 64bit file io... yes
checking for fopen64... no
checking for ftruncate64... no
checking size of int... 4
checking size of unsigned long... 8
checking size of void*... 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for uintptr_t... yes
checking native cpu bit order... lsb2msb
checking for vprintf... yes
checking for _doprnt... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for atoll... yes
checking for strtof... yes
checking for getcwd... yes
checking whether strtof is declared... yes
checking for readlink... yes
checking for lstat... yes
checking for posix_spawnp... yes
checking for posix_memalign... yes
checking for vfork... yes
checking for mmap... yes
checking for statvfs... yes
checking for statvfs64... no
checking for gmtime_r... yes
checking for localtime_r... yes
checking for uselocale... no
checking to enable debug build... no, CFLAGS="-I/usr/local/opt/sqlite/include"
checking whether GCC 4.1 atomic builtins are available... yes
checking whether GCC bswap builtins are available... yes
checking for __uint128_t... yes
checking whether SSE is available at compile time... yes
checking whether SSSE3 is available at compile time... yes
checking whether AVX is available at compile time... yes
checking to enable LTO (link time optimization) build... no
checking whether we should hide internal symbols... no
checking for local include/lib path... adding /usr/local/Cellar/gdal2/2.2.1_1
checking for pthread_create in -lpthread... yes
checking for PTHREAD_MUTEX_RECURSIVE... yes
checking for PTHREAD_MUTEX_ADAPTIVE_NP... no
checking for pthread_spinlock_t... no
checking for 5 args mremap()... yes
checking for _SC_PHYS_PAGES... yes
checking for deflateInit_ in -lz... yes
checking for inflateCopy in -lz... yes
using libz library from /usr
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
using ICONV_CPP_CONST=""
checking for PostgreSQL... no
GRASS support disabled.
FITS support disabled.
using internal csf code.
checking for libpng... using libpng from /usr/local/opt/libpng.
checking for libcrunch... dds support disabled.
GTA support disabled.
checking for PCIDSK... using internal libpcidsk.
checking for libtiff... using libtiff from /usr/local.
checking for TIFFScanlineSize64 in -ltiff... yes
BigTIFF support enabled.
checking for XTIFFClientOpen in -lgeotiff... yes
using libgeotiff from /usr/local.
using libjpeg from /usr/local.
checking for jpeg12... disabled by user
using libgif from /usr/local.
ogdi support disabled.
checking for FMEObjects... disabled by user
SOSI support disabled.
checking for MongoCXX... MongoCXX not found.
hdf4 support disabled.
hdf5 support disabled.
checking for kea-config... no
checking for kea... no
netCDF support disabled.
configure: JasPer (JPEG2000) support disabled.
configure: OpenJPEG (JPEG2000) support disabled.
FGDB support disabled.
ECW support disabled.
checking for Kakadu JPEG2000 support... not requested.
configure: MrSID support disabled.
configure: MrSID/MG4 Lidar support disabled.
checking for JP2Lura support... checking for MSG... not requested
checking for BSB... enabled
checking if Oracle support is enabled... no
checking for GRIB... enabled
enabled
checking for MySQL... no
checking for Ingres... no
checking for Xerces C++ Parser... no
checking for XML_ParserCreate in -lexpat... yes
checking for Expat XML Parser headers in /usr/include... found
checking for Expat XML Parser... yes
checking if Expat XML Parser version is >= 1.95.0... yes
checking for pkg-config... no
checking for LIBKML... checking for Google libkml... no
ODBC support disabled.
checking if Oracle support is enabled... no
checking for DODS... disabled
found libcurl version 7.43.0
checking for curl_global_init in -lcurl... yes
checking for xml2-config... /usr/local/opt/libxml2/bin/xml2-config
checking for xmlParseDoc in -lxml2... yes
checking for spatialite... checking for spatialite_init in -lspatialite... yes
checking for sqlite3_open in -lsqlite3... yes
checking for SQLite3 library >= 3.0.0... yes
spatialite enabled
checking for spatialite_target_cpu in -lspatialite... yes
checking for sqlite3_column_table_name in -lsqlite3... yes
configure: rasterlite2 support disabled
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile in -lpcre... yes
checking Checking for Teigha... disabled
configure: "IBM Informix DataBlade support disabled."
configure: checking whether we should include ESRI SDE support...
ESRI SDE support not requested.
checking for geos-config... /usr/local/bin/geos-config
checking for GEOS version >= 3.1.0... yes
checking for GEOSversion in -lgeos_c... yes
configure: Using C API from GEOS 3.6.2
SFCGAL support disabled
configure: QHull support disabled.
checking for OpenCL support... no
checking for FreeXL support... checking for freexl_open in -lfreexl... yes
checking for json_object_set_serializer in -ljson-c... yes
using pre-installed libjson-c
checking whether to enable PAM... yes
checking whether to build PDF driver as a plugin... no
checking for poppler... disabled
checking for podofo... disabled
checking for pdfium... disabled
checking how to link PROJ.4 library... link statically.
checking for pj_init in -lproj... yes
checking GDAL version information from gdal_version.h: 2.2.1
checking for Mac OS X Framework build... disabled
checking for perl bindings... disabled
checking for php bindings... disabled
checking for python bindings... disabled
checking whether we should include Java support... no
checking whether we should include MDB support... no
configure: checking whether we should include rasdaman support...
rasdaman support not requested.
checking whether we should include Armadillo support... no
checking for cryptopp... no
checking for MRF... enabled
checking if sprintf can be overloaded for GDAL compilation... yes
configure: creating ./config.status
config.status: creating GDALmake.opt
config.status: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting
config.status: creating port/cpl_config.h
config.status: executing libtool commands
GDAL is now configured for x86_64-apple-darwin14.5.0
Installation directory: /usr/local/Cellar/gdal2/2.2.1_1
C compiler: clang -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include
C++ compiler: clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2
C++11 support: yes
LIBTOOL support: yes
LIBZ support: external
LIBLZMA support: no
cryptopp support: no
GRASS support: no
CFITSIO support: no
PCRaster support: internal
LIBPNG support: external
DDS support: no
GTA support: no
LIBTIFF support: external (BigTIFF=yes)
LIBGEOTIFF support: external
LIBJPEG support: external
12 bit JPEG: no
12 bit JPEG-in-TIFF: no
LIBGIF support: external
OGDI support: no
HDF4 support: no
HDF5 support: no
Kea support: no
NetCDF support: no
Kakadu support: no
JasPer support: no
OpenJPEG support: no
ECW support: no
MrSID support: no
MrSID/MG4 Lidar support: no
JP2Lura support: no
MSG support: no
GRIB support: yes
EPSILON support: no
WebP support: no
cURL support (wms/wcs/...):yes
PostgreSQL support: no
MRF support: yes
MySQL support: no
Ingres support: no
Xerces-C support: no
NAS support: no
Expat support: yes
libxml2 support: yes
Google libkml support: no
ODBC support: no
PGeo support: no
FGDB support: no
MDB support: no
PCIDSK support: internal
OCI support: no
GEORASTER support: no
SDE support: no
Rasdaman support: no
DODS support: no
SQLite support: yes
PCRE support: yes
SpatiaLite support: yes
RasterLite2 support: no
Teigha (DWG and DGNv8): no
INFORMIX DataBlade support:no
GEOS support: yes
SFCGAL support: no
QHull support: no
Poppler support: no
Podofo support: no
PDFium support: no
OpenCL support: no
Armadillo support: no
FreeXL support: yes
SOSI support: no
MongoDB support: no
Mac OS X Framework : no
SWIG Bindings: no
Statically link PROJ.4: yes
enable GNM building: yes
enable pthread support: yes
enable POSIX iconv support:yes
hide internal symbols: no
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -pedantic -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -pedantic -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -pedantic -Wall conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -pedantic -Wall conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -we10006 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -we10006 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -diag-disable 188,1684,2259,2304,3280,11074,11076 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -diag-disable 188,1684,2259,2304,3280,11074,11076 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wextra conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wextra conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Winit-self conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Winit-self conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wunused-parameter conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wunused-parameter conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wmissing-prototypes conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wmissing-prototypes conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wmissing-declarations conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wmissing-declarations conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wformat conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wformat conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wformat -Werror=format-security -Wno-format-nonliteral conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wformat -Werror=format-security -Wno-format-nonliteral conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wshorten-64-to-32 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wshorten-64-to-32 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wlogical-op conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wlogical-op conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wshadow conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wshadow conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Werror=vla conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Werror=vla conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Werror=declaration-after-statement conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Werror=declaration-after-statement conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wdate-time conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wdate-time conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wnull-dereference conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wnull-dereference conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wduplicated-cond conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wduplicated-cond conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wno-sign-compare conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wno-sign-compare conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wcomma conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wcomma conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wfloat-conversion conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wfloat-conversion conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -Werror -Wdocumentation -Wno-documentation-deprecated-sync conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -Werror -Wdocumentation -Wno-documentation-deprecated-sync conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -Werror -Wunused-private-field conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Werror -Wunused-private-field conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -Werror -Wmissing-prototypes conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Werror -Wmissing-prototypes conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -Werror -Wmissing-declarations conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Werror -Wmissing-declarations conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -Werror -Wnon-virtual-dtor conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Werror -Wnon-virtual-dtor conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -Werror -Woverloaded-virtual conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Werror -Woverloaded-virtual conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -Werror -fno-operator-names conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Werror -fno-operator-names conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -c -g -O2 -Werror -Wsuggest-override conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 -Werror -Wsuggest-override conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -c -g -O2 -Werror -Wimplicit-fallthrough conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 -Werror -Wimplicit-fallthrough conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -v
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -v -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c conftstm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -print-multi-os-directory -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -std=gnu++11 -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -std=gnu++11 -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -std=gnu++11 -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -std=gnu++11 -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -c -g -O2 -o out/conftest2.o conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lrt -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lrt -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -g -O2 -o conftest conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -g -O2 -o conftest conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -g -O2 -o conftest conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -g -O2 -o conftest conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -I/usr/local/opt/sqlite/include atomicbuiltins.c -o atomicbuiltins
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include atomicbuiltins.c -o atomicbuiltins -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include bswapbuiltins.c -o bswapbuiltins
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include bswapbuiltins.c -o bswapbuiltins -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -g -O2 -o detectsse detectsse.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -g -O2 -o detectsse detectsse.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -o detectssse3 detectssse3.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -o detectssse3 detectssse3.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -mssse3 -o detectssse3 detectssse3.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -mssse3 -o detectssse3 detectssse3.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -o detectavx detectavx.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -o detectavx detectavx.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -mavx -o detectavx detectavx.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -mavx -o detectavx detectavx.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c test_ws2_32.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c test_ws2_32.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c test_psapi.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c test_psapi.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c test_getaddrinfo.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c test_getaddrinfo.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -std=gnu++11 -I/usr/local/Cellar/gdal2/2.2.1_1/include testiconv.cpp -c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -I/usr/local/Cellar/gdal2/2.2.1_1/include testiconv.cpp -c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ltiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ltiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeotiff -L/usr/local/lib -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeotiff -L/usr/local/lib -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -I/usr/local/Cellar/gdal2/2.2.1_1/include testmongocxx.cpp -lmongoclient -lboost_system -lboost_thread -lboost_regex -o testmongocxx
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -I/usr/local/Cellar/gdal2/2.2.1_1/include testmongocxx.cpp -lmongoclient -lboost_system -lboost_thread -lboost_regex -o testmongocxx -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lexpat
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lexpat -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/usr/include conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/usr/include conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lcurl -lcurl -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lcurl -lcurl -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.4_4/lib -lxml2 -lz -lpthread -liconv -lm -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.4_4/lib -lxml2 -lz -lpthread -liconv -lm -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lsqlite3 -L/usr/local/opt/sqlite/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lsqlite3 -L/usr/local/opt/sqlite/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/usr/local/opt/sqlite/include conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/usr/local/opt/sqlite/include conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lsqlite3 -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lsqlite3 -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E -I/usr/local/Cellar/gdal2/2.2.1_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpcre -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpcre -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/geos/3.6.2/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeos_c -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/geos/3.6.2/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeos_c -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lfreexl -L/usr/local/lib -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -lpcre
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lfreexl -L/usr/local/lib -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/include testfreexl.c -c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/include testfreexl.c -c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -lpcre
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lproj -L/usr/local/lib -lproj -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -lpcre
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/gdal2/2.2.1_1/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lproj -L/usr/local/lib -lproj -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.6.2/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal2/2.2.1_1/lib -L/usr/local/lib -lspatialite -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 testcryptopp.cpp -o testcryptopp -lcryptopp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 testcryptopp.cpp -o testcryptopp -lcryptopp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 testdeprecated.cpp -c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 testdeprecated.cpp -c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
This file has been truncated, but you can view the full file.
2017-08-25 08:02:41 +0100
make
(cd port; make)
(cd gcore; make)
(cd frmts; make)
(cd ogr; make lib )
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_conv.lo cpl_conv.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm/gnm_frmts -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_iris -DFRMT_map -DFRMT_cals -DFRMT_safe -DFRMT_sentinel2 -DFRMT_derived -DFRMT_prf -DFRMT_mrf -DFRMT_wcs -DFRMT_wms -DFRMT_plmosaic -DFRMT_wmts -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_pcidsk -DFRMT_rik -DFRMT_ozi -DFRMT_pdf -DFRMT_rasterlite -DFRMT_mbtiles -DFRMT_arg \
-DGDAL_FORMATS=" gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ctg e00grid zmap ngsgeoid iris map cals safe sentinel2 derived prf mrf wcs wms plmosaic wmts grib bsb gif jpeg png pcraster pcidsk rik ozi pdf rasterlite mbtiles arg" \
gdalallregister.cpp -o o/gdalallregister.lo
make -C mdreader
(cd ogrsf_frmts; make)
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_digital_globe.lo reader_digital_globe.cpp
make -C generic
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrsfdriverregistrar.lo ogrsfdriverregistrar.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_conv.cpp -fno-common -DPIC -o .libs/cpl_conv.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_digital_globe.cpp -fno-common -DPIC -o ../.libs/reader_digital_globe.o
libtool: compile: clang++ -std=gnu++11 -c -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm/gnm_frmts -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_iris -DFRMT_map -DFRMT_cals -DFRMT_safe -DFRMT_sentinel2 -DFRMT_derived -DFRMT_prf -DFRMT_mrf -DFRMT_wcs -DFRMT_wms -DFRMT_plmosaic -DFRMT_wmts -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_pcidsk -DFRMT_rik -DFRMT_ozi -DFRMT_pdf -DFRMT_rasterlite -DFRMT_mbtiles -DFRMT_arg "-DGDAL_FORMATS= gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ctg e00grid zmap ngsgeoid iris map cals safe sentinel2 derived prf mrf wcs wms plmosaic wmts grib bsb gif jpeg png pcraster pcidsk rik ozi pdf rasterlite mbtiles arg" gdalallregister.cpp -fno-common -DPIC -o o/.libs/gdalallregister.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrsfdriverregistrar.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriverregistrar.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_digital_globe.cpp -o ../reader_digital_globe.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_conv.cpp -o cpl_conv.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm/gnm_frmts -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_iris -DFRMT_map -DFRMT_cals -DFRMT_safe -DFRMT_sentinel2 -DFRMT_derived -DFRMT_prf -DFRMT_mrf -DFRMT_wcs -DFRMT_wms -DFRMT_plmosaic -DFRMT_wmts -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_pcidsk -DFRMT_rik -DFRMT_ozi -DFRMT_pdf -DFRMT_rasterlite -DFRMT_mbtiles -DFRMT_arg "-DGDAL_FORMATS= gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ctg e00grid zmap ngsgeoid iris map cals safe sentinel2 derived prf mrf wcs wms plmosaic wmts grib bsb gif jpeg png pcraster pcidsk rik ozi pdf rasterlite mbtiles arg" gdalallregister.cpp -o o/gdalallregister.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrsfdriverregistrar.cpp -o ../o/ogrsfdriverregistrar.o >/dev/null 2>&1
make -C gxf install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gxfdataset.lo gxfdataset.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_error.lo cpl_error.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_geo_eye.lo reader_geo_eye.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrlayer.lo ogrlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxfdataset.cpp -fno-common -DPIC -o ../o/.libs/gxfdataset.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_geo_eye.cpp -fno-common -DPIC -o ../.libs/reader_geo_eye.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_error.cpp -fno-common -DPIC -o .libs/cpl_error.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrlayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_error.cpp -o cpl_error.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxfdataset.cpp -o ../o/gxfdataset.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_geo_eye.cpp -o ../reader_geo_eye.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_string.lo cpl_string.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_string.cpp -fno-common -DPIC -o .libs/cpl_string.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gxfopen.lo gxfopen.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxfopen.c -fno-common -DPIC -o ../o/.libs/gxfopen.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlayer.cpp -o ../o/ogrlayer.o >/dev/null 2>&1
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxfopen.c -o ../o/gxfopen.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_orb_view.lo reader_orb_view.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_orb_view.cpp -fno-common -DPIC -o ../.libs/reader_orb_view.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gxf_proj4.lo gxf_proj4.c
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_string.cpp -o cpl_string.o >/dev/null 2>&1
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxf_proj4.c -fno-common -DPIC -o ../o/.libs/gxf_proj4.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxf_proj4.c -o ../o/gxf_proj4.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_orb_view.cpp -o ../reader_orb_view.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gxf_ogcwkt.lo gxf_ogcwkt.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxf_ogcwkt.c -fno-common -DPIC -o ../o/.libs/gxf_ogcwkt.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrdatasource.lo ogrdatasource.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cplgetsymbol.lo cplgetsymbol.cpp
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gxf_ogcwkt.c -o ../o/gxf_ogcwkt.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrdatasource.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplgetsymbol.cpp -fno-common -DPIC -o .libs/cplgetsymbol.o
make -C gtiff install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/geotiff.lo geotiff.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c geotiff.cpp -fno-common -DPIC -o ../o/.libs/geotiff.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_pleiades.lo reader_pleiades.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_pleiades.cpp -fno-common -DPIC -o ../.libs/reader_pleiades.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplgetsymbol.cpp -o cplgetsymbol.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdatasource.cpp -o ../o/ogrdatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cplstringlist.lo cplstringlist.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplstringlist.cpp -fno-common -DPIC -o .libs/cplstringlist.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_pleiades.cpp -o ../reader_pleiades.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrsfdriver.lo ogrsfdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplstringlist.cpp -o cplstringlist.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrsfdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriver.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_rdk1.lo reader_rdk1.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_rdk1.cpp -fno-common -DPIC -o ../.libs/reader_rdk1.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_strtod.lo cpl_strtod.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_strtod.cpp -fno-common -DPIC -o .libs/cpl_strtod.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrsfdriver.cpp -o ../o/ogrsfdriver.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_strtod.cpp -o cpl_strtod.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_rdk1.cpp -o ../reader_rdk1.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_path.lo cpl_path.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_path.cpp -fno-common -DPIC -o .libs/cpl_path.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrregisterall.lo ogrregisterall.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrregisterall.cpp -fno-common -DPIC -o ../o/.libs/ogrregisterall.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_landsat.lo reader_landsat.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_landsat.cpp -fno-common -DPIC -o ../.libs/reader_landsat.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_path.cpp -o cpl_path.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrregisterall.cpp -o ../o/ogrregisterall.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_landsat.cpp -o ../reader_landsat.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_csv.lo cpl_csv.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_csv.cpp -fno-common -DPIC -o .libs/cpl_csv.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogr_gensql.lo ogr_gensql.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogr_gensql.cpp -fno-common -DPIC -o ../o/.libs/ogr_gensql.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_spot.lo reader_spot.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_spot.cpp -fno-common -DPIC -o ../.libs/reader_spot.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_csv.cpp -o cpl_csv.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_findfile.lo cpl_findfile.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_spot.cpp -o ../reader_spot.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_findfile.cpp -fno-common -DPIC -o .libs/cpl_findfile.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c geotiff.cpp -o ../o/geotiff.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_findfile.cpp -o cpl_findfile.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogr_gensql.cpp -o ../o/ogr_gensql.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_rapid_eye.lo reader_rapid_eye.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_rapid_eye.cpp -fno-common -DPIC -o ../.libs/reader_rapid_eye.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_minixml.lo cpl_minixml.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_minixml.cpp -fno-common -DPIC -o .libs/cpl_minixml.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_rapid_eye.cpp -o ../reader_rapid_eye.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_minixml.cpp -o cpl_minixml.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogr_attrind.lo ogr_attrind.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_alos.lo reader_alos.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogr_attrind.cpp -fno-common -DPIC -o ../o/.libs/ogr_attrind.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_alos.cpp -fno-common -DPIC -o ../.libs/reader_alos.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_multiproc.lo cpl_multiproc.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_multiproc.cpp -fno-common -DPIC -o .libs/cpl_multiproc.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogr_attrind.cpp -o ../o/ogr_attrind.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_alos.cpp -o ../reader_alos.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_multiproc.cpp -o cpl_multiproc.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogr_miattrind.lo ogr_miattrind.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_list.lo cpl_list.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogr_miattrind.cpp -fno-common -DPIC -o ../o/.libs/ogr_miattrind.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_list.cpp -fno-common -DPIC -o .libs/cpl_list.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_eros.lo reader_eros.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_eros.cpp -fno-common -DPIC -o ../.libs/reader_eros.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_list.cpp -o cpl_list.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_getexecpath.lo cpl_getexecpath.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_getexecpath.cpp -fno-common -DPIC -o .libs/cpl_getexecpath.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogr_miattrind.cpp -o ../o/ogr_miattrind.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_eros.cpp -o ../reader_eros.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_getexecpath.cpp -o cpl_getexecpath.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cplstring.lo cplstring.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrlayerdecorator.lo ogrlayerdecorator.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplstring.cpp -fno-common -DPIC -o .libs/cplstring.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlayerdecorator.cpp -fno-common -DPIC -o ../o/.libs/ogrlayerdecorator.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gt_wkt_srs.lo gt_wkt_srs.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../reader_kompsat.lo reader_kompsat.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_wkt_srs.cpp -fno-common -DPIC -o ../o/.libs/gt_wkt_srs.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_kompsat.cpp -fno-common -DPIC -o ../.libs/reader_kompsat.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplstring.cpp -o cplstring.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlayerdecorator.cpp -o ../o/ogrlayerdecorator.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c reader_kompsat.cpp -o ../reader_kompsat.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_wkt_srs.cpp -o ../o/gt_wkt_srs.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_vsil_win32.lo cpl_vsil_win32.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_vsil_win32.cpp -fno-common -DPIC -o .libs/cpl_vsil_win32.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrwarpedlayer.lo ogrwarpedlayer.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdalopeninfo.lo gdalopeninfo.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrwarpedlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrwarpedlayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalopeninfo.cpp -fno-common -DPIC -o .libs/gdalopeninfo.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_vsil_win32.cpp -o cpl_vsil_win32.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gt_citation.lo gt_citation.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_citation.cpp -fno-common -DPIC -o ../o/.libs/gt_citation.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrwarpedlayer.cpp -o ../o/ogrwarpedlayer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalopeninfo.cpp -o gdalopeninfo.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_vsisimple.lo cpl_vsisimple.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_vsisimple.cpp -fno-common -DPIC -o .libs/cpl_vsisimple.o
cpl_vsisimple.cpp:1354:37: error: use of undeclared identifier '_SC_PHYS_PAGES'
const long nPhysPages = sysconf(_SC_PHYS_PAGES);
^
1 error generated.
make[1]: *** [cpl_vsisimple.lo] Error 1
make: *** [port-target] Error 2
make: *** Waiting for unfinished jobs....
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ogrgeometryfactory.lo ogrgeometryfactory.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_citation.cpp -o ../o/gt_citation.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" \
gdaldrivermanager.cpp -o gdaldrivermanager.lo
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrunionlayer.lo ogrunionlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeometryfactory.cpp -fno-common -DPIC -o .libs/ogrgeometryfactory.o
libtool: compile: clang++ -std=gnu++11 -c -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" gdaldrivermanager.cpp -fno-common -DPIC -o .libs/gdaldrivermanager.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrunionlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrunionlayer.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gt_overview.lo gt_overview.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_overview.cpp -fno-common -DPIC -o ../o/.libs/gt_overview.o
libtool: compile: clang++ -std=gnu++11 -c -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" gdaldrivermanager.cpp -o gdaldrivermanager.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrunionlayer.cpp -o ../o/ogrunionlayer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_overview.cpp -o ../o/gt_overview.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdaldriver.lo gdaldriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaldriver.cpp -fno-common -DPIC -o .libs/gdaldriver.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeometryfactory.cpp -o ogrgeometryfactory.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrlayerpool.lo ogrlayerpool.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlayerpool.cpp -fno-common -DPIC -o ../o/.libs/ogrlayerpool.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/tif_float.lo tif_float.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c tif_float.c -fno-common -DPIC -o ../o/.libs/tif_float.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c tif_float.c -o ../o/tif_float.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaldriver.cpp -o gdaldriver.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlayerpool.cpp -o ../o/ogrlayerpool.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/tifvsi.lo tifvsi.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c tifvsi.cpp -fno-common -DPIC -o ../o/.libs/tifvsi.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c tifvsi.cpp -o ../o/tifvsi.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/gt_jpeg_copy.lo gt_jpeg_copy.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_jpeg_copy.cpp -fno-common -DPIC -o ../o/.libs/gt_jpeg_copy.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrmutexedlayer.lo ogrmutexedlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrmutexedlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrmutexedlayer.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ogrpoint.lo ogrpoint.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdaldataset.lo gdaldataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrpoint.cpp -fno-common -DPIC -o .libs/ogrpoint.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaldataset.cpp -fno-common -DPIC -o .libs/gdaldataset.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../jpeg -DHAVE_LIBJPEG -DBIGTIFF_SUPPORT -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c gt_jpeg_copy.cpp -o ../o/gt_jpeg_copy.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrpoint.cpp -o ogrpoint.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrmutexedlayer.cpp -o ../o/ogrmutexedlayer.o >/dev/null 2>&1
make -C avc
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_bin.lo avc_bin.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_bin.c -fno-common -DPIC -o ../o/.libs/avc_bin.o
make -C hfa install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfaopen.lo hfaopen.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrmutexeddatasource.lo ogrmutexeddatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfaopen.cpp -fno-common -DPIC -o ../o/.libs/hfaopen.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrmutexeddatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrmutexeddatasource.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_bin.c -o ../o/avc_bin.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaldataset.cpp -o gdaldataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_binwr.lo avc_binwr.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_binwr.c -fno-common -DPIC -o ../o/.libs/avc_binwr.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_binwr.c -o ../o/avc_binwr.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrmutexeddatasource.cpp -o ../o/ogrmutexeddatasource.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfaopen.cpp -o ../o/hfaopen.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_e00gen.lo avc_e00gen.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00gen.c -fno-common -DPIC -o ../o/.libs/avc_e00gen.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00gen.c -o ../o/avc_e00gen.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogremulatedtransaction.lo ogremulatedtransaction.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_e00parse.lo avc_e00parse.c
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdalrasterband.lo gdalrasterband.cpp
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00parse.c -fno-common -DPIC -o ../o/.libs/avc_e00parse.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogremulatedtransaction.cpp -fno-common -DPIC -o ../o/.libs/ogremulatedtransaction.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalrasterband.cpp -fno-common -DPIC -o .libs/gdalrasterband.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfaentry.lo hfaentry.cpp
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00parse.c -o ../o/avc_e00parse.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfaentry.cpp -fno-common -DPIC -o ../o/.libs/hfaentry.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_e00write.lo avc_e00write.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00write.c -fno-common -DPIC -o ../o/.libs/avc_e00write.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00write.c -o ../o/avc_e00write.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfaentry.cpp -o ../o/hfaentry.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogremulatedtransaction.cpp -o ../o/ogremulatedtransaction.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_e00read.lo avc_e00read.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00read.c -fno-common -DPIC -o ../o/.libs/avc_e00read.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_e00read.c -o ../o/avc_e00read.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfadictionary.lo hfadictionary.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfadictionary.cpp -fno-common -DPIC -o ../o/.libs/hfadictionary.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalrasterband.cpp -o gdalrasterband.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_mbyte.lo avc_mbyte.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_mbyte.c -fno-common -DPIC -o ../o/.libs/avc_mbyte.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogreditablelayer.lo ogreditablelayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfadictionary.cpp -o ../o/hfadictionary.o >/dev/null 2>&1
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_mbyte.c -o ../o/avc_mbyte.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogreditablelayer.cpp -fno-common -DPIC -o ../o/.libs/ogreditablelayer.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_misc.lo avc_misc.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_misc.c -fno-common -DPIC -o ../o/.libs/avc_misc.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfafield.lo hfafield.cpp
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_misc.c -o ../o/avc_misc.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfafield.cpp -fno-common -DPIC -o ../o/.libs/hfafield.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/avc_rawbin.lo avc_rawbin.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_rawbin.c -fno-common -DPIC -o ../o/.libs/avc_rawbin.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c avc_rawbin.c -o ../o/avc_rawbin.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DINST_DATA=\"/usr/local/Cellar/gdal2/2.2.1_1/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DSELAFIN_ENABLED -DJML_ENABLED -DVDV_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DCSW_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -DCLOUDANT_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DCARTO_ENABLED -DAMIGOCLOUD_ENABLED -DPLSCENES_ENABLED -DCAD_ENABLED -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogreditablelayer.cpp -o ../o/ogreditablelayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravcbindriver.lo ogravcbindriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfafield.cpp -o ../o/hfafield.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcbindriver.cpp -fno-common -DPIC -o ../o/.libs/ogravcbindriver.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdal_misc.lo gdal_misc.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdal_misc.cpp -fno-common -DPIC -o .libs/gdal_misc.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfatype.lo hfatype.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcbindriver.cpp -o ../o/ogravcbindriver.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfatype.cpp -fno-common -DPIC -o ../o/.libs/hfatype.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ogrcurve.lo ogrcurve.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcurve.cpp -fno-common -DPIC -o .libs/ogrcurve.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfatype.cpp -o ../o/hfatype.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravcbindatasource.lo ogravcbindatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcbindatasource.cpp -fno-common -DPIC -o ../o/.libs/ogravcbindatasource.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcurve.cpp -o ogrcurve.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdal_misc.cpp -o gdal_misc.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfaband.lo hfaband.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfaband.cpp -fno-common -DPIC -o ../o/.libs/hfaband.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcbindatasource.cpp -o ../o/ogravcbindatasource.o >/dev/null 2>&1
make -C bna
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrbnadriver.lo ogrbnadriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnadriver.cpp -fno-common -DPIC -o ../o/.libs/ogrbnadriver.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravcbinlayer.lo ogravcbinlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcbinlayer.cpp -fno-common -DPIC -o ../o/.libs/ogravcbinlayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfaband.cpp -o ../o/hfaband.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnadriver.cpp -o ../o/ogrbnadriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o rasterio.lo rasterio.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c rasterio.cpp -fno-common -DPIC -o .libs/rasterio.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcbinlayer.cpp -o ../o/ogravcbinlayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrbnadatasource.lo ogrbnadatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnadatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrbnadatasource.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfacompress.lo hfacompress.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfacompress.cpp -fno-common -DPIC -o ../o/.libs/hfacompress.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravclayer.lo ogravclayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravclayer.cpp -fno-common -DPIC -o ../o/.libs/ogravclayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfacompress.cpp -o ../o/hfacompress.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnadatasource.cpp -o ../o/ogrbnadatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfadataset.lo hfadataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfadataset.cpp -fno-common -DPIC -o ../o/.libs/hfadataset.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravclayer.cpp -o ../o/ogravclayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrbnalayer.lo ogrbnalayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnalayer.cpp -fno-common -DPIC -o ../o/.libs/ogrbnalayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c rasterio.cpp -o rasterio.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravcdatasource.lo ogravcdatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogravcdatasource.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnalayer.cpp -o ../o/ogrbnalayer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravcdatasource.cpp -o ../o/ogravcdatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrbnaparser.lo ogrbnaparser.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnaparser.cpp -fno-common -DPIC -o ../o/.libs/ogrbnaparser.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfadataset.cpp -o ../o/hfadataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravce00layer.lo ogravce00layer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravce00layer.cpp -fno-common -DPIC -o ../o/.libs/ogravce00layer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrbnaparser.cpp -o ../o/ogrbnaparser.o >/dev/null 2>&1
make -C aigrid install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c -o ../o/aigdataset.lo aigdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravce00layer.cpp -o ../o/ogravce00layer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c aigdataset.cpp -fno-common -DPIC -o ../o/.libs/aigdataset.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdalrasterblock.lo gdalrasterblock.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalrasterblock.cpp -fno-common -DPIC -o .libs/gdalrasterblock.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravce00datasource.lo ogravce00datasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravce00datasource.cpp -fno-common -DPIC -o ../o/.libs/ogravce00datasource.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalrasterblock.cpp -o gdalrasterblock.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/hfa_overviews.lo hfa_overviews.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c aigdataset.cpp -o ../o/aigdataset.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfa_overviews.cpp -fno-common -DPIC -o ../o/.libs/hfa_overviews.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravce00datasource.cpp -o ../o/ogravce00datasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdalcolortable.lo gdalcolortable.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c hfa_overviews.cpp -o ../o/hfa_overviews.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalcolortable.cpp -fno-common -DPIC -o .libs/gdalcolortable.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c -o ../o/gridlib.lo gridlib.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c gridlib.c -fno-common -DPIC -o ../o/.libs/gridlib.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogravce00driver.lo ogravce00driver.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ogrlinestring.lo ogrlinestring.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravce00driver.cpp -fno-common -DPIC -o ../o/.libs/ogravce00driver.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlinestring.cpp -fno-common -DPIC -o .libs/ogrlinestring.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c gridlib.c -o ../o/gridlib.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalcolortable.cpp -o gdalcolortable.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c -o ../o/aigopen.lo aigopen.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c aigopen.c -fno-common -DPIC -o ../o/.libs/aigopen.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c aigopen.c -o ../o/aigopen.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../shape -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogravce00driver.cpp -o ../o/ogravce00driver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdalmajorobject.lo gdalmajorobject.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalmajorobject.cpp -fno-common -DPIC -o .libs/gdalmajorobject.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c -o ../o/aigccitt.lo aigccitt.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c aigccitt.c -fno-common -DPIC -o ../o/.libs/aigccitt.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlinestring.cpp -o ogrlinestring.o >/dev/null 2>&1
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -I../../ogr/ogrsf_frmts/avc -I../../ogr/ogrsf_frmts/shape -c aigccitt.c -o ../o/aigccitt.o >/dev/null 2>&1
make -C csv
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrcsvdriver.lo ogrcsvdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalmajorobject.cpp -o gdalmajorobject.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcsvdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvdriver.o
make -C aaigrid install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/aaigriddataset.lo aaigriddataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c aaigriddataset.cpp -fno-common -DPIC -o ../o/.libs/aaigriddataset.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o overview.lo overview.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c overview.cpp -fno-common -DPIC -o .libs/overview.o
make -C dgn
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrdgndriver.lo ogrdgndriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdgndriver.cpp -fno-common -DPIC -o ../o/.libs/ogrdgndriver.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcsvdriver.cpp -o ../o/ogrcsvdriver.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c aaigriddataset.cpp -o ../o/aaigriddataset.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdgndriver.cpp -o ../o/ogrdgndriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrcsvdatasource.lo ogrcsvdatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcsvdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvdatasource.o
make -C ceos install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ceosopen.lo ceosopen.c
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrdgndatasource.lo ogrdgndatasource.cpp
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceosopen.c -fno-common -DPIC -o ../o/.libs/ceosopen.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceosopen.c -o ../o/ceosopen.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdgndatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrdgndatasource.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ceosdataset.lo ceosdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceosdataset.cpp -fno-common -DPIC -o ../o/.libs/ceosdataset.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdgndatasource.cpp -o ../o/ogrdgndatasource.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcsvdatasource.cpp -o ../o/ogrcsvdatasource.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c overview.cpp -o overview.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceosdataset.cpp -o ../o/ceosdataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrdgnlayer.lo ogrdgnlayer.cpp
make -C ceos2 install-obj
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdgnlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrdgnlayer.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sar_ceosdataset.lo sar_ceosdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sar_ceosdataset.cpp -fno-common -DPIC -o ../o/.libs/sar_ceosdataset.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrcsvlayer.lo ogrcsvlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcsvlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvlayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrdgnlayer.cpp -o ../o/ogrdgnlayer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sar_ceosdataset.cpp -o ../o/sar_ceosdataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/dgnopen.lo dgnopen.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ceosrecipe.lo ceosrecipe.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceosrecipe.c -fno-common -DPIC -o ../o/.libs/ceosrecipe.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I../generic -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrcsvlayer.cpp -o ../o/ogrcsvlayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdaldefaultoverviews.lo gdaldefaultoverviews.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnopen.cpp -fno-common -DPIC -o ../o/.libs/dgnopen.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaldefaultoverviews.cpp -fno-common -DPIC -o .libs/gdaldefaultoverviews.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceosrecipe.c -o ../o/ceosrecipe.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnopen.cpp -o ../o/dgnopen.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ceossar.lo ceossar.c
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/dgnread.lo dgnread.cpp
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceossar.c -fno-common -DPIC -o ../o/.libs/ceossar.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnread.cpp -fno-common -DPIC -o ../o/.libs/dgnread.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceossar.c -o ../o/ceossar.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ceos.lo ceos.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceos.c -fno-common -DPIC -o ../o/.libs/ceos.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaldefaultoverviews.cpp -o gdaldefaultoverviews.o >/dev/null 2>&1
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ceos.c -o ../o/ceos.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnread.cpp -o ../o/dgnread.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/link.lo link.c
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c link.c -fno-common -DPIC -o ../o/.libs/link.o
libtool: compile: clang -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/opt/sqlite/include -Wall -Wdeclaration-after-statement -Wextra -Winit-self -Wunused-parameter -Wmissing-prototypes -Wmissing-declarations -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdeclaration-after-statement -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I../raw -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c link.c -o ../o/link.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ogrlinearring.lo ogrlinearring.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlinearring.cpp -fno-common -DPIC -o .libs/ogrlinearring.o
make -C iso8211 install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ddfmodule.lo ddfmodule.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfmodule.cpp -fno-common -DPIC -o ../o/.libs/ddfmodule.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdalpamdataset.lo gdalpamdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfmodule.cpp -o ../o/ddfmodule.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/dgnfloat.lo dgnfloat.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalpamdataset.cpp -fno-common -DPIC -o .libs/gdalpamdataset.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnfloat.cpp -fno-common -DPIC -o ../o/.libs/dgnfloat.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrlinearring.cpp -o ogrlinearring.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnfloat.cpp -o ../o/dgnfloat.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ddfutils.lo ddfutils.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfutils.cpp -fno-common -DPIC -o ../o/.libs/ddfutils.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/dgnhelp.lo dgnhelp.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnhelp.cpp -fno-common -DPIC -o ../o/.libs/dgnhelp.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfutils.cpp -o ../o/ddfutils.o >/dev/null 2>&1
make -C geojson
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrgeojsondriver.lo ogrgeojsondriver.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ddffielddefn.lo ddffielddefn.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsondriver.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsondriver.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddffielddefn.cpp -fno-common -DPIC -o ../o/.libs/ddffielddefn.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnhelp.cpp -o ../o/dgnhelp.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalpamdataset.cpp -o gdalpamdataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/dgnwrite.lo dgnwrite.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnwrite.cpp -fno-common -DPIC -o ../o/.libs/dgnwrite.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddffielddefn.cpp -o ../o/ddffielddefn.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsondriver.cpp -o ../o/ogrgeojsondriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdalpamrasterband.lo gdalpamrasterband.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ddfrecord.lo ddfrecord.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnwrite.cpp -o ../o/dgnwrite.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalpamrasterband.cpp -fno-common -DPIC -o .libs/gdalpamrasterband.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfrecord.cpp -fno-common -DPIC -o ../o/.libs/ddfrecord.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfrecord.cpp -o ../o/ddfrecord.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrgeojsondatasource.lo ogrgeojsondatasource.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/dgnstroke.lo dgnstroke.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsondatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsondatasource.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnstroke.cpp -fno-common -DPIC -o ../o/.libs/dgnstroke.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdalpamrasterband.cpp -o gdalpamrasterband.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ddffield.lo ddffield.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c dgnstroke.cpp -o ../o/dgnstroke.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddffield.cpp -fno-common -DPIC -o ../o/.libs/ddffield.o
make -C xpm install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../mem -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/xpmdataset.lo xpmdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../mem -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c xpmdataset.cpp -fno-common -DPIC -o ../o/.libs/xpmdataset.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddffield.cpp -o ../o/ddffield.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsondatasource.cpp -o ../o/ogrgeojsondatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ddfsubfielddefn.lo ddfsubfielddefn.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfsubfielddefn.cpp -fno-common -DPIC -o ../o/.libs/ddfsubfielddefn.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c -o gdaljp2metadata.lo gdaljp2metadata.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaljp2metadata.cpp -fno-common -DPIC -o .libs/gdaljp2metadata.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../mem -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c xpmdataset.cpp -o ../o/xpmdataset.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I. -I../../port -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ddfsubfielddefn.cpp -o ../o/ddfsubfielddefn.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrgeojsonlayer.lo ogrgeojsonlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsonlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsonlayer.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ogrpolygon.lo ogrpolygon.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrpolygon.cpp -fno-common -DPIC -o .libs/ogrpolygon.o
make -C sdts install-obj
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sdtsiref.lo sdtsiref.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtsiref.cpp -fno-common -DPIC -o ../o/.libs/sdtsiref.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsonlayer.cpp -o ../o/ogrgeojsonlayer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtsiref.cpp -o ../o/sdtsiref.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -DHAVE_MITAB -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/usr/local/opt/json-c/include/json-c -I. -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.2/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrpolygon.cpp -o ogrpolygon.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sdtscatd.lo sdtscatd.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtscatd.cpp -fno-common -DPIC -o ../o/.libs/sdtscatd.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrgeojsonwritelayer.lo ogrgeojsonwritelayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtscatd.cpp -o ../o/sdtscatd.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsonwritelayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsonwritelayer.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sdtslinereader.lo sdtslinereader.cpp
make -C gml
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlpropertydefn.lo gmlpropertydefn.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtslinereader.cpp -fno-common -DPIC -o ../o/.libs/sdtslinereader.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c gmlpropertydefn.cpp -fno-common -DPIC -o ../o/.libs/gmlpropertydefn.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm_frmts/ -I/usr/local/opt/json-c/include/json-c -I../ogr/ogrsf_frmts/geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DPAM_ENABLED -c gdaljp2metadata.cpp -o gdaljp2metadata.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtslinereader.cpp -o ../o/sdtslinereader.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sdtslib.lo sdtslib.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsonwritelayer.cpp -o ../o/ogrgeojsonwritelayer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c gmlpropertydefn.cpp -o ../o/gmlpropertydefn.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtslib.cpp -fno-common -DPIC -o ../o/.libs/sdtslib.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtslib.cpp -o ../o/sdtslib.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlfeatureclass.lo gmlfeatureclass.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c gmlfeatureclass.cpp -fno-common -DPIC -o ../o/.libs/gmlfeatureclass.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/ogrgeojsonutils.lo ogrgeojsonutils.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsonutils.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsonutils.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sdtspointreader.lo sdtspointreader.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtspointreader.cpp -fno-common -DPIC -o ../o/.libs/sdtspointreader.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtspointreader.cpp -o ../o/sdtspointreader.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c gmlfeatureclass.cpp -o ../o/gmlfeatureclass.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sdtsattrreader.lo sdtsattrreader.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I/usr/local/opt/json-c/include/json-c -I. -I.. -I../.. -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c ogrgeojsonutils.cpp -o ../o/ogrgeojsonutils.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtsattrreader.cpp -fno-common -DPIC -o ../o/.libs/sdtsattrreader.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c sdtsattrreader.cpp -o ../o/sdtsattrreader.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlfeature.lo gmlfeature.cpp
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I../iso8211 -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -o ../o/sdtstransfer.lo sdtstransfer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -I.. -I../.. -I/usr/include -I/usr/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_EXPAT -DHAVE_SQLITE -c gmlfeature.cpp -fno-common -DPIC -o ../o/.libs/gmlfeature.o
/bin/sh /private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-33366-ksgv58/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DSQLITE_ENABLED -I/usr/local/Cellar/libxml2/2.9.4_4/include/libxml2 -DHAVE_LIBXML2 -I../frmts/gtiff -I../frmts/mem -I../frmts/vrt -I../ogr -I../ogr/ogrsf_frmts/generic -I../gnm/ -I../gnm/gnm
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment