Skip to content

Instantly share code, notes, and snippets.

@uranusjr
Created May 3, 2018 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uranusjr/267cefa8ced4b9064854672ef735eb11 to your computer and use it in GitHub Desktop.
Save uranusjr/267cefa8ced4b9064854672ef735eb11 to your computer and use it in GitHub Desktop.
gdal on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for gdal on macOS 10.13.4
Build date: 2018-05-03 18:44:29
HOMEBREW_VERSION: 1.6.3
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: d14d0c25d6bd5a15f3fbca4cb402f0f2245c4631
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 99fc5f86ceeee342140ef7e9e87c3fc96ee40997
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_NO_AUTO_UPDATE: 1
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3_2/bin/ruby
Clang: 9.1 build 902
Git: 2.17.0 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_92, 1.7.0_71
macOS: 10.13.4-x86_64
CLT: 9.3.0.0.1.1521514116
Xcode: 9.3
XQuartz: 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 or file an issue; just ignore this. Thanks!
Warning: The filesystem on / appears to be case-sensitive.
The default macOS filesystem is case-insensitive. Please report any apparent problems.
gdal --with-mysql
2018-05-03 18:25:57 +0800
./configure
--prefix=/usr/local/Cellar/gdal/2.2.4
--mandir=/usr/local/Cellar/gdal/2.2.4/share/man
--disable-debug
--with-libtool
--with-local=/usr/local/Cellar/gdal/2.2.4
--with-opencl
--with-threads
--with-bsb
--with-grib
--with-pam
--with-pcidsk=internal
--with-pcraster=internal
--with-curl=/usr/bin/curl-config
--with-freexl=/usr/local/opt/freexl
--with-geos=/usr/local/opt/geos/bin/geos-config
--with-geotiff=/usr/local/opt/libgeotiff
--with-gif=/usr/local/opt/giflib
--with-jpeg=/usr/local/opt/jpeg
--with-libjson-c=/usr/local/opt/json-c
--with-libtiff=/usr/local/opt/libtiff
--with-pg=/usr/local/opt/libpq/bin/pg_config
--with-png=/usr/local/opt/libpng
--with-spatialite=/usr/local/opt/libspatialite
--with-sqlite3=/usr/local/opt/sqlite
--with-static-proj4=/usr/local/opt/proj
--without-grass
--without-jpeg12
--without-libgrass
--without-perl
--without-php
--without-python
--without-ruby
--with-armadillo=no
--with-mysql=/usr/local/opt/mysql/bin/mysql_config
--without-liblzma
--without-cfitsio
--without-hdf5
--without-netcdf
--without-jasper
--without-xerces
--without-odbc
--without-dods-root
--without-epsilon
--without-webp
--without-podofo
--without-gta
--without-ogdi
--without-fme
--without-hdf4
--without-openjpeg
--without-fgdb
--without-ecw
--without-kakadu
--without-mrsid
--without-jp2mrsid
--without-mrsid_lidar
--without-msg
--without-oci
--without-ingres
--without-dwgdirect
--without-idb
--without-sde
--without-podofo
--without-rasdaman
--without-sosi
configure: WARNING: unrecognized options: --without-ruby, --without-dwgdirect
checking build system type... x86_64-apple-darwin17.5.0
checking host system type... x86_64-apple-darwin17.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... yes
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 -B
checking the name lister (/usr/bin/nm -B) 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-darwin17.5.0 file names to x86_64-apple-darwin17.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin17.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 -B 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... no
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... darwin17.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... darwin17.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="-g -O2"
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/gdal/2.2.4
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 pre-installed libz
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... yes
checking for PQconnectdb in -lpq... yes
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/opt/libtiff.
checking for TIFFScanlineSize64 in -ltiff... yes
BigTIFF support enabled.
checking for XTIFFClientOpen in -lgeotiff... yes
using libgeotiff from /usr/local/opt/libgeotiff.
using libjpeg from /usr/local/opt/jpeg.
checking for jpeg12... disabled by user
using libgif from /usr/local/opt/giflib.
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... yes
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.54.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/opt/geos/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.1
checking for sfcgal-config... no
checking qhull/libqhull.h usability... no
checking qhull/libqhull.h presence... no
checking for qhull/libqhull.h... no
checking libqhull/libqhull.h usability... no
checking libqhull/libqhull.h presence... no
checking for libqhull/libqhull.h... no
checking for OpenCL support... yes
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.4
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
configure: WARNING: unrecognized options: --without-ruby, --without-dwgdirect
GDAL is now configured for x86_64-apple-darwin17.5.0
Installation directory: /usr/local/Cellar/gdal/2.2.4
C compiler: clang -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2
C++ compiler: clang++ -std=gnu++11 -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: yes
MRF support: yes
MySQL support: yes
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: internal
Poppler support: no
Podofo support: no
PDFium support: no
OpenCL support: yes
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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -we10006 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wextra conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Winit-self conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wunused-parameter conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wmissing-prototypes conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wmissing-declarations conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wformat conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wshorten-64-to-32 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wlogical-op conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wshadow conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Werror=vla conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Werror=declaration-after-statement conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wdate-time conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wnull-dereference conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wduplicated-cond conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wno-sign-compare conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wcomma conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror -Wfloat-conversion conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -static conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang++ called with: -std=gnu++11 -o conftest -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang++ called with: -std=gnu++11 -o conftest -g -O2 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -static conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -lrt -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 conftest.cpp -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 conftest.cpp -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 atomicbuiltins.c -o atomicbuiltins -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 bswapbuiltins.c -o bswapbuiltins -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang++ called with: -std=gnu++11 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -I/usr/local/Cellar/gdal/2.2.4/include testiconv.cpp -c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lpq -L/usr/local/Cellar/libpq/10.3/lib -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lpq -L/usr/local/Cellar/libpq/10.3/lib -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -ltiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -ltiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lgeotiff -L/usr/local/opt/libgeotiff/lib -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lgeotiff -L/usr/local/opt/libgeotiff/lib -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lexpat -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/gdal/2.2.4/include -I/usr/include conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lcurl -lcurl -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lcurl -lcurl -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.7/lib -lxml2 -lz -lpthread -liconv -lm -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.7/lib -lxml2 -lz -lpthread -liconv -lm -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lspatialite -L/usr/local/opt/libspatialite/lib -lspatialite -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lspatialite -L/usr/local/opt/libspatialite/lib -lspatialite -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/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/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lspatialite -L/usr/local/opt/libspatialite/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lspatialite -L/usr/local/opt/libspatialite/lib -lspatialite -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lsqlite3 -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/lib -lspatialite -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lsqlite3 -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/lib -lspatialite -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/lib -lspatialite -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -E -I/usr/local/Cellar/gdal/2.2.4/include conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lpcre -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lpcre -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/lib -lspatialite -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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.1/include -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lgeos_c -L/usr/local/Cellar/geos/3.6.1/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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.1/include -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lgeos_c -L/usr/local/Cellar/geos/3.6.1/lib -lgeos_c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -E -I/usr/local/Cellar/gdal/2.2.4/include conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -E -I/usr/local/Cellar/gdal/2.2.4/include conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -E -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lfreexl -L/usr/local/opt/freexl/lib -L/usr/local/Cellar/geos/3.6.1/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lfreexl -L/usr/local/opt/freexl/lib -L/usr/local/Cellar/geos/3.6.1/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/lib -lspatialite -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/opt/freexl/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/opt/freexl/include testfreexl.c -c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
clang called with: -o conftest -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/json-c/lib -L/usr/local/opt/freexl/lib -lfreexl -L/usr/local/Cellar/geos/3.6.1/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/json-c/lib -L/usr/local/opt/freexl/lib -lfreexl -L/usr/local/Cellar/geos/3.6.1/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/lib -lspatialite -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lproj -L/usr/local/opt/proj/lib -lproj -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/freexl/lib -lfreexl -L/usr/local/Cellar/geos/3.6.1/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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 -g -O2 -I/usr/local/Cellar/gdal/2.2.4/include conftest.c -lproj -L/usr/local/opt/proj/lib -lproj -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/freexl/lib -lfreexl -L/usr/local/Cellar/geos/3.6.1/lib -lgeos_c -L/usr/local/opt/sqlite/lib -lsqlite3 -lexpat -L/usr/local/opt/giflib -L/usr/local/opt/giflib/lib -lgif -L/usr/local/opt/jpeg -L/usr/local/opt/jpeg/lib -ljpeg -L/usr/local/opt/libgeotiff/lib -lgeotiff -L/usr/local/opt/libtiff/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -L/usr/local/Cellar/libpq/10.3/lib -lpq -lz -lpthread -ldl -L/usr/local/Cellar/gdal/2.2.4/lib -L/usr/local/opt/libspatialite/lib -lspatialite -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 testcryptopp.cpp -o testcryptopp -lcryptopp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/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_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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -std=gnu++11 -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/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include
This file has been truncated, but you can view the full file.
2018-05-03 18:26:38 +0800
make
(cd port; /Applications/Xcode.app/Contents/Developer/usr/bin/make)
(cd gcore; /Applications/Xcode.app/Contents/Developer/usr/bin/make)
(cd frmts; /Applications/Xcode.app/Contents/Developer/usr/bin/make)
(cd ogr; /Applications/Xcode.app/Contents/Developer/usr/bin/make lib )
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C mdreader
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_conv.lo cpl_conv.cpp
(cd ogrsf_frmts; /Applications/Xcode.app/Contents/Developer/usr/bin/make)
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm/gnm_frmts -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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_postgisraster -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 postgisraster arg" \
gdalallregister.cpp -o o/gdalallregister.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_digital_globe.lo reader_digital_globe.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C generic
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrsfdriverregistrar.lo ogrsfdriverregistrar.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_digital_globe.cpp -fno-common -DPIC -o ../.libs/reader_digital_globe.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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 -c -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm/gnm_frmts -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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_postgisraster -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 postgisraster arg" gdalallregister.cpp -fno-common -DPIC -o o/.libs/gdalallregister.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrsfdriverregistrar.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriverregistrar.o
libtool: compile: clang++ -std=gnu++11 -c -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm/gnm_frmts -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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_postgisraster -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 postgisraster arg" gdalallregister.cpp -o o/gdalallregister.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrsfdriverregistrar.cpp -o ../o/ogrsfdriverregistrar.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_conv.cpp -o cpl_conv.o >/dev/null 2>&1
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C gxf install-obj
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/gxfdataset.lo gxfdataset.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrlayer.lo ogrlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxfdataset.cpp -fno-common -DPIC -o ../o/.libs/gxfdataset.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_geo_eye.lo reader_geo_eye.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrlayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_error.lo cpl_error.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxfdataset.cpp -o ../o/gxfdataset.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_geo_eye.cpp -o ../reader_geo_eye.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrlayer.cpp -o ../o/ogrlayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cpl_string.lo cpl_string.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/gxfopen.lo gxfopen.c
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxfopen.c -fno-common -DPIC -o ../o/.libs/gxfopen.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_string.cpp -fno-common -DPIC -o .libs/cpl_string.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_orb_view.lo reader_orb_view.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_orb_view.cpp -fno-common -DPIC -o ../.libs/reader_orb_view.o
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxfopen.c -o ../o/gxfopen.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/gxf_proj4.lo gxf_proj4.c
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxf_proj4.c -fno-common -DPIC -o ../o/.libs/gxf_proj4.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_string.cpp -o cpl_string.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrdatasource.lo ogrdatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_orb_view.cpp -o ../reader_orb_view.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrdatasource.o
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxf_proj4.c -o ../o/gxf_proj4.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/gxf_ogcwkt.lo gxf_ogcwkt.c
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxf_ogcwkt.c -fno-common -DPIC -o ../o/.libs/gxf_ogcwkt.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cplgetsymbol.lo cplgetsymbol.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplgetsymbol.cpp -fno-common -DPIC -o .libs/cplgetsymbol.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_pleiades.lo reader_pleiades.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_pleiades.cpp -fno-common -DPIC -o ../.libs/reader_pleiades.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrdatasource.cpp -o ../o/ogrdatasource.o >/dev/null 2>&1
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gxf_ogcwkt.c -o ../o/gxf_ogcwkt.o >/dev/null 2>&1
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C gtiff install-obj
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/geotiff.lo geotiff.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c geotiff.cpp -fno-common -DPIC -o ../o/.libs/geotiff.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplgetsymbol.cpp -o cplgetsymbol.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrsfdriver.lo ogrsfdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_pleiades.cpp -o ../reader_pleiades.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrsfdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriver.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c -o cplstringlist.lo cplstringlist.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrsfdriver.cpp -o ../o/ogrsfdriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_rdk1.lo reader_rdk1.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_rdk1.cpp -fno-common -DPIC -o ../.libs/reader_rdk1.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cplstringlist.cpp -o cplstringlist.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrregisterall.lo ogrregisterall.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrregisterall.cpp -fno-common -DPIC -o ../o/.libs/ogrregisterall.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_rdk1.cpp -o ../reader_rdk1.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrregisterall.cpp -o ../o/ogrregisterall.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_landsat.lo reader_landsat.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_landsat.cpp -fno-common -DPIC -o ../.libs/reader_landsat.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_path.cpp -fno-common -DPIC -o .libs/cpl_path.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogr_gensql.lo ogr_gensql.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr_gensql.cpp -fno-common -DPIC -o ../o/.libs/ogr_gensql.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_landsat.cpp -o ../reader_landsat.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c geotiff.cpp -o ../o/geotiff.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_spot.lo reader_spot.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_spot.cpp -fno-common -DPIC -o ../.libs/reader_spot.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_csv.cpp -fno-common -DPIC -o .libs/cpl_csv.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr_gensql.cpp -o ../o/ogr_gensql.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_csv.cpp -o cpl_csv.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_spot.cpp -o ../reader_spot.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_findfile.cpp -fno-common -DPIC -o .libs/cpl_findfile.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_rapid_eye.lo reader_rapid_eye.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_rapid_eye.cpp -fno-common -DPIC -o ../.libs/reader_rapid_eye.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogr_attrind.lo ogr_attrind.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_rapid_eye.cpp -o ../reader_rapid_eye.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_minixml.cpp -fno-common -DPIC -o .libs/cpl_minixml.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_alos.lo reader_alos.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_alos.cpp -fno-common -DPIC -o ../.libs/reader_alos.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/gt_wkt_srs.lo gt_wkt_srs.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogr_miattrind.lo ogr_miattrind.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_minixml.cpp -o cpl_minixml.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_alos.cpp -o ../reader_alos.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr_miattrind.cpp -o ../o/ogr_miattrind.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gt_wkt_srs.cpp -o ../o/gt_wkt_srs.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_multiproc.cpp -fno-common -DPIC -o .libs/cpl_multiproc.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../reader_eros.lo reader_eros.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_eros.cpp -fno-common -DPIC -o ../.libs/reader_eros.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_multiproc.cpp -o cpl_multiproc.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrlayerdecorator.lo ogrlayerdecorator.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrlayerdecorator.cpp -fno-common -DPIC -o ../o/.libs/ogrlayerdecorator.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/gt_citation.lo gt_citation.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gt_citation.cpp -fno-common -DPIC -o ../o/.libs/gt_citation.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/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/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DINST_DATA=\"/usr/local/Cellar/gdal/2.2.4/share/gdal\" -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.7/include/libxml2 -DHAVE_LIBXML2 -DUSE_ONLY_CRYPTODLL_ALG -c cpl_list.cpp -fno-common -DPIC -o .libs/cpl_list.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c reader_eros.cpp -o ../reader_eros.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/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 -DPG_ENABLED -DMYSQL_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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrlayerdecorator.cpp -o ../o/ogrlayerdecorator.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplici
[...snip...]
ib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/_putcell.c -o ../o/_putcell.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/vfkdatablock.lo vfkdatablock.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkdatablock.cpp -fno-common -DPIC -o ../o/.libs/vfkdatablock.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/_rputrow.c -o ../o/_rputrow.lo
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr_srs_xml.cpp -o ogr_srs_xml.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/_rputrow.c -fno-common -DPIC -o ../o/.libs/_rputrow.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/_rputrow.c -o ../o/_rputrow.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c -o ../o/ogrsqliteexecutesql.lo ogrsqliteexecutesql.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/angle.c -o ../o/angle.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/angle.c -fno-common -DPIC -o ../o/.libs/angle.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c ogrsqliteexecutesql.cpp -fno-common -DPIC -o ../o/.libs/ogrsqliteexecutesql.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pcidsk install-obj
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/pcidskdataset2.lo pcidskdataset2.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pcidskdataset2.cpp -fno-common -DPIC -o ../o/.libs/pcidskdataset2.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/angle.c -o ../o/angle.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkdatablock.cpp -o ../o/vfkdatablock.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/attravai.c -o ../o/attravai.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/attravai.c -fno-common -DPIC -o ../o/.libs/attravai.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/attravai.c -o ../o/attravai.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/attrsize.c -o ../o/attrsize.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/attrsize.c -fno-common -DPIC -o ../o/.libs/attrsize.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c ogrsqliteexecutesql.cpp -o ../o/ogrsqliteexecutesql.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/attrsize.c -o ../o/attrsize.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/vfkdatablocksqlite.lo vfkdatablocksqlite.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkdatablocksqlite.cpp -fno-common -DPIC -o ../o/.libs/vfkdatablocksqlite.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/cellsize.c -o ../o/cellsize.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/cellsize.c -fno-common -DPIC -o ../o/.libs/cellsize.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pcidskdataset2.cpp -o ../o/pcidskdataset2.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/cellsize.c -o ../o/cellsize.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/create2.c -o ../o/create2.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/create2.c -fno-common -DPIC -o ../o/.libs/create2.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I.. -I/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c -o ../o/ogrsqliteapiroutines.lo ogrsqliteapiroutines.c
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I.. -I/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c ogrsqliteapiroutines.c -fno-common -DPIC -o ../o/.libs/ogrsqliteapiroutines.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/create2.c -o ../o/create2.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkdatablocksqlite.cpp -o ../o/vfkdatablocksqlite.o >/dev/null 2>&1
libtool: compile: clang -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -I.. -I/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c ogrsqliteapiroutines.c -o ../o/ogrsqliteapiroutines.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/csfglob.c -o ../o/csfglob.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/csfglob.c -fno-common -DPIC -o ../o/.libs/csfglob.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c -o ../o/rasterlite2.lo rasterlite2.cpp
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/csfglob.c -o ../o/csfglob.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c rasterlite2.cpp -fno-common -DPIC -o ../o/.libs/rasterlite2.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrpcidsklayer.lo ogrpcidsklayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrpcidsklayer.cpp -fno-common -DPIC -o ../o/.libs/ogrpcidsklayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/csfsup.c -o ../o/csfsup.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/csfsup.c -fno-common -DPIC -o ../o/.libs/csfsup.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/csfsup.c -o ../o/csfsup.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/vfkpropertydefn.lo vfkpropertydefn.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkpropertydefn.cpp -fno-common -DPIC -o ../o/.libs/vfkpropertydefn.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c rasterlite2.cpp -o ../o/rasterlite2.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/delattr.c -o ../o/delattr.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/delattr.c -fno-common -DPIC -o ../o/.libs/delattr.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/delattr.c -o ../o/delattr.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrpcidsklayer.cpp -o ../o/ogrpcidsklayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/dumconv.c -o ../o/dumconv.lo
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkpropertydefn.cpp -o ../o/vfkpropertydefn.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/dumconv.c -fno-common -DPIC -o ../o/.libs/dumconv.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c -o ../o/ogrsqliteutility.lo ogrsqliteutility.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c ogrsqliteutility.cpp -fno-common -DPIC -o ../o/.libs/ogrsqliteutility.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/dumconv.c -o ../o/dumconv.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/endian.c -o ../o/endian.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/endian.c -fno-common -DPIC -o ../o/.libs/endian.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/vfkfeature.lo vfkfeature.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkfeature.cpp -fno-common -DPIC -o ../o/.libs/vfkfeature.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/usr/local/opt/sqlite/include -I/usr/local/opt/libspatialite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_SPATIALITE -DSPATIALITE_412_OR_LATER -DHAVE_PCRE -DSQLITE_HAS_COLUMN_METADATA -c ogrsqliteutility.cpp -o ../o/ogrsqliteutility.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/endian.c -o ../o/endian.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/vsi_pcidsk_io.lo vsi_pcidsk_io.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/file.c -o ../o/file.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/file.c -fno-common -DPIC -o ../o/.libs/file.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vsi_pcidsk_io.cpp -fno-common -DPIC -o ../o/.libs/vsi_pcidsk_io.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/file.c -o ../o/file.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ograssemblepolygon.lo ograssemblepolygon.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ograssemblepolygon.cpp -fno-common -DPIC -o .libs/ograssemblepolygon.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/filename.c -o ../o/filename.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/filename.c -fno-common -DPIC -o ../o/.libs/filename.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkfeature.cpp -o ../o/vfkfeature.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vsi_pcidsk_io.cpp -o ../o/vsi_pcidsk_io.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/filename.c -o ../o/filename.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ograssemblepolygon.cpp -o ograssemblepolygon.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gattrblk.c -o ../o/gattrblk.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gattrblk.c -fno-common -DPIC -o ../o/.libs/gattrblk.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/gdal_edb.lo gdal_edb.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gdal_edb.cpp -fno-common -DPIC -o ../o/.libs/gdal_edb.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gattrblk.c -o ../o/gattrblk.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/vfkfeaturesqlite.lo vfkfeaturesqlite.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkfeaturesqlite.cpp -fno-common -DPIC -o ../o/.libs/vfkfeaturesqlite.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gattridx.c -o ../o/gattridx.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gattridx.c -fno-common -DPIC -o ../o/.libs/gattridx.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C wfs
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrwfsdriver.lo ogrwfsdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrwfsdriver.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gattridx.c -o ../o/gattridx.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gdal_edb.cpp -o ../o/gdal_edb.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gcellrep.c -o ../o/gcellrep.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gcellrep.c -fno-common -DPIC -o ../o/.libs/gcellrep.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkfeaturesqlite.cpp -o ../o/vfkfeaturesqlite.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsdriver.cpp -o ../o/ogrwfsdriver.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gcellrep.c -o ../o/gcellrep.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cbandinterleavedchannel.cpp -o ../o/cbandinterleavedchannel.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cbandinterleavedchannel.cpp -fno-common -DPIC -o ../o/.libs/cbandinterleavedchannel.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gdattype.c -o ../o/gdattype.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gdattype.c -fno-common -DPIC -o ../o/.libs/gdattype.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gdattype.c -o ../o/gdattype.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/vfkproperty.lo vfkproperty.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkproperty.cpp -fno-common -DPIC -o ../o/.libs/vfkproperty.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrwfsdatasource.lo ogrwfsdatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrwfsdatasource.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/getattr.c -o ../o/getattr.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/getattr.c -fno-common -DPIC -o ../o/.libs/getattr.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cbandinterleavedchannel.cpp -o ../o/cbandinterleavedchannel.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/getattr.c -o ../o/getattr.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c vfkproperty.cpp -o ../o/vfkproperty.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/getx0.c -o ../o/getx0.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/getx0.c -fno-common -DPIC -o ../o/.libs/getx0.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/getx0.c -o ../o/getx0.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cpcidskchannel.cpp -o ../o/cpcidskchannel.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cpcidskchannel.cpp -fno-common -DPIC -o ../o/.libs/cpcidskchannel.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gety0.c -o ../o/gety0.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gety0.c -fno-common -DPIC -o ../o/.libs/gety0.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrvfkdriver.lo ogrvfkdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrvfkdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrvfkdriver.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gety0.c -o ../o/gety0.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsdatasource.cpp -o ../o/ogrwfsdatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ggisfid.c -o ../o/ggisfid.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ggisfid.c -fno-common -DPIC -o ../o/.libs/ggisfid.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cpcidskchannel.cpp -o ../o/cpcidskchannel.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ggisfid.c -o ../o/ggisfid.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrvfkdriver.cpp -o ../o/ogrvfkdriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gmaxval.c -o ../o/gmaxval.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gmaxval.c -fno-common -DPIC -o ../o/.libs/gmaxval.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gmaxval.c -o ../o/gmaxval.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrvfkdatasource.lo ogrvfkdatasource.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gminval.c -o ../o/gminval.lo
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrvfkdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrvfkdatasource.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gminval.c -fno-common -DPIC -o ../o/.libs/gminval.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cpixelinterleavedchannel.cpp -o ../o/cpixelinterleavedchannel.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cpixelinterleavedchannel.cpp -fno-common -DPIC -o ../o/.libs/cpixelinterleavedchannel.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gminval.c -o ../o/gminval.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrwfslayer.lo ogrwfslayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfslayer.cpp -fno-common -DPIC -o ../o/.libs/ogrwfslayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gnrcols.c -o ../o/gnrcols.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gnrcols.c -fno-common -DPIC -o ../o/.libs/gnrcols.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrvfkdatasource.cpp -o ../o/ogrvfkdatasource.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cpixelinterleavedchannel.cpp -o ../o/cpixelinterleavedchannel.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gnrcols.c -o ../o/gnrcols.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gnrrows.c -o ../o/gnrrows.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gnrrows.c -fno-common -DPIC -o ../o/.libs/gnrrows.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gnrrows.c -o ../o/gnrrows.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/ctiledchannel.cpp -o ../o/ctiledchannel.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrvfklayer.lo ogrvfklayer.cpp
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/ctiledchannel.cpp -fno-common -DPIC -o ../o/.libs/ctiledchannel.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrvfklayer.cpp -fno-common -DPIC -o ../o/.libs/ogrvfklayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gproj.c -o ../o/gproj.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gproj.c -fno-common -DPIC -o ../o/.libs/gproj.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gproj.c -o ../o/gproj.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfslayer.cpp -o ../o/ogrwfslayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gputproj.c -o ../o/gputproj.lo
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/sqlite/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrvfklayer.cpp -o ../o/ogrvfklayer.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gputproj.c -fno-common -DPIC -o ../o/.libs/gputproj.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gputproj.c -o ../o/gputproj.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/ctiledchannel.cpp -o ../o/ctiledchannel.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gvalscal.c -o ../o/gvalscal.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gvalscal.c -fno-common -DPIC -o ../o/.libs/gvalscal.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C rik install-obj
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/rikdataset.lo rikdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c rikdataset.cpp -fno-common -DPIC -o ../o/.libs/rikdataset.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gvalscal.c -o ../o/gvalscal.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gvartype.c -o ../o/gvartype.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gvartype.c -fno-common -DPIC -o ../o/.libs/gvartype.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrwfsfilter.lo ogrwfsfilter.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsfilter.cpp -fno-common -DPIC -o ../o/.libs/ogrwfsfilter.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cexternalchannel.cpp -o ../o/cexternalchannel.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gvartype.c -o ../o/gvartype.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cexternalchannel.cpp -fno-common -DPIC -o ../o/.libs/cexternalchannel.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c rikdataset.cpp -o ../o/rikdataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gversion.c -o ../o/gversion.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gversion.c -fno-common -DPIC -o ../o/.libs/gversion.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/gversion.c -o ../o/gversion.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsfilter.cpp -o ../o/ogrwfsfilter.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/channel/cexternalchannel.cpp -o ../o/cexternalchannel.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ismv.c -o ../o/ismv.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ismv.c -fno-common -DPIC -o ../o/.libs/ismv.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ogr2gmlgeometry.lo ogr2gmlgeometry.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr2gmlgeometry.cpp -fno-common -DPIC -o .libs/ogr2gmlgeometry.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ismv.c -o ../o/ismv.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/kernlcsf.c -o ../o/kernlcsf.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/kernlcsf.c -fno-common -DPIC -o ../o/.libs/kernlcsf.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/cpcidskfile.cpp -o ../o/cpcidskfile.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/cpcidskfile.cpp -fno-common -DPIC -o ../o/.libs/cpcidskfile.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrwfsjoinlayer.lo ogrwfsjoinlayer.cpp
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/kernlcsf.c -o ../o/kernlcsf.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsjoinlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrwfsjoinlayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr2gmlgeometry.cpp -o ogr2gmlgeometry.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/legend.c -o ../o/legend.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/legend.c -fno-common -DPIC -o ../o/.libs/legend.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/legend.c -o ../o/legend.o >/dev/null 2>&1
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ozi install-obj
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ozidataset.lo ozidataset.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mclose.c -o ../o/mclose.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mclose.c -fno-common -DPIC -o ../o/.libs/mclose.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ozidataset.cpp -fno-common -DPIC -o ../o/.libs/ozidataset.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/cpcidskfile.cpp -o ../o/cpcidskfile.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mclose.c -o ../o/mclose.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../gml -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrwfsjoinlayer.cpp -o ../o/ogrwfsjoinlayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mopen.c -o ../o/mopen.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mopen.c -fno-common -DPIC -o ../o/.libs/mopen.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ozidataset.cpp -o ../o/ozidataset.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mopen.c -o ../o/mopen.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/moreattr.c -o ../o/moreattr.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/moreattr.c -fno-common -DPIC -o ../o/.libs/moreattr.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/libjpeg_io.cpp -o ../o/libjpeg_io.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/libjpeg_io.cpp -fno-common -DPIC -o ../o/.libs/libjpeg_io.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/moreattr.c -o ../o/moreattr.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o gml2ogrgeometry.lo gml2ogrgeometry.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C gft
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrgftdriver.lo ogrgftdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gml2ogrgeometry.cpp -fno-common -DPIC -o .libs/gml2ogrgeometry.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrgftdriver.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mperror.c -o ../o/mperror.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mperror.c -fno-common -DPIC -o ../o/.libs/mperror.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/libjpeg_io.cpp -o ../o/libjpeg_io.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/mperror.c -o ../o/mperror.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pgisfid.c -o ../o/pgisfid.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pgisfid.c -fno-common -DPIC -o ../o/.libs/pgisfid.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftdriver.cpp -o ../o/ogrgftdriver.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pgisfid.c -o ../o/pgisfid.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/edb_pcidsk.cpp -o ../o/edb_pcidsk.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/edb_pcidsk.cpp -fno-common -DPIC -o ../o/.libs/edb_pcidsk.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pmaxval.c -o ../o/pmaxval.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pmaxval.c -fno-common -DPIC -o ../o/.libs/pmaxval.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c gml2ogrgeometry.cpp -o gml2ogrgeometry.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/edb_pcidsk.cpp -o ../o/edb_pcidsk.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrgftdatasource.lo ogrgftdatasource.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrgftdatasource.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pmaxval.c -o ../o/pmaxval.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/metadataset_p.cpp -o ../o/metadataset_p.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/metadataset_p.cpp -fno-common -DPIC -o ../o/.libs/metadataset_p.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pminval.c -o ../o/pminval.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pminval.c -fno-common -DPIC -o ../o/.libs/pminval.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pminval.c -o ../o/pminval.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/metadataset_p.cpp -o ../o/metadataset_p.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftdatasource.cpp -o ../o/ogrgftdatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putallmv.c -o ../o/putallmv.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putallmv.c -fno-common -DPIC -o ../o/.libs/putallmv.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pdf install-obj
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/pdfdataset.lo pdfdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfdataset.cpp -fno-common -DPIC -o ../o/.libs/pdfdataset.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putallmv.c -o ../o/putallmv.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskbuffer.cpp -o ../o/pcidskbuffer.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskbuffer.cpp -fno-common -DPIC -o ../o/.libs/pcidskbuffer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putattr.c -o ../o/putattr.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putattr.c -fno-common -DPIC -o ../o/.libs/putattr.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrgftlayer.lo ogrgftlayer.cpp
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putattr.c -o ../o/putattr.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgftlayer.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfdataset.cpp -o ../o/pdfdataset.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskbuffer.cpp -o ../o/pcidskbuffer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putsomec.c -o ../o/putsomec.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putsomec.c -fno-common -DPIC -o ../o/.libs/putsomec.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putsomec.c -o ../o/putsomec.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskcreate.cpp -o ../o/pcidskcreate.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskcreate.cpp -fno-common -DPIC -o ../o/.libs/pcidskcreate.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftlayer.cpp -o ../o/ogrgftlayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putx0.c -o ../o/putx0.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/pdfio.lo pdfio.cpp
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putx0.c -fno-common -DPIC -o ../o/.libs/putx0.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfio.cpp -fno-common -DPIC -o ../o/.libs/pdfio.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/putx0.c -o ../o/putx0.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskcreate.cpp -o ../o/pcidskcreate.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/puty0.c -o ../o/puty0.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/puty0.c -fno-common -DPIC -o ../o/.libs/puty0.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfio.cpp -o ../o/pdfio.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/puty0.c -o ../o/puty0.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrgfttablelayer.lo ogrgfttablelayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgfttablelayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgfttablelayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskexception.cpp -o ../o/pcidskexception.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskexception.cpp -fno-common -DPIC -o ../o/.libs/pcidskexception.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pvalscal.c -o ../o/pvalscal.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pvalscal.c -fno-common -DPIC -o ../o/.libs/pvalscal.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskexception.cpp -o ../o/pcidskexception.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/pvalscal.c -o ../o/pvalscal.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskinterfaces.cpp -o ../o/pcidskinterfaces.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/pdfobject.lo pdfobject.cpp
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskinterfaces.cpp -fno-common -DPIC -o ../o/.libs/pcidskinterfaces.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfobject.cpp -fno-common -DPIC -o ../o/.libs/pdfobject.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rattrblk.c -o ../o/rattrblk.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rattrblk.c -fno-common -DPIC -o ../o/.libs/rattrblk.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskinterfaces.cpp -o ../o/pcidskinterfaces.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rattrblk.c -o ../o/rattrblk.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgfttablelayer.cpp -o ../o/ogrgfttablelayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rcomp.c -o ../o/rcomp.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskopen.cpp -o ../o/pcidskopen.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rcomp.c -fno-common -DPIC -o ../o/.libs/rcomp.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskopen.cpp -fno-common -DPIC -o ../o/.libs/pcidskopen.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rcomp.c -o ../o/rcomp.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidskopen.cpp -o ../o/pcidskopen.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfobject.cpp -o ../o/pdfobject.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rcoords.c -o ../o/rcoords.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rcoords.c -fno-common -DPIC -o ../o/.libs/rcoords.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidsk_pubutils.cpp -o ../o/pcidsk_pubutils.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rcoords.c -o ../o/rcoords.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidsk_pubutils.cpp -fno-common -DPIC -o ../o/.libs/pcidsk_pubutils.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrgftresultlayer.lo ogrgftresultlayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftresultlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgftresultlayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rdup2.c -o ../o/rdup2.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rdup2.c -fno-common -DPIC -o ../o/.libs/rdup2.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidsk_pubutils.cpp -o ../o/pcidsk_pubutils.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rdup2.c -o ../o/rdup2.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidsk_utils.cpp -o ../o/pcidsk_utils.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidsk_utils.cpp -fno-common -DPIC -o ../o/.libs/pcidsk_utils.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/reseterr.c -o ../o/reseterr.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/pdfcreatecopy.lo pdfcreatecopy.cpp
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/reseterr.c -fno-common -DPIC -o ../o/.libs/reseterr.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfcreatecopy.cpp -fno-common -DPIC -o ../o/.libs/pdfcreatecopy.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrgftresultlayer.cpp -o ../o/ogrgftresultlayer.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/reseterr.c -o ../o/reseterr.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rextend.c -o ../o/rextend.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rextend.c -fno-common -DPIC -o ../o/.libs/rextend.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/pcidsk_utils.cpp -o ../o/pcidsk_utils.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rextend.c -o ../o/rextend.o >/dev/null 2>&1
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C couchdb
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrcouchdbdriver.lo ogrcouchdbdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrcouchdbdriver.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rmalloc.c -o ../o/rmalloc.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rmalloc.c -fno-common -DPIC -o ../o/.libs/rmalloc.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/sysvirtualfile.cpp -o ../o/sysvirtualfile.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/sysvirtualfile.cpp -fno-common -DPIC -o ../o/.libs/sysvirtualfile.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rmalloc.c -o ../o/rmalloc.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rrowcol.c -o ../o/rrowcol.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rrowcol.c -fno-common -DPIC -o ../o/.libs/rrowcol.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbdriver.cpp -o ../o/ogrcouchdbdriver.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/core/sysvirtualfile.cpp -o ../o/sysvirtualfile.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/rrowcol.c -o ../o/rrowcol.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ruseas.c -o ../o/ruseas.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ruseas.c -fno-common -DPIC -o ../o/.libs/ruseas.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrcouchdbdatasource.lo ogrcouchdbdatasource.cpp
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskgeoref.cpp -o ../o/cpcidskgeoref.lo
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrcouchdbdatasource.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfcreatecopy.cpp -o ../o/pdfcreatecopy.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskgeoref.cpp -fno-common -DPIC -o ../o/.libs/cpcidskgeoref.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/ruseas.c -o ../o/ruseas.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setangle.c -o ../o/setangle.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskgeoref.cpp -o ../o/cpcidskgeoref.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setangle.c -fno-common -DPIC -o ../o/.libs/setangle.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setangle.c -o ../o/setangle.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbdatasource.cpp -o ../o/ogrcouchdbdatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setmv.c -o ../o/setmv.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setmv.c -fno-common -DPIC -o ../o/.libs/setmv.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidsksegment.cpp -o ../o/cpcidsksegment.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidsksegment.cpp -fno-common -DPIC -o ../o/.libs/cpcidsksegment.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setmv.c -o ../o/setmv.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setvtmv.c -o ../o/setvtmv.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setvtmv.c -fno-common -DPIC -o ../o/.libs/setvtmv.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/setvtmv.c -o ../o/setvtmv.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidsksegment.cpp -o ../o/cpcidsksegment.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrcouchdblayer.lo ogrcouchdblayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdblayer.cpp -fno-common -DPIC -o ../o/.libs/ogrcouchdblayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/strconst.c -o ../o/strconst.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/strconst.c -fno-common -DPIC -o ../o/.libs/strconst.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/strconst.c -o ../o/strconst.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrpdflayer.lo ogrpdflayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrpdflayer.cpp -fno-common -DPIC -o ../o/.libs/ogrpdflayer.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/strpad.c -o ../o/strpad.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskvectorsegment.cpp -o ../o/cpcidskvectorsegment.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/strpad.c -fno-common -DPIC -o ../o/.libs/strpad.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskvectorsegment.cpp -fno-common -DPIC -o ../o/.libs/cpcidskvectorsegment.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/strpad.c -o ../o/strpad.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdblayer.cpp -o ../o/ogrcouchdblayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/swapio.c -o ../o/swapio.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/swapio.c -fno-common -DPIC -o ../o/.libs/swapio.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrpdflayer.cpp -o ../o/ogrpdflayer.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/swapio.c -o ../o/swapio.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/trackmm.c -o ../o/trackmm.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrcouchdbtablelayer.lo ogrcouchdbtablelayer.cpp
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/trackmm.c -fno-common -DPIC -o ../o/.libs/trackmm.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbtablelayer.cpp -fno-common -DPIC -o ../o/.libs/ogrcouchdbtablelayer.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskvectorsegment.cpp -o ../o/cpcidskvectorsegment.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/trackmm.c -o ../o/trackmm.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/pdfwritabledataset.lo pdfwritabledataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfwritabledataset.cpp -fno-common -DPIC -o ../o/.libs/pdfwritabledataset.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vs2.c -o ../o/vs2.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vs2.c -fno-common -DPIC -o ../o/.libs/vs2.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vs2.c -o ../o/vs2.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsdef.c -o ../o/vsdef.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsdef.c -fno-common -DPIC -o ../o/.libs/vsdef.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskvectorsegment_consistencycheck.cpp -o ../o/cpcidskvectorsegment_consistencycheck.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskvectorsegment_consistencycheck.cpp -fno-common -DPIC -o ../o/.libs/cpcidskvectorsegment_consistencycheck.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsdef.c -o ../o/vsdef.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfwritabledataset.cpp -o ../o/pdfwritabledataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsis.c -o ../o/vsis.lo
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbtablelayer.cpp -o ../o/ogrcouchdbtablelayer.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsis.c -fno-common -DPIC -o ../o/.libs/vsis.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/cpcidskvectorsegment_consistencycheck.cpp -o ../o/cpcidskvectorsegment_consistencycheck.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsis.c -o ../o/vsis.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsvers.c -o ../o/vsvers.lo
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/pdfreadvectors.lo pdfreadvectors.cpp
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsvers.c -fno-common -DPIC -o ../o/.libs/vsvers.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfreadvectors.cpp -fno-common -DPIC -o ../o/.libs/pdfreadvectors.o
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/vsvers.c -o ../o/vsvers.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/vecsegheader.cpp -o ../o/vecsegheader.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/vecsegheader.cpp -fno-common -DPIC -o ../o/.libs/vecsegheader.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CC clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/wattrblk.c -o ../o/wattrblk.lo
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/wattrblk.c -fno-common -DPIC -o ../o/.libs/wattrblk.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../vrt -I../mem -I../../ogr/ogrsf_frmts/mem -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c pdfreadvectors.cpp -o ../o/pdfreadvectors.o >/dev/null 2>&1
libtool: compile: clang -c -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -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 -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync libcsf/wattrblk.c -o ../o/wattrblk.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrcouchdbrowslayer.lo ogrcouchdbrowslayer.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbrowslayer.cpp -fno-common -DPIC -o ../o/.libs/ogrcouchdbrowslayer.o
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/vecsegheader.cpp -o ../o/vecsegheader.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -c -o ../o/pcrasterdataset.lo pcrasterdataset.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -c pcrasterdataset.cpp -fno-common -DPIC -o ../o/.libs/pcrasterdataset.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ogr_expat.lo ogr_expat.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr_expat.cpp -fno-common -DPIC -o .libs/ogr_expat.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/vecsegdataindex.cpp -o ../o/vecsegdataindex.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/vecsegdataindex.cpp -fno-common -DPIC -o ../o/.libs/vecsegdataindex.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcouchdbrowslayer.cpp -o ../o/ogrcouchdbrowslayer.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -c pcrasterdataset.cpp -o ../o/pcrasterdataset.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/opt/proj/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.6.1/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogr_expat.cpp -o ogr_expat.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/vecsegdataindex.cpp -o ../o/vecsegdataindex.o >/dev/null 2>&1
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C cloudant
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -I../couchdb -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrcloudantdriver.lo ogrcloudantdriver.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -I../couchdb -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcloudantdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrcloudantdriver.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -c -o ../o/pcrastermisc.lo pcrastermisc.cpp
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -c pcrastermisc.cpp -fno-common -DPIC -o ../o/.libs/pcrastermisc.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/metadatasegment_p.cpp -o ../o/metadatasegment_p.lo
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C xls
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/freexl/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrxlsdriver.lo ogrxlsdriver.cpp
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/metadatasegment_p.cpp -fno-common -DPIC -o ../o/.libs/metadatasegment_p.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/freexl/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrxlsdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrxlsdriver.o
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -I../couchdb -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrcloudantdriver.cpp -o ../o/ogrcloudantdriver.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/metadatasegment_p.cpp -o ../o/metadatasegment_p.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DUSE_IN_GDAL -Ilibcsf -c pcrastermisc.cpp -o ../o/pcrastermisc.o >/dev/null 2>&1
libtool: compile: clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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/local/opt/freexl/include -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c ogrxlsdriver.cpp -o ../o/ogrxlsdriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/sysblockmap.cpp -o ../o/sysblockmap.lo
libtool: compile: clang++ -std=gnu++11 -c -DHAVE_LIBJPEG -DPCIDSK_INTERNAL -Isdk -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough sdk/segment/sysblockmap.cpp -fno-common -DPIC -o ../o/.libs/sysblockmap.o
/bin/sh /private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -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../geojson -I../couchdb -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gcore -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/alg -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/ogr/ogrsf_frmts -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/gnm -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/apps -DGNM_ENABLED -I/usr/local/Cellar/gdal/2.2.4/include -I/private/tmp/gdal-20180503-52196-1ffp92/gdal-2.2.4/port -I/usr/local/opt/giflib -I/usr/local/opt/giflib/include -I/usr/local/opt/jpeg -I/usr/local/opt/jpeg/include -I/usr/local/opt/libgeotiff/include -I/usr/local/opt/libtiff/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -DGDAL_COMPILATION -c -o ../o/ogrcloudantdatasource.lo ogrcloudantdatasource.cpp
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