Created
September 24, 2017 19:07
-
-
Save fxcoudert/5fc45d5d0534c1035deaa271468ff253 to your computer and use it in GitHub Desktop.
libgda on macOS 10.13 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for libgda on macOS 10.13 | |
| Build date: 2017-09-24 21:02:58 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 1.3.3-32-gcd1cb70 | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: cd1cb7080dac52b87bae2e810cf3bdcd80b34d3c | |
| Last commit: 11 hours ago | |
| Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
| Core tap HEAD: 940f4f8005102a872d9c8c2e2ba96524fcbc28aa | |
| Core tap last commit: 9 minutes ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
| CPU: octa-core 64-bit haswell | |
| Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
| Clang: 9.0 build 900 | |
| Git: 2.13.5 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
| Perl: /usr/bin/perl | |
| Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
| Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
| Java: 1.8.0_144 | |
| macOS: 10.13-x86_64 | |
| Xcode: 9.0 | |
| CLT: 9.0.0.0.1.1504363082 | |
| X11: 2.7.11 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Your system is ready to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| libgda |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-09-24 21:02:11 +0200 | |
| ./configure | |
| --disable-debug | |
| --disable-dependency-tracking | |
| --disable-silent-rules | |
| --prefix=/usr/local/Cellar/libgda/5.2.4_2 | |
| --disable-binreloc | |
| --disable-gtk-doc | |
| --without-java | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... ./install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether make supports nested variables... (cached) yes | |
| checking whether NLS is requested... yes | |
| checking for intltool >= 0.40.6... 0.51.0 found | |
| checking for intltool-update... /usr/local/opt/intltool/bin/intltool-update | |
| checking for intltool-merge... /usr/local/opt/intltool/bin/intltool-merge | |
| checking for intltool-extract... /usr/local/opt/intltool/bin/intltool-extract | |
| checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
| checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge | |
| checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
| checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt | |
| checking for perl... /usr/bin/perl | |
| checking for perl >= 5.8.1... 5.18.2 | |
| checking for XML::Parser... ok | |
| checking for style of include used by make... GNU | |
| 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 whether clang understands -c and -o together... yes | |
| checking dependency style of clang... none | |
| checking how to run the C preprocessor... clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -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 size of unsigned int... 4 | |
| checking size of unsigned long int... 8 | |
| checking size of int *... 8 | |
| checking for uint8_t... yes | |
| checking for localtime_r... yes | |
| checking for localtime_s... no | |
| checking sys/mman.h usability... yes | |
| checking sys/mman.h presence... yes | |
| checking for sys/mman.h... yes | |
| checking for mlock... yes | |
| checking for a C compiler for build tools... clang | |
| checking for suffix of executable build tools... | |
| checking for library containing strerror... none required | |
| 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 clang understands -c and -o together... (cached) yes | |
| checking dependency style of clang... (cached) none | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether clang++ accepts -g... yes | |
| checking dependency style of clang++... none | |
| checking for ANSI C header files... (cached) yes | |
| checking build system type... x86_64-apple-darwin17.0.0 | |
| checking host system type... x86_64-apple-darwin17.0.0 | |
| 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 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.0.0 file names to x86_64-apple-darwin17.0.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin17.0.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... no | |
| 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 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... 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.0.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... no | |
| checking how to run the C++ preprocessor... clang++ -E | |
| 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 whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... 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.0.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether make sets $(MAKE)... (cached) yes | |
| checking for itstool... itstool | |
| checking for xmllint... xmllint | |
| checking for glib-genmarshal... /usr/local/opt/glib/bin/glib-genmarshal | |
| checking for glib-compile-resources... /usr/local/opt/glib/bin/glib-compile-resources | |
| checking locale.h usability... yes | |
| checking locale.h presence... yes | |
| checking for locale.h... yes | |
| checking for LC_MESSAGES... yes | |
| checking libintl.h usability... yes | |
| checking libintl.h presence... yes | |
| checking for libintl.h... yes | |
| checking for ngettext in libc... no | |
| checking for bindtextdomain in -lintl... yes | |
| checking for ngettext in -lintl... yes | |
| checking for dgettext in -lintl... yes | |
| checking for bind_textdomain_codeset... yes | |
| checking for msgfmt... (cached) /usr/local/opt/gettext/bin/msgfmt | |
| checking for dcgettext... yes | |
| checking if msgfmt accepts -c... yes | |
| checking for gmsgfmt... (cached) /usr/local/opt/gettext/bin/msgfmt | |
| checking for xgettext... (cached) /usr/local/opt/gettext/bin/xgettext | |
| checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
| checking pkg-config is at least version 0.18... yes | |
| checking for COREDEPS... yes | |
| checking for GTK... no | |
| checking for ISO_CODES... no | |
| checking for platform... Mac OS X - carbon | |
| checking for MAC_INTEGRATION... no | |
| checking for GIO... yes | |
| checking for LIBXSLT... yes | |
| checking for gobject-introspection... no | |
| checking for LIBCRYPTO... yes | |
| checking for libgcrypt-config... /usr/local/opt/libgcrypt/bin/libgcrypt-config | |
| checking for gtk-doc... no | |
| configure: WARNING: | |
| You will not be able to create source packages with 'make dist' | |
| because gtk-doc >= 1.14 is not found. | |
| checking for gtkdoc-check... no | |
| checking for gtkdoc-check... no | |
| checking for gtkdoc-rebase... no | |
| checking for gtkdoc-mkpdf... no | |
| checking whether to build gtk-doc documentation... no | |
| checking for GTKDOC_DEPS... yes | |
| checking for Berkeley DB files in /usr... not found | |
| checking for Berkeley DB files in /usr/local... not found | |
| checking for Berkeley DB files in /local... not found | |
| configure: BDB backend not used | |
| checking for mysql_config... no | |
| checking for mysql_config5... no | |
| configure: checking for mysql_config tool in /usr | |
| checking for mysql_config... no | |
| checking for mysql_config5... no | |
| configure: checking for mysql_config tool in /usr/local | |
| checking for mysql_config... no | |
| checking for mysql_config5... no | |
| configure: checking for mysql_config tool in /opt/gnome | |
| checking for mysql_config... no | |
| checking for mysql_config5... no | |
| configure: MYSQL backend not used | |
| checking for pg_config... no | |
| configure: checking for pg_config tool in /usr | |
| checking for pg_config... no | |
| configure: checking for pg_config tool in /usr/local | |
| checking for pg_config... no | |
| configure: checking for pg_config tool in /opt/gnome | |
| checking for pg_config... no | |
| configure: POSTGRESQL backend not used | |
| checking for Oracle files in /usr... not found | |
| checking for Oracle files in /opt/oracle... not found | |
| checking for Oracle files in /local... not found | |
| configure: ORACLE backend not used | |
| checking for LDAP files in /usr... found | |
| checking for FIREBIRD_CLIENT... no | |
| checking for FIREBIRD_EMBED... no | |
| checking for Firebird client files in /usr... not found | |
| checking for Firebird client files in /opt/firebird... not found | |
| checking for Firebird client files in /local... not found | |
| checking for Firebird embedded library files in /usr... not found | |
| checking for Firebird embedded library files in /opt/firebird... not found | |
| checking for Firebird embedded library files in /local... not found | |
| configure: FIREBIRD backend not used | |
| 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 shared library run path origin... 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); | |
| checking for MDB... no | |
| checking for MDB Tools files in /usr... not found | |
| checking for MDB Tools files in /usr/local... not found | |
| checking for MDB Tools files in /opt/gnome... not found | |
| configure: MDB backend not used | |
| checking for LIBSOUP... no | |
| checking for LIBSECRET... no | |
| checking for GNOME_KEYRING... no | |
| checking for initscr in -lncurses... yes | |
| checking for readline in -lreadline... yes | |
| checking for add_history in -lhistory... yes | |
| checking termios.h usability... yes | |
| checking termios.h presence... yes | |
| checking for termios.h... yes | |
| checking for perl5... no | |
| checking for perl... perl | |
| checking which C compiler warning flags to use... -Wall | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating libgda.spec | |
| config.status: creating libgda-5.0.pc | |
| config.status: creating libgda-ui-5.0.pc | |
| config.status: creating libgda-report-5.0.pc | |
| config.status: creating libgda-xslt-5.0.pc | |
| config.status: creating po/Makefile.in | |
| config.status: creating libgda/Makefile | |
| config.status: creating libgda/libgda.h | |
| config.status: creating libgda/binreloc/Makefile | |
| config.status: creating libgda/handlers/Makefile | |
| config.status: creating libgda/providers-support/Makefile | |
| config.status: creating libgda/sql-parser/Makefile | |
| config.status: creating libgda/sqlite/Makefile | |
| config.status: creating libgda/sqlite/sqlite-src/Makefile | |
| config.status: creating libgda/sqlite/virtual/libgda-virtual.h | |
| config.status: creating libgda/sqlite/virtual/Makefile | |
| config.status: creating libgda/thread-wrapper/Makefile | |
| config.status: creating libgda/data/Makefile | |
| config.status: creating libgda/data/libgdadata-5.0.pc | |
| config.status: creating providers/Makefile | |
| config.status: creating providers/reuseable/Makefile | |
| config.status: creating providers/reuseable/postgres/Makefile | |
| config.status: creating providers/reuseable/mysql/Makefile | |
| config.status: creating providers/bdb/Makefile | |
| config.status: creating providers/bdb/libgda-bdb-5.0.pc | |
| config.status: creating providers/bdbsql/Makefile | |
| config.status: creating providers/bdbsql/libgda-bdbsql-5.0.pc | |
| config.status: creating providers/mdb/Makefile | |
| config.status: creating providers/mdb/libmdb-src/Makefile | |
| config.status: creating providers/mdb/libgda-mdb-5.0.pc | |
| config.status: creating providers/mysql/Makefile | |
| config.status: creating providers/mysql/libgda-mysql-5.0.pc | |
| config.status: creating providers/oracle/Makefile | |
| config.status: creating providers/oracle/libgda-oracle-5.0.pc | |
| config.status: creating providers/postgres/Makefile | |
| config.status: creating providers/postgres/libgda-postgres-5.0.pc | |
| config.status: creating providers/firebird/Makefile | |
| config.status: creating providers/firebird/libgda-firebird-5.0.pc | |
| config.status: creating providers/sqlite/Makefile | |
| config.status: creating providers/sqlite/libgda-sqlite-5.0.pc | |
| config.status: creating providers/jdbc/Makefile | |
| config.status: creating providers/jdbc/libgda-jdbc-5.0.pc | |
| config.status: creating providers/ldap/Makefile | |
| config.status: creating providers/ldap/libgda-ldap-5.0.pc | |
| config.status: creating providers/web/Makefile | |
| config.status: creating providers/web/libgda-web-5.0.pc | |
| config.status: creating providers/skel-implementation/Makefile | |
| config.status: creating providers/skel-implementation/capi/Makefile | |
| config.status: creating providers/skel-implementation/capi/libgda-capi-5.0.pc | |
| config.status: creating providers/skel-implementation/models/Makefile | |
| config.status: creating providers/skel-implementation/models/libgda-models-5.0.pc | |
| config.status: creating providers/sqlcipher/Makefile | |
| config.status: creating providers/sqlcipher/libgda-sqlcipher-5.0.pc | |
| config.status: creating libgda-report/Makefile | |
| config.status: creating libgda-report/engine/Makefile | |
| config.status: creating libgda-report/DocBook/Makefile | |
| config.status: creating libgda-report/RML/Makefile | |
| config.status: creating libgda-report/RML/trml2html/Makefile | |
| config.status: creating libgda-report/RML/trml2pdf/Makefile | |
| config.status: creating libgda-xslt/Makefile | |
| config.status: creating libgda-ui/Makefile | |
| config.status: creating libgda-ui/marshallers/Makefile | |
| config.status: creating libgda-ui/internal/Makefile | |
| config.status: creating libgda-ui/data-entries/Makefile | |
| config.status: creating libgda-ui/data-entries/plugins/Makefile | |
| config.status: creating libgda-ui/data/Makefile | |
| config.status: creating libgda-ui/demos/Makefile | |
| config.status: creating libgda-ui/demos/geninclude.pl | |
| config.status: creating libgda-ui/glade/Makefile | |
| config.status: creating control-center/Makefile | |
| config.status: creating control-center/data/Makefile | |
| config.status: creating tools/Makefile | |
| config.status: creating tools/gda-sql-5.0.1 | |
| config.status: creating tools/cmdtool/Makefile | |
| config.status: creating tools/help/Makefile | |
| config.status: creating tools/browser/Makefile | |
| config.status: creating tools/browser/data/Makefile | |
| config.status: creating tools/browser/common/Makefile | |
| config.status: creating tools/browser/schema-browser/Makefile | |
| config.status: creating tools/browser/query-exec/Makefile | |
| config.status: creating tools/browser/data-manager/Makefile | |
| config.status: creating tools/browser/ldap-browser/Makefile | |
| config.status: creating tools/browser/dummy-perspective/Makefile | |
| config.status: creating tools/browser/canvas/Makefile | |
| config.status: creating tools/browser/doc/Makefile | |
| config.status: creating tools/browser/help/Makefile | |
| config.status: creating testing/Makefile | |
| config.status: creating tests/Makefile | |
| config.status: creating tests/parser/Makefile | |
| config.status: creating tests/data-models/Makefile | |
| config.status: creating tests/providers/Makefile | |
| config.status: creating tests/value-holders/Makefile | |
| config.status: creating tests/meta-store/Makefile | |
| config.status: creating tests/multi-threading/Makefile | |
| config.status: creating tests/ui/Makefile | |
| config.status: creating tests/vala/Makefile | |
| config.status: creating doc/Makefile | |
| config.status: creating doc/C/Makefile | |
| config.status: creating doc/C/libgda.types | |
| config.status: creating doc/C/version.xml | |
| config.status: creating doc/C/builddate.xml | |
| config.status: creating doc/mallard/Makefile | |
| config.status: creating doc/mallard/gda-vala/Makefile | |
| config.status: creating doc/mallard/gda-vala/C/Makefile | |
| config.status: creating data/Makefile | |
| config.status: creating stamp.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| config.status: executing default-1 commands | |
| config.status: executing po/stamp-it commands | |
| Configuration summary for version 5.2.4 | |
| Installation prefix = /usr/local/Cellar/libgda/5.2.4_2 | |
| Building GTK+ UI extension: no | |
| Installing Glade GTK+ UI extension catalog: no | |
| Building Libxslt extension: yes | |
| Building libgda GObject Introspection: no | |
| Building libgda-ui GObject Introspection: no | |
| Building Gtk-Doc: no | |
| Building Help (GdaBrowser): yes | |
| Building GDA Vala Bindings (--enable-vala): no | |
| Vala API version to use: No Vala bindings will be generated | |
| Building GDA-UI Vala Bindings: no | |
| Building Vala Extensions: no | |
| Building Vala Documentation: no | |
| Building Building Libgda's associated tools: yes | |
| Compiled providers: | |
| Berkeley DB = no | |
| Berkeley DB SQL = no | |
| FireBird (client)= no | |
| FireBird (embed)= no | |
| MDB (MS Access) = no | |
| MySQL = no | |
| Oracle = no | |
| PostgreSQL = no | |
| SQLite = yes (embedded) | |
| SQLCipher = yes | |
| JDBC = no | |
| WEB = no | |
| LDAP = yes | |
| Binreloc support is disabled: Libgda will not be relocatable. To enable binreloc support re-run with --enable-binreloc (see http://autopackage.org/docs/binreloc for more information) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang called with: --version | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c conftest.c -o conftest2.o | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c conftest.c -o conftest2.o | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: --version | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: --version | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -c -g conftest.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -print-prog-name=ld | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 -static conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -print-search-dirs | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -E conftest.cpp | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -E conftest.cpp | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -E conftest.cpp | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -E conftest.cpp | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -c -g -O2 conftest.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -o conftest -g -O2 conftest.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang++ called with: -o conftest -g -O2 -static conftest.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -I/usr/include conftest.c -L/usr/lib -lldap -llber | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -I/usr/include conftest.c -L/usr/lib -lldap -llber -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -liconv | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -liconv | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -o conftest -g -O2 conftest.c -lncurses | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lreadline -lncurses | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lreadline -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lhistory | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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 -lhistory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -Wall -c conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -Os -march=native -Wall -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-09-24 21:02:31 +0200 | |
| make | |
| Making all in po | |
| file=`echo ar | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ar.po | |
| file=`echo az | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file az.po | |
| file=`echo bs | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file bs.po | |
| file=`echo ca | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ca.po | |
| file=`echo ca@valencia | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ca@valencia.po | |
| file=`echo cs | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file cs.po | |
| file=`echo da | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file da.po | |
| file=`echo de | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file de.po | |
| file=`echo dz | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file dz.po | |
| file=`echo el | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file el.po | |
| file=`echo en_CA | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file en_CA.po | |
| file=`echo en_GB | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file en_GB.po | |
| file=`echo eo | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file eo.po | |
| file=`echo es | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file es.po | |
| file=`echo eu | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file eu.po | |
| file=`echo fa | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file fa.po | |
| file=`echo fi | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file fi.po | |
| file=`echo fr | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file fr.po | |
| file=`echo ga | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ga.po | |
| file=`echo gl | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file gl.po | |
| file=`echo hr | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file hr.po | |
| file=`echo hu | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file hu.po | |
| file=`echo id | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file id.po | |
| file=`echo it | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file it.po | |
| file=`echo ja | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ja.po | |
| file=`echo ko | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ko.po | |
| file=`echo lt | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file lt.po | |
| file=`echo lv | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file lv.po | |
| file=`echo mk | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file mk.po | |
| file=`echo ml | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ml.po | |
| file=`echo ms | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ms.po | |
| file=`echo nb | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file nb.po | |
| file=`echo ne | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ne.po | |
| file=`echo nl | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file nl.po | |
| file=`echo oc | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file oc.po | |
| file=`echo pa | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file pa.po | |
| file=`echo pt | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file pt.po | |
| file=`echo pt_BR | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file pt_BR.po | |
| file=`echo ru | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file ru.po | |
| file=`echo rw | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file rw.po | |
| file=`echo sk | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sk.po | |
| file=`echo sl | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sl.po | |
| file=`echo sq | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sq.po | |
| file=`echo sr | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sr.po | |
| file=`echo sr@latin | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sr@latin.po | |
| file=`echo sr@Latn | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sr@Latn.po | |
| file=`echo sv | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file sv.po | |
| file=`echo tg | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file tg.po | |
| file=`echo tr | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file tr.po | |
| file=`echo uk | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file uk.po | |
| file=`echo vi | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file vi.po | |
| file=`echo zh_CN | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file zh_CN.po | |
| file=`echo zh_HK | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file zh_HK.po | |
| file=`echo zh_TW | sed 's,.*/,,'`.gmo \ | |
| && rm -f $file && /usr/local/opt/gettext/bin/msgfmt -o $file zh_TW.po | |
| Making all in libgda | |
| Making all in sqlite | |
| clang -o gen_emb_string gen_emb_string.c | |
| ./gen_emb_string ../../providers/sqlite/*.xml.in > xml_embedded.h | |
| Embedding ../../providers/sqlite/sqlite_specs_add_column.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_create_db.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_create_index.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_create_table.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_create_view.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_drop_db.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_drop_index.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_drop_table.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_drop_view.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_dsn.xml.in | |
| Embedding ../../providers/sqlite/sqlite_specs_rename_table.xml.in | |
| clang -o mkkeywordhash mkkeywordhash.c | |
| ./mkkeywordhash ../../libgda/sqlite/keywords.list > keywords_hash.c | |
| make all-recursive | |
| Making all in sqlite-src | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -g -O2 -c -o sqlite3.lo sqlite3.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -g -O2 -c sqlite3.c -fno-common -DPIC -o .libs/sqlite3.o | |
| /bin/sh ../../../libtool --tag=CC --mode=link clang -g -O2 -o libsqlite.la sqlite3.lo | |
| libtool: link: ar cru .libs/libsqlite.a .libs/sqlite3.o | |
| libtool: link: ranlib .libs/libsqlite.a | |
| libtool: link: ( cd ".libs" && rm -f "libsqlite.la" && ln -s "../libsqlite.la" "libsqlite.la" ) | |
| Making all in virtual | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c -o gda-vconnection-data-model.lo gda-vconnection-data-model.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vconnection-data-model.c -fno-common -DPIC -o .libs/gda-vconnection-data-model.o | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c -o gda-vconnection-hub.lo gda-vconnection-hub.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vconnection-hub.c -fno-common -DPIC -o .libs/gda-vconnection-hub.o | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c -o gda-vprovider-data-model.lo gda-vprovider-data-model.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vprovider-data-model.c -fno-common -DPIC -o .libs/gda-vprovider-data-model.o | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c -o gda-vprovider-hub.lo gda-vprovider-hub.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vprovider-hub.c -fno-common -DPIC -o .libs/gda-vprovider-hub.o | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c -o gda-virtual-connection.lo gda-virtual-connection.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-virtual-connection.c -fno-common -DPIC -o .libs/gda-virtual-connection.o | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c -o gda-ldap-connection.lo gda-ldap-connection.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-ldap-connection.c -fno-common -DPIC -o .libs/gda-ldap-connection.o | |
| /bin/sh ../../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c -o gda-virtual-provider.lo gda-virtual-provider.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-virtual-provider.c -fno-common -DPIC -o .libs/gda-virtual-provider.o | |
| /bin/sh ../../../libtool --tag=CC --mode=link clang -g -O2 -o libgda-virtual-5.0.la gda-vconnection-data-model.lo gda-vconnection-hub.lo gda-vprovider-data-model.lo gda-vprovider-hub.lo gda-virtual-connection.lo gda-ldap-connection.lo gda-virtual-provider.lo | |
| libtool: link: ar cru .libs/libgda-virtual-5.0.a .libs/gda-vconnection-data-model.o .libs/gda-vconnection-hub.o .libs/gda-vprovider-data-model.o .libs/gda-vprovider-hub.o .libs/gda-virtual-connection.o .libs/gda-ldap-connection.o .libs/gda-virtual-provider.o | |
| libtool: link: ranlib .libs/libgda-virtual-5.0.a | |
| libtool: link: ( cd ".libs" && rm -f "libgda-virtual-5.0.la" && ln -s "../libgda-virtual-5.0.la" "libgda-virtual-5.0.la" ) | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-blob-op.lo `test -f 'gda-sqlite-blob-op.c' || echo './'`gda-sqlite-blob-op.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-blob-op.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-blob-op.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-ddl.lo `test -f 'gda-sqlite-ddl.c' || echo './'`gda-sqlite-ddl.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-ddl.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-ddl.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-handler-bin.lo `test -f 'gda-sqlite-handler-bin.c' || echo './'`gda-sqlite-handler-bin.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-handler-bin.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-handler-bin.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-handler-boolean.lo `test -f 'gda-sqlite-handler-boolean.c' || echo './'`gda-sqlite-handler-boolean.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-handler-boolean.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-handler-boolean.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-meta.lo `test -f 'gda-sqlite-meta.c' || echo './'`gda-sqlite-meta.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-meta.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-meta.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-provider.lo `test -f 'gda-sqlite-provider.c' || echo './'`gda-sqlite-provider.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-provider.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-provider.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-pstmt.lo `test -f 'gda-sqlite-pstmt.c' || echo './'`gda-sqlite-pstmt.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-pstmt.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-pstmt.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-recordset.lo `test -f 'gda-sqlite-recordset.c' || echo './'`gda-sqlite-recordset.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-recordset.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-recordset.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-sqlite-util.lo `test -f 'gda-sqlite-util.c' || echo './'`gda-sqlite-util.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-util.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-util.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlite_la-gda-symbols-util.lo `test -f 'gda-symbols-util.c' || echo './'`gda-symbols-util.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLite\" -DCLASS_PREFIX=\"GdaSqlite\" -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-symbols-util.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-symbols-util.o | |
| /bin/sh ../../libtool --tag=CC --mode=link clang -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\"""\" -g -O2 -export-dynamic -module -avoid-version -o libgda-sqlite.la libgda_sqlite_la-gda-sqlite-blob-op.lo libgda_sqlite_la-gda-sqlite-ddl.lo libgda_sqlite_la-gda-sqlite-handler-bin.lo libgda_sqlite_la-gda-sqlite-handler-boolean.lo libgda_sqlite_la-gda-sqlite-meta.lo libgda_sqlite_la-gda-sqlite-provider.lo libgda_sqlite_la-gda-sqlite-pstmt.lo libgda_sqlite_la-gda-sqlite-recordset.lo libgda_sqlite_la-gda-sqlite-util.lo libgda_sqlite_la-gda-symbols-util.lo virtual/libgda-virtual-5.0.la ../../libgda/sqlite/sqlite-src/libsqlite.la -L/usr/local/Cellar/glib/2.54.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lxml2 -framework Carbon | |
| libtool: link: (cd .libs/libgda-sqlite.lax/libgda-virtual-5.0.a && ar x "/private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/libgda/sqlite/virtual/.libs/libgda-virtual-5.0.a") | |
| libtool: link: (cd .libs/libgda-sqlite.lax/libsqlite.a && ar x "/private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/libgda/sqlite/../../libgda/sqlite/sqlite-src/.libs/libsqlite.a") | |
| libtool: link: ar cru .libs/libgda-sqlite.a .libs/libgda_sqlite_la-gda-sqlite-blob-op.o .libs/libgda_sqlite_la-gda-sqlite-ddl.o .libs/libgda_sqlite_la-gda-sqlite-handler-bin.o .libs/libgda_sqlite_la-gda-sqlite-handler-boolean.o .libs/libgda_sqlite_la-gda-sqlite-meta.o .libs/libgda_sqlite_la-gda-sqlite-provider.o .libs/libgda_sqlite_la-gda-sqlite-pstmt.o .libs/libgda_sqlite_la-gda-sqlite-recordset.o .libs/libgda_sqlite_la-gda-sqlite-util.o .libs/libgda_sqlite_la-gda-symbols-util.o .libs/libgda-sqlite.lax/libgda-virtual-5.0.a/gda-ldap-connection.o .libs/libgda-sqlite.lax/libgda-virtual-5.0.a/gda-vconnection-data-model.o .libs/libgda-sqlite.lax/libgda-virtual-5.0.a/gda-vconnection-hub.o .libs/libgda-sqlite.lax/libgda-virtual-5.0.a/gda-virtual-connection.o .libs/libgda-sqlite.lax/libgda-virtual-5.0.a/gda-virtual-provider.o .libs/libgda-sqlite.lax/libgda-virtual-5.0.a/gda-vprovider-data-model.o .libs/libgda-sqlite.lax/libgda-virtual-5.0.a/gda-vprovider-hub.o .libs/libgda-sqlite.lax/libsqlite.a/sqlite3.o | |
| libtool: link: ranlib .libs/libgda-sqlite.a | |
| libtool: link: rm -fr .libs/libgda-sqlite.lax | |
| libtool: link: ( cd ".libs" && rm -f "libgda-sqlite.la" && ln -s "../libgda-sqlite.la" "libgda-sqlite.la" ) | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-blob-op.lo `test -f 'gda-sqlite-blob-op.c' || echo './'`gda-sqlite-blob-op.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-blob-op.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-blob-op.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-ddl.lo `test -f 'gda-sqlite-ddl.c' || echo './'`gda-sqlite-ddl.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-ddl.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-ddl.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-handler-bin.lo `test -f 'gda-sqlite-handler-bin.c' || echo './'`gda-sqlite-handler-bin.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-handler-bin.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-handler-bin.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-handler-boolean.lo `test -f 'gda-sqlite-handler-boolean.c' || echo './'`gda-sqlite-handler-boolean.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-handler-boolean.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-handler-boolean.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-meta.lo `test -f 'gda-sqlite-meta.c' || echo './'`gda-sqlite-meta.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-meta.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-meta.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-provider.lo `test -f 'gda-sqlite-provider.c' || echo './'`gda-sqlite-provider.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-provider.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-provider.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-pstmt.lo `test -f 'gda-sqlite-pstmt.c' || echo './'`gda-sqlite-pstmt.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-pstmt.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-pstmt.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-recordset.lo `test -f 'gda-sqlite-recordset.c' || echo './'`gda-sqlite-recordset.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-recordset.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-recordset.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-sqlite-util.lo `test -f 'gda-sqlite-util.c' || echo './'`gda-sqlite-util.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-sqlite-util.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-util.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -c -o libgda_sqlcipher_la-gda-symbols-util.lo `test -f 'gda-symbols-util.c' || echo './'`gda-symbols-util.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME=\"SQLCipher\" -DCLASS_PREFIX=\"GdaSQLCipher\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"\" -g -O2 -c gda-symbols-util.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-symbols-util.o | |
| /bin/sh ../../libtool --tag=CC --mode=link clang -DPNAME=\""SQLCipher"\" -DCLASS_PREFIX=\""GdaSQLCipher"\" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH=\"""\" -g -O2 -export-dynamic -module -avoid-version -o libgda-sqlcipher.la libgda_sqlcipher_la-gda-sqlite-blob-op.lo libgda_sqlcipher_la-gda-sqlite-ddl.lo libgda_sqlcipher_la-gda-sqlite-handler-bin.lo libgda_sqlcipher_la-gda-sqlite-handler-boolean.lo libgda_sqlcipher_la-gda-sqlite-meta.lo libgda_sqlcipher_la-gda-sqlite-provider.lo libgda_sqlcipher_la-gda-sqlite-pstmt.lo libgda_sqlcipher_la-gda-sqlite-recordset.lo libgda_sqlcipher_la-gda-sqlite-util.lo libgda_sqlcipher_la-gda-symbols-util.lo | |
| libtool: link: ar cru .libs/libgda-sqlcipher.a .libs/libgda_sqlcipher_la-gda-sqlite-blob-op.o .libs/libgda_sqlcipher_la-gda-sqlite-ddl.o .libs/libgda_sqlcipher_la-gda-sqlite-handler-bin.o .libs/libgda_sqlcipher_la-gda-sqlite-handler-boolean.o .libs/libgda_sqlcipher_la-gda-sqlite-meta.o .libs/libgda_sqlcipher_la-gda-sqlite-provider.o .libs/libgda_sqlcipher_la-gda-sqlite-pstmt.o .libs/libgda_sqlcipher_la-gda-sqlite-recordset.o .libs/libgda_sqlcipher_la-gda-sqlite-util.o .libs/libgda_sqlcipher_la-gda-symbols-util.o | |
| libtool: link: ranlib .libs/libgda-sqlcipher.a | |
| libtool: link: ( cd ".libs" && rm -f "libgda-sqlcipher.la" && ln -s "../libgda-sqlcipher.la" "libgda-sqlcipher.la" ) | |
| Making all in handlers | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c -o gda-handler-bin.lo gda-handler-bin.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c gda-handler-bin.c -fno-common -DPIC -o .libs/gda-handler-bin.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c -o gda-handler-boolean.lo gda-handler-boolean.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c gda-handler-boolean.c -fno-common -DPIC -o .libs/gda-handler-boolean.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c -o gda-handler-numerical.lo gda-handler-numerical.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c gda-handler-numerical.c -fno-common -DPIC -o .libs/gda-handler-numerical.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c -o gda-handler-string.lo gda-handler-string.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c gda-handler-string.c -fno-common -DPIC -o .libs/gda-handler-string.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c -o gda-handler-time.lo gda-handler-time.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c gda-handler-time.c -fno-common -DPIC -o .libs/gda-handler-time.o | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c -o gda-handler-type.lo gda-handler-type.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -g -O2 -c gda-handler-type.c -fno-common -DPIC -o .libs/gda-handler-type.o | |
| /bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -o libgda_handlers-5.0.la gda-handler-bin.lo gda-handler-boolean.lo gda-handler-numerical.lo gda-handler-string.lo gda-handler-time.lo gda-handler-type.lo | |
| libtool: link: ar cru .libs/libgda_handlers-5.0.a .libs/gda-handler-bin.o .libs/gda-handler-boolean.o .libs/gda-handler-numerical.o .libs/gda-handler-string.o .libs/gda-handler-time.o .libs/gda-handler-type.o | |
| libtool: link: ranlib .libs/libgda_handlers-5.0.a | |
| libtool: link: ( cd ".libs" && rm -f "libgda_handlers-5.0.la" && ln -s "../libgda_handlers-5.0.la" "libgda_handlers-5.0.la" ) | |
| Making all in binreloc | |
| /bin/sh ../../libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -DLIBGDAPREFIX=\""/usr/local/Cellar/libgda/5.2.4_2"\" -DLIBGDADATA=\""/usr/local/Cellar/libgda/5.2.4_2/share"\" -DLIBGDALIB=\""/usr/local/Cellar/libgda/5.2.4_2/lib"\" -DLIBGDALIBEXEC=\""/usr/local/Cellar/libgda/5.2.4_2/libexec"\" -DLIBGDABIN=\""/usr/local/Cellar/libgda/5.2.4_2/bin"\" -DLIBGDASBIN=\""/usr/local/Cellar/libgda/5.2.4_2/sbin"\" -DLIBGDASYSCONF=\""/usr/local/Cellar/libgda/5.2.4_2/etc"\" -g -O2 -c -o gda-binreloc.lo gda-binreloc.c | |
| libtool: compile: clang "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" "-DPACKAGE_STRING=\"GNU Data Access 5.2.4\"" "-DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi?product=libgda\"" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 "-DHAVE_LIBCRYPTO=/**/" -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\" -Wall -DLIBGDAPREFIX=\"/usr/local/Cellar/libgda/5.2.4_2\" -DLIBGDADATA=\"/usr/local/Cellar/libgda/5.2.4_2/share\" -DLIBGDALIB=\"/usr/local/Cellar/libgda/5.2.4_2/lib\" -DLIBGDALIBEXEC=\"/usr/local/Cellar/libgda/5.2.4_2/libexec\" -DLIBGDABIN=\"/usr/local/Cellar/libgda/5.2.4_2/bin\" -DLIBGDASBIN=\"/usr/local/Cellar/libgda/5.2.4_2/sbin\" -DLIBGDASYSCONF=\"/usr/local/Cellar/libgda/5.2.4_2/etc\" -g -O2 -c gda-binreloc.c -fno-common -DPIC -o .libs/gda-binreloc.o | |
| /bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -o libgda_binreloc-5.0.la gda-binreloc.lo | |
| libtool: link: ar cru .libs/libgda_binreloc-5.0.a .libs/gda-binreloc.o | |
| libtool: link: ranlib .libs/libgda_binreloc-5.0.a | |
| libtool: link: ( cd ".libs" && rm -f "libgda_binreloc-5.0.la" && ln -s "../libgda_binreloc-5.0.la" "libgda_binreloc-5.0.la" ) | |
| Making all in sql-parser | |
| ( cd . && glib-mkenums \ | |
| --fhead "#include <sql-parser/gda-sql-parser.h>\n" \ | |
| --fhead "#include <sql-parser/gda-sql-statement.h>\n" \ | |
| --fhead "#include <glib-object.h>" \ | |
| --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ | |
| --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ | |
| --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ | |
| gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.c \ | |
| && (cmp -s tmp-gda-enum-types.c gda-sql-parser-enum-types.c || cp tmp-gda-enum-types.c gda-sql-parser-enum-types.c ) \ | |
| && rm -f tmp-gda-enum-types.c \ | |
| && echo timestamp > s-enum-types-c | |
| Traceback (most recent call last): | |
| File "/usr/local/opt/glib/bin/glib-mkenums", line 688, in <module> | |
| process_file(fname) | |
| File "/usr/local/opt/glib/bin/glib-mkenums", line 420, in process_file | |
| line = curfile.readline() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py", line 302, in decode | |
| (result, consumed) = self._buffer_decode(data, self.errors, final) | |
| UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 167: invalid continuation byte | |
| make[2]: *** [s-enum-types-c] Error 1 | |
| make[1]: *** [all-recursive] Error 1 | |
| make: *** [all-recursive] Error 1 | |
| HOMEBREW_VERSION: 1.3.3-32-gcd1cb70 | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: cd1cb7080dac52b87bae2e810cf3bdcd80b34d3c | |
| Last commit: 11 hours ago | |
| Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
| Core tap HEAD: 940f4f8005102a872d9c8c2e2ba96524fcbc28aa | |
| Core tap last commit: 5 minutes ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
| CPU: octa-core 64-bit haswell | |
| Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
| Clang: 9.0 build 900 | |
| Git: 2.13.5 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
| Perl: /usr/bin/perl | |
| Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
| Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
| Java: 1.8.0_144 | |
| macOS: 10.13-x86_64 | |
| Xcode: 9.0 | |
| CLT: 9.0.0.0.1.1504363082 | |
| X11: 2.7.11 => /opt/X11 | |
| HOMEBREW_CC: clang | |
| HOMEBREW_CXX: clang++ | |
| SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
| MAKEFLAGS: -j1 | |
| CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/openssl:/usr/local | |
| CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| MACOSX_DEPLOYMENT_TARGET: 10.13 | |
| PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig | |
| PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.13 | |
| HOMEBREW_MAKE_JOBS: 1 | |
| ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
| PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/pkg-config/bin:/usr/local/opt/intltool/bin:/usr/local/opt/itstool/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/glib/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/openssl/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang called with: -o gen_emb_string gen_emb_string.c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -w -Os -march=native -o gen_emb_string gen_emb_string.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o mkkeywordhash mkkeywordhash.c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -w -Os -march=native -o mkkeywordhash mkkeywordhash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -g -O2 -c sqlite3.c -fno-common -DPIC -o .libs/sqlite3.o | |
| superenv removed: -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -c sqlite3.c -fno-common -DPIC -o .libs/sqlite3.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vconnection-data-model.c -fno-common -DPIC -o .libs/gda-vconnection-data-model.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -c gda-vconnection-data-model.c -fno-common -DPIC -o .libs/gda-vconnection-data-model.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vconnection-hub.c -fno-common -DPIC -o .libs/gda-vconnection-hub.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -c gda-vconnection-hub.c -fno-common -DPIC -o .libs/gda-vconnection-hub.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vprovider-data-model.c -fno-common -DPIC -o .libs/gda-vprovider-data-model.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -c gda-vprovider-data-model.c -fno-common -DPIC -o .libs/gda-vprovider-data-model.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-vprovider-hub.c -fno-common -DPIC -o .libs/gda-vprovider-hub.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -c gda-vprovider-hub.c -fno-common -DPIC -o .libs/gda-vprovider-hub.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-virtual-connection.c -fno-common -DPIC -o .libs/gda-virtual-connection.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -c gda-virtual-connection.c -fno-common -DPIC -o .libs/gda-virtual-connection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-ldap-connection.c -fno-common -DPIC -o .libs/gda-ldap-connection.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -c gda-ldap-connection.c -fno-common -DPIC -o .libs/gda-ldap-connection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -g -O2 -c gda-virtual-provider.c -fno-common -DPIC -o .libs/gda-virtual-provider.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -c gda-virtual-provider.c -fno-common -DPIC -o .libs/gda-virtual-provider.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-blob-op.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-blob-op.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-blob-op.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-blob-op.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-ddl.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-ddl.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-ddl.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-ddl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-handler-bin.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-handler-bin.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-handler-bin.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-handler-bin.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-handler-boolean.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-handler-boolean.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-handler-boolean.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-handler-boolean.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-meta.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-meta.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-meta.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-meta.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-provider.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-provider.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-provider.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-provider.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-pstmt.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-pstmt.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-pstmt.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-pstmt.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-recordset.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-recordset.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-recordset.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-recordset.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-util.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-util.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-sqlite-util.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-sqlite-util.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -g -O2 -c gda-symbols-util.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-symbols-util.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLite" -DCLASS_PREFIX="GdaSqlite" -DSEARCH_LIB_PATH="" -c gda-symbols-util.c -fno-common -DPIC -o .libs/libgda_sqlite_la-gda-symbols-util.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-blob-op.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-blob-op.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-blob-op.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-blob-op.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-ddl.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-ddl.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-ddl.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-ddl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-handler-bin.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-handler-bin.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-handler-bin.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-handler-bin.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-handler-boolean.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-handler-boolean.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-handler-boolean.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-handler-boolean.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-meta.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-meta.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-meta.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-meta.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-provider.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-provider.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-provider.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-provider.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-pstmt.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-pstmt.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-pstmt.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-pstmt.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-recordset.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-recordset.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-recordset.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-recordset.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-sqlite-util.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-util.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-sqlite-util.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-sqlite-util.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -g -O2 -c gda-symbols-util.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-symbols-util.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../../libgda -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -DPNAME="SQLCipher" -DCLASS_PREFIX="GdaSQLCipher" -DSTATIC_SQLITE -DSQLITE_HAS_CODEC -DSEARCH_LIB_PATH="" -c gda-symbols-util.c -fno-common -DPIC -o .libs/libgda_sqlcipher_la-gda-symbols-util.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -g -O2 -c gda-handler-bin.c -fno-common -DPIC -o .libs/gda-handler-bin.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -c gda-handler-bin.c -fno-common -DPIC -o .libs/gda-handler-bin.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -g -O2 -c gda-handler-boolean.c -fno-common -DPIC -o .libs/gda-handler-boolean.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -c gda-handler-boolean.c -fno-common -DPIC -o .libs/gda-handler-boolean.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -g -O2 -c gda-handler-numerical.c -fno-common -DPIC -o .libs/gda-handler-numerical.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -c gda-handler-numerical.c -fno-common -DPIC -o .libs/gda-handler-numerical.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -g -O2 -c gda-handler-string.c -fno-common -DPIC -o .libs/gda-handler-string.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -c gda-handler-string.c -fno-common -DPIC -o .libs/gda-handler-string.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -g -O2 -c gda-handler-time.c -fno-common -DPIC -o .libs/gda-handler-time.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -c gda-handler-time.c -fno-common -DPIC -o .libs/gda-handler-time.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -g -O2 -c gda-handler-type.c -fno-common -DPIC -o .libs/gda-handler-type.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I./.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -c gda-handler-type.c -fno-common -DPIC -o .libs/gda-handler-type.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| clang called with: -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME="libgda-5.0" -Wall -DLIBGDAPREFIX="/usr/local/Cellar/libgda/5.2.4_2" -DLIBGDADATA="/usr/local/Cellar/libgda/5.2.4_2/share" -DLIBGDALIB="/usr/local/Cellar/libgda/5.2.4_2/lib" -DLIBGDALIBEXEC="/usr/local/Cellar/libgda/5.2.4_2/libexec" -DLIBGDABIN="/usr/local/Cellar/libgda/5.2.4_2/bin" -DLIBGDASBIN="/usr/local/Cellar/libgda/5.2.4_2/sbin" -DLIBGDASYSCONF="/usr/local/Cellar/libgda/5.2.4_2/etc" -g -O2 -c gda-binreloc.c -fno-common -DPIC -o .libs/gda-binreloc.o | |
| superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
| superenv executed: clang -pipe -w -Os -march=native -DPACKAGE_NAME="GNU Data Access" -DPACKAGE_TARNAME="libgda" -DPACKAGE_VERSION="5.2.4" -DPACKAGE_STRING="GNU Data Access 5.2.4" -DPACKAGE_BUGREPORT="https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" -DPACKAGE_URL="http://www.gnome-db.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GDU=1 -DGETTEXT_PACKAGE="libgda-5.0" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX="" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/**/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1 -I. -I../.. -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DLIBGDA_ABI_NAME="libgda-5.0" -DLIBGDAPREFIX="/usr/local/Cellar/libgda/5.2.4_2" -DLIBGDADATA="/usr/local/Cellar/libgda/5.2.4_2/share" -DLIBGDALIB="/usr/local/Cellar/libgda/5.2.4_2/lib" -DLIBGDALIBEXEC="/usr/local/Cellar/libgda/5.2.4_2/libexec" -DLIBGDABIN="/usr/local/Cellar/libgda/5.2.4_2/bin" -DLIBGDASBIN="/usr/local/Cellar/libgda/5.2.4_2/sbin" -DLIBGDASYSCONF="/usr/local/Cellar/libgda/5.2.4_2/etc" -c gda-binreloc.c -fno-common -DPIC -o .libs/gda-binreloc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by GNU Data Access configure 5.2.4, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local/Cellar/libgda/5.2.4_2 --disable-binreloc --disable-gtk-doc --without-java | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = bli | |
| uname -m = x86_64 | |
| uname -r = 17.0.0 | |
| uname -s = Darwin | |
| uname -v = Darwin Kernel Version 17.0.0: Thu Aug 24 22:01:05 PDT 2017; root:xnu-4570.1.46~3/RELEASE_X86_64 | |
| /usr/bin/uname -p = i386 | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = Mach kernel version: | |
| Darwin Kernel Version 17.0.0: Thu Aug 24 22:01:05 PDT 2017; root:xnu-4570.1.46~3/RELEASE_X86_64 | |
| Kernel configured for up to 8 processors. | |
| 4 processors are physically available. | |
| 8 processors are logically available. | |
| Processor type: x86_64h (Intel x86-64h Haswell) | |
| Processors active: 0 1 2 3 4 5 6 7 | |
| Primary memory available: 16.00 gigabytes | |
| Default processor set: 393 tasks, 1623 threads, 8 processors | |
| Load average: 3.11, Mach factor: 4.88 | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /usr/local/Homebrew/Library/Homebrew/shims/super | |
| PATH: /usr/local/opt/pkg-config/bin | |
| PATH: /usr/local/opt/intltool/bin | |
| PATH: /usr/local/opt/itstool/bin | |
| PATH: /usr/local/opt/gettext/bin | |
| PATH: /usr/local/opt/pcre/bin | |
| PATH: /usr/local/opt/glib/bin | |
| PATH: /usr/local/opt/libgpg-error/bin | |
| PATH: /usr/local/opt/libgcrypt/bin | |
| PATH: /usr/local/opt/sqlite/bin | |
| PATH: /usr/local/opt/openssl/bin | |
| PATH: /usr/bin | |
| PATH: /bin | |
| PATH: /usr/sbin | |
| PATH: /sbin | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:3267: checking for a BSD-compatible install | |
| configure:3335: result: /usr/bin/install -c | |
| configure:3346: checking whether build environment is sane | |
| configure:3401: result: yes | |
| configure:3552: checking for a thread-safe mkdir -p | |
| configure:3591: result: ./install-sh -c -d | |
| configure:3598: checking for gawk | |
| configure:3628: result: no | |
| configure:3598: checking for mawk | |
| configure:3628: result: no | |
| configure:3598: checking for nawk | |
| configure:3628: result: no | |
| configure:3598: checking for awk | |
| configure:3614: found /usr/bin/awk | |
| configure:3625: result: awk | |
| configure:3636: checking whether make sets $(MAKE) | |
| configure:3658: result: yes | |
| configure:3687: checking whether make supports nested variables | |
| configure:3704: result: yes | |
| configure:3833: checking whether make supports nested variables | |
| configure:3850: result: yes | |
| configure:3904: checking whether NLS is requested | |
| configure:3913: result: yes | |
| configure:3931: checking for intltool >= 0.40.6 | |
| configure:3933: result: 0.51.0 found | |
| configure:3941: checking for intltool-update | |
| configure:3959: found /usr/local/opt/intltool/bin/intltool-update | |
| configure:3971: result: /usr/local/opt/intltool/bin/intltool-update | |
| configure:3981: checking for intltool-merge | |
| configure:3999: found /usr/local/opt/intltool/bin/intltool-merge | |
| configure:4011: result: /usr/local/opt/intltool/bin/intltool-merge | |
| configure:4021: checking for intltool-extract | |
| configure:4039: found /usr/local/opt/intltool/bin/intltool-extract | |
| configure:4051: result: /usr/local/opt/intltool/bin/intltool-extract | |
| configure:4205: checking for xgettext | |
| configure:4223: found /usr/local/opt/gettext/bin/xgettext | |
| configure:4235: result: /usr/local/opt/gettext/bin/xgettext | |
| configure:4245: checking for msgmerge | |
| configure:4263: found /usr/local/opt/gettext/bin/msgmerge | |
| configure:4275: result: /usr/local/opt/gettext/bin/msgmerge | |
| configure:4285: checking for msgfmt | |
| configure:4303: found /usr/local/opt/gettext/bin/msgfmt | |
| configure:4315: result: /usr/local/opt/gettext/bin/msgfmt | |
| configure:4325: checking for gmsgfmt | |
| configure:4356: result: /usr/local/opt/gettext/bin/msgfmt | |
| configure:4376: checking for perl | |
| configure:4394: found /usr/bin/perl | |
| configure:4406: result: /usr/bin/perl | |
| configure:4417: checking for perl >= 5.8.1 | |
| configure:4424: result: 5.18.2 | |
| configure:4428: checking for XML::Parser | |
| configure:4431: result: ok | |
| configure:4457: checking for style of include used by make | |
| configure:4485: result: GNU | |
| configure:4556: checking for gcc | |
| configure:4583: result: clang | |
| configure:4812: checking for C compiler version | |
| configure:4821: clang --version >&5 | |
| Apple LLVM version 9.0.0 (clang-900.0.37) | |
| Target: x86_64-apple-darwin17.0.0 | |
| Thread model: posix | |
| InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
| configure:4832: $? = 0 | |
| configure:4821: clang -v >&5 | |
| Apple LLVM version 9.0.0 (clang-900.0.37) | |
| Target: x86_64-apple-darwin17.0.0 | |
| Thread model: posix | |
| InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
| configure:4832: $? = 0 | |
| configure:4821: clang -V >&5 | |
| clang: error: unsupported option '-V -isystem/usr/local/include' | |
| configure:4832: $? = 1 | |
| configure:4821: clang -qversion >&5 | |
| clang: error: unknown argument: '-qversion' | |
| configure:4832: $? = 1 | |
| configure:4852: checking whether the C compiler works | |
| configure:4874: clang conftest.c >&5 | |
| configure:4878: $? = 0 | |
| configure:4926: result: yes | |
| configure:4929: checking for C compiler default output file name | |
| configure:4931: result: a.out | |
| configure:4937: checking for suffix of executables | |
| configure:4944: clang -o conftest conftest.c >&5 | |
| configure:4948: $? = 0 | |
| configure:4970: result: | |
| configure:4992: checking whether we are cross compiling | |
| configure:5000: clang -o conftest conftest.c >&5 | |
| configure:5004: $? = 0 | |
| configure:5011: ./conftest | |
| configure:5015: $? = 0 | |
| configure:5030: result: no | |
| configure:5035: checking for suffix of object files | |
| configure:5057: clang -c conftest.c >&5 | |
| configure:5061: $? = 0 | |
| configure:5082: result: o | |
| configure:5086: checking whether we are using the GNU C compiler | |
| configure:5105: clang -c conftest.c >&5 | |
| configure:5105: $? = 0 | |
| configure:5114: result: yes | |
| configure:5123: checking whether clang accepts -g | |
| configure:5143: clang -c -g conftest.c >&5 | |
| configure:5143: $? = 0 | |
| configure:5184: result: yes | |
| configure:5201: checking for clang option to accept ISO C89 | |
| configure:5264: clang -c -g -O2 conftest.c >&5 | |
| configure:5264: $? = 0 | |
| configure:5277: result: none needed | |
| configure:5302: checking whether clang understands -c and -o together | |
| configure:5324: clang -c conftest.c -o conftest2.o | |
| configure:5327: $? = 0 | |
| configure:5324: clang -c conftest.c -o conftest2.o | |
| configure:5327: $? = 0 | |
| configure:5339: result: yes | |
| configure:5358: checking dependency style of clang | |
| configure:5469: result: none | |
| configure:5490: checking how to run the C preprocessor | |
| configure:5521: clang -E conftest.c | |
| configure:5521: $? = 0 | |
| configure:5535: clang -E conftest.c | |
| conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:5535: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:5560: result: clang -E | |
| configure:5580: clang -E conftest.c | |
| configure:5580: $? = 0 | |
| configure:5594: clang -E conftest.c | |
| conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:5594: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:5623: checking for grep that handles long lines and -e | |
| configure:5681: result: /usr/bin/grep | |
| configure:5686: checking for egrep | |
| configure:5748: result: /usr/bin/grep -E | |
| configure:5753: checking for ANSI C header files | |
| configure:5773: clang -c -g -O2 conftest.c >&5 | |
| configure:5773: $? = 0 | |
| configure:5846: clang -o conftest -g -O2 conftest.c >&5 | |
| configure:5846: $? = 0 | |
| configure:5846: ./conftest | |
| configure:5846: $? = 0 | |
| configure:5857: result: yes | |
| configure:5870: checking for sys/types.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for sys/stat.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for stdlib.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for string.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for memory.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for strings.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for inttypes.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for stdint.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5870: checking for unistd.h | |
| configure:5870: clang -c -g -O2 conftest.c >&5 | |
| configure:5870: $? = 0 | |
| configure:5870: result: yes | |
| configure:5886: checking size of unsigned int | |
| configure:5891: clang -o conftest -g -O2 conftest.c >&5 | |
| configure:5891: $? = 0 | |
| configure:5891: ./conftest | |
| configure:5891: $? = 0 | |
| configure:5905: result: 4 | |
| configure:5919: checking size of unsigned long int | |
| configure:5924: clang -o conftest -g -O2 conftest.c >&5 | |
| configure:5924: $? = 0 | |
| configure:5924: ./conftest | |
| configure:5924: $? = 0 | |
| configure:5938: result: 8 | |
| configure:5952: checking size of int * | |
| configure:5957: clang -o conftest -g -O2 conftest.c >&5 | |
| configure:5957: $? = 0 | |
| configure:5957: ./conftest | |
| configure:5957: $? = 0 | |
| configure:5971: result: 8 | |
| configure:5981: checking for uint8_t | |
| configure:5981: clang -c -g -O2 conftest.c >&5 | |
| configure:5981: $? = 0 | |
| configure:5981: clang -c -g -O2 conftest.c >&5 | |
| conftest.c:58:22: error: expected expression | |
| if (sizeof ((uint8_t))) | |
| ^ | |
| 1 error generated. | |
| configure:5981: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define SIZEOF_UNSIGNED_INT 4 | |
| | #define SIZEOF_UNSIGNED_LONG_INT 8 | |
| | #define SIZEOF_INT_P 8 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((uint8_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:5981: result: yes | |
| configure:5995: checking for localtime_r | |
| configure:5995: clang -o conftest -g -O2 conftest.c >&5 | |
| configure:5995: $? = 0 | |
| configure:5995: result: yes | |
| configure:5995: checking for localtime_s | |
| configure:5995: clang -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_localtime_s", referenced from: | |
| _main in conftest-3cd674.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:5995: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define SIZEOF_UNSIGNED_INT 4 | |
| | #define SIZEOF_UNSIGNED_LONG_INT 8 | |
| | #define SIZEOF_INT_P 8 | |
| | #define HAVE_LOCALTIME_R 1 | |
| | /* end confdefs.h. */ | |
| | /* Define localtime_s to an innocuous variant, in case <limits.h> declares localtime_s. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define localtime_s innocuous_localtime_s | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char localtime_s (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef localtime_s | |
| | | |
| | /* Override any GCC internal prototype to avoid an error. | |
| | Use char because int might match the return type of a GCC | |
| | builtin and then its argument prototype would still apply. */ | |
| | #ifdef __cplusplus | |
| | extern "C" | |
| | #endif | |
| | char localtime_s (); | |
| | /* The GNU C library defines this for functions which it implements | |
| | to always fail with ENOSYS. Some functions are actually named | |
| | something starting with __ and the normal name is an alias. */ | |
| | #if defined __stub_localtime_s || defined __stub___localtime_s | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return localtime_s (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:5995: result: no | |
| configure:6004: checking sys/mman.h usability | |
| configure:6004: clang -c -g -O2 conftest.c >&5 | |
| configure:6004: $? = 0 | |
| configure:6004: result: yes | |
| configure:6004: checking sys/mman.h presence | |
| configure:6004: clang -E conftest.c | |
| configure:6004: $? = 0 | |
| configure:6004: result: yes | |
| configure:6004: checking for sys/mman.h | |
| configure:6004: result: yes | |
| configure:6006: checking for mlock | |
| configure:6006: clang -o conftest -g -O2 conftest.c >&5 | |
| configure:6006: $? = 0 | |
| configure:6006: result: yes | |
| configure:6029: checking for a C compiler for build tools | |
| configure:6078: result: clang | |
| configure:6082: checking for suffix of executable build tools | |
| configure:6112: result: | |
| configure:6116: checking for library containing strerror | |
| configure:6147: clang -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:31:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
| char strerror (); | |
| ^ | |
| conftest.c:31:6: note: 'strerror' is a builtin with type 'char *(int)' | |
| 1 warning generated. | |
| configure:6147: $? = 0 | |
| configure:6164: result: none required | |
| configure:6220: checking for gcc | |
| configure:6247: result: clang | |
| configure:6476: checking for C compiler version | |
| configure:6485: clang --version >&5 | |
| Apple LLVM version 9.0.0 (clang-900.0.37) | |
| Target: x86_64-apple-darwin17.0.0 | |
| Thread model: posix | |
| InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
| configure:6496: $? = 0 | |
| configure:6485: clang -v >&5 | |
| Apple LLVM version 9.0.0 (clang-900.0.37) | |
| Target: x86_64-apple-darwin17.0.0 | |
| Thread model: posix | |
| InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
| configure:6496: $? = 0 | |
| configure:6485: clang -V >&5 | |
| clang: error: unsupported option '-V -isystem/usr/local/include' | |
| configure:6496: $? = 1 | |
| configure:6485: clang -qversion >&5 | |
| clang: error: unknown argument: '-qversion' | |
| configure:6496: $? = 1 | |
| configure:6500: checking whether we are using the GNU C compiler | |
| configure:6528: result: yes | |
| configure:6537: checking whether clang accepts -g | |
| configure:6598: result: yes | |
| configure:6615: checking for clang option to accept ISO C89 | |
| configure:6691: result: none needed | |
| configure:6716: checking whether clang understands -c and -o together | |
| configure:6753: result: yes | |
| configure:6772: checking dependency style of clang | |
| configure:6883: result: none | |
| configure:7010: checking for C++ compiler version | |
| configure:7019: clang++ --version >&5 | |
| Apple LLVM version 9.0.0 (clang-900.0.37) | |
| Target: x86_64-apple-darwin17.0.0 | |
| Thread model: posix | |
| InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
| configure:7030: $? = 0 | |
| configure:7019: clang++ -v >&5 | |
| Apple LLVM version 9.0.0 (clang-900.0.37) | |
| Target: x86_64-apple-darwin17.0.0 | |
| Thread model: posix | |
| InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
| configure:7030: $? = 0 | |
| configure:7019: clang++ -V >&5 | |
| clang: error: unsupported option '-V -isystem/usr/local/include' | |
| configure:7030: $? = 1 | |
| configure:7019: clang++ -qversion >&5 | |
| clang: error: unknown argument: '-qversion' | |
| configure:7030: $? = 1 | |
| configure:7034: checking whether we are using the GNU C++ compiler | |
| configure:7053: clang++ -c conftest.cpp >&5 | |
| configure:7053: $? = 0 | |
| configure:7062: result: yes | |
| configure:7071: checking whether clang++ accepts -g | |
| configure:7091: clang++ -c -g conftest.cpp >&5 | |
| configure:7091: $? = 0 | |
| configure:7132: result: yes | |
| configure:7157: checking dependency style of clang++ | |
| configure:7268: result: none | |
| configure:7284: checking for ANSI C header files | |
| configure:7388: result: yes | |
| configure:7426: checking build system type | |
| configure:7440: result: x86_64-apple-darwin17.0.0 | |
| configure:7460: checking host system type | |
| configure:7473: result: x86_64-apple-darwin17.0.0 | |
| configure:7514: checking how to print strings | |
| configure:7541: result: printf | |
| configure:7562: checking for a sed that does not truncate output | |
| configure:7626: result: /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
| configure:7644: checking for fgrep | |
| configure:7706: result: /usr/bin/grep -F | |
| configure:7741: checking for ld used by clang | |
| configure:7808: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| configure:7815: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
| configure:7830: result: no | |
| configure:7842: checking for BSD- or MS-compatible name lister (nm) | |
| configure:7891: result: /usr/bin/nm -B | |
| configure:8021: checking the name lister (/usr/bin/nm -B) interface | |
| configure:8028: clang -c -g -O2 conftest.c >&5 | |
| configure:8031: /usr/bin/nm -B "conftest.o" | |
| configure:8034: output | |
| 00000000000001e0 S _some_variable | |
| configure:8041: result: BSD nm | |
| configure:8044: checking whether ln -s works | |
| configure:8048: result: yes | |
| configure:8056: checking the maximum length of command line arguments | |
| configure:8187: result: 196608 | |
| configure:8204: checking whether the shell understands some XSI constructs | |
| configure:8214: result: yes | |
| configure:8218: checking whether the shell understands "+=" | |
| configure:8224: result: yes | |
| configure:8259: checking how to convert x86_64-apple-darwin17.0.0 file names to x86_64-apple-darwin17.0.0 format | |
| configure:8299: result: func_convert_file_noop | |
| configure:8306: checking how to convert x86_64-apple-darwin17.0.0 file names to toolchain format | |
| configure:8326: result: func_convert_file_noop | |
| configure:8333: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
| configure:8340: result: -r | |
| configure:8414: checking for objdump | |
| configure:8430: found /usr/bin/objdump | |
| configure:8441: result: objdump | |
| configure:8473: checking how to recognize dependent libraries | |
| configure:8671: result: pass_all | |
| configure:8756: checking for dlltool | |
| configure:8786: result: no | |
| configure:8816: checking how to associate runtime and link libraries | |
| configure:8843: result: printf %s\n | |
| configure:8903: checking for ar | |
| configure:8919: found /usr/bin/ar | |
| configure:8930: result: ar | |
| configure:8967: checking for archiver @FILE support | |
| configure:8984: clang -c -g -O2 conftest.c >&5 | |
| configure:8984: $? = 0 | |
| configure:8987: ar cru libconftest.a @conftest.lst >&5 | |
| ar: @conftest.lst: No such file or directory | |
| configure:8990: $? = 1 | |
| configure:9010: result: no | |
| configure:9068: checking for strip | |
| configure:9084: found /usr/bin/strip | |
| configure:9095: result: strip | |
| configure:9167: checking for ranlib | |
| configure:9183: found /usr/bin/ranlib | |
| configure:9194: result: ranlib | |
| configure:9296: checking command to parse /usr/bin/nm -B output from clang object | |
| configure:9416: clang -c -g -O2 conftest.c >&5 | |
| configure:9419: $? = 0 | |
| configure:9423: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
| configure:9426: $? = 0 | |
| cannot find nm_test_var in conftest.nm | |
| configure:9416: clang -c -g -O2 conftest.c >&5 | |
| configure:9419: $? = 0 | |
| configure:9423: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
| configure:9426: $? = 0 | |
| configure:9492: clang -o conftest -g -O2 conftest.c conftstm.o >&5 | |
| warning: (x86_64) could not find object file symbol for symbol _main | |
| configure:9495: $? = 0 | |
| configure:9533: result: ok | |
| configure:9570: checking for sysroot | |
| configure:9600: result: no | |
| configure:9869: checking for mt | |
| configure:9899: result: no | |
| configure:9919: checking if : is a manifest tool | |
| configure:9925: : '-?' | |
| configure:9933: result: no | |
| configure:9989: checking for dsymutil | |
| configure:10005: found /usr/bin/dsymutil | |
| configure:10016: result: dsymutil | |
| configure:10081: checking for nmedit | |
| configure:10097: found /usr/bin/nmedit | |
| configure:10108: result: nmedit | |
| configure:10173: checking for lipo | |
| configure:10189: found /usr/bin/lipo | |
| configure:10200: result: lipo | |
| configure:10265: checking for otool | |
| configure:10281: found /usr/bin/otool | |
| configure:10292: result: otool | |
| configure:10357: checking for otool64 | |
| configure:10387: result: no | |
| configure:10432: checking for -single_module linker flag | |
| clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
| configure:10465: result: yes | |
| configure:10468: checking for -exported_symbols_list linker flag | |
| configure:10488: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
| configure:10488: $? = 0 | |
| configure:10498: result: yes | |
| configure:10501: checking for -force_load linker flag | |
| clang -g -O2 -c -o conftest.o conftest.c | |
| ar cru libconftest.a conftest.o | |
| ranlib libconftest.a | |
| clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
| configure:10533: result: yes | |
| configure:10572: checking for dlfcn.h | |
| configure:10572: clang -c -g -O2 conftest.c >&5 | |
| configure:10572: $? = 0 | |
| configure:10572: result: yes | |
| configure:10788: checking for objdir | |
| configure:10803: result: .libs | |
| configure:11074: checking if clang supports -fno-rtti -fno-exceptions | |
| configure:11092: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
| configure:11096: $? = 0 | |
| configure:11109: result: yes | |
| configure:11436: checking for clang option to produce PIC | |
| configure:11443: result: -fno-common -DPIC | |
| configure:11451: checking if clang PIC flag -fno-common -DPIC works | |
| configure:11469: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
| configure:11473: $? = 0 | |
| configure:11486: result: yes | |
| configure:11515: checking if clang static flag -static works | |
| configure:11543: result: no | |
| configure:11558: checking if clang supports -c -o file.o | |
| configure:11579: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
| configure:11583: $? = 0 | |
| configure:11605: result: yes | |
| configure:11613: checking if clang supports -c -o file.o | |
| configure:11660: result: yes | |
| configure:11693: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
| configure:12850: result: yes | |
| configure:13090: checking dynamic linker characteristics | |
| configure:13824: result: darwin17.0.0 dyld | |
| configure:13931: checking how to hardcode library paths into programs | |
| configure:13956: result: immediate | |
| configure:14496: checking whether stripping libraries is possible | |
| configure:14510: result: yes | |
| configure:14536: checking if libtool supports shared libraries | |
| configure:14538: result: yes | |
| configure:14541: checking whether to build shared libraries | |
| configure:14562: result: yes | |
| configure:14565: checking whether to build static libraries | |
| configure:14569: result: no | |
| configure:14592: checking how to run the C++ preprocessor | |
| configure:14619: clang++ -E conftest.cpp | |
| configure:14619: $? = 0 | |
| configure:14633: clang++ -E conftest.cpp | |
| conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:14633: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define SIZEOF_UNSIGNED_INT 4 | |
| | #define SIZEOF_UNSIGNED_LONG_INT 8 | |
| | #define SIZEOF_INT_P 8 | |
| | #define HAVE_LOCALTIME_R 1 | |
| | #define USE_MLOCK 1 | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:14658: result: clang++ -E | |
| configure:14678: clang++ -E conftest.cpp | |
| configure:14678: $? = 0 | |
| configure:14692: clang++ -E conftest.cpp | |
| conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:14692: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define SIZEOF_UNSIGNED_INT 4 | |
| | #define SIZEOF_UNSIGNED_LONG_INT 8 | |
| | #define SIZEOF_INT_P 8 | |
| | #define HAVE_LOCALTIME_R 1 | |
| | #define USE_MLOCK 1 | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:14861: checking for ld used by clang++ | |
| configure:14928: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| configure:14935: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
| configure:14950: result: no | |
| configure:15005: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
| configure:16007: result: yes | |
| configure:16043: clang++ -c -g -O2 conftest.cpp >&5 | |
| configure:16046: $? = 0 | |
| configure:16566: checking for clang++ option to produce PIC | |
| configure:16573: result: -fno-common -DPIC | |
| configure:16581: checking if clang++ PIC flag -fno-common -DPIC works | |
| configure:16599: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
| configure:16603: $? = 0 | |
| configure:16616: result: yes | |
| configure:16639: checking if clang++ static flag -static works | |
| configure:16667: result: no | |
| configure:16679: checking if clang++ supports -c -o file.o | |
| configure:16700: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
| configure:16704: $? = 0 | |
| configure:16726: result: yes | |
| configure:16731: checking if clang++ supports -c -o file.o | |
| configure:16778: result: yes | |
| configure:16808: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
| configure:16847: result: yes | |
| configure:16988: checking dynamic linker characteristics | |
| configure:17656: result: darwin17.0.0 dyld | |
| configure:17709: checking how to hardcode library paths into programs | |
| configure:17734: result: immediate | |
| configure:17795: checking whether make sets $(MAKE) | |
| configure:17817: result: yes | |
| configure:17872: checking for itstool | |
| configure:17888: found /usr/local/opt/itstool/bin/itstool | |
| configure:17899: result: itstool | |
| configure:17914: checking for xmllint | |
| configure:17930: found /usr/bin/xmllint | |
| configure:17941: result: xmllint | |
| configure:18140: checking for glib-genmarshal | |
| configure:18158: found /usr/local/opt/glib/bin/glib-genmarshal | |
| configure:18170: result: /usr/local/opt/glib/bin/glib-genmarshal | |
| configure:18180: checking for glib-compile-resources | |
| configure:18198: found /usr/local/opt/glib/bin/glib-compile-resources | |
| configure:18210: result: /usr/local/opt/glib/bin/glib-compile-resources | |
| configure:18228: checking locale.h usability | |
| configure:18228: clang -c -g -O2 conftest.c >&5 | |
| configure:18228: $? = 0 | |
| configure:18228: result: yes | |
| configure:18228: checking locale.h presence | |
| configure:18228: clang -E conftest.c | |
| configure:18228: $? = 0 | |
| configure:18228: result: yes | |
| configure:18228: checking for locale.h | |
| configure:18228: result: yes | |
| configure:18239: checking for LC_MESSAGES | |
| configure:18255: clang -o conftest -g -O2 conftest.c >&5 | |
| configure:18255: $? = 0 | |
| configure:18263: result: yes | |
| configure:18280: checking libintl.h usability | |
| configure:18280: clang -c -g -O2 conftest.c >&5 | |
| configure:18280: $? = 0 | |
| configure:18280: result: yes | |
| configure:18280: checking libintl.h presence | |
| configure:18280: clang -E conftest.c | |
| configure:18280: $? = 0 | |
| configure:18280: result: yes | |
| configure:18280: checking for libintl.h | |
| configure:18280: result: yes | |
| configure:18288: checking for ngettext in libc | |
| configure:18306: clang -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_libintl_ngettext", referenced from: | |
| _main in conftest-4ca8f9.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:18306: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define SIZEOF_UNSIGNED_INT 4 | |
| | #define SIZEOF_UNSIGNED_LONG_INT 8 | |
| | #define SIZEOF_INT_P 8 | |
| | #define HAVE_LOCALTIME_R 1 | |
| | #define USE_MLOCK 1 | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_GDU 1 | |
| | #define GETTEXT_PACKAGE "libgda-5.0" | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <libintl.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return !ngettext ("","", 1) | |
| | ; | |
| | return 0; | |
| | } | |
| configure:18315: result: no | |
| configure:18371: checking for bindtextdomain in -lintl | |
| configure:18396: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
| configure:18396: $? = 0 | |
| configure:18405: result: yes | |
| configure:18408: checking for ngettext in -lintl | |
| configure:18433: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
| configure:18433: $? = 0 | |
| configure:18442: result: yes | |
| configure:18445: checking for dgettext in -lintl | |
| configure:18470: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
| configure:18470: $? = 0 | |
| configure:18479: result: yes | |
| configure:18592: checking for bind_textdomain_codeset | |
| configure:18592: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
| configure:18592: $? = 0 | |
| configure:18592: result: yes | |
| configure:18629: checking for msgfmt | |
| configure:18656: result: /usr/local/opt/gettext/bin/msgfmt | |
| configure:18667: checking for dcgettext | |
| configure:18667: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
| configure:18667: $? = 0 | |
| configure:18667: result: yes | |
| configure:18677: checking if msgfmt accepts -c | |
| configure:18692: $MSGFMT -c -o /dev/null conftest.foo | |
| conftest.foo:3: warning: header field 'Language' missing in header | |
| configure:18695: $? = 0 | |
| configure:18697: result: yes | |
| configure:18707: checking for gmsgfmt | |
| configure:18738: result: /usr/local/opt/gettext/bin/msgfmt | |
| configure:18748: checking for xgettext | |
| configure:18775: result: /usr/local/opt/gettext/bin/xgettext | |
| configure:18794: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
| configure:18794: $? = 0 | |
| configure:18989: checking for pkg-config | |
| configure:19007: found /usr/local/opt/pkg-config/bin/pkg-config | |
| configure:19019: result: /usr/local/opt/pkg-config/bin/pkg-config | |
| configure:19044: checking pkg-config is at least version 0.18 | |
| configure:19047: result: yes | |
| configure:19059: checking for COREDEPS | |
| configure:19072: $PKG_CONFIG --exists --print-errors " | |
| glib-2.0 >= 2.32.0 | |
| gobject-2.0 >= 2.32.0 | |
| gthread-2.0 >= 2.32.0 | |
| gmodule-no-export-2.0 >= 2.32.0 | |
| libxml-2.0 | |
| " | |
| configure:19081: $? = 0 | |
| configure:19107: $PKG_CONFIG --exists --print-errors " | |
| glib-2.0 >= 2.32.0 | |
| gobject-2.0 >= 2.32.0 | |
| gthread-2.0 >= 2.32.0 | |
| gmodule-no-export-2.0 >= 2.32.0 | |
| libxml-2.0 | |
| " | |
| configure:19116: $? = 0 | |
| configure:19198: result: yes | |
| configure:19225: checking for GTK | |
| configure:19232: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" | |
| Package gtk+-3.0 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `gtk+-3.0.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'gtk+-3.0' found | |
| configure:19235: $? = 1 | |
| configure:19249: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" | |
| Package gtk+-3.0 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `gtk+-3.0.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'gtk+-3.0' found | |
| configure:19252: $? = 1 | |
| configure:19266: result: no | |
| No package 'gtk+-3.0' found | |
| configure:19870: checking for ISO_CODES | |
| configure:19877: $PKG_CONFIG --exists --print-errors "$ISO_CODES_MODULES" | |
| Package iso-codes was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `iso-codes.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'iso-codes' found | |
| configure:19880: $? = 1 | |
| configure:19894: $PKG_CONFIG --exists --print-errors "$ISO_CODES_MODULES" | |
| Package iso-codes was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `iso-codes.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'iso-codes' found | |
| configure:19897: $? = 1 | |
| configure:19911: result: no | |
| No package 'iso-codes' found | |
| configure:19970: checking for platform | |
| configure:20187: result: Mac OS X - carbon | |
| configure:20198: checking for MAC_INTEGRATION | |
| configure:20205: $PKG_CONFIG --exists --print-errors "ige-mac-integration" | |
| Package ige-mac-integration was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `ige-mac-integration.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'ige-mac-integration' found | |
| configure:20208: $? = 1 | |
| configure:20222: $PKG_CONFIG --exists --print-errors "ige-mac-integration" | |
| Package ige-mac-integration was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `ige-mac-integration.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'ige-mac-integration' found | |
| configure:20225: $? = 1 | |
| configure:20239: result: no | |
| No package 'ige-mac-integration' found | |
| configure:20506: checking for GIO | |
| configure:20513: $PKG_CONFIG --exists --print-errors "$GIO_MODULES" | |
| configure:20516: $? = 0 | |
| configure:20530: $PKG_CONFIG --exists --print-errors "$GIO_MODULES" | |
| configure:20533: $? = 0 | |
| configure:20571: result: yes | |
| configure:20597: checking for LIBXSLT | |
| configure:20604: $PKG_CONFIG --exists --print-errors "$LIBXSLT_MODULES" | |
| configure:20607: $? = 0 | |
| configure:20621: $PKG_CONFIG --exists --print-errors "$LIBXSLT_MODULES" | |
| configure:20624: $? = 0 | |
| configure:20662: result: yes | |
| configure:20792: checking for gobject-introspection | |
| configure:20823: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.30.0" | |
| Package gobject-introspection-1.0 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `gobject-introspection-1.0.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'gobject-introspection-1.0' found | |
| configure:20826: $? = 1 | |
| configure:20838: result: no | |
| configure:21694: checking for LIBCRYPTO | |
| configure:21701: $PKG_CONFIG --exists --print-errors "$LIBCRYPTO_MODULES" | |
| configure:21704: $? = 0 | |
| configure:21718: $PKG_CONFIG --exists --print-errors "$LIBCRYPTO_MODULES" | |
| configure:21721: $? = 0 | |
| configure:21765: result: yes | |
| configure:21793: checking for libgcrypt-config | |
| configure:21811: found /usr/local/opt/libgcrypt/bin/libgcrypt-config | |
| configure:21824: result: /usr/local/opt/libgcrypt/bin/libgcrypt-config | |
| configure:21890: checking for gtk-doc | |
| configure:21893: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" | |
| Package gtk-doc was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `gtk-doc.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'gtk-doc' found | |
| configure:21896: $? = 1 | |
| configure:21902: result: no | |
| configure:21908: WARNING: | |
| You will not be able to create source packages with 'make dist' | |
| because gtk-doc >= 1.14 is not found. | |
| configure:21916: checking for gtkdoc-check | |
| configure:21946: result: no | |
| configure:21953: checking for gtkdoc-check | |
| configure:21986: result: no | |
| configure:21995: checking for gtkdoc-rebase | |
| configure:22028: result: no | |
| configure:22039: checking for gtkdoc-mkpdf | |
| configure:22072: result: no | |
| configure:22097: checking whether to build gtk-doc documentation | |
| configure:22099: result: no | |
| configure:22112: checking for GTKDOC_DEPS | |
| configure:22119: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" | |
| configure:22122: $? = 0 | |
| configure:22136: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" | |
| configure:22139: $? = 0 | |
| configure:22177: result: yes | |
| configure:22394: checking for Berkeley DB files in /usr | |
| configure:22480: result: not found | |
| configure:22394: checking for Berkeley DB files in /usr/local | |
| configure:22480: result: not found | |
| configure:22394: checking for Berkeley DB files in /local | |
| configure:22480: result: not found | |
| configure:22487: BDB backend not used | |
| configure:22661: checking for mysql_config | |
| configure:22694: result: no | |
| configure:22661: checking for mysql_config5 | |
| configure:22694: result: no | |
| configure:22771: checking for mysql_config tool in /usr | |
| configure:22777: checking for mysql_config | |
| configure:22810: result: no | |
| configure:22777: checking for mysql_config5 | |
| configure:22810: result: no | |
| configure:22771: checking for mysql_config tool in /usr/local | |
| configure:22777: checking for mysql_config | |
| configure:22810: result: no | |
| configure:22777: checking for mysql_config5 | |
| configure:22810: result: no | |
| configure:22771: checking for mysql_config tool in /opt/gnome | |
| configure:22777: checking for mysql_config | |
| configure:22810: result: no | |
| configure:22777: checking for mysql_config5 | |
| configure:22810: result: no | |
| configure:22865: MYSQL backend not used | |
| configure:22933: checking for pg_config | |
| configure:22966: result: no | |
| configure:23043: checking for pg_config tool in /usr | |
| configure:23049: checking for pg_config | |
| configure:23082: result: no | |
| configure:23043: checking for pg_config tool in /usr/local | |
| configure:23049: checking for pg_config | |
| configure:23082: result: no | |
| configure:23043: checking for pg_config tool in /opt/gnome | |
| configure:23049: checking for pg_config | |
| configure:23082: result: no | |
| configure:23102: POSTGRESQL backend not used | |
| configure:23179: checking for Oracle files in /usr | |
| configure:23233: result: not found | |
| configure:23179: checking for Oracle files in /opt/oracle | |
| configure:23233: result: not found | |
| configure:23179: checking for Oracle files in /local | |
| configure:23233: result: not found | |
| configure:23240: ORACLE backend not used | |
| configure:23961: checking for LDAP files in /usr | |
| configure:23983: clang -o conftest -g -O2 -I/usr/include conftest.c -L/usr/lib -lldap -llber >&5 | |
| In file included from conftest.c:39: | |
| In file included from /usr/include/ldap.h:32: | |
| /usr/include/lber.h:127:2: warning: 'BER_MEMALLOC_FN' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| BER_MEMALLOC_FN *bmf_malloc; | |
| ^ | |
| /usr/include/lber.h:121:16: note: 'BER_MEMALLOC_FN' has been explicitly marked deprecated here | |
| typedef void* (BER_MEMALLOC_FN) LDAP_P(( ber_len_t size, void *ctx )) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_11, __IPHONE_NA, __IPHONE_NA, "use OpenDirectory Framework"); | |
| ^ | |
| /usr/include/lber.h:128:2: warning: 'BER_MEMCALLOC_FN' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| BER_MEMCALLOC_FN *bmf_calloc; | |
| ^ | |
| /usr/include/lber.h:122:16: note: 'BER_MEMCALLOC_FN' has been explicitly marked deprecated here | |
| typedef void* (BER_MEMCALLOC_FN) LDAP_P(( ber_len_t n, ber_len_t size, void *ctx )) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_11, __IPHONE_NA, __IPHONE_NA, "use OpenDirectory Framework"); | |
| ^ | |
| /usr/include/lber.h:129:2: warning: 'BER_MEMREALLOC_FN' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| BER_MEMREALLOC_FN *bmf_realloc; | |
| ^ | |
| /usr/include/lber.h:123:16: note: 'BER_MEMREALLOC_FN' has been explicitly marked deprecated here | |
| typedef void* (BER_MEMREALLOC_FN) LDAP_P(( void *p, ber_len_t size, void *ctx )) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_11, __IPHONE_NA, __IPHONE_NA, "use OpenDirectory Framework"); | |
| ^ | |
| /usr/include/lber.h:130:2: warning: 'BER_MEMFREE_FN' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| BER_MEMFREE_FN *bmf_free; | |
| ^ | |
| /usr/include/lber.h:124:16: note: 'BER_MEMFREE_FN' has been explicitly marked deprecated here | |
| typedef void (BER_MEMFREE_FN) LDAP_P(( void *p, void *ctx )) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_11, __IPHONE_NA, __IPHONE_NA, "use OpenDirectory Framework"); | |
| ^ | |
| In file included from conftest.c:39: | |
| /usr/include/ldap.h:913:2: warning: 'ldap_sync_search_entry_f' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| ldap_sync_search_entry_f ls_search_entry; | |
| ^ | |
| /usr/include/ldap.h:853:15: note: 'ldap_sync_search_entry_f' has been explicitly marked deprecated here | |
| typedef int (*ldap_sync_search_entry_f) LDAP_P(( | |
| ^ | |
| /usr/include/ldap.h:914:2: warning: 'ldap_sync_search_reference_f' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| ldap_sync_search_reference_f ls_search_reference; | |
| ^ | |
| /usr/include/ldap.h:863:15: note: 'ldap_sync_search_reference_f' has been explicitly marked deprecated here | |
| typedef int (*ldap_sync_search_reference_f) LDAP_P(( | |
| ^ | |
| /usr/include/ldap.h:915:2: warning: 'ldap_sync_intermediate_f' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| ldap_sync_intermediate_f ls_intermediate; | |
| ^ | |
| /usr/include/ldap.h:880:15: note: 'ldap_sync_intermediate_f' has been explicitly marked deprecated here | |
| typedef int (*ldap_sync_intermediate_f) LDAP_P(( | |
| ^ | |
| /usr/include/ldap.h:916:2: warning: 'ldap_sync_search_result_f' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| ldap_sync_search_result_f ls_search_result; | |
| ^ | |
| /usr/include/ldap.h:891:15: note: 'ldap_sync_search_result_f' has been explicitly marked deprecated here | |
| typedef int (*ldap_sync_search_result_f) LDAP_P(( | |
| ^ | |
| /usr/include/ldap.h:963:2: warning: 'ldap_conn_add_f' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| ldap_conn_add_f *lc_add; | |
| ^ | |
| /usr/include/ldap.h:954:14: note: 'ldap_conn_add_f' has been explicitly marked deprecated here | |
| typedef int (ldap_conn_add_f) LDAP_P(( LDAP *ld, Sockbuf *sb, LDAPURLDesc *srv, struct sockaddr *addr, | |
| ^ | |
| /usr/include/ldap.h:964:2: warning: 'ldap_conn_del_f' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| ldap_conn_del_f *lc_del; | |
| ^ | |
| /usr/include/ldap.h:957:15: note: 'ldap_conn_del_f' has been explicitly marked deprecated here | |
| typedef void (ldap_conn_del_f) LDAP_P(( LDAP *ld, Sockbuf *sb, struct ldap_conncb *ctx )) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_11, __IPHONE_NA, __IPHONE_NA, "use OpenDirectory Framework"); | |
| ^ | |
| conftest.c:43:5: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration] | |
| printf("%p,%p", ldap_initialize, ldap_str2attributetype); | |
| ^ | |
| conftest.c:43:5: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' | |
| conftest.c:43:21: warning: 'ldap_initialize' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| printf("%p,%p", ldap_initialize, ldap_str2attributetype); | |
| ^ | |
| /usr/include/ldap.h:1541:1: note: 'ldap_initialize' has been explicitly marked deprecated here | |
| ldap_initialize LDAP_P(( | |
| ^ | |
| conftest.c:44:18: warning: 'ber_free' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] | |
| printf("%p", ber_free); | |
| ^ | |
| /usr/include/lber.h:454:1: note: 'ber_free' has been explicitly marked deprecated here | |
| ber_free LDAP_P(( | |
| ^ | |
| 13 warnings generated. | |
| configure:23983: $? = 0 | |
| configure:23994: result: found | |
| configure:24086: checking for FIREBIRD_CLIENT | |
| configure:24093: $PKG_CONFIG --exists --print-errors ""fbclient"" | |
| Package fbclient was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `fbclient.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'fbclient' found | |
| configure:24096: $? = 1 | |
| configure:24110: $PKG_CONFIG --exists --print-errors ""fbclient"" | |
| Package fbclient was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `fbclient.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'fbclient' found | |
| configure:24113: $? = 1 | |
| configure:24127: result: no | |
| No package 'fbclient' found | |
| configure:24157: checking for FIREBIRD_EMBED | |
| configure:24164: $PKG_CONFIG --exists --print-errors ""fbembed"" | |
| Package fbembed was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `fbembed.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'fbembed' found | |
| configure:24167: $? = 1 | |
| configure:24181: $PKG_CONFIG --exists --print-errors ""fbembed"" | |
| Package fbembed was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `fbembed.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'fbembed' found | |
| configure:24184: $? = 1 | |
| configure:24198: result: no | |
| No package 'fbembed' found | |
| configure:24259: checking for Firebird client files in /usr | |
| configure:24301: result: not found | |
| configure:24259: checking for Firebird client files in /opt/firebird | |
| configure:24301: result: not found | |
| configure:24259: checking for Firebird client files in /local | |
| configure:24301: result: not found | |
| configure:24310: checking for Firebird embedded library files in /usr | |
| configure:24352: result: not found | |
| configure:24310: checking for Firebird embedded library files in /opt/firebird | |
| configure:24352: result: not found | |
| configure:24310: checking for Firebird embedded library files in /local | |
| configure:24352: result: not found | |
| configure:24360: FIREBIRD backend not used | |
| configure:24446: checking for ld used by clang | |
| configure:24513: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| configure:24520: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
| configure:24535: result: no | |
| configure:24542: checking for shared library run path origin | |
| configure:24555: result: done | |
| configure:25133: checking for iconv | |
| configure:25157: clang -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_iconv", referenced from: | |
| _main in conftest-7f1867.o | |
| "_iconv_close", referenced from: | |
| _main in conftest-7f1867.o | |
| "_iconv_open", referenced from: | |
| _main in conftest-7f1867.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
| configure:25157: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "GNU Data Access" | |
| | #define PACKAGE_TARNAME "libgda" | |
| | #define PACKAGE_VERSION "5.2.4" | |
| | #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| | #define PACKAGE_URL "http://www.gnome-db.org" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define SIZEOF_UNSIGNED_INT 4 | |
| | #define SIZEOF_UNSIGNED_LONG_INT 8 | |
| | #define SIZEOF_INT_P 8 | |
| | #define HAVE_LOCALTIME_R 1 | |
| | #define USE_MLOCK 1 | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define LT_OBJDIR ".libs/" | |
| | #define HAVE_GDU 1 | |
| | #define GETTEXT_PACKAGE "libgda-5.0" | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| | #define HAVE_GETTEXT 1 | |
| | #define HAVE_DCGETTEXT 1 | |
| | #define ENABLE_NLS 1 | |
| | #define ISO_CODES_PREFIX "" | |
| | #define HAVE_CARBON 1 | |
| | #define HAVE_LIBCRYPTO /**/ | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <stdlib.h> | |
| | #include <iconv.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | iconv_t cd = iconv_open("",""); | |
| | iconv(cd,NULL,NULL,NULL,NULL); | |
| | iconv_close(cd); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:25181: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
| configure:25181: $? = 0 | |
| configure:25191: result: yes | |
| configure:25194: checking for working iconv | |
| configure:25314: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
| configure:25314: $? = 0 | |
| configure:25314: ./conftest | |
| configure:25314: $? = 0 | |
| configure:25326: result: yes | |
| configure:25341: checking how to link with libiconv | |
| configure:25343: result: -liconv | |
| configure:25354: checking for iconv declaration | |
| configure:25383: clang -c -g -O2 conftest.c >&5 | |
| configure:25383: $? = 0 | |
| configure:25394: result: | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| configure:25471: checking for MDB | |
| configure:25478: $PKG_CONFIG --exists --print-errors ""libmdb"" | |
| Package libmdb was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libmdb.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'libmdb' found | |
| configure:25481: $? = 1 | |
| configure:25495: $PKG_CONFIG --exists --print-errors ""libmdb"" | |
| Package libmdb was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libmdb.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'libmdb' found | |
| configure:25498: $? = 1 | |
| configure:25512: result: no | |
| No package 'libmdb' found | |
| configure:25560: checking for MDB Tools files in /usr | |
| configure:25597: result: not found | |
| configure:25560: checking for MDB Tools files in /usr/local | |
| configure:25597: result: not found | |
| configure:25560: checking for MDB Tools files in /opt/gnome | |
| configure:25597: result: not found | |
| configure:25605: MDB backend not used | |
| configure:25929: checking for LIBSOUP | |
| configure:25936: $PKG_CONFIG --exists --print-errors "libsoup-2.4" | |
| Package libsoup-2.4 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libsoup-2.4.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'libsoup-2.4' found | |
| configure:25939: $? = 1 | |
| configure:25953: $PKG_CONFIG --exists --print-errors "libsoup-2.4" | |
| Package libsoup-2.4 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libsoup-2.4.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'libsoup-2.4' found | |
| configure:25956: $? = 1 | |
| configure:25970: result: no | |
| No package 'libsoup-2.4' found | |
| configure:26048: checking for LIBSECRET | |
| configure:26055: $PKG_CONFIG --exists --print-errors "libsecret-1" | |
| Package libsecret-1 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libsecret-1.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'libsecret-1' found | |
| configure:26058: $? = 1 | |
| configure:26072: $PKG_CONFIG --exists --print-errors "libsecret-1" | |
| Package libsecret-1 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `libsecret-1.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'libsecret-1' found | |
| configure:26075: $? = 1 | |
| configure:26089: result: no | |
| No package 'libsecret-1' found | |
| configure:26149: checking for GNOME_KEYRING | |
| configure:26156: $PKG_CONFIG --exists --print-errors "gnome-keyring-1" | |
| Package gnome-keyring-1 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `gnome-keyring-1.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'gnome-keyring-1' found | |
| configure:26159: $? = 1 | |
| configure:26173: $PKG_CONFIG --exists --print-errors "gnome-keyring-1" | |
| Package gnome-keyring-1 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `gnome-keyring-1.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'gnome-keyring-1' found | |
| configure:26176: $? = 1 | |
| configure:26190: result: no | |
| No package 'gnome-keyring-1' found | |
| configure:26331: checking for initscr in -lncurses | |
| configure:26356: clang -o conftest -g -O2 conftest.c -lncurses >&5 | |
| configure:26356: $? = 0 | |
| configure:26365: result: yes | |
| configure:26416: checking for readline in -lreadline | |
| configure:26441: clang -o conftest -g -O2 conftest.c -lreadline -lncurses >&5 | |
| configure:26441: $? = 0 | |
| configure:26450: result: yes | |
| configure:26472: checking for add_history in -lhistory | |
| configure:26497: clang -o conftest -g -O2 conftest.c -lhistory >&5 | |
| configure:26497: $? = 0 | |
| configure:26506: result: yes | |
| configure:26529: checking termios.h usability | |
| configure:26529: clang -c -g -O2 conftest.c >&5 | |
| configure:26529: $? = 0 | |
| configure:26529: result: yes | |
| configure:26529: checking termios.h presence | |
| configure:26529: clang -E conftest.c | |
| configure:26529: $? = 0 | |
| configure:26529: result: yes | |
| configure:26529: checking for termios.h | |
| configure:26529: result: yes | |
| configure:26592: checking for perl5 | |
| configure:26622: result: no | |
| configure:26592: checking for perl | |
| configure:26608: found /usr/bin/perl | |
| configure:26619: result: perl | |
| configure:26694: checking which C compiler warning flags to use | |
| configure:26752: result: -Wall | |
| configure:26908: checking that generated files are newer than configure | |
| configure:26914: result: done | |
| configure:27181: creating ./config.status | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by GNU Data Access config.status major.minor.micro, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status | |
| on bli | |
| config.status:1658: creating Makefile | |
| config.status:1658: creating libgda.spec | |
| config.status:1658: creating libgda-5.0.pc | |
| config.status:1658: creating libgda-ui-5.0.pc | |
| config.status:1658: creating libgda-report-5.0.pc | |
| config.status:1658: creating libgda-xslt-5.0.pc | |
| config.status:1658: creating po/Makefile.in | |
| config.status:1658: creating libgda/Makefile | |
| config.status:1658: creating libgda/libgda.h | |
| config.status:1658: creating libgda/binreloc/Makefile | |
| config.status:1658: creating libgda/handlers/Makefile | |
| config.status:1658: creating libgda/providers-support/Makefile | |
| config.status:1658: creating libgda/sql-parser/Makefile | |
| config.status:1658: creating libgda/sqlite/Makefile | |
| config.status:1658: creating libgda/sqlite/sqlite-src/Makefile | |
| config.status:1658: creating libgda/sqlite/virtual/libgda-virtual.h | |
| config.status:1658: creating libgda/sqlite/virtual/Makefile | |
| config.status:1658: creating libgda/thread-wrapper/Makefile | |
| config.status:1658: creating libgda/data/Makefile | |
| config.status:1658: creating libgda/data/libgdadata-5.0.pc | |
| config.status:1658: creating providers/Makefile | |
| config.status:1658: creating providers/reuseable/Makefile | |
| config.status:1658: creating providers/reuseable/postgres/Makefile | |
| config.status:1658: creating providers/reuseable/mysql/Makefile | |
| config.status:1658: creating providers/bdb/Makefile | |
| config.status:1658: creating providers/bdb/libgda-bdb-5.0.pc | |
| config.status:1658: creating providers/bdbsql/Makefile | |
| config.status:1658: creating providers/bdbsql/libgda-bdbsql-5.0.pc | |
| config.status:1658: creating providers/mdb/Makefile | |
| config.status:1658: creating providers/mdb/libmdb-src/Makefile | |
| config.status:1658: creating providers/mdb/libgda-mdb-5.0.pc | |
| config.status:1658: creating providers/mysql/Makefile | |
| config.status:1658: creating providers/mysql/libgda-mysql-5.0.pc | |
| config.status:1658: creating providers/oracle/Makefile | |
| config.status:1658: creating providers/oracle/libgda-oracle-5.0.pc | |
| config.status:1658: creating providers/postgres/Makefile | |
| config.status:1658: creating providers/postgres/libgda-postgres-5.0.pc | |
| config.status:1658: creating providers/firebird/Makefile | |
| config.status:1658: creating providers/firebird/libgda-firebird-5.0.pc | |
| config.status:1658: creating providers/sqlite/Makefile | |
| config.status:1658: creating providers/sqlite/libgda-sqlite-5.0.pc | |
| config.status:1658: creating providers/jdbc/Makefile | |
| config.status:1658: creating providers/jdbc/libgda-jdbc-5.0.pc | |
| config.status:1658: creating providers/ldap/Makefile | |
| config.status:1658: creating providers/ldap/libgda-ldap-5.0.pc | |
| config.status:1658: creating providers/web/Makefile | |
| config.status:1658: creating providers/web/libgda-web-5.0.pc | |
| config.status:1658: creating providers/skel-implementation/Makefile | |
| config.status:1658: creating providers/skel-implementation/capi/Makefile | |
| config.status:1658: creating providers/skel-implementation/capi/libgda-capi-5.0.pc | |
| config.status:1658: creating providers/skel-implementation/models/Makefile | |
| config.status:1658: creating providers/skel-implementation/models/libgda-models-5.0.pc | |
| config.status:1658: creating providers/sqlcipher/Makefile | |
| config.status:1658: creating providers/sqlcipher/libgda-sqlcipher-5.0.pc | |
| config.status:1658: creating libgda-report/Makefile | |
| config.status:1658: creating libgda-report/engine/Makefile | |
| config.status:1658: creating libgda-report/DocBook/Makefile | |
| config.status:1658: creating libgda-report/RML/Makefile | |
| config.status:1658: creating libgda-report/RML/trml2html/Makefile | |
| config.status:1658: creating libgda-report/RML/trml2pdf/Makefile | |
| config.status:1658: creating libgda-xslt/Makefile | |
| config.status:1658: creating libgda-ui/Makefile | |
| config.status:1658: creating libgda-ui/marshallers/Makefile | |
| config.status:1658: creating libgda-ui/internal/Makefile | |
| config.status:1658: creating libgda-ui/data-entries/Makefile | |
| config.status:1658: creating libgda-ui/data-entries/plugins/Makefile | |
| config.status:1658: creating libgda-ui/data/Makefile | |
| config.status:1658: creating libgda-ui/demos/Makefile | |
| config.status:1658: creating libgda-ui/demos/geninclude.pl | |
| config.status:1658: creating libgda-ui/glade/Makefile | |
| config.status:1658: creating control-center/Makefile | |
| config.status:1658: creating control-center/data/Makefile | |
| config.status:1658: creating tools/Makefile | |
| config.status:1658: creating tools/gda-sql-5.0.1 | |
| config.status:1658: creating tools/cmdtool/Makefile | |
| config.status:1658: creating tools/help/Makefile | |
| config.status:1658: creating tools/browser/Makefile | |
| config.status:1658: creating tools/browser/data/Makefile | |
| config.status:1658: creating tools/browser/common/Makefile | |
| config.status:1658: creating tools/browser/schema-browser/Makefile | |
| config.status:1658: creating tools/browser/query-exec/Makefile | |
| config.status:1658: creating tools/browser/data-manager/Makefile | |
| config.status:1658: creating tools/browser/ldap-browser/Makefile | |
| config.status:1658: creating tools/browser/dummy-perspective/Makefile | |
| config.status:1658: creating tools/browser/canvas/Makefile | |
| config.status:1658: creating tools/browser/doc/Makefile | |
| config.status:1658: creating tools/browser/help/Makefile | |
| config.status:1658: creating testing/Makefile | |
| config.status:1658: creating tests/Makefile | |
| config.status:1658: creating tests/parser/Makefile | |
| config.status:1658: creating tests/data-models/Makefile | |
| config.status:1658: creating tests/providers/Makefile | |
| config.status:1658: creating tests/value-holders/Makefile | |
| config.status:1658: creating tests/meta-store/Makefile | |
| config.status:1658: creating tests/multi-threading/Makefile | |
| config.status:1658: creating tests/ui/Makefile | |
| config.status:1658: creating tests/vala/Makefile | |
| config.status:1658: creating doc/Makefile | |
| config.status:1658: creating doc/C/Makefile | |
| config.status:1658: creating doc/C/libgda.types | |
| config.status:1658: creating doc/C/version.xml | |
| config.status:1658: creating doc/C/builddate.xml | |
| config.status:1658: creating doc/mallard/Makefile | |
| config.status:1658: creating doc/mallard/gda-vala/Makefile | |
| config.status:1658: creating doc/mallard/gda-vala/C/Makefile | |
| config.status:1658: creating data/Makefile | |
| config.status:1658: creating stamp.h | |
| config.status:1830: executing depfiles commands | |
| config.status:1830: executing libtool commands | |
| config.status:1830: executing default-1 commands | |
| config.status:1830: executing po/stamp-it commands | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_build=x86_64-apple-darwin17.0.0 | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_cxx_compiler_gnu=yes | |
| ac_cv_env_CCC_set= | |
| ac_cv_env_CCC_value= | |
| ac_cv_env_CC_set=set | |
| ac_cv_env_CC_value=clang | |
| ac_cv_env_CFLAGS_set= | |
| ac_cv_env_CFLAGS_value= | |
| ac_cv_env_COREDEPS_CFLAGS_set= | |
| ac_cv_env_COREDEPS_CFLAGS_value= | |
| ac_cv_env_COREDEPS_LIBS_set= | |
| ac_cv_env_COREDEPS_LIBS_value= | |
| ac_cv_env_CPPFLAGS_set= | |
| ac_cv_env_CPPFLAGS_value= | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_CXXCPP_set= | |
| ac_cv_env_CXXCPP_value= | |
| ac_cv_env_CXXFLAGS_set= | |
| ac_cv_env_CXXFLAGS_value= | |
| ac_cv_env_CXX_set=set | |
| ac_cv_env_CXX_value=clang++ | |
| ac_cv_env_FIREBIRD_CLIENT_CFLAGS_set= | |
| ac_cv_env_FIREBIRD_CLIENT_CFLAGS_value= | |
| ac_cv_env_FIREBIRD_CLIENT_LIBS_set= | |
| ac_cv_env_FIREBIRD_CLIENT_LIBS_value= | |
| ac_cv_env_FIREBIRD_EMBED_CFLAGS_set= | |
| ac_cv_env_FIREBIRD_EMBED_CFLAGS_value= | |
| ac_cv_env_FIREBIRD_EMBED_LIBS_set= | |
| ac_cv_env_FIREBIRD_EMBED_LIBS_value= | |
| ac_cv_env_GDKPIXBUF_CFLAGS_set= | |
| ac_cv_env_GDKPIXBUF_CFLAGS_value= | |
| ac_cv_env_GDKPIXBUF_LIBS_set= | |
| ac_cv_env_GDKPIXBUF_LIBS_value= | |
| ac_cv_env_GEE_CFLAGS_set= | |
| ac_cv_env_GEE_CFLAGS_value= | |
| ac_cv_env_GEE_LIBS_set= | |
| ac_cv_env_GEE_LIBS_value= | |
| ac_cv_env_GIO_CFLAGS_set= | |
| ac_cv_env_GIO_CFLAGS_value= | |
| ac_cv_env_GIO_LIBS_set= | |
| ac_cv_env_GIO_LIBS_value= | |
| ac_cv_env_GLADE_CFLAGS_set= | |
| ac_cv_env_GLADE_CFLAGS_value= | |
| ac_cv_env_GLADE_LIBS_set= | |
| ac_cv_env_GLADE_LIBS_value= | |
| ac_cv_env_GNOME_KEYRING_CFLAGS_set= | |
| ac_cv_env_GNOME_KEYRING_CFLAGS_value= | |
| ac_cv_env_GNOME_KEYRING_LIBS_set= | |
| ac_cv_env_GNOME_KEYRING_LIBS_value= | |
| ac_cv_env_GOOCANVAS_CFLAGS_set= | |
| ac_cv_env_GOOCANVAS_CFLAGS_value= | |
| ac_cv_env_GOOCANVAS_LIBS_set= | |
| ac_cv_env_GOOCANVAS_LIBS_value= | |
| ac_cv_env_GRAPHVIZ_CFLAGS_set= | |
| ac_cv_env_GRAPHVIZ_CFLAGS_value= | |
| ac_cv_env_GRAPHVIZ_LIBS_set= | |
| ac_cv_env_GRAPHVIZ_LIBS_value= | |
| ac_cv_env_GTKDOC_DEPS_CFLAGS_set= | |
| ac_cv_env_GTKDOC_DEPS_CFLAGS_value= | |
| ac_cv_env_GTKDOC_DEPS_LIBS_set= | |
| ac_cv_env_GTKDOC_DEPS_LIBS_value= | |
| ac_cv_env_GTKSOURCEVIEW_CFLAGS_set= | |
| ac_cv_env_GTKSOURCEVIEW_CFLAGS_value= | |
| ac_cv_env_GTKSOURCEVIEW_LIBS_set= | |
| ac_cv_env_GTKSOURCEVIEW_LIBS_value= | |
| ac_cv_env_GTK_CFLAGS_set= | |
| ac_cv_env_GTK_CFLAGS_value= | |
| ac_cv_env_GTK_LIBS_set= | |
| ac_cv_env_GTK_LIBS_value= | |
| ac_cv_env_ISO_CODES_CFLAGS_set= | |
| ac_cv_env_ISO_CODES_CFLAGS_value= | |
| ac_cv_env_ISO_CODES_LIBS_set= | |
| ac_cv_env_ISO_CODES_LIBS_value= | |
| ac_cv_env_ITSTOOL_set= | |
| ac_cv_env_ITSTOOL_value= | |
| ac_cv_env_JSON_GLIB_CFLAGS_set= | |
| ac_cv_env_JSON_GLIB_CFLAGS_value= | |
| ac_cv_env_JSON_GLIB_LIBS_set= | |
| ac_cv_env_JSON_GLIB_LIBS_value= | |
| ac_cv_env_LDFLAGS_set= | |
| ac_cv_env_LDFLAGS_value= | |
| ac_cv_env_LIBCRYPTO_CFLAGS_set= | |
| ac_cv_env_LIBCRYPTO_CFLAGS_value= | |
| ac_cv_env_LIBCRYPTO_LIBS_set= | |
| ac_cv_env_LIBCRYPTO_LIBS_value= | |
| ac_cv_env_LIBSECRET_CFLAGS_set= | |
| ac_cv_env_LIBSECRET_CFLAGS_value= | |
| ac_cv_env_LIBSECRET_LIBS_set= | |
| ac_cv_env_LIBSECRET_LIBS_value= | |
| ac_cv_env_LIBSOUP_CFLAGS_set= | |
| ac_cv_env_LIBSOUP_CFLAGS_value= | |
| ac_cv_env_LIBSOUP_LIBS_set= | |
| ac_cv_env_LIBSOUP_LIBS_value= | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_LIBXSLT_CFLAGS_set= | |
| ac_cv_env_LIBXSLT_CFLAGS_value= | |
| ac_cv_env_LIBXSLT_LIBS_set= | |
| ac_cv_env_LIBXSLT_LIBS_value= | |
| ac_cv_env_MAC_INTEGRATION_CFLAGS_set= | |
| ac_cv_env_MAC_INTEGRATION_CFLAGS_value= | |
| ac_cv_env_MAC_INTEGRATION_LIBS_set= | |
| ac_cv_env_MAC_INTEGRATION_LIBS_value= | |
| ac_cv_env_MDB_CFLAGS_set= | |
| ac_cv_env_MDB_CFLAGS_value= | |
| ac_cv_env_MDB_LIBS_set= | |
| ac_cv_env_MDB_LIBS_value= | |
| ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
| ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.13 | |
| ac_cv_env_PKG_CONFIG_PATH_set=set | |
| ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig | |
| ac_cv_env_PKG_CONFIG_set= | |
| ac_cv_env_PKG_CONFIG_value= | |
| ac_cv_env_SQLITE_CFLAGS_set= | |
| ac_cv_env_SQLITE_CFLAGS_value= | |
| ac_cv_env_SQLITE_LIBS_set= | |
| ac_cv_env_SQLITE_LIBS_value= | |
| ac_cv_env_VALA_API_VERSION_set= | |
| ac_cv_env_VALA_API_VERSION_value= | |
| ac_cv_env_XMLLINT_set= | |
| ac_cv_env_XMLLINT_value= | |
| ac_cv_env_build_alias_set= | |
| ac_cv_env_build_alias_value= | |
| ac_cv_env_host_alias_set= | |
| ac_cv_env_host_alias_value= | |
| ac_cv_env_target_alias_set= | |
| ac_cv_env_target_alias_value= | |
| ac_cv_func_bind_textdomain_codeset=yes | |
| ac_cv_func_dcgettext=yes | |
| ac_cv_func_localtime_r=yes | |
| ac_cv_func_localtime_s=no | |
| ac_cv_func_mlock=yes | |
| ac_cv_header_dlfcn_h=yes | |
| ac_cv_header_inttypes_h=yes | |
| ac_cv_header_libintl_h=yes | |
| ac_cv_header_locale_h=yes | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_stdc=yes | |
| ac_cv_header_stdint_h=yes | |
| ac_cv_header_stdlib_h=yes | |
| ac_cv_header_string_h=yes | |
| ac_cv_header_strings_h=yes | |
| ac_cv_header_sys_mman_h=yes | |
| ac_cv_header_sys_stat_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_termios_h=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_host=x86_64-apple-darwin17.0.0 | |
| ac_cv_lib_history_add_history=yes | |
| ac_cv_lib_intl_bindtextdomain=yes | |
| ac_cv_lib_intl_dgettext=yes | |
| ac_cv_lib_intl_ngettext=yes | |
| ac_cv_lib_ncurses_initscr=yes | |
| ac_cv_lib_readline_readline=yes | |
| ac_cv_objext=o | |
| ac_cv_path_EGREP='/usr/bin/grep -E' | |
| ac_cv_path_FGREP='/usr/bin/grep -F' | |
| ac_cv_path_GLIB_COMPILE_RESOURCES=/usr/local/opt/glib/bin/glib-compile-resources | |
| ac_cv_path_GLIB_GENMARSHAL=/usr/local/opt/glib/bin/glib-genmarshal | |
| ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
| ac_cv_path_GREP=/usr/bin/grep | |
| ac_cv_path_INTLTOOL_EXTRACT=/usr/local/opt/intltool/bin/intltool-extract | |
| ac_cv_path_INTLTOOL_MERGE=/usr/local/opt/intltool/bin/intltool-merge | |
| ac_cv_path_INTLTOOL_PERL=/usr/bin/perl | |
| ac_cv_path_INTLTOOL_UPDATE=/usr/local/opt/intltool/bin/intltool-update | |
| ac_cv_path_LIBGCRYPT_CONFIG=/usr/local/opt/libgcrypt/bin/libgcrypt-config | |
| ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
| ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge | |
| ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
| ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext | |
| ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_prog_AWK=awk | |
| ac_cv_prog_CPP='clang -E' | |
| ac_cv_prog_CXXCPP='clang++ -E' | |
| ac_cv_prog_ITSTOOL=itstool | |
| ac_cv_prog_PERL=perl | |
| ac_cv_prog_XMLLINT=xmllint | |
| ac_cv_prog_ac_ct_AR=ar | |
| ac_cv_prog_ac_ct_CC=clang | |
| ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
| ac_cv_prog_ac_ct_LIPO=lipo | |
| ac_cv_prog_ac_ct_NMEDIT=nmedit | |
| ac_cv_prog_ac_ct_OBJDUMP=objdump | |
| ac_cv_prog_ac_ct_OTOOL=otool | |
| ac_cv_prog_ac_ct_RANLIB=ranlib | |
| ac_cv_prog_ac_ct_STRIP=strip | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_cxx_g=yes | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_search_strerror='none required' | |
| ac_cv_sizeof_int_p=8 | |
| ac_cv_sizeof_unsigned_int=4 | |
| ac_cv_sizeof_unsigned_long_int=8 | |
| ac_cv_type_uint8_t=yes | |
| acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| acl_cv_prog_gnu_ld=no | |
| acl_cv_rpath=done | |
| am_cv_CC_dependencies_compiler_type=none | |
| am_cv_CXX_dependencies_compiler_type=none | |
| am_cv_func_iconv=yes | |
| am_cv_func_iconv_works=yes | |
| am_cv_lib_iconv=yes | |
| am_cv_make_support_nested_variables=yes | |
| am_cv_prog_cc_c_o=yes | |
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | |
| am_cv_proto_iconv_arg1= | |
| am_cv_val_LC_MESSAGES=yes | |
| gt_cv_func_dgettext_libc=no | |
| gt_cv_func_dgettext_libintl=yes | |
| gt_cv_func_ngettext_libc=no | |
| gt_cv_have_gettext=yes | |
| lt_cv_apple_cc_single_mod=yes | |
| lt_cv_ar_at_file=no | |
| lt_cv_deplibs_check_method=pass_all | |
| lt_cv_file_magic_cmd='$MAGIC_CMD' | |
| lt_cv_file_magic_test_file= | |
| lt_cv_ld_exported_symbols_list=yes | |
| lt_cv_ld_force_load=yes | |
| lt_cv_ld_reload_flag=-r | |
| lt_cv_nm_interface='BSD nm' | |
| lt_cv_objdir=.libs | |
| lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
| lt_cv_path_NM='/usr/bin/nm -B' | |
| lt_cv_path_mainfest_tool=no | |
| lt_cv_prog_compiler_c_o=yes | |
| lt_cv_prog_compiler_c_o_CXX=yes | |
| lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
| lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
| lt_cv_prog_compiler_pic_works=yes | |
| lt_cv_prog_compiler_pic_works_CXX=yes | |
| lt_cv_prog_compiler_rtti_exceptions=yes | |
| lt_cv_prog_compiler_static_works=no | |
| lt_cv_prog_compiler_static_works_CXX=no | |
| lt_cv_prog_gnu_ld=no | |
| lt_cv_prog_gnu_ldcxx=no | |
| lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
| lt_cv_sys_max_cmd_len=196608 | |
| lt_cv_to_host_file_cmd=func_convert_file_noop | |
| lt_cv_to_tool_file_cmd=func_convert_file_noop | |
| pkg_cv_COREDEPS_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2' | |
| pkg_cv_COREDEPS_LIBS='-L/usr/local/Cellar/glib/2.54.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lxml2' | |
| pkg_cv_GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
| pkg_cv_GIO_LIBS='-L/usr/local/Cellar/glib/2.54.0/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
| pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
| pkg_cv_GTKDOC_DEPS_LIBS='-L/usr/local/Cellar/glib/2.54.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
| pkg_cv_LIBCRYPTO_CFLAGS=-I/usr/local/Cellar/openssl/1.0.2l/include | |
| pkg_cv_LIBCRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2l/lib -lcrypto' | |
| pkg_cv_LIBXSLT_CFLAGS=-I/usr/include/libxml2 | |
| pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 -lz -lpthread -licucore -lm -lxml2' | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ | |
| echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ | |
| $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ | |
| echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ | |
| fi; \ | |
| if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \ | |
| $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ | |
| $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ | |
| $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ | |
| cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ | |
| d="$(srcdir)/"; \ | |
| echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ | |
| echo "rm -f $$helpdir$$f"; \ | |
| elif test "x$$lc" != "xC"; then \ | |
| fi; \ | |
| helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ | |
| helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ | |
| if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ | |
| if test "x$mdir" = "x."; then mdir=""; fi; \ | |
| if test -f "$$d$$lc/$$f"; then \ | |
| if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ | |
| if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ | |
| mdir=`dirname "$$f"`; \ | |
| msgmerge -o "$(notdir $@)" "$(notdir $@)" "$(notdir $@).tmp" && \ | |
| mv "$(notdir $@).tmp" "$(notdir $@)"); \ | |
| rm "$(notdir $@).tmp"); \ | |
| rm -f "$$helpdir$$f"; \ | |
| then d=; \ | |
| xmlpath="$$lc"; \ | |
| xmlpath="$$lc:$(srcdir)/$$lc"; \ | |
| $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ | |
| $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ | |
| $(MKDIR_P) "$(distdir)/$$lc"; \ | |
| $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ | |
| (cd "$(dir $@)" && \ | |
| (cd "$(dir $@)" && \ | |
| done; \ | |
| done; \ | |
| done; \ | |
| done; \ | |
| echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ | |
| echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ | |
| echo "rm -f $$helpdir`basename $$f`"; \ | |
| echo "rm -f $$helpdir`basename $$f`"; \ | |
| else \ | |
| fi; \ | |
| for file in $(HELP_FILES); do \ | |
| for lc in C $(_HELP_LINGUAS); do \ | |
| for lc in C $(_HELP_LINGUAS); do \ | |
| for page in $(HELP_FILES); do \ | |
| helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ | |
| helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ | |
| helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ | |
| helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ | |
| if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ | |
| if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ | |
| if test "x$(_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ | |
| if test -d "$$lc"; \ | |
| if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ | |
| if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ | |
| lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ | |
| lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ | |
| msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ | |
| rm -f "$$helpdir`basename $$f`"; \ | |
| rm -f "$$helpdir`basename $$f`"; \ | |
| $(AM_V_GEN)if ! test -f "$@"; then \ | |
| $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \ | |
| $(AM_V_GEN)msgfmt -o "$@" "$<" | |
| $(AM_V_at)for po in $(_HELP_POFILES); do \ | |
| $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi | |
| $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi | |
| $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi | |
| $(AM_V_at)if test ! -f "$@" -a -f "$(srcdir)/$@"; then cp "$(srcdir)/$@" "$@"; fi | |
| $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)") | |
| $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ | |
| (cd "$(dir $@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ | |
| @for f in $(HELP_MEDIA); do \ | |
| @for f in $(HELP_MEDIA); do \ | |
| @for f in $(_HELP_C_EXTRA); do \ | |
| @for f in $(_HELP_C_EXTRA); do \ | |
| @for lc in C $(_HELP_LINGUAS); do \ | |
| @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ | |
| @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ | |
| done | |
| done | |
| done | |
| done | |
| done | |
| done | |
| done; | |
| done; \ | |
| done; done | |
| done; done | |
| else \ | |
| fi | |
| for lc in C $(_HELP_LINGUAS); do \ | |
| for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ | |
| if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ | |
| mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \ | |
| rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) | |
| touch "$@" | |
| $(_HELP_LC_FILES): $(_HELP_LINGUAS) | |
| $(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) | |
| $(_HELP_LC_STAMPS): %.stamp: %.mo | |
| $(_HELP_LINGUAS): $(_HELP_LC_STAMPS) | |
| $(_HELP_MOFILES): %.mo: %.po | |
| $(_HELP_POFILES): | |
| $(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) | |
| ' | |
| .PHONY: check-help | |
| .PHONY: clean-help | |
| .PHONY: install-help | |
| .PHONY: pot | |
| .PHONY: repo | |
| .PHONY: uninstall-help | |
| ACLOCAL='${SHELL} /private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/missing aclocal-1.14' | |
| ALL_LINGUAS='' | |
| AMDEPBACKSLASH='' | |
| AMDEP_FALSE='' | |
| AMDEP_TRUE='#' | |
| AMTAR='$${TAR-tar}' | |
| AM_BACKSLASH='\' | |
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
| AM_DEFAULT_VERBOSITY='1' | |
| AM_V='$(V)' | |
| AR='ar' | |
| AUTOCONF='${SHELL} /private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/missing autoconf' | |
| AUTOHEADER='${SHELL} /private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/missing autoheader' | |
| AUTOMAKE='${SHELL} /private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/missing automake-1.14' | |
| AWK='awk' | |
| BDBSQL_CFLAGS='' | |
| BDBSQL_FALSE='' | |
| BDBSQL_LIBS='' | |
| BDBSQL_TRUE='#' | |
| BDB_CFLAGS='' | |
| BDB_FALSE='' | |
| BDB_LIB='' | |
| BDB_LIBS='' | |
| BDB_TRUE='#' | |
| BINRELOC_CFLAGS='' | |
| BINRELOC_LIBS='' | |
| CATALOGS='' | |
| CATOBJEXT='.gmo' | |
| CC='clang' | |
| CCDEPMODE='depmode=none' | |
| CC_FOR_BUILD='clang' | |
| CFLAGS='-g -O2' | |
| COREDEPS_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-5.0\"' | |
| COREDEPS_LIBS='-L/usr/local/Cellar/glib/2.54.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lxml2 -framework Carbon' | |
| COREDEPS_WFLAGS='-Wall' | |
| CPP='clang -E' | |
| CPPFLAGS='' | |
| CROSS_COMPILING_FALSE='' | |
| CROSS_COMPILING_TRUE='#' | |
| CXX='clang++' | |
| CXXCPP='clang++ -E' | |
| CXXDEPMODE='depmode=none' | |
| CXXFLAGS='-g -O2' | |
| CYGPATH_W='echo' | |
| DATADIRNAME='share' | |
| DEFAULT_BINARY_FALSE='#' | |
| DEFAULT_BINARY_TRUE='' | |
| DEFS='-DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"5.2.4\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 5.2.4\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=libgda\" -DPACKAGE_URL=\"http://www.gnome-db.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_INT_P=8 -DHAVE_LOCALTIME_R=1 -DUSE_MLOCK=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_GDU=1 -DGETTEXT_PACKAGE=\"libgda-5.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DISO_CODES_PREFIX=\"\" -DHAVE_CARBON=1 -DHAVE_LIBCRYPTO=/\*\*/ -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DHAVE_TERMIOS_H=1' | |
| DEPDIR='.deps' | |
| DLLTOOL='false' | |
| DSYMUTIL='dsymutil' | |
| DUMPBIN='' | |
| ECHO_C='\c' | |
| ECHO_N='' | |
| ECHO_T='' | |
| EGREP='/usr/bin/grep -E' | |
| ENABLE_GDAUI_GI_FALSE='' | |
| ENABLE_GDAUI_GI_TRUE='#' | |
| ENABLE_GDAUI_VALA_FALSE='' | |
| ENABLE_GDAUI_VALA_TRUE='#' | |
| ENABLE_GDA_GI_FALSE='' | |
| ENABLE_GDA_GI_TRUE='#' | |
| ENABLE_GI_SYSTEM_INSTALL_FALSE='#' | |
| ENABLE_GI_SYSTEM_INSTALL_TRUE='' | |
| ENABLE_GTK_DOC_FALSE='' | |
| ENABLE_GTK_DOC_TRUE='#' | |
| ENABLE_TOOLS_FALSE='#' | |
| ENABLE_TOOLS_TRUE='' | |
| ENABLE_VALA_DOC_FALSE='' | |
| ENABLE_VALA_DOC_TRUE='#' | |
| ENABLE_VALA_EXTENSIONS_FALSE='' | |
| ENABLE_VALA_EXTENSIONS_TRUE='#' | |
| ENABLE_VAPIGEN_FALSE='' | |
| ENABLE_VAPIGEN_TRUE='#' | |
| EXEEXT='' | |
| EXEEXT_FOR_BUILD='' | |
| EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) | |
| EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) | |
| EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) | |
| EXTRA_DIST += $(if $(YELP_LC_DIST),$(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp)) | |
| EXTRA_DIST ?= | |
| FGREP='/usr/bin/grep -F' | |
| FIREBIRD_CLIENT_CFLAGS='' | |
| FIREBIRD_CLIENT_FALSE='' | |
| FIREBIRD_CLIENT_LIBS='' | |
| FIREBIRD_CLIENT_TRUE='#' | |
| FIREBIRD_EMBED_CFLAGS='' | |
| FIREBIRD_EMBED_FALSE='' | |
| FIREBIRD_EMBED_LIBS='' | |
| FIREBIRD_EMBED_TRUE='#' | |
| FIREBIRD_FALSE='' | |
| FIREBIRD_TRUE='#' | |
| GDA_ABI_MAJOR_VERSION='5' | |
| GDA_ABI_MINOR_VERSION='0' | |
| GDA_ABI_VERSION='5.0' | |
| GDA_AGE='1' | |
| GDA_BUILDDATE='2017-09-24' | |
| GDA_CURRENT='5' | |
| GDA_DEBUG_FLAGS='' | |
| GDA_DEBUG_LDFLAGS='' | |
| GDA_REVISION='1' | |
| GDA_VERSION='5.2.4' | |
| GDKPIXBUF_CFLAGS='' | |
| GDKPIXBUF_LIBS='' | |
| GEE_CFLAGS='' | |
| GEE_LIBS='' | |
| GETTEXT_PACKAGE='libgda-5.0' | |
| GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DHAVE_GIO' | |
| GIO_LIBS='-L/usr/local/Cellar/glib/2.54.0/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
| GLADE_CATALOG='' | |
| GLADE_CFLAGS='' | |
| GLADE_LIBS='' | |
| GLADE_PIXMAP='' | |
| GLIB_COMPILE_RESOURCES='/usr/local/opt/glib/bin/glib-compile-resources' | |
| GLIB_GENMARSHAL='/usr/local/opt/glib/bin/glib-genmarshal' | |
| GMOFILES='' | |
| GMSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
| GNOME_KEYRING_CFLAGS='' | |
| GNOME_KEYRING_FALSE='' | |
| GNOME_KEYRING_LIBS='' | |
| GNOME_KEYRING_TRUE='#' | |
| GOOCANVAS_CFLAGS='' | |
| GOOCANVAS_LIBS='' | |
| GRAPHVIZ_CFLAGS='' | |
| GRAPHVIZ_LIBS='' | |
| GREP='/usr/bin/grep' | |
| GTKDOC_CHECK='' | |
| GTKDOC_CHECK_PATH='' | |
| GTKDOC_DEPS_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.54.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
| GTKDOC_DEPS_LIBS='-L/usr/local/Cellar/glib/2.54.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
| GTKDOC_MKPDF='' | |
| GTKDOC_REBASE='true' | |
| GTKSOURCEVIEW_CFLAGS='' | |
| GTKSOURCEVIEW_LIBS='' | |
| GTK_CFLAGS='' | |
| GTK_DOC_BUILD_HTML_FALSE='#' | |
| GTK_DOC_BUILD_HTML_TRUE='' | |
| GTK_DOC_BUILD_PDF_FALSE='' | |
| GTK_DOC_BUILD_PDF_TRUE='#' | |
| GTK_DOC_USE_LIBTOOL_FALSE='#' | |
| GTK_DOC_USE_LIBTOOL_TRUE='' | |
| GTK_DOC_USE_REBASE_FALSE='#' | |
| GTK_DOC_USE_REBASE_TRUE='' | |
| GTK_LIBS='' | |
| HAVE_GDKPIXBUF_FALSE='' | |
| HAVE_GDKPIXBUF_TRUE='#' | |
| HAVE_GDU_FALSE='#' | |
| HAVE_GDU_TRUE='' | |
| HAVE_GIO_FALSE='#' | |
| HAVE_GIO_TRUE='' | |
| HAVE_GLADE_FALSE='' | |
| HAVE_GLADE_TRUE='#' | |
| HAVE_GOOCANVAS_FALSE='' | |
| HAVE_GOOCANVAS_TRUE='#' | |
| HAVE_GRAPHVIZ_FALSE='' | |
| HAVE_GRAPHVIZ_TRUE='#' | |
| HAVE_GTKSOURCEVIEW_FALSE='' | |
| HAVE_GTKSOURCEVIEW_TRUE='#' | |
| HAVE_GTK_DOC_FALSE='' | |
| HAVE_GTK_DOC_TRUE='#' | |
| HAVE_IGE_FALSE='' | |
| HAVE_IGE_TRUE='#' | |
| HAVE_INTROSPECTION_FALSE='' | |
| HAVE_INTROSPECTION_TRUE='#' | |
| HAVE_JSON_GLIB_FALSE='' | |
| HAVE_JSON_GLIB_TRUE='#' | |
| HAVE_LIBCRYPTO_FALSE='#' | |
| HAVE_LIBCRYPTO_TRUE='' | |
| HAVE_LIBGCRYPT_FALSE='#' | |
| HAVE_LIBGCRYPT_TRUE='' | |
| HAVE_LIBXSLT_FALSE='#' | |
| HAVE_LIBXSLT_TRUE='' | |
| HAVE_SQLITE_FALSE='' | |
| HAVE_SQLITE_TRUE='#' | |
| HAVE_UI_FALSE='' | |
| HAVE_UI_TRUE='#' | |
| HELP_DIR='${datadir}/help' | |
| HELP_EXTRA ?= | |
| HELP_FILES ?= | |
| HELP_ID ?= | |
| HELP_LINGUAS ?= | |
| HELP_MEDIA ?= | |
| HELP_POT ?= | |
| HISTORY_LIB='-lhistory' | |
| HISTORY_LIB_FALSE='#' | |
| HISTORY_LIB_TRUE='' | |
| HTML_DIR='${datadir}/gtk-doc/html' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
| INSTOBJEXT='.mo' | |
| INTLLIBS='-lintl ' | |
| INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_EXTRACT='/usr/local/opt/intltool/bin/intltool-extract' | |
| INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_MERGE='/usr/local/opt/intltool/bin/intltool-merge' | |
| INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' | |
| INTLTOOL_PERL='/usr/bin/perl' | |
| INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_UPDATE='/usr/local/opt/intltool/bin/intltool-update' | |
| INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' | |
| INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' | |
| INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' | |
| INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
| INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' | |
| INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' | |
| INTROSPECTION_CFLAGS='' | |
| INTROSPECTION_COMPILER='' | |
| INTROSPECTION_GENERATE='' | |
| INTROSPECTION_GIRDIR='' | |
| INTROSPECTION_LIBS='' | |
| INTROSPECTION_MAKEFILE='' | |
| INTROSPECTION_SCANNER='' | |
| INTROSPECTION_TYPELIBDIR='' | |
| ISO_CODES_CFLAGS='' | |
| ISO_CODES_LIBS='' | |
| ITSTOOL='itstool' | |
| JAR='' | |
| JAVAC='' | |
| JAVAH='' | |
| JAVA_CFLAGS='' | |
| JAVA_FALSE='' | |
| JAVA_LD_PATH='' | |
| JAVA_LIBS='' | |
| JAVA_PROG='' | |
| JAVA_TRUE='#' | |
| JFLAGS='' | |
| JSON_GLIB_CFLAGS='' | |
| JSON_GLIB_LIBS='' | |
| LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
| LDAP_CFLAGS='-I/usr/include' | |
| LDAP_FALSE='#' | |
| LDAP_LIBS='-L/usr/lib -lldap -llber' | |
| LDAP_TRUE='' | |
| LDFLAGS='' | |
| LIBCRYPTO_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2l/include' | |
| LIBCRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2l/lib -lcrypto' | |
| LIBGCRYPT_CFLAGS='-I/usr/local/opt/libgcrypt/include -I/usr/local/opt/libgpg-error/include' | |
| LIBGCRYPT_CONFIG='/usr/local/opt/libgcrypt/bin/libgcrypt-config' | |
| LIBGCRYPT_LIBS='-L/usr/local/opt/libgcrypt/lib -lgcrypt -L/usr/local/opt/libgpg-error/lib -lgpg-error' | |
| LIBGDA_BDB_INC='' | |
| LIBGDA_BDB_TYPE='' | |
| LIBGDA_DTDDIR='${datarootdir}/libgda-5.0/dtd' | |
| LIBGDA_LDAP_INC2='#include <libgda/gda-tree-mgr-ldap.h>' | |
| LIBGDA_LDAP_INC='#include <libgda/gda-data-model-ldap.h>' | |
| LIBGDA_LDAP_TYPE2='gda_ldap_connection_get_type' | |
| LIBGDA_LDAP_TYPE3='gda_tree_mgr_ldap_get_type' | |
| LIBGDA_LDAP_TYPE='gda_data_model_ldap_get_type' | |
| LIBGDA_LDAP_VINC='#include <virtual/gda-ldap-connection.h>' | |
| LIBICONV='-liconv' | |
| LIBOBJS='' | |
| LIBS='' | |
| LIBSECRET_CFLAGS='' | |
| LIBSECRET_FALSE='' | |
| LIBSECRET_LIBS='' | |
| LIBSECRET_TRUE='#' | |
| LIBSOUP_CFLAGS='' | |
| LIBSOUP_FALSE='' | |
| LIBSOUP_LIBS='' | |
| LIBSOUP_TRUE='#' | |
| LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
| LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^(gda_|fnYM49765777344607__gda).*"' | |
| LIBTOOL_PROV_EXPORT_OPTIONS='-export-symbols-regex "^(plugin_|Java_|g_module|gdaprov_).*"' | |
| LIBTOOL_UI_EXPORT_OPTIONS='-export-symbols-regex "^(gdaui_).*"' | |
| LIBXSLT_CFLAGS='-I/usr/include/libxml2 -DHAVE_LIBXSLT' | |
| LIBXSLT_LIBS='-lxslt -lxml2 -lz -lpthread -licucore -lm -lxml2' | |
| LIPO='lipo' | |
| LN_S='ln -s' | |
| LTLIBICONV='-liconv' | |
| LTLIBOBJS='' | |
| MAC_INTEGRATION_CFLAGS='' | |
| MAC_INTEGRATION_LIBS='' | |
| MAKEINFO='${SHELL} /private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/missing makeinfo' | |
| MANIFEST_TOOL=':' | |
| MDBEMBEDDED_FALSE='' | |
| MDBEMBEDDED_TRUE='#' | |
| MDB_CFLAGS='' | |
| MDB_FALSE='' | |
| MDB_LIBS='' | |
| MDB_TRUE='#' | |
| MKDIR_P='./install-sh -c -d' | |
| MKINSTALLDIRS='./mkinstalldirs' | |
| MSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
| MSGFMT_OPTS='-c' | |
| MSGMERGE='/usr/local/opt/gettext/bin/msgmerge' | |
| MYSQL_CFLAGS='' | |
| MYSQL_CONFIG='' | |
| MYSQL_FALSE='' | |
| MYSQL_LIBS='' | |
| MYSQL_TRUE='#' | |
| NM='/usr/bin/nm -B' | |
| NMEDIT='nmedit' | |
| NO_UNDEFINED='' | |
| OBJDUMP='objdump' | |
| OBJEXT='o' | |
| ORACLE_CFLAGS='' | |
| ORACLE_FALSE='' | |
| ORACLE_LIBS='' | |
| ORACLE_TRUE='#' | |
| OTOOL64=':' | |
| OTOOL='otool' | |
| PACKAGE='libgda' | |
| PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=libgda' | |
| PACKAGE_NAME='GNU Data Access' | |
| PACKAGE_STRING='GNU Data Access 5.2.4' | |
| PACKAGE_TARNAME='libgda' | |
| PACKAGE_URL='http://www.gnome-db.org' | |
| PACKAGE_VERSION='5.2.4' | |
| PATH_SEPARATOR=':' | |
| PERL='perl' | |
| PG_CONFIG='' | |
| PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
| PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.13' | |
| PKG_CONFIG_PATH='/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig' | |
| PLATFORM_CARBON_FALSE='#' | |
| PLATFORM_CARBON_TRUE='' | |
| PLATFORM_WIN32_FALSE='' | |
| PLATFORM_WIN32_TRUE='#' | |
| POFILES='' | |
| POSTGRES_CFLAGS='' | |
| POSTGRES_FALSE='' | |
| POSTGRES_LIBS='' | |
| POSTGRES_TRUE='#' | |
| POSUB='po' | |
| PO_IN_DATADIR_FALSE='' | |
| PO_IN_DATADIR_TRUE='' | |
| RANLIB='ranlib' | |
| READLINE_LIB='-lreadline -lncurses' | |
| READLINE_LIB_FALSE='#' | |
| READLINE_LIB_TRUE='' | |
| REBUILD='' | |
| SED='/usr/local/Homebrew/Library/Homebrew/shims/super/sed' | |
| SET_MAKE='' | |
| SHELL='/bin/sh' | |
| SQLITE_CFLAGS='' | |
| SQLITE_LIBS='' | |
| SQLITE_PATH='' | |
| SQLITE_VERS='' | |
| STRIP='strip' | |
| USE_NLS='yes' | |
| VALAC='' | |
| VALA_API_VERSION='' | |
| VAPIDIR='' | |
| VAPIGEN='' | |
| VAPIGEN_MAKEFILE='' | |
| VAPIGEN_VAPIDIR='' | |
| VERSION='5.2.4' | |
| WINDRES='' | |
| XGETTEXT='/usr/local/opt/gettext/bin/xgettext' | |
| XMLLINT='xmllint' | |
| YELP_BUILD='' | |
| YELP_HELP_RULES=' | |
| YELP_LC_DIST='true' | |
| YELP_LC_MEDIA_LINKS='true' | |
| _HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) | |
| _HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) | |
| _HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) | |
| _HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) | |
| _HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) | |
| _HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) | |
| _HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) | |
| _HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) | |
| _HELP_LC_VERBOSE_0 = @echo " GEN "$(dir $@); | |
| _HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) | |
| _HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) | |
| _HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) | |
| _HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) | |
| _HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) | |
| ac_ct_AR='ar' | |
| ac_ct_CC='clang' | |
| ac_ct_CXX='' | |
| ac_ct_DUMPBIN='' | |
| all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) | |
| am__EXEEXT_FALSE='' | |
| am__EXEEXT_TRUE='#' | |
| am__fastdepCC_FALSE='' | |
| am__fastdepCC_TRUE='#' | |
| am__fastdepCXX_FALSE='' | |
| am__fastdepCXX_TRUE='#' | |
| am__include='include' | |
| am__isrc='' | |
| am__leading_dot='.' | |
| am__nodep='' | |
| am__quote='' | |
| am__tar='$${TAR-tar} chof - "$$tardir"' | |
| am__untar='$${TAR-tar} xf -' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-apple-darwin17.0.0' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='darwin17.0.0' | |
| build_vendor='apple' | |
| check-help: | |
| check: check-help | |
| clean-help: | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| distdir-help-files: $(_HELP_LC_FILES) | |
| distdir: distdir-help-files | |
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
| dvidir='${docdir}' | |
| exec_prefix='${prefix}' | |
| gdasysconfdir='${prefix}/etc' | |
| host='x86_64-apple-darwin17.0.0' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='darwin17.0.0' | |
| host_vendor='apple' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| install-data-am: $(if $(HELP_ID),install-help) | |
| install-help: $(_HELP_LC_FILES) | |
| install_sh='${SHELL} /private/tmp/libgda-20170924-61640-jl75vx/libgda-5.2.4/install-sh' | |
| intltool__v_merge_options_0='-q' | |
| intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' | |
| libdir='${exec_prefix}/lib' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| mkdir_p='$(MKDIR_P)' | |
| mostlyclean-am: $(if $(HELP_ID),clean-help) | |
| oldincludedir='/usr/include' | |
| pdfdir='${docdir}' | |
| pot: $(_HELP_POTFILE) | |
| prefix='/usr/local/Cellar/libgda/5.2.4_2' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| repo: $(_HELP_POTFILE) | |
| sbindir='${exec_prefix}/sbin' | |
| sharedstatedir='${prefix}/com' | |
| sysconfdir='${prefix}/etc' | |
| target_alias='' | |
| uninstall-am: $(if $(HELP_ID),uninstall-help) | |
| uninstall-help: | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Data Access" | |
| #define PACKAGE_TARNAME "libgda" | |
| #define PACKAGE_VERSION "5.2.4" | |
| #define PACKAGE_STRING "GNU Data Access 5.2.4" | |
| #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libgda" | |
| #define PACKAGE_URL "http://www.gnome-db.org" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_UNSIGNED_INT 4 | |
| #define SIZEOF_UNSIGNED_LONG_INT 8 | |
| #define SIZEOF_INT_P 8 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define USE_MLOCK 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_GDU 1 | |
| #define GETTEXT_PACKAGE "libgda-5.0" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define ISO_CODES_PREFIX "" | |
| #define HAVE_CARBON 1 | |
| #define HAVE_LIBCRYPTO /**/ | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_READLINE 1 | |
| #define HAVE_HISTORY 1 | |
| #define HAVE_TERMIOS_H 1 | |
| configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment