Skip to content

Instantly share code, notes, and snippets.

@tzudot
Created July 27, 2015 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzudot/c960dd8cdaf28ab402ad to your computer and use it in GitHub Desktop.
Save tzudot/c960dd8cdaf28ab402ad to your computer and use it in GitHub Desktop.
2015-07-26 18:17:37 -0400
./configure
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/wireshark/1.12.6
--with-gnutls
--disable-gtktest
--with-qt
checking build system type... x86_64-apple-darwin14.4.0
checking host system type... x86_64-apple-darwin14.4.0
checking target system type... x86_64-apple-darwin14.4.0
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 UID '501' is supported by ustar format... yes
checking whether GID '20' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
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 for style of include used by make... GNU
checking dependency style of clang... none
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking how to run the C preprocessor... clang -E
checking if clang is Clang... yes
checking if clang++ is Clang... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.4.0 file names to x86_64-apple-darwin14.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.4.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... no
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 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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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... darwin14.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether clang++ is a C++ compiler... yes
checking for perl... /usr/bin/perl
checking for python... /usr/bin/python
checking whether /usr/bin/python is Python 2.5 or later... yes
checking for bison... bison -y
checking for bison... /usr/bin/bison
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... yes
checking for flex... /usr/bin/flex
checking for pod2man... /usr/local/Library/ENV/4.3/pod2man
checking for pod2html... /usr/bin/pod2html
checking for xdg-open... no
checking for htmlview... no
checking for doxygen... no
checking for doxygen... no
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether we can build for OS X 10.10... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for LIBGNUTLS... yes
GnuTLS found, enabling SSL decryption
checking for libgcrypt-config... /usr/local/opt/libgcrypt/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.1.92... yes
libgcrypt found, enabling ipsec decryption
checking for libsmi >= 2... yes
checking for a2x... no
checking for a2x... no
checking for elinks... no
checking for elinks... no
checking for fop... no
checking for fop... no
checking for lynx... no
checking for lynx... no
checking for w3m... no
checking for w3m... no
checking for xmllint... /usr/bin/xmllint
checking for xmllint... yes
checking for xsltproc... /usr/bin/xsltproc
checking for xsltproc... yes
checking for desktop-file-install... no
checking for pkgproto... no
checking for pkgmk... no
checking for pkgtrans... no
checking for rpm... no
checking for dpkg-buildpackage... no
checking for xcodebuild... yes
checking for hdiutil... yes
checking for bless... yes
checking whether the compiler fails when given an unknown warning option... no, adding -Werror=unknown-warning-option
checking whether the compiler fails when given an warning option not supported for C++... yes
checking whether we can add -Wall -W to CFLAGS... yes
checking whether we can add -Wall -W to CXXFLAGS... yes
checking whether we can add -Wextra to CFLAGS... yes
checking whether we can add -Wextra to CXXFLAGS... yes
checking whether we can add -Wdeclaration-after-statement to CFLAGS... yes
checking whether we can add -Wendif-labels to CFLAGS... yes
checking whether we can add -Wendif-labels to CXXFLAGS... yes
checking whether we can add -Wpointer-arith to CFLAGS... yes
checking whether we can add -Wpointer-arith to CXXFLAGS... yes
checking whether we can add -Wno-pointer-sign to CFLAGS... yes
checking whether we can add -Warray-bounds to CFLAGS... yes
checking whether we can add -Warray-bounds to CXXFLAGS... yes
checking whether we can add -Wformat-security to CFLAGS... yes
checking whether we can add -Wformat-security to CXXFLAGS... yes
checking whether we can add -fwrapv to CFLAGS... yes
checking whether we can add -fwrapv to CXXFLAGS... yes
checking whether we can add -fno-strict-overflow to CFLAGS... no
checking whether we can add -fno-strict-overflow to CXXFLAGS... yes
configure: WARNING: clang and clang++ appear to be a mismatched pair
checking whether we can add -fno-delete-null-pointer-checks to CFLAGS... no
checking whether we can add -fno-delete-null-pointer-checks to CXXFLAGS... no
checking whether we can add -Wold-style-definition to CFLAGS... yes
checking whether we can add -Wshorten-64-to-32 to CFLAGS... yes
checking whether we can add -Wstrict-prototypes to CFLAGS... yes
checking whether we can add -Wjump-misses-init to CFLAGS... no
checking whether we can add -Wvla to CFLAGS... yes
checking whether we can add -Wvla to CXXFLAGS... yes
checking whether we can add -Waddress to CFLAGS... yes
checking whether we can add -Waddress to CXXFLAGS... yes
checking whether we can add -Wattributes to CFLAGS... yes
checking whether we can add -Wattributes to CXXFLAGS... yes
checking whether we can add -Wdiv-by-zero to CFLAGS... yes
checking whether we can add -Wdiv-by-zero to CXXFLAGS... yes
checking whether we can add -Wignored-qualifiers to CFLAGS... yes
checking whether we can add -Wignored-qualifiers to CXXFLAGS... yes
checking whether we can add -Wpragmas to CFLAGS... yes
checking whether we can add -Wpragmas to CXXFLAGS... yes
checking whether we can add -Wno-overlength-strings to CFLAGS... yes
checking whether we can add -Wno-overlength-strings to CXXFLAGS... yes
checking whether we can add -Wwrite-strings to CFLAGS... yes
checking whether we can add -Wwrite-strings to CXXFLAGS... yes
checking whether we can add -Wno-long-long to CFLAGS... yes
checking whether we can add -Wno-long-long to CXXFLAGS... yes
checking whether we can add -Wc++-compat to CFLAGS... yes
checking whether we can add -Wheader-guard to CFLAGS... yes
checking whether we can add -Wheader-guard to CXXFLAGS... yes
checking whether we can add -Wshadow to CFLAGS... yes
checking whether -Wshadow warns about variables in function declarations shadowing other variables... no
checking whether we can add -Wlogical-op to CFLAGS... no
checking whether we can add -Wno-deprecated-declarations to CFLAGS... yes
checking whether we can add -Wno-deprecated-declarations to CXXFLAGS... yes
checking whether we can add -fexcess-precision=fast to CFLAGS... no
checking whether we can add -fexcess-precision=fast to CXXFLAGS... no
checking whether we can add -fvisibility=hidden to CFLAGS... yes
checking whether we can add -fvisibility=hidden to CXXFLAGS... yes
checking whether we can add -Wl,--as-needed to LDFLAGS... no
checking whether we can add -fPIE to CFLAGS... yes
checking whether we can add -fPIE to CXXFLAGS... yes
checking whether we can add -fPIE -pie to LDFLAGS... no
checking whether -D_FORTIFY_SOURCE=... can be used (without generating a warning)... yes
checking whether we should treat compiler warnings as errors... no
checking for platform-specific compiler flags... none needed
checking for platform-specific linker flags... Apple linker - added -Wl,-single_module and -Wl,-search_paths_first, and rpaths
checking whether make supports nested variables... (cached) yes
checking for CFPropertyListCreateWithStream... yes
checking whether to use /usr/local for headers and libraries... yes
checking for sed... (cached) /usr/local/Library/ENV/4.3/sed
checking for GNU sed as first sed in PATH... no
checking if profile builds must be generated... no
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for Qt5Core - version >= 4.6.0... no
checking for QtCore - version >= 4.6.0... yes (version 4.8.7)
checking for Qt5Gui - version >= 4.6.0... no
checking for QtGui - version >= 4.6.0... yes (version 4.8.7)
checking for Qt5Widgets - version >= 4.6.0... no
checking for QtWidgets - version >= 4.6.0... no
checking for Qt5PrintSupport - version >= 4.6.0... no
checking for QtPrintSupport - version >= 4.6.0... no
checking for Qt5MacExtras - version >= 4.6.0... no
checking for QtMacExtras - version >= 4.6.0... no
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking for GLIB - version >= 2.16.0... yes (version 2.44.1)
checking for uic... /usr/local/opt/qt/bin/uic
checking for moc... /usr/local/opt/qt/bin/moc
checking whether GLib supports loadable modules... yes
checking for dladdr... yes
checking whether GLib supports POSIX/XSI thousands grouping... yes
checking for gethostbyname... yes
checking for connect... yes
checking whether to use libpcap for packet capture... yes
checking for pcap-config... /usr/bin/pcap-config
checking for broken pcap-config... no
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_open_dead... yes
checking for pcap_freecode... yes
checking whether pcap_breakloop is present... yes
checking whether pcap_findalldevs is present and usable... yes
checking for pcap_datalink_val_to_name... yes
checking for pcap_datalink_name_to_val... yes
checking for pcap_datalink_val_to_description... yes
checking for pcap_list_datalinks... yes
checking for pcap_set_datalink... yes
checking for pcap_lib_version... yes
checking for pcap_get_selectable_fd... yes
checking for pcap_free_datalinks... yes
checking for pcap_create... yes
checking for bpf_image... yes
checking whether to include airpcap support... yes
checking whether to build dumpcap... yes
checking whether to build rawshark... yes
checking whether to use libpcap remote capturing feature... no
checking whether to use zlib for gzip compression and decompression... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflatePrime... yes
checking for inflatePrime missing when linking with X11... no
checking whether to use liblua for the Lua scripting plugin... yes
checking Lua version... Lua 5.2
checking lua.h usability... yes
checking lua.h presence... yes
checking for lua.h... yes
checking lualib.h usability... yes
checking lualib.h presence... yes
checking for lualib.h... yes
checking lauxlib.h usability... yes
checking lauxlib.h presence... yes
checking for lauxlib.h... yes
checking for luaL_openlibs in -llua... yes
checking whether to use libportaudio for the rtp_player... yes
checking portaudio.h usability... yes
checking portaudio.h presence... yes
checking for portaudio.h... yes
checking for PortAudioStream... no
checking for Pa_Initialize in -lportaudio... yes
checking whether to enable ipv6 name resolution if available... yes
checking ipv6 stack type... "kame, inet6"
checking for setcap... no
checking whether to install dumpcap with cap_net_admin and cap_net_raw capabilities... no
checking whether to install dumpcap setuid... no
checking for setresuid... no
checking for setresgid... no
checking whether to use the libcap capabilities library... yes
checking for cap_set_flag in -lcap... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking whether to use SSL library... no
checking whether to use Kerberos library... yes
checking for krb5-config... /usr/bin/krb5-config
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking whether the Kerberos library is Heimdal or MIT... MIT
checking whether MIT includes krb5_kt_resolve... yes
checking whether krb5.h defines KEYTYPE_ARCFOUR_56... no
checking whether to use the c-ares library if available... yes
checking for ares_init in -lcares... yes
checking whether to use the GNU ADNS library if available... no
checking whether to use the GeoIP IP address mapping library if available... yes
checking for GeoIP_new in -lGeoIP... yes
checking for GeoIP_country_name_by_ipnum_v6 in -lGeoIP... yes
checking whether to use the Python interpreter for scripting... no
checking for tm_zone in struct tm... yes
checking for st_flags in struct stat... yes
checking for sa_len in struct sockaddr... yes
checking whether byte ordering is bigendian... no
checking whether clang needs -traditional... no
checking for getopt_long... yes
checking whether optreset is defined... yes
checking for strncasecmp... yes
checking for mkstemp... yes
checking for mkdtemp... yes
checking for library containing inet_aton... none required
checking for library containing inet_pton... none required
checking for broken inet_pton... ok
checking for library containing inet_ntop... none required
checking for inet_ntop prototype... yes
checking for strptime... yes
checking for getprotobynumber... yes
checking for gethostbyname2... yes
checking for issetugid... yes
checking for mmap... yes
checking for mprotect... yes
checking for sysconf... yes
checking for SBC... no
checking whether we need memory allocations to be 8-byte aligned... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doxygen.cfg
config.status: creating asn1/Makefile
config.status: creating asn1/acp133/Makefile
config.status: creating asn1/acse/Makefile
config.status: creating asn1/ansi_map/Makefile
config.status: creating asn1/ansi_tcap/Makefile
config.status: creating asn1/atn-cm/Makefile
config.status: creating asn1/atn-cpdlc/Makefile
config.status: creating asn1/atn-ulcs/Makefile
config.status: creating asn1/c1222/Makefile
config.status: creating asn1/camel/Makefile
config.status: creating asn1/cdt/Makefile
config.status: creating asn1/charging_ase/Makefile
config.status: creating asn1/cmip/Makefile
config.status: creating asn1/cmp/Makefile
config.status: creating asn1/crmf/Makefile
config.status: creating asn1/cms/Makefile
config.status: creating asn1/credssp/Makefile
config.status: creating asn1/dap/Makefile
config.status: creating asn1/disp/Makefile
config.status: creating asn1/dop/Makefile
config.status: creating asn1/dsp/Makefile
config.status: creating asn1/ess/Makefile
config.status: creating asn1/ftam/Makefile
config.status: creating asn1/gnm/Makefile
config.status: creating asn1/goose/Makefile
config.status: creating asn1/gprscdr/Makefile
config.status: creating asn1/gsm_map/Makefile
config.status: creating asn1/h225/Makefile
config.status: creating asn1/h235/Makefile
config.status: creating asn1/h245/Makefile
config.status: creating asn1/h248/Makefile
config.status: creating asn1/h282/Makefile
config.status: creating asn1/h283/Makefile
config.status: creating asn1/h323/Makefile
config.status: creating asn1/h450/Makefile
config.status: creating asn1/h450-ros/Makefile
config.status: creating asn1/h460/Makefile
config.status: creating asn1/h501/Makefile
config.status: creating asn1/HI2Operations/Makefile
config.status: creating asn1/hnbap/Makefile
config.status: creating asn1/idmp/Makefile
config.status: creating asn1/ilp/Makefile
config.status: creating asn1/inap/Makefile
config.status: creating asn1/isdn-sup/Makefile
config.status: creating asn1/kerberos/Makefile
config.status: creating asn1/lcsap/Makefile
config.status: creating asn1/ldap/Makefile
config.status: creating asn1/logotypecertextn/Makefile
config.status: creating asn1/lpp/Makefile
config.status: creating asn1/lppa/Makefile
config.status: creating asn1/lppe/Makefile
config.status: creating asn1/lte-rrc/Makefile
config.status: creating asn1/m3ap/Makefile
config.status: creating asn1/mms/Makefile
config.status: creating asn1/mpeg-audio/Makefile
config.status: creating asn1/mpeg-pes/Makefile
config.status: creating asn1/nbap/Makefile
config.status: creating asn1/ns_cert_exts/Makefile
config.status: creating asn1/novell_pkis/Makefile
config.status: creating asn1/ocsp/Makefile
config.status: creating asn1/p1/Makefile
config.status: creating asn1/p22/Makefile
config.status: creating asn1/p7/Makefile
config.status: creating asn1/p772/Makefile
config.status: creating asn1/pcap/Makefile
config.status: creating asn1/pkcs1/Makefile
config.status: creating asn1/pkcs12/Makefile
config.status: creating asn1/pkinit/Makefile
config.status: creating asn1/pkixac/Makefile
config.status: creating asn1/pkix1explicit/Makefile
config.status: creating asn1/pkix1implicit/Makefile
config.status: creating asn1/pkixproxy/Makefile
config.status: creating asn1/pkixqualified/Makefile
config.status: creating asn1/pkixtsp/Makefile
config.status: creating asn1/pres/Makefile
config.status: creating asn1/q932/Makefile
config.status: creating asn1/q932-ros/Makefile
config.status: creating asn1/qsig/Makefile
config.status: creating asn1/ranap/Makefile
config.status: creating asn1/rnsap/Makefile
config.status: creating asn1/ros/Makefile
config.status: creating asn1/rrc/Makefile
config.status: creating asn1/rrlp/Makefile
config.status: creating asn1/rtse/Makefile
config.status: creating asn1/rua/Makefile
config.status: creating asn1/s1ap/Makefile
config.status: creating asn1/sabp/Makefile
config.status: creating asn1/sbc-ap/Makefile
config.status: creating asn1/smrse/Makefile
config.status: creating asn1/snmp/Makefile
config.status: creating asn1/spnego/Makefile
config.status: creating asn1/sv/Makefile
config.status: creating asn1/t124/Makefile
config.status: creating asn1/t125/Makefile
config.status: creating asn1/t38/Makefile
config.status: creating asn1/tcap/Makefile
config.status: creating asn1/tetra/Makefile
config.status: creating asn1/ulp/Makefile
config.status: creating asn1/wlancertextn/Makefile
config.status: creating asn1/x2ap/Makefile
config.status: creating asn1/x509af/Makefile
config.status: creating asn1/x509ce/Makefile
config.status: creating asn1/x509if/Makefile
config.status: creating asn1/x509sat/Makefile
config.status: creating asn1/x721/Makefile
config.status: creating doc/Makefile
config.status: creating docbook/Makefile
config.status: creating epan/Makefile
config.status: creating epan/crypt/Makefile
config.status: creating epan/doxygen.cfg
config.status: creating epan/dfilter/Makefile
config.status: creating epan/dissectors/Makefile
config.status: creating epan/dissectors/dcerpc/Makefile
config.status: creating epan/dissectors/pidl/Makefile
config.status: creating epan/ftypes/Makefile
config.status: creating epan/nghttp2/Makefile
config.status: creating epan/wmem/Makefile
config.status: creating epan/wslua/Makefile
config.status: creating epan/wspython/Makefile
config.status: creating filetap/Makefile
config.status: creating codecs/Makefile
config.status: creating ui/Makefile
config.status: creating ui/doxygen.cfg
config.status: creating ui/gtk/Makefile
config.status: creating ui/gtk/doxygen.cfg
config.status: creating ui/cli/Makefile
config.status: creating ui/qt/Makefile
config.status: creating ui/qt/doxygen.cfg
config.status: creating help/Makefile
config.status: creating packaging/Makefile
config.status: creating packaging/macosx/Info.plist
config.status: creating packaging/macosx/Makefile
config.status: creating packaging/macosx/osx-dmg.sh
config.status: creating packaging/macosx/Wireshark_package.pmdoc/index.xml
config.status: creating packaging/nsis/Makefile
config.status: creating packaging/rpm/Makefile
config.status: creating packaging/rpm/SPECS/Makefile
config.status: creating packaging/rpm/SPECS/wireshark.spec
config.status: creating packaging/svr4/Makefile
config.status: creating packaging/svr4/checkinstall
config.status: creating packaging/svr4/pkginfo
config.status: creating plugins/Makefile
config.status: creating plugins/docsis/Makefile
config.status: creating plugins/ethercat/Makefile
config.status: creating plugins/gryphon/Makefile
config.status: creating plugins/irda/Makefile
config.status: creating plugins/m2m/Makefile
config.status: creating plugins/mate/Makefile
config.status: creating plugins/opcua/Makefile
config.status: creating plugins/profinet/Makefile
config.status: creating plugins/stats_tree/Makefile
config.status: creating plugins/unistim/Makefile
config.status: creating plugins/wimax/Makefile
config.status: creating plugins/wimaxasncp/Makefile
config.status: creating plugins/wimaxmacphy/Makefile
config.status: creating tools/Makefile
config.status: creating tools/lemon/Makefile
config.status: creating wiretap/Makefile
config.status: creating wsutil/Makefile
config.status: creating echld/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
The Wireshark package has been configured with the following options.
Build wireshark (Gtk+) : no
Build wireshark-qt : yes
Build tshark : yes
Build capinfos : yes
Build captype : yes
Build editcap : yes
Build dumpcap : yes
Build mergecap : yes
Build reordercap : yes
Build text2pcap : yes
Build randpkt : yes
Build dftest : yes
Build rawshark : yes
Save files as pcap-ng by default : yes
Install dumpcap with capabilities : no
Install dumpcap setuid : no
Use dumpcap group : (none)
Use plugins : yes
Use Lua library : yes
Use Python binding : no
Build rtp_player : yes
Build profile binaries : no
Use pcap library : yes
Use zlib library : yes
Use kerberos library : yes (MIT)
Use c-ares library : yes
Use GNU ADNS library : no (using c-ares instead)
Use SMI MIB library : yes
Use GNU crypto library : yes
Use SSL crypto library : no
Use IPv6 name resolution : yes
Use gnutls library : yes
Use POSIX capabilities library : no
Use GeoIP library : yes
Use nl library : no
Use SBC codec library : no
clang called with: -E -
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
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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
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
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
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
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
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
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
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
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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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
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
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
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
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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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
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
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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
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
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
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
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
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
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
clang++ called with: -c -g -O2 -Qunused-arguments 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments 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
clang++ called with: -o conftest -g -O2 -Qunused-arguments 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Qunused-arguments 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Qunused-arguments 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments 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
clang++ called with: -c -g -O2 -Qunused-arguments -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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -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
clang++ called with: -o conftest -g -O2 -Qunused-arguments -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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Qunused-arguments -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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Qunused-arguments -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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -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
clang++ called with: -o conftest -g -O2 -Qunused-arguments 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Qunused-arguments 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -lfl
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -lfl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -ll
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -ll -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -ll
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -ll -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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
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
clang called with: -c -g -O2 -I/usr/local/include 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/include 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
clang called with: -c -g -O2 -Wxyzzy-this-will-never-succeed-xyzzy 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wxyzzy-this-will-never-succeed-xyzzy 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wmissing-prototypes 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wmissing-prototypes 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
clang++ called with: -c -g -O2 -Qunused-arguments -Werror -Wmissing-prototypes 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Werror -Wmissing-prototypes 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wmissing-declarations 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wmissing-declarations 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
clang++ called with: -c -g -O2 -Qunused-arguments -Werror -Wmissing-declarations 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Werror -Wmissing-declarations 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
clang called with: -c -g -O2 -Werror=unknown-warning-option -Wall -W 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror=unknown-warning-option -Wall -W 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
clang++ called with: -c -g -O2 -Qunused-arguments -Werror=unknown-warning-option -Wall -W 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Werror=unknown-warning-option -Wall -W 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
clang called with: -c -g -O2 -Wall -W -Werror=unknown-warning-option -Wextra 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Werror=unknown-warning-option -Wextra 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Werror=unknown-warning-option -Wextra 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Werror=unknown-warning-option -Wextra 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
clang called with: -c -g -O2 -Wall -W -Wextra -Werror=unknown-warning-option -Wdeclaration-after-statement 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Werror=unknown-warning-option -Wdeclaration-after-statement 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Werror=unknown-warning-option -Wendif-labels 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Werror=unknown-warning-option -Wendif-labels 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Werror=unknown-warning-option -Wendif-labels 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Werror=unknown-warning-option -Wendif-labels 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Werror=unknown-warning-option -Wpointer-arith 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Werror=unknown-warning-option -Wpointer-arith 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Werror=unknown-warning-option -Wpointer-arith 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Werror=unknown-warning-option -Wpointer-arith 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Werror=unknown-warning-option -Wno-pointer-sign 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Werror=unknown-warning-option -Wno-pointer-sign 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Werror=unknown-warning-option -Warray-bounds 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Werror=unknown-warning-option -Warray-bounds 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Werror=unknown-warning-option -Warray-bounds 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Werror=unknown-warning-option -Warray-bounds 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Werror=unknown-warning-option -Wformat-security 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Werror=unknown-warning-option -Wformat-security 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Werror=unknown-warning-option -Wformat-security 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Werror=unknown-warning-option -Wformat-security 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -Werror -fwrapv 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -Werror -fwrapv 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -Werror -fwrapv 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -Werror -fwrapv 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror -fno-strict-overflow 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror -fno-strict-overflow 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -Werror -fno-strict-overflow 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -Werror -fno-strict-overflow 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror -fno-delete-null-pointer-checks 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror -fno-delete-null-pointer-checks 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Werror -fno-delete-null-pointer-checks 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Werror -fno-delete-null-pointer-checks 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror=unknown-warning-option -Wold-style-definition 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror=unknown-warning-option -Wold-style-definition 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Werror=unknown-warning-option -Wshorten-64-to-32 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Werror=unknown-warning-option -Wshorten-64-to-32 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Werror=unknown-warning-option -Wstrict-prototypes 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Werror=unknown-warning-option -Wstrict-prototypes 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Werror=unknown-warning-option -Wjump-misses-init 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Werror=unknown-warning-option -Wjump-misses-init 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Werror=unknown-warning-option -Wvla 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Werror=unknown-warning-option -Wvla 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Werror=unknown-warning-option -Wvla 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Werror=unknown-warning-option -Wvla 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Werror=unknown-warning-option -Waddress 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Werror=unknown-warning-option -Waddress 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Werror=unknown-warning-option -Waddress 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Werror=unknown-warning-option -Waddress 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Werror=unknown-warning-option -Wattributes 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Werror=unknown-warning-option -Wattributes 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Werror=unknown-warning-option -Wattributes 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Werror=unknown-warning-option -Wattributes 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Werror=unknown-warning-option -Wdiv-by-zero 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Werror=unknown-warning-option -Wdiv-by-zero 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Werror=unknown-warning-option -Wdiv-by-zero 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Werror=unknown-warning-option -Wdiv-by-zero 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Werror=unknown-warning-option -Wignored-qualifiers 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Werror=unknown-warning-option -Wignored-qualifiers 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Werror=unknown-warning-option -Wignored-qualifiers 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Werror=unknown-warning-option -Wignored-qualifiers 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Werror=unknown-warning-option -Wpragmas 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Werror=unknown-warning-option -Wpragmas 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Werror=unknown-warning-option -Wpragmas 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Werror=unknown-warning-option -Wpragmas 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Werror=unknown-warning-option -Wno-overlength-strings 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Werror=unknown-warning-option -Wno-overlength-strings 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Werror=unknown-warning-option -Wno-overlength-strings 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Werror=unknown-warning-option -Wno-overlength-strings 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Werror=unknown-warning-option -Wwrite-strings 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Werror=unknown-warning-option -Wwrite-strings 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Werror=unknown-warning-option -Wwrite-strings 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Werror=unknown-warning-option -Wwrite-strings 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Werror=unknown-warning-option -Wno-long-long 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Werror=unknown-warning-option -Wno-long-long 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Werror=unknown-warning-option -Wno-long-long 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Werror=unknown-warning-option -Wno-long-long 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Werror=unknown-warning-option -Wc++-compat 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Werror=unknown-warning-option -Wc++-compat 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Werror=unknown-warning-option -Wheader-guard 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Werror=unknown-warning-option -Wheader-guard 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Werror=unknown-warning-option -Wheader-guard 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Werror=unknown-warning-option -Wheader-guard 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Werror=unknown-warning-option -Wshadow 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Werror=unknown-warning-option -Wshadow 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Werror=unknown-warning-option -Wshadow -Werror 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Werror=unknown-warning-option -Wshadow -Werror 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Werror=unknown-warning-option -Wlogical-op 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Werror=unknown-warning-option -Wlogical-op 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Werror=unknown-warning-option -Wno-deprecated-declarations 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Werror=unknown-warning-option -Wno-deprecated-declarations 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Werror=unknown-warning-option -Wno-deprecated-declarations 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Werror=unknown-warning-option -Wno-deprecated-declarations 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -Werror -fexcess-precision=fast 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -Werror -fexcess-precision=fast 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -Werror -fexcess-precision=fast 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -Werror -fexcess-precision=fast 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -Werror -fvisibility=hidden 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -Werror -fvisibility=hidden 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -Werror -fvisibility=hidden 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -Werror -fvisibility=hidden 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Wl,--as-needed 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Wl,--as-needed 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Werror -fPIE 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Werror -fPIE 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
clang++ called with: -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -fvisibility=hidden -Werror -fPIE 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
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -fvisibility=hidden -Werror -fPIE 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -fPIE -pie 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -fPIE -pie 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Werror -D_FORTIFY_SOURCE=2 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Werror -D_FORTIFY_SOURCE=2 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib conftest.c -framework CoreFoundation
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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib conftest.c -framework CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib 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 -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -llua -lz -llua -lm -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -llua -lz -llua -lm -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lportaudio -lz -lportaudio
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lportaudio -lz -lportaudio -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lcap -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lcap -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -dynamic -Wl,-search_paths_first -lkrb5
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -dynamic -Wl,-search_paths_first -lkrb5 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lcares -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lcares -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lGeoIP -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lGeoIP -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lGeoIP -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lGeoIP -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -E -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB 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
clang called with: -o conftest -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file has been truncated, but you can view the full file.
2015-07-26 18:18:04 -0400
make
/usr/bin/perl ./make-version.pl .
Version configuration file version.conf not found. Using defaults.
version.h has been updated.
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in tools
Making all in lemon
clang -I../.. -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -fPIE -o lemon lemon.c
sed \
-e 's,@BIN_PREFIX\@,/usr/local/Cellar/wireshark/1.12.6/bin,' \
-e 's,@TSHARK_BIN\@,tshark,' \
-e 's,@DUMPCAP_BIN\@,dumpcap,' \
< ./setuid-root.pl.in > setuid-root.pl
chmod +x setuid-root.pl
Making all in wsutil
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o adler32.lo adler32.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o aes.lo aes.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o airpdcap_wep.lo airpdcap_wep.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o base64.lo base64.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Celibtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c airpdcap_wep.c -fno-common -DPIC -o .libs/airpdcap_wep.o
llar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c base64.c -fno-common -DPIC -o .libs/base64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c adler32.c -fno-common -DPIC -o .libs/adler32.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c aes.c -fno-common -DPIC -o .libs/aes.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o bitswap.lo bitswap.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o buffer.lo buffer.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crash_info.lo crash_info.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c bitswap.c -fno-common -DPIC -o .libs/bitswap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c buffer.c -fno-common -DPIC -o .libs/buffer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crash_info.c -fno-common -DPIC -o .libs/crash_info.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc6.lo crc6.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc7.lo crc7.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc8.lo crc8.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc10.lo crc10.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc6.c -fno-common -DPIC -o .libs/crc6.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc7.c -fno-common -DPIC -o .libs/crc7.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc8.c -fno-common -DPIC -o .libs/crc8.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc10.c -fno-common -DPIC -o .libs/crc10.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc11.lo crc11.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc16.lo crc16.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc16-plain.lo crc16-plain.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crc32.lo crc32.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc11.c -fno-common -DPIC -o .libs/crc11.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc16.c -fno-common -DPIC -o .libs/crc16.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc16-plain.c -fno-common -DPIC -o .libs/crc16-plain.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crc32.c -fno-common -DPIC -o .libs/crc32.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o crcdrm.lo crcdrm.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o des.lo des.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o eax.lo eax.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o filesystem.lo filesystem.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c crcdrm.c -fno-common -DPIC -o .libs/crcdrm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c des.c -fno-common -DPIC -o .libs/des.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c eax.c -fno-common -DPIC -o .libs/eax.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c filesystem.c -fno-common -DPIC -o .libs/filesystem.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o g711.lo g711.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c g711.c -fno-common -DPIC -o .libs/g711.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o md4.lo md4.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o md5.lo md5.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c md5.c -fno-common -DPIC -o .libs/md5.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c md4.c -fno-common -DPIC -o .libs/md4.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o mpeg-audio.lo mpeg-audio.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o nstime.lo nstime.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c nstime.c -fno-common -DPIC -o .libs/nstime.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c mpeg-audio.c -fno-common -DPIC -o .libs/mpeg-audio.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o plugins.lo plugins.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o privileges.lo privileges.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o sha1.lo sha1.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o strnatcmp.lo strnatcmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c plugins.c -fno-common -DPIC -o .libs/plugins.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c privileges.c -fno-common -DPIC -o .libs/privileges.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c sha1.c -fno-common -DPIC -o .libs/sha1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c strnatcmp.c -fno-common -DPIC -o .libs/strnatcmp.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o str_util.lo str_util.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o rc4.lo rc4.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o report_err.lo report_err.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c str_util.c -fno-common -DPIC -o .libs/str_util.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c rc4.c -fno-common -DPIC -o .libs/rc4.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c report_err.c -fno-common -DPIC -o .libs/report_err.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o tempfile.lo tempfile.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o time_util.lo time_util.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o type_util.lo type_util.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o u3.lo u3.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c tempfile.c -fno-common -DPIC -o .libs/tempfile.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c time_util.c -fno-common -DPIC -o .libs/time_util.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c type_util.c -fno-common -DPIC -o .libs/type_util.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c u3.c -fno-common -DPIC -o .libs/u3.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o unicode-utils.lo unicode-utils.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DTOP_SRCDIR=\"/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6\" -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c unicode-utils.c -fno-common -DPIC -o .libs/unicode-utils.o
/bin/sh ../libtool --tag=CC --mode=link clang -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -version-info 5:0:1 -Wl,-single_module -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libwsutil.la -rpath /usr/local/Cellar/wireshark/1.12.6/lib adler32.lo aes.lo airpdcap_wep.lo base64.lo bitswap.lo buffer.lo crash_info.lo crc6.lo crc7.lo crc8.lo crc10.lo crc11.lo crc16.lo crc16-plain.lo crc32.lo crcdrm.lo des.lo eax.lo filesystem.lo g711.lo md4.lo md5.lo mpeg-audio.lo nstime.lo plugins.lo privileges.lo sha1.lo strnatcmp.lo str_util.lo rc4.lo report_err.lo tempfile.lo time_util.lo type_util.lo u3.lo unicode-utils.lo -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/usr/local/Cellar/libgcrypt/1.6.3_1/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.19/lib -lgpg-error -lz
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwsutil.4.dylib .libs/adler32.o .libs/aes.o .libs/airpdcap_wep.o .libs/base64.o .libs/bitswap.o .libs/buffer.o .libs/crash_info.o .libs/crc6.o .libs/crc7.o .libs/crc8.o .libs/crc10.o .libs/crc11.o .libs/crc16.o .libs/crc16-plain.o .libs/crc32.o .libs/crcdrm.o .libs/des.o .libs/eax.o .libs/filesystem.o .libs/g711.o .libs/md4.o .libs/md5.o .libs/mpeg-audio.o .libs/nstime.o .libs/plugins.o .libs/privileges.o .libs/sha1.o .libs/strnatcmp.o .libs/str_util.o .libs/rc4.o .libs/report_err.o .libs/tempfile.o .libs/time_util.o .libs/type_util.o .libs/u3.o .libs/unicode-utils.o -L/usr/local/lib -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/usr/local/Cellar/libgcrypt/1.6.3_1/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.19/lib -lgpg-error -lz -O2 -Wl,-single_module -Wl,-search_paths_first -Wl,-rpath -Wl,@executable_path/../lib -Wl,-rpath -Wl,@executable_path/../Frameworks -Wl,-rpath -Wl,/usr/local/lib -install_name /usr/local/Cellar/wireshark/1.12.6/lib/libwsutil.4.dylib -compatibility_version 6 -current_version 6.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwsutil.dylib" && ln -s "libwsutil.4.dylib" "libwsutil.dylib")
libtool: link: ( cd ".libs" && rm -f "libwsutil.la" && ln -s "../libwsutil.la" "libwsutil.la" )
Making all in wiretap
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-5views.lo `test -f '5views.c' || echo './'`5views.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-aethra.lo `test -f 'aethra.c' || echo './'`aethra.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-ascendtext.lo `test -f 'ascendtext.c' || echo './'`ascendtext.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-atm.lo `test -f 'atm.c' || echo './'`atm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c aethra.c -fno-common -DPIC -o .libs/libwiretap_la-aethra.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ascendtext.c -fno-common -DPIC -o .libs/libwiretap_la-ascendtext.o
.0/include -I/usr/local/opt/gettext/include -c atm.c -fno-common -DPIC -o .libs/libwiretap_la-atm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c 5views.c -fno-common -DPIC -o .libs/libwiretap_la-5views.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-ber.lo `test -f 'ber.c' || echo './'`ber.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-btsnoop.lo `test -f 'btsnoop.c' || echo './'`btsnoop.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-camins.lo `test -f 'camins.c' || echo './'`camins.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-catapult_dct2000.lo `test -f 'catapult_dct2000.c' || echo './'`catapult_dct2000.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ber.c -fno-common -DPIC -o .libs/libwiretap_la-ber.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c btsnoop.c -fno-common -DPIC -o .libs/libwiretap_la-btsnoop.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c camins.c -fno-common -DPIC -o .libs/libwiretap_la-camins.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c catapult_dct2000.c -fno-common -DPIC -o .libs/libwiretap_la-catapult_dct2000.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-commview.lo `test -f 'commview.c' || echo './'`commview.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-cosine.lo `test -f 'cosine.c' || echo './'`cosine.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-csids.lo `test -f 'csids.c' || echo './'`csids.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c commview.c -fno-common -DPIC -o .libs/libwiretap_la-commview.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c csids.c -fno-common -DPIC -o .libs/libwiretap_la-csids.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c cosine.c -fno-common -DPIC -o .libs/libwiretap_la-cosine.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-daintree-sna.lo `test -f 'daintree-sna.c' || echo './'`daintree-sna.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-dbs-etherwatch.lo `test -f 'dbs-etherwatch.c' || echo './'`dbs-etherwatch.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-dct3trace.lo `test -f 'dct3trace.c' || echo './'`dct3trace.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-erf.lo `test -f 'erf.c' || echo './'`erf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c daintree-sna.c -fno-common -DPIC -o .libs/libwiretap_la-daintree-sna.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c dbs-etherwatch.c -fno-common -DPIC -o .libs/libwiretap_la-dbs-etherwatch.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c dct3trace.c -fno-common -DPIC -o .libs/libwiretap_la-dct3trace.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c erf.c -fno-common -DPIC -o .libs/libwiretap_la-erf.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-eyesdn.lo `test -f 'eyesdn.c' || echo './'`eyesdn.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-file_access.lo `test -f 'file_access.c' || echo './'`file_access.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-file_wrappers.lo `test -f 'file_wrappers.c' || echo './'`file_wrappers.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c eyesdn.c -fno-common -DPIC -o .libs/libwiretap_la-eyesdn.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file_access.c -fno-common -DPIC -o .libs/libwiretap_la-file_access.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-hcidump.lo `test -f 'hcidump.c' || echo './'`hcidump.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file_wrappers.c -fno-common -DPIC -o .libs/libwiretap_la-file_wrappers.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c hcidump.c -fno-common -DPIC -o .libs/libwiretap_la-hcidump.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-i4btrace.lo `test -f 'i4btrace.c' || echo './'`i4btrace.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c i4btrace.c -fno-common -DPIC -o .libs/libwiretap_la-i4btrace.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-ipfix.lo `test -f 'ipfix.c' || echo './'`ipfix.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ipfix.c -fno-common -DPIC -o .libs/libwiretap_la-ipfix.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-iptrace.lo `test -f 'iptrace.c' || echo './'`iptrace.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-iseries.lo `test -f 'iseries.c' || echo './'`iseries.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c iptrace.c -fno-common -DPIC -o .libs/libwiretap_la-iptrace.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-mime_file.lo `test -f 'mime_file.c' || echo './'`mime_file.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c iseries.c -fno-common -DPIC -o .libs/libwiretap_la-iseries.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c mime_file.c -fno-common -DPIC -o .libs/libwiretap_la-mime_file.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-k12.lo `test -f 'k12.c' || echo './'`k12.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c k12.c -fno-common -DPIC -o .libs/libwiretap_la-k12.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-lanalyzer.lo `test -f 'lanalyzer.c' || echo './'`lanalyzer.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-logcat.lo `test -f 'logcat.c' || echo './'`logcat.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-libpcap.lo `test -f 'libpcap.c' || echo './'`libpcap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c lanalyzer.c -fno-common -DPIC -o .libs/libwiretap_la-lanalyzer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c logcat.c -fno-common -DPIC -o .libs/libwiretap_la-logcat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c libpcap.c -fno-common -DPIC -o .libs/libwiretap_la-libpcap.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-merge.lo `test -f 'merge.c' || echo './'`merge.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-mpeg.lo `test -f 'mpeg.c' || echo './'`mpeg.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-mp2t.lo `test -f 'mp2t.c' || echo './'`mp2t.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c merge.c -fno-common -DPIC -o .libs/libwiretap_la-merge.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-netmon.lo `test -f 'netmon.c' || echo './'`netmon.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c mpeg.c -fno-common -DPIC -o .libs/libwiretap_la-mpeg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c mp2t.c -fno-common -DPIC -o .libs/libwiretap_la-mp2t.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c netmon.c -fno-common -DPIC -o .libs/libwiretap_la-netmon.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-netscaler.lo `test -f 'netscaler.c' || echo './'`netscaler.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-netscreen.lo `test -f 'netscreen.c' || echo './'`netscreen.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-nettl.lo `test -f 'nettl.c' || echo './'`nettl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c netscaler.c -fno-common -DPIC -o .libs/libwiretap_la-netscaler.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c netscreen.c -fno-common -DPIC -o .libs/libwiretap_la-netscreen.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c nettl.c -fno-common -DPIC -o .libs/libwiretap_la-nettl.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-network_instruments.lo `test -f 'network_instruments.c' || echo './'`network_instruments.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c network_instruments.c -fno-common -DPIC -o .libs/libwiretap_la-network_instruments.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-netxray.lo `test -f 'netxray.c' || echo './'`netxray.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-ngsniffer.lo `test -f 'ngsniffer.c' || echo './'`ngsniffer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c netxray.c -fno-common -DPIC -o .libs/libwiretap_la-netxray.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ngsniffer.c -fno-common -DPIC -o .libs/libwiretap_la-ngsniffer.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-packetlogger.lo `test -f 'packetlogger.c' || echo './'`packetlogger.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packetlogger.c -fno-common -DPIC -o .libs/libwiretap_la-packetlogger.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-pcap-common.lo `test -f 'pcap-common.c' || echo './'`pcap-common.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-pcapng.lo `test -f 'pcapng.c' || echo './'`pcapng.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-peekclassic.lo `test -f 'peekclassic.c' || echo './'`peekclassic.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c pcap-common.c -fno-common -DPIC -o .libs/libwiretap_la-pcap-common.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c pcapng.c -fno-common -DPIC -o .libs/libwiretap_la-pcapng.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-peektagged.lo `test -f 'peektagged.c' || echo './'`peektagged.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c peekclassic.c -fno-common -DPIC -o .libs/libwiretap_la-peekclassic.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c peektagged.c -fno-common -DPIC -o .libs/libwiretap_la-peektagged.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-pppdump.lo `test -f 'pppdump.c' || echo './'`pppdump.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-radcom.lo `test -f 'radcom.c' || echo './'`radcom.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-snoop.lo `test -f 'snoop.c' || echo './'`snoop.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c pppdump.c -fno-common -DPIC -o .libs/libwiretap_la-pppdump.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c snoop.c -fno-common -DPIC -o .libs/libwiretap_la-snoop.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c radcom.c -fno-common -DPIC -o .libs/libwiretap_la-radcom.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-stanag4607.lo `test -f 'stanag4607.c' || echo './'`stanag4607.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-tnef.lo `test -f 'tnef.c' || echo './'`tnef.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-toshiba.lo `test -f 'toshiba.c' || echo './'`toshiba.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c stanag4607.c -fno-common -DPIC -o .libs/libwiretap_la-stanag4607.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-visual.lo `test -f 'visual.c' || echo './'`visual.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c tnef.c -fno-common -DPIC -o .libs/libwiretap_la-tnef.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c toshiba.c -fno-common -DPIC -o .libs/libwiretap_la-toshiba.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c visual.c -fno-common -DPIC -o .libs/libwiretap_la-visual.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-vms.lo `test -f 'vms.c' || echo './'`vms.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-vwr.lo `test -f 'vwr.c' || echo './'`vwr.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libwiretap_la-wtap.lo `test -f 'wtap.c' || echo './'`wtap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c vms.c -fno-common -DPIC -o .libs/libwiretap_la-vms.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c vwr.c -fno-common -DPIC -o .libs/libwiretap_la-vwr.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ascend.lo ascend.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c wtap.c -fno-common -DPIC -o .libs/libwiretap_la-wtap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ascend.c -fno-common -DPIC -o .libs/ascend.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ascend_scanner.lo ascend_scanner.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ascend_scanner.c -fno-common -DPIC -o .libs/ascend_scanner.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o k12text.lo k12text.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c k12text.c -fno-common -DPIC -o .libs/k12text.o
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libwiretap_generated.la ascend.lo ascend_scanner.lo k12text.lo -lz
libtool: link: ar cru .libs/libwiretap_generated.a .libs/ascend.o .libs/ascend_scanner.o .libs/k12text.o
libtool: link: ranlib .libs/libwiretap_generated.a
libtool: link: ( cd ".libs" && rm -f "libwiretap_generated.la" && ln -s "../libwiretap_generated.la" "libwiretap_generated.la" )
/bin/sh ../libtool --tag=CC --mode=link clang -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -version-info 4:6:0 -Wl,-single_module -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libwiretap.la -rpath /usr/local/Cellar/wireshark/1.12.6/lib libwiretap_la-5views.lo libwiretap_la-aethra.lo libwiretap_la-ascendtext.lo libwiretap_la-atm.lo libwiretap_la-ber.lo libwiretap_la-btsnoop.lo libwiretap_la-camins.lo libwiretap_la-catapult_dct2000.lo libwiretap_la-commview.lo libwiretap_la-cosine.lo libwiretap_la-csids.lo libwiretap_la-daintree-sna.lo libwiretap_la-dbs-etherwatch.lo libwiretap_la-dct3trace.lo libwiretap_la-erf.lo libwiretap_la-eyesdn.lo libwiretap_la-file_access.lo libwiretap_la-file_wrappers.lo libwiretap_la-hcidump.lo libwiretap_la-i4btrace.lo libwiretap_la-ipfix.lo libwiretap_la-iptrace.lo libwiretap_la-iseries.lo libwiretap_la-mime_file.lo libwiretap_la-k12.lo libwiretap_la-lanalyzer.lo libwiretap_la-logcat.lo libwiretap_la-libpcap.lo libwiretap_la-merge.lo libwiretap_la-mpeg.lo libwiretap_la-mp2t.lo libwiretap_la-netmon.lo libwiretap_la-netscaler.lo libwiretap_la-netscreen.lo libwiretap_la-nettl.lo libwiretap_la-network_instruments.lo libwiretap_la-netxray.lo libwiretap_la-ngsniffer.lo libwiretap_la-packetlogger.lo libwiretap_la-pcap-common.lo libwiretap_la-pcapng.lo libwiretap_la-peekclassic.lo libwiretap_la-peektagged.lo libwiretap_la-pppdump.lo libwiretap_la-radcom.lo libwiretap_la-snoop.lo libwiretap_la-stanag4607.lo libwiretap_la-tnef.lo libwiretap_la-toshiba.lo libwiretap_la-visual.lo libwiretap_la-vms.lo libwiretap_la-vwr.lo libwiretap_la-wtap.lo libwiretap_generated.la ../wsutil/libwsutil.la -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwiretap.4.dylib .libs/libwiretap_la-5views.o .libs/libwiretap_la-aethra.o .libs/libwiretap_la-ascendtext.o .libs/libwiretap_la-atm.o .libs/libwiretap_la-ber.o .libs/libwiretap_la-btsnoop.o .libs/libwiretap_la-camins.o .libs/libwiretap_la-catapult_dct2000.o .libs/libwiretap_la-commview.o .libs/libwiretap_la-cosine.o .libs/libwiretap_la-csids.o .libs/libwiretap_la-daintree-sna.o .libs/libwiretap_la-dbs-etherwatch.o .libs/libwiretap_la-dct3trace.o .libs/libwiretap_la-erf.o .libs/libwiretap_la-eyesdn.o .libs/libwiretap_la-file_access.o .libs/libwiretap_la-file_wrappers.o .libs/libwiretap_la-hcidump.o .libs/libwiretap_la-i4btrace.o .libs/libwiretap_la-ipfix.o .libs/libwiretap_la-iptrace.o .libs/libwiretap_la-iseries.o .libs/libwiretap_la-mime_file.o .libs/libwiretap_la-k12.o .libs/libwiretap_la-lanalyzer.o .libs/libwiretap_la-logcat.o .libs/libwiretap_la-libpcap.o .libs/libwiretap_la-merge.o .libs/libwiretap_la-mpeg.o .libs/libwiretap_la-mp2t.o .libs/libwiretap_la-netmon.o .libs/libwiretap_la-netscaler.o .libs/libwiretap_la-netscreen.o .libs/libwiretap_la-nettl.o .libs/libwiretap_la-network_instruments.o .libs/libwiretap_la-netxray.o .libs/libwiretap_la-ngsniffer.o .libs/libwiretap_la-packetlogger.o .libs/libwiretap_la-pcap-common.o .libs/libwiretap_la-pcapng.o .libs/libwiretap_la-peekclassic.o .libs/libwiretap_la-peektagged.o .libs/libwiretap_la-pppdump.o .libs/libwiretap_la-radcom.o .libs/libwiretap_la-snoop.o .libs/libwiretap_la-stanag4607.o .libs/libwiretap_la-tnef.o .libs/libwiretap_la-toshiba.o .libs/libwiretap_la-visual.o .libs/libwiretap_la-vms.o .libs/libwiretap_la-vwr.o .libs/libwiretap_la-wtap.o -Wl,-force_load,./.libs/libwiretap_generated.a -L/usr/local/lib ../wsutil/.libs/libwsutil.dylib -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/libgcrypt/1.6.3_1/lib -L/usr/local/Cellar/libgpg-error/1.19/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz -O2 -Wl,-single_module -Wl,-search_paths_first -Wl,-rpath -Wl,@executable_path/../lib -Wl,-rpath -Wl,@executable_path/../Frameworks -Wl,-rpath -Wl,/usr/local/lib -install_name /usr/local/Cellar/wireshark/1.12.6/lib/libwiretap.4.dylib -compatibility_version 5 -current_version 5.6 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwiretap.dylib" && ln -s "libwiretap.4.dylib" "libwiretap.dylib")
libtool: link: ( cd ".libs" && rm -f "libwiretap.la" && ln -s "../libwiretap.la" "libwiretap.la" )
Making all in filetap
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libfiletap_la-file_access.lo `test -f 'file_access.c' || echo './'`file_access.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libfiletap_la-ft_file_wrappers.lo `test -f 'ft_file_wrappers.c' || echo './'`ft_file_wrappers.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libfiletap_la-ftap.lo `test -f 'ftap.c' || echo './'`ftap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file_access.c -fno-common -DPIC -o .libs/libfiletap_la-file_access.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftap.c -fno-common -DPIC -o .libs/libfiletap_la-ftap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ft_file_wrappers.c -fno-common -DPIC -o .libs/libfiletap_la-ft_file_wrappers.o
/bin/sh ../libtool --tag=CC --mode=link clang -DWS_BUILD_DLL -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -version-info 0:6:0 -Wl,-single_module -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libfiletap.la -rpath /usr/local/Cellar/wireshark/1.12.6/lib libfiletap_la-file_access.lo libfiletap_la-ft_file_wrappers.lo libfiletap_la-ftap.lo ../wsutil/libwsutil.la -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libfiletap.0.dylib .libs/libfiletap_la-file_access.o .libs/libfiletap_la-ft_file_wrappers.o .libs/libfiletap_la-ftap.o -L/usr/local/lib ../wsutil/.libs/libwsutil.dylib -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/libgcrypt/1.6.3_1/lib -L/usr/local/Cellar/libgpg-error/1.19/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz -O2 -Wl,-single_module -Wl,-search_paths_first -Wl,-rpath -Wl,@executable_path/../lib -Wl,-rpath -Wl,@executable_path/../Frameworks -Wl,-rpath -Wl,/usr/local/lib -install_name /usr/local/Cellar/wireshark/1.12.6/lib/libfiletap.0.dylib -compatibility_version 1 -current_version 1.6 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libfiletap.dylib" && ln -s "libfiletap.0.dylib" "libfiletap.dylib")
libtool: link: ( cd ".libs" && rm -f "libfiletap.la" && ln -s "../libfiletap.la" "libfiletap.la" )
Making all in epan
Making all in crypt
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o airpdcap.lo airpdcap.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o airpdcap_ccmp.lo airpdcap_ccmp.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o airpdcap_debug.lo airpdcap_debug.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o airpdcap_rijndael.lo airpdcap_rijndael.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c airpdcap_ccmp.c -fno-common -DPIC -o .libs/airpdcap_ccmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c airpdcap_debug.c -fno-common -DPIC -o .libs/airpdcap_debug.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c airpdcap.c -fno-common -DPIC -o .libs/airpdcap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c airpdcap_rijndael.c -fno-common -DPIC -o .libs/airpdcap_rijndael.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o airpdcap_tkip.lo airpdcap_tkip.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c airpdcap_tkip.c -fno-common -DPIC -o .libs/airpdcap_tkip.o
/bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libairpdcap.la airpdcap.lo airpdcap_ccmp.lo airpdcap_debug.lo airpdcap_rijndael.lo airpdcap_tkip.lo -lz
libtool: link: ar cru .libs/libairpdcap.a .libs/airpdcap.o .libs/airpdcap_ccmp.o .libs/airpdcap_debug.o .libs/airpdcap_rijndael.o .libs/airpdcap_tkip.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libairpdcap.a(airpdcap_debug.o) has no symbols
libtool: link: ranlib .libs/libairpdcap.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libairpdcap.a(airpdcap_debug.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libairpdcap.la" && ln -s "../libairpdcap.la" "libairpdcap.la" )
Making all in ftypes
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftypes.lo ftypes.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-bytes.lo ftype-bytes.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-double.lo ftype-double.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-integer.lo ftype-integer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftypes.c -fno-common -DPIC -o .libs/ftypes.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-bytes.c -fno-common -DPIC -o .libs/ftype-bytes.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-integer.c -fno-common -DPIC -o .libs/ftype-integer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-double.c -fno-common -DPIC -o .libs/ftype-double.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-ipv4.lo ftype-ipv4.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-ipv6.lo ftype-ipv6.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-ipv4.c -fno-common -DPIC -o .libs/ftype-ipv4.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-guid.lo ftype-guid.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-none.lo ftype-none.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-ipv6.c -fno-common -DPIC -o .libs/ftype-ipv6.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-guid.c -fno-common -DPIC -o .libs/ftype-guid.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-none.c -fno-common -DPIC -o .libs/ftype-none.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-pcre.lo ftype-pcre.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-string.lo ftype-string.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-time.lo ftype-time.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-pcre.c -fno-common -DPIC -o .libs/ftype-pcre.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o ftype-tvbuff.lo ftype-tvbuff.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-string.c -fno-common -DPIC -o .libs/ftype-string.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-time.c -fno-common -DPIC -o .libs/ftype-time.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c ftype-tvbuff.c -fno-common -DPIC -o .libs/ftype-tvbuff.o
/bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libftypes.la ftypes.lo ftype-bytes.lo ftype-double.lo ftype-integer.lo ftype-ipv4.lo ftype-ipv6.lo ftype-guid.lo ftype-none.lo ftype-pcre.lo ftype-string.lo ftype-time.lo ftype-tvbuff.lo -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lz
libtool: link: ar cru .libs/libftypes.a .libs/ftypes.o .libs/ftype-bytes.o .libs/ftype-double.o .libs/ftype-integer.o .libs/ftype-ipv4.o .libs/ftype-ipv6.o .libs/ftype-guid.o .libs/ftype-none.o .libs/ftype-pcre.o .libs/ftype-string.o .libs/ftype-time.o .libs/ftype-tvbuff.o
libtool: link: ranlib .libs/libftypes.a
libtool: link: ( cd ".libs" && rm -f "libftypes.la" && ln -s "../libftypes.la" "libftypes.la" )
Making all in dfilter
../../tools/lemon/lemon t=./../../tools/lemon/lempar.c ./grammar.lemon || \
(rm -f grammar.c grammar.h ; false)
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-dfilter.lo `test -f 'dfilter.c' || echo './'`dfilter.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-dfilter-macro.lo `test -f 'dfilter-macro.c' || echo './'`dfilter-macro.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-dfunctions.lo `test -f 'dfunctions.c' || echo './'`dfunctions.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-dfvm.lo `test -f 'dfvm.c' || echo './'`dfvm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c dfilter-macro.c -fno-common -DPIC -o .libs/libdfilter_la-dfilter-macro.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c dfilter.c -fno-common -DPIC -o .libs/libdfilter_la-dfilter.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c dfunctions.c -fno-common -DPIC -o .libs/libdfilter_la-dfunctions.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c dfvm.c -fno-common -DPIC -o .libs/libdfilter_la-dfvm.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-drange.lo `test -f 'drange.c' || echo './'`drange.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-gencode.lo `test -f 'gencode.c' || echo './'`gencode.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-semcheck.lo `test -f 'semcheck.c' || echo './'`semcheck.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-sttype-function.lo `test -f 'sttype-function.c' || echo './'`sttype-function.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c drange.c -fno-common -DPIC -o .libs/libdfilter_la-drange.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c gencode.c -fno-common -DPIC -o .libs/libdfilter_la-gencode.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c semcheck.c -fno-common -DPIC -o .libs/libdfilter_la-semcheck.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c sttype-function.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-function.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-sttype-integer.lo `test -f 'sttype-integer.c' || echo './'`sttype-integer.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-sttype-pointer.lo `test -f 'sttype-pointer.c' || echo './'`sttype-pointer.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-sttype-range.lo `test -f 'sttype-range.c' || echo './'`sttype-range.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c sttype-integer.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-integer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c sttype-pointer.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-pointer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c sttype-range.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-range.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-sttype-string.lo `test -f 'sttype-string.c' || echo './'`sttype-string.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-sttype-test.lo `test -f 'sttype-test.c' || echo './'`sttype-test.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c sttype-string.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-string.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdfilter_la-syntax-tree.lo `test -f 'syntax-tree.c' || echo './'`syntax-tree.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c sttype-test.c -fno-common -DPIC -o .libs/libdfilter_la-sttype-test.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o scanner.lo scanner.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c syntax-tree.c -fno-common -DPIC -o .libs/libdfilter_la-syntax-tree.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c scanner.c -fno-common -DPIC -o .libs/scanner.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o grammar.lo grammar.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I./../../tools/lemon -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c grammar.c -fno-common -DPIC -o .libs/grammar.o
/bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libdfilter_generated.la scanner.lo grammar.lo -lz
libtool: link: ar cru .libs/libdfilter_generated.a .libs/scanner.o .libs/grammar.o
libtool: link: ranlib .libs/libdfilter_generated.a
libtool: link: ( cd ".libs" && rm -f "libdfilter_generated.la" && ln -s "../libdfilter_generated.la" "libdfilter_generated.la" )
/bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libdfilter.la libdfilter_la-dfilter.lo libdfilter_la-dfilter-macro.lo libdfilter_la-dfunctions.lo libdfilter_la-dfvm.lo libdfilter_la-drange.lo libdfilter_la-gencode.lo libdfilter_la-semcheck.lo libdfilter_la-sttype-function.lo libdfilter_la-sttype-integer.lo libdfilter_la-sttype-pointer.lo libdfilter_la-sttype-range.lo libdfilter_la-sttype-string.lo libdfilter_la-sttype-test.lo libdfilter_la-syntax-tree.lo libdfilter_generated.la -lz
libtool: link: (cd .libs/libdfilter.lax/libdfilter_generated.a && ar x "/private/tmp/wireshark20150726-81078-eop1il/wireshark-1.12.6/epan/dfilter/./.libs/libdfilter_generated.a")
libtool: link: ar cru .libs/libdfilter.a .libs/libdfilter_la-dfilter.o .libs/libdfilter_la-dfilter-macro.o .libs/libdfilter_la-dfunctions.o .libs/libdfilter_la-dfvm.o .libs/libdfilter_la-drange.o .libs/libdfilter_la-gencode.o .libs/libdfilter_la-semcheck.o .libs/libdfilter_la-sttype-function.o .libs/libdfilter_la-sttype-integer.o .libs/libdfilter_la-sttype-pointer.o .libs/libdfilter_la-sttype-range.o .libs/libdfilter_la-sttype-string.o .libs/libdfilter_la-sttype-test.o .libs/libdfilter_la-syntax-tree.o .libs/libdfilter.lax/libdfilter_generated.a/grammar.o .libs/libdfilter.lax/libdfilter_generated.a/scanner.o
libtool: link: ranlib .libs/libdfilter.a
libtool: link: rm -fr .libs/libdfilter.lax
libtool: link: ( cd ".libs" && rm -f "libdfilter.la" && ln -s "../libdfilter.la" "libdfilter.la" )
Making all in dissectors
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-x11.lo packet-x11.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-ansi_map.lo packet-ansi_map.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-coseventcomm.lo packet-coseventcomm.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-cosnaming.lo packet-cosnaming.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-ansi_map.c -fno-common -DPIC -o .libs/packet-ansi_map.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-x11.c -fno-common -DPIC -o .libs/packet-x11.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-cosnaming.c -fno-common -DPIC -o .libs/packet-cosnaming.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-coseventcomm.c -fno-common -DPIC -o .libs/packet-coseventcomm.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-gprscdr.lo packet-gprscdr.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-gsm_map.lo packet-gsm_map.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-gprscdr.c -fno-common -DPIC -o .libs/packet-gprscdr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-gsm_map.c -fno-common -DPIC -o .libs/packet-gsm_map.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-ldap.lo packet-ldap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-ldap.c -fno-common -DPIC -o .libs/packet-ldap.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-m3ap.lo packet-m3ap.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-p1.lo packet-p1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-m3ap.c -fno-common -DPIC -o .libs/packet-m3ap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-p1.c -fno-common -DPIC -o .libs/packet-p1.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-parlay.lo packet-parlay.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-parlay.c -fno-common -DPIC -o .libs/packet-parlay.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-pkcs12.lo packet-pkcs12.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-pkcs12.c -fno-common -DPIC -o .libs/packet-pkcs12.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-rnsap.lo packet-rnsap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-rnsap.c -fno-common -DPIC -o .libs/packet-rnsap.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-snmp.lo packet-snmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-snmp.c -fno-common -DPIC -o .libs/packet-snmp.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-tango.lo packet-tango.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-tango.c -fno-common -DPIC -o .libs/packet-tango.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-tcap.lo packet-tcap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-tcap.c -fno-common -DPIC -o .libs/packet-tcap.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-dfs.lo packet-dcerpc-dfs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-dfs.c -fno-common -DPIC -o .libs/packet-dcerpc-dfs.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-dnsserver.lo packet-dcerpc-dnsserver.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-dnsserver.c -fno-common -DPIC -o .libs/packet-dcerpc-dnsserver.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-drsuapi.lo packet-dcerpc-drsuapi.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-drsuapi.c -fno-common -DPIC -o .libs/packet-dcerpc-drsuapi.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-eventlog.lo packet-dcerpc-eventlog.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-eventlog.c -fno-common -DPIC -o .libs/packet-dcerpc-eventlog.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-lsa.lo packet-dcerpc-lsa.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-lsa.c -fno-common -DPIC -o .libs/packet-dcerpc-lsa.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-mapi.lo packet-dcerpc-mapi.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-mapi.c -fno-common -DPIC -o .libs/packet-dcerpc-mapi.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-mdssvc.lo packet-dcerpc-mdssvc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-mdssvc.c -fno-common -DPIC -o .libs/packet-dcerpc-mdssvc.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-misc.lo packet-dcerpc-misc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-misc.c -fno-common -DPIC -o .libs/packet-dcerpc-misc.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o packet-dcerpc-winreg.lo packet-dcerpc-winreg.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o file-elf.lo file-elf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-dcerpc-winreg.c -fno-common -DPIC -o .libs/packet-dcerpc-winreg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file-elf.c -fno-common -DPIC -o .libs/file-elf.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o file-file.lo file-file.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file-file.c -fno-common -DPIC -o .libs/file-file.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o file-gif.lo file-gif.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o file-jpeg.lo file-jpeg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file-gif.c -fno-common -DPIC -o .libs/file-gif.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file-jpeg.c -fno-common -DPIC -o .libs/file-jpeg.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o file-mp4.lo file-mp4.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file-mp4.c -fno-common -DPIC -o .libs/file-mp4.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o file-png.lo file-png.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c file-png.c -fno-common -DPIC -o .libs/file-png.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-2dparityfec.lo `test -f 'packet-2dparityfec.c' || echo './'`packet-2dparityfec.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-2dparityfec.c -fno-common -DPIC -o .libs/libdissectors_la-packet-2dparityfec.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-3com-njack.lo `test -f 'packet-3com-njack.c' || echo './'`packet-3com-njack.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-3com-njack.c -fno-common -DPIC -o .libs/libdissectors_la-packet-3com-njack.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-3com-xns.lo `test -f 'packet-3com-xns.c' || echo './'`packet-3com-xns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-3com-xns.c -fno-common -DPIC -o .libs/libdissectors_la-packet-3com-xns.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-3g-a11.lo `test -f 'packet-3g-a11.c' || echo './'`packet-3g-a11.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-3g-a11.c -fno-common -DPIC -o .libs/libdissectors_la-packet-3g-a11.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-6lowpan.lo `test -f 'packet-6lowpan.c' || echo './'`packet-6lowpan.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-9p.lo `test -f 'packet-9p.c' || echo './'`packet-9p.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-6lowpan.c -fno-common -DPIC -o .libs/libdissectors_la-packet-6lowpan.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-9p.c -fno-common -DPIC -o .libs/libdissectors_la-packet-9p.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-a21.lo `test -f 'packet-a21.c' || echo './'`packet-a21.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aarp.lo `test -f 'packet-aarp.c' || echo './'`packet-aarp.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aastra-aasp.lo `test -f 'packet-aastra-aasp.c' || echo './'`packet-aastra-aasp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-a21.c -fno-common -DPIC -o .libs/libdissectors_la-packet-a21.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aarp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aarp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aastra-aasp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aastra-aasp.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-acap.lo `test -f 'packet-acap.c' || echo './'`packet-acap.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-acn.lo `test -f 'packet-acn.c' || echo './'`packet-acn.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-acr122.lo `test -f 'packet-acr122.c' || echo './'`packet-acr122.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-acap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-acap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-acn.c -fno-common -DPIC -o .libs/libdissectors_la-packet-acn.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-acr122.c -fno-common -DPIC -o .libs/libdissectors_la-packet-acr122.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-actrace.lo `test -f 'packet-actrace.c' || echo './'`packet-actrace.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-actrace.c -fno-common -DPIC -o .libs/libdissectors_la-packet-actrace.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-adb_cs.lo `test -f 'packet-adb_cs.c' || echo './'`packet-adb_cs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-adb_cs.c -fno-common -DPIC -o .libs/libdissectors_la-packet-adb_cs.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-adwin-config.lo `test -f 'packet-adwin-config.c' || echo './'`packet-adwin-config.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-adwin.lo `test -f 'packet-adwin.c' || echo './'`packet-adwin.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-adwin-config.c -fno-common -DPIC -o .libs/libdissectors_la-packet-adwin-config.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-adwin.c -fno-common -DPIC -o .libs/libdissectors_la-packet-adwin.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-afp.lo `test -f 'packet-afp.c' || echo './'`packet-afp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-afp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-afp.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-afs.lo `test -f 'packet-afs.c' || echo './'`packet-afs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-afs.c -fno-common -DPIC -o .libs/libdissectors_la-packet-afs.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-agentx.lo `test -f 'packet-agentx.c' || echo './'`packet-agentx.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-agentx.c -fno-common -DPIC -o .libs/libdissectors_la-packet-agentx.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-admin.lo `test -f 'packet-aim-admin.c' || echo './'`packet-aim-admin.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-admin.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-admin.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-adverts.lo `test -f 'packet-aim-adverts.c' || echo './'`packet-aim-adverts.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-bos.lo `test -f 'packet-aim-bos.c' || echo './'`packet-aim-bos.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-adverts.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-adverts.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-bos.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-bos.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-buddylist.lo `test -f 'packet-aim-buddylist.c' || echo './'`packet-aim-buddylist.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-chat.lo `test -f 'packet-aim-chat.c' || echo './'`packet-aim-chat.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-chatnav.lo `test -f 'packet-aim-chatnav.c' || echo './'`packet-aim-chatnav.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-buddylist.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-buddylist.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-chat.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-chat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-chatnav.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-chatnav.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-directory.lo `test -f 'packet-aim-directory.c' || echo './'`packet-aim-directory.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-email.lo `test -f 'packet-aim-email.c' || echo './'`packet-aim-email.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-generic.lo `test -f 'packet-aim-generic.c' || echo './'`packet-aim-generic.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-directory.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-directory.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-email.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-email.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-generic.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-generic.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-icq.lo `test -f 'packet-aim-icq.c' || echo './'`packet-aim-icq.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-invitation.lo `test -f 'packet-aim-invitation.c' || echo './'`packet-aim-invitation.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-location.lo `test -f 'packet-aim-location.c' || echo './'`packet-aim-location.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-invitation.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-invitation.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-icq.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-icq.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-location.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-location.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-messaging.lo `test -f 'packet-aim-messaging.c' || echo './'`packet-aim-messaging.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-oft.lo `test -f 'packet-aim-oft.c' || echo './'`packet-aim-oft.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-messaging.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-messaging.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-popup.lo `test -f 'packet-aim-popup.c' || echo './'`packet-aim-popup.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-oft.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-oft.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-popup.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-popup.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-signon.lo `test -f 'packet-aim-signon.c' || echo './'`packet-aim-signon.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-ssi.lo `test -f 'packet-aim-ssi.c' || echo './'`packet-aim-ssi.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-sst.lo `test -f 'packet-aim-sst.c' || echo './'`packet-aim-sst.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-signon.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-signon.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-ssi.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-ssi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-sst.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-sst.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-stats.lo `test -f 'packet-aim-stats.c' || echo './'`packet-aim-stats.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-translate.lo `test -f 'packet-aim-translate.c' || echo './'`packet-aim-translate.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim-userlookup.lo `test -f 'packet-aim-userlookup.c' || echo './'`packet-aim-userlookup.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-stats.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-stats.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-translate.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-translate.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim-userlookup.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim-userlookup.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-aim.lo `test -f 'packet-aim.c' || echo './'`packet-aim.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-ajp13.lo `test -f 'packet-ajp13.c' || echo './'`packet-ajp13.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-alcap.lo `test -f 'packet-alcap.c' || echo './'`packet-alcap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-aim.c -fno-common -DPIC -o .libs/libdissectors_la-packet-aim.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-ajp13.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ajp13.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-alcap.c -fno-common -DPIC -o .libs/libdissectors_la-packet-alcap.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-alljoyn.lo `test -f 'packet-alljoyn.c' || echo './'`packet-alljoyn.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-amqp.lo `test -f 'packet-amqp.c' || echo './'`packet-amqp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-alljoyn.c -fno-common -DPIC -o .libs/libdissectors_la-packet-alljoyn.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-amqp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-amqp.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-amr.lo `test -f 'packet-amr.c' || echo './'`packet-amr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-amr.c -fno-common -DPIC -o .libs/libdissectors_la-packet-amr.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-ancp.lo `test -f 'packet-ancp.c' || echo './'`packet-ancp.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB '-DPLUGIN_INSTALL_DIR="/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6"' -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c -o libdissectors_la-packet-ans.lo `test -f 'packet-ans.c' || echo './'`packet-ans.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-ans.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ans.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.16/include -I/usr/local/Cellar/libgcrypt/1.6.3_1/include -I/usr/local/Cellar/libgpg-error/1.19/include -DINET6 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DQT_GUI_LIB -DPLUGIN_INSTALL_DIR=\"/usr/local/Cellar/wireshark/1.12.6/lib/wireshark/plugins/1.12.6\" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtGui -I/usr/local/Cellar/qt/4.8.7/include -I/usr/local/Cellar/qt/4.8.7/include/QtCore -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -c packet-ancp.c -fno-common -DPIC -o .libs/libdissectors_la-packet-ancp.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/Cellar/libtasn1/4.5/
View raw

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

View raw

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

View raw

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

View raw

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

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