Skip to content

Instantly share code, notes, and snippets.

@skrobul
Created April 25, 2016 12:54
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 skrobul/0376609fe5e477b84eb9c27fa90d39b5 to your computer and use it in GitHub Desktop.
Save skrobul/0376609fe5e477b84eb9c27fa90d39b5 to your computer and use it in GitHub Desktop.
weechat on Mac OS X 10.10.5 - Homebrew build logs
Homebrew build logs for weechat on Mac OS X 10.10.5
Build date: 2016-04-25 13:51:39
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: b53f0c5ada753d5ded6f6fbe4f920a4a43696394
Last commit: 5 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: fd8a8a08001ff1d47fb696dc2c78803cc7ac4feb
Core tap last commit: 5 days ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit ivybridge
OS X: 10.10.5-x86_64
Xcode: 7.2.1
CLT: 7.2.0.0.1.1447826929
Clang: 7.0 build 700
X11: 2.6.5 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/marek.skrobacki/.rvm/rubies/ruby-2.1.2/bin/ruby
Java: 1.8.0_31, 1.8.0_25
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: You have external commands with conflicting names.
Found command `brew-cask` in following places:
/usr/local/bin/brew-cask
/usr/local/Library/Taps/caskroom/homebrew-cask/cmd/brew-cask.rb
Warning: Your XQuartz (2.6.5) is outdated
Please install XQuartz 2.7.8:
https://xquartz.macosforge.org
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libstoken.0.dylib
/usr/local/lib/libusb-1.0.0.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python3.5m/greenlet/greenlet.h
/usr/local/include/stoken.h
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libstoken.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/stoken.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libstoken.a
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
emacs-plus
gcc
stoken
vim
Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
/Users/marek.skrobacki/bin/
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc
Warning: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
2016-04-25 13:51:34 +0100
cmake
..
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/weechat/1.4_2
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DENABLE_LUA=OFF
-DENABLE_ASPELL=OFF
-DENABLE_GUILE=OFF
-DENABLE_JAVASCRIPT=OFF
-- The C compiler identification is AppleClang 7.0.2.7000181
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for eat_newline_glitch
-- Looking for eat_newline_glitch - found
-- Looking for include file libintl.h
-- Looking for include file libintl.h - found
-- Looking for dgettext
-- Looking for dgettext - not found
-- Looking for dgettext in /usr/local/opt/gettext/lib/libintl.dylib
-- Looking for dgettext in /usr/local/opt/gettext/lib/libintl.dylib - found
-- Found GCRYPT: -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
-- Looking for libiconv_open in iconv
-- Looking for libiconv_open in iconv - not found
-- Looking for iconv_open in iconv
-- Looking for iconv_open in iconv - found
-- Performing Test ICONV_2ARG_IS_CONST
-- Performing Test ICONV_2ARG_IS_CONST - Success
-- Found CURL: /usr/local/opt/curl/lib/libcurl.dylib (found version "7.48.0")
-- Looking for flock
-- Looking for flock - found
-- Looking for backtrace
-- Looking for backtrace - found
-- checking for one of the modules 'ruby-2.2;ruby-2.1;ruby-2.0;ruby-1.9;ruby-1.8'
-- Found Tclsh: /usr/bin/tclsh (found version "8.5")
*** WARNING:
*** ncursesw library not found! Falling back to "ncurses"
*** Be careful, UTF-8 display may not work properly if your locale is UTF-8.
-- Looking for include file ncursesw/ncurses.h
-- Looking for include file ncursesw/ncurses.h - not found
-- Looking for include file ncurses.h
-- Looking for include file ncurses.h - found
-- checking for one of the modules 'cpputest'
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXX_FLAGS_RELEASE
-- Build files have been written to: /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_2b43a.dir/testCCompiler.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_2b43a.dir/testCCompiler.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2b43a.dir/testCCompiler.c.o -o cmTC_2b43a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2b43a.dir/testCCompiler.c.o -o cmTC_2b43a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_54837.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_54837.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_54837.dir/CMakeCCompilerABI.c.o -o cmTC_54837
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_54837.dir/CMakeCCompilerABI.c.o -o cmTC_54837 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -std=c11 -o CMakeFiles/cmTC_5a524.dir/feature_tests.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -std=c11 -o CMakeFiles/cmTC_5a524.dir/feature_tests.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a524.dir/feature_tests.c.o -o cmTC_5a524
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a524.dir/feature_tests.c.o -o cmTC_5a524 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -std=c99 -o CMakeFiles/cmTC_be212.dir/feature_tests.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -std=c99 -o CMakeFiles/cmTC_be212.dir/feature_tests.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_be212.dir/feature_tests.c.o -o cmTC_be212
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_be212.dir/feature_tests.c.o -o cmTC_be212 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -std=c90 -o CMakeFiles/cmTC_a203f.dir/feature_tests.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -std=c90 -o CMakeFiles/cmTC_a203f.dir/feature_tests.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a203f.dir/feature_tests.c.o -o cmTC_a203f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a203f.dir/feature_tests.c.o -o cmTC_a203f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_1315c.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_1315c.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1315c.dir/CheckIncludeFiles.c.o -o cmTC_1315c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1315c.dir/CheckIncludeFiles.c.o -o cmTC_1315c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_4e1d3.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_4e1d3.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e1d3.dir/CheckIncludeFiles.c.o -o cmTC_4e1d3
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e1d3.dir/CheckIncludeFiles.c.o -o cmTC_4e1d3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=mallinfo -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_a862f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mallinfo -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_a862f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=mallinfo -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a862f.dir/CheckFunctionExists.c.o -o cmTC_a862f
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=mallinfo -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a862f.dir/CheckFunctionExists.c.o -o cmTC_a862f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_4e7ab.dir/CheckSymbolExists.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_4e7ab.dir/CheckSymbolExists.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e7ab.dir/CheckSymbolExists.c.o -o cmTC_4e7ab
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e7ab.dir/CheckSymbolExists.c.o -o cmTC_4e7ab -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_fdf7c.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_fdf7c.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fdf7c.dir/CheckIncludeFiles.c.o -o cmTC_fdf7c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fdf7c.dir/CheckIncludeFiles.c.o -o cmTC_fdf7c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=dgettext -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_61718.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -DCHECK_FUNCTION_EXISTS=dgettext -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_61718.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=dgettext -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_61718.dir/CheckFunctionExists.c.o -o cmTC_61718
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dgettext -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_61718.dir/CheckFunctionExists.c.o -o cmTC_61718 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=dgettext -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_6d181.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dgettext -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_6d181.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=dgettext -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d181.dir/CheckFunctionExists.c.o -o cmTC_6d181 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=dgettext -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d181.dir/CheckFunctionExists.c.o -o cmTC_6d181 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=libiconv_open -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_bc539.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=libiconv_open -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_bc539.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=libiconv_open -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc539.dir/CheckFunctionExists.c.o -o cmTC_bc539 -liconv
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=libiconv_open -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc539.dir/CheckFunctionExists.c.o -o cmTC_bc539 -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=iconv_open -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_67f13.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=iconv_open -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_67f13.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DCHECK_FUNCTION_EXISTS=iconv_open -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_67f13.dir/CheckFunctionExists.c.o -o cmTC_67f13 -liconv
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=iconv_open -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_67f13.dir/CheckFunctionExists.c.o -o cmTC_67f13 -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DICONV_2ARG_IS_CONST -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_c1113.dir/src.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DICONV_2ARG_IS_CONST -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_c1113.dir/src.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DICONV_2ARG_IS_CONST -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c1113.dir/src.c.o -o cmTC_c1113 /usr/lib/libiconv.dylib
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DICONV_2ARG_IS_CONST -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c1113.dir/src.c.o -o cmTC_c1113 /usr/lib/libiconv.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_8ee7a.dir/CheckSymbolExists.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_8ee7a.dir/CheckSymbolExists.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8ee7a.dir/CheckSymbolExists.c.o -o cmTC_8ee7a /usr/lib/libiconv.dylib
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8ee7a.dir/CheckSymbolExists.c.o -o cmTC_8ee7a /usr/lib/libiconv.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_05962.dir/CheckSymbolExists.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_05962.dir/CheckSymbolExists.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_05962.dir/CheckSymbolExists.c.o -o cmTC_05962 /usr/lib/libiconv.dylib
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_05962.dir/CheckSymbolExists.c.o -o cmTC_05962 /usr/lib/libiconv.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_79fc0.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_79fc0.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_aac40.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_aac40.dir/CheckIncludeFiles.c.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aac40.dir/CheckIncludeFiles.c.o -o cmTC_aac40
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.10 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aac40.dir/CheckIncludeFiles.c.o -o cmTC_aac40 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2016-04-25 13:51:38 +0100
make
install
VERBOSE=1
/usr/local/Cellar/cmake/3.5.2/bin/cmake -H/tmp/weechat-20160425-77286-17ls41h/weechat-1.4 -B/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_progress_start /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/version_git.dir/build.make CMakeFiles/version_git.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f po/CMakeFiles/translations.dir/build.make po/CMakeFiles/translations.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build.make src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/version_git.dir/DependInfo.cmake --color=
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake --color=
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/DependInfo.cmake --color=
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/CMakeFiles/translations.dir/DependInfo.cmake --color=
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/version_git.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/version_git.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/CMakeFiles/version_git.dir/depend.internal".
Scanning dependencies of target version_git
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/version_git.dir/build.make CMakeFiles/version_git.dir/build
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/CMakeFiles/translations.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/CMakeFiles/translations.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/CMakeFiles/translations.dir/depend.internal".
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/tools/git-version.sh /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 1.4 config-git.h
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/CMakeFiles/weechat_plugins_scripts.dir/depend.internal".
Scanning dependencies of target translations
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f po/CMakeFiles/translations.dir/build.make po/CMakeFiles/translations.dir/build
Creating file config-git.h with git version: ""
Scanning dependencies of target weechat_plugins_scripts
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build.make src/plugins/CMakeFiles/weechat_plugins_scripts.dir/build
Scanning dependencies of target weechat_plugins
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/build
[ 0%] Built target version_git
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake --color=
[ 1%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script.c
[ 2%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin.c
[ 2%] Generating weechat.pot
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/xgettext -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot --add-comments='TRANSLATORS:' --keyword='_' --keyword='weechat_gettext' --keyword='N_' --keyword='NG_:1,2' --keyword='weechat_ngettext:1,2' --no-location --from-code=UTF-8 --directory=/tmp/weechat-20160425-77286-17ls41h/weechat-1.4 --package-name='WeeChat' --package-version=1.4 --msgid-bugs-address=flashcode@flashtux.org --copyright-holder='NAME' ./doc/docgen.py ./src/core/wee-arraylist.c ./src/core/wee-arraylist.h ./src/core/wee-backtrace.c ./src/core/wee-backtrace.h ./src/core/weechat.c ./src/core/weechat.h ./src/core/wee-command.c ./src/core/wee-command.h ./src/core/wee-completion.c ./src/core/wee-completion.h ./src/core/wee-config.c ./src/core/wee-config-file.c ./src/core/wee-config-file.h ./src/core/wee-config.h ./src/core/wee-debug.c ./src/core/wee-debug.h ./src/core/wee-eval.c ./src/core/wee-eval.h ./src/core/wee-hook.c ./src/core/wee-hook.h ./src/core/wee-infolist.c ./src/core/wee-infolist.h ./src/core/wee-input.c ./src/core/wee-input.h ./src/core/wee-list.c ./src/core/wee-list.h ./src/core/wee-log.c ./src/core/wee-log.h ./src/core/wee-network.c ./src/core/wee-network.h ./src/core/wee-proxy.c ./src/core/wee-proxy.h ./src/core/wee-secure.c ./src/core/wee-secure.h ./src/core/wee-string.c ./src/core/wee-string.h ./src/core/wee-upgrade.c ./src/core/wee-upgrade-file.c ./src/core/wee-upgrade-file.h ./src/core/wee-upgrade.h ./src/core/wee-url.c ./src/core/wee-url.h ./src/core/wee-utf8.c ./src/core/wee-utf8.h ./src/core/wee-util.c ./src/core/wee-util.h ./src/core/wee-version.c ./src/core/wee-version.h ./src/gui/curses/gui-curses-bar-window.c ./src/gui/curses/gui-curses-chat.c ./src/gui/curses/gui-curses-color.c ./src/gui/curses/gui-curses.h ./src/gui/curses/gui-curses-key.c ./src/gui/curses/gui-curses-main.c ./src/gui/curses/gui-curses-mouse.c ./src/gui/curses/gui-curses-window.c ./src/gui/curses/main.c ./src/gui/gui-bar.c ./src/gui/gui-bar.h ./src/gui/gui-bar-item.c ./src/gui/gui-bar-item.h ./src/gui/gui-bar-window.c ./src/gui/gui-bar-window.h ./src/gui/gui-buffer.c ./src/gui/gui-buffer.h ./src/gui/gui-chat.c ./src/gui/gui-chat.h ./src/gui/gui-color.c ./src/gui/gui-color.h ./src/gui/gui-completion.c ./src/gui/gui-completion.h ./src/gui/gui-cursor.c ./src/gui/gui-cursor.h ./src/gui/gui-filter.c ./src/gui/gui-filter.h ./src/gui/gui-focus.c ./src/gui/gui-focus.h ./src/gui/gui-history.c ./src/gui/gui-history.h ./src/gui/gui-hotlist.c ./src/gui/gui-hotlist.h ./src/gui/gui-input.c ./src/gui/gui-input.h ./src/gui/gui-key.c ./src/gui/gui-key.h ./src/gui/gui-layout.c ./src/gui/gui-layout.h ./src/gui/gui-line.c ./src/gui/gui-line.h ./src/gui/gui-main.h ./src/gui/gui-mouse.c ./src/gui/gui-mouse.h ./src/gui/gui-nicklist.c ./src/gui/gui-nicklist.h ./src/gui/gui-window.c ./src/gui/gui-window.h ./src/plugins/alias/alias.c ./src/plugins/alias/alias-command.c ./src/plugins/alias/alias-command.h ./src/plugins/alias/alias-completion.c ./src/plugins/alias/alias-completion.h ./src/plugins/alias/alias-config.c ./src/plugins/alias/alias-config.h ./src/plugins/alias/alias.h ./src/plugins/alias/alias-info.c ./src/plugins/alias/alias-info.h ./src/plugins/aspell/weechat-aspell-bar-item.c ./src/plugins/aspell/weechat-aspell-bar-item.h ./src/plugins/aspell/weechat-aspell.c ./src/plugins/aspell/weechat-aspell-command.c ./src/plugins/aspell/weechat-aspell-command.h ./src/plugins/aspell/weechat-aspell-completion.c ./src/plugins/aspell/weechat-aspell-completion.h ./src/plugins/aspell/weechat-aspell-config.c ./src/plugins/aspell/weechat-aspell-config.h ./src/plugins/aspell/weechat-aspell.h ./src/plugins/aspell/weechat-aspell-info.c ./src/plugins/aspell/weechat-aspell-info.h ./src/plugins/aspell/weechat-aspell-speller.c ./src/plugins/aspell/weechat-aspell-speller.h ./src/plugins/charset/charset.c ./src/plugins/exec/exec.c ./src/plugins/exec/exec-buffer.c ./src/plugins/exec/exec-buffer.h ./src/plugins/exec/exec-command.c ./src/plugins/exec/exec-command.h ./src/plugins/exec/exec-completion.c ./src/plugins/exec/exec-completion.h ./src/plugins/exec/exec-config.c ./src/plugins/exec/exec-config.h ./src/plugins/exec/exec.h ./src/plugins/fifo/fifo.c ./src/plugins/fifo/fifo.h ./src/plugins/fifo/fifo-command.c ./src/plugins/fifo/fifo-command.h ./src/plugins/fifo/fifo-info.c ./src/plugins/fifo/fifo-info.h ./src/plugins/guile/weechat-guile-api.c ./src/plugins/guile/weechat-guile-api.h ./src/plugins/guile/weechat-guile.c ./src/plugins/guile/weechat-guile.h ./src/plugins/irc/irc-bar-item.c ./src/plugins/irc/irc-bar-item.h ./src/plugins/irc/irc-buffer.c ./src/plugins/irc/irc-buffer.h ./src/plugins/irc/irc.c ./src/plugins/irc/irc-channel.c ./src/plugins/irc/irc-channel.h ./src/plugins/irc/irc-color.c ./src/plugins/irc/irc-color.h ./src/plugins/irc/irc-command.c ./src/plugins/irc/irc-command.h ./src/plugins/irc/irc-completion.c ./src/plugins/irc/irc-completion.h ./src/plugins/irc/irc-config.c ./src/plugins/irc/irc-config.h ./src/plugins/irc/irc-ctcp.c ./src/plugins/irc/irc-ctcp.h ./src/plugins/irc/irc-debug.c ./src/plugins/irc/irc-debug.h ./src/plugins/irc/irc.h ./src/plugins/irc/irc-ignore.c ./src/plugins/irc/irc-ignore.h ./src/plugins/irc/irc-info.c ./src/plugins/irc/irc-info.h ./src/plugins/irc/irc-input.c ./src/plugins/irc/irc-input.h ./src/plugins/irc/irc-message.c ./src/plugins/irc/irc-message.h ./src/plugins/irc/irc-mode.c ./src/plugins/irc/irc-mode.h ./src/plugins/irc/irc-msgbuffer.c ./src/plugins/irc/irc-msgbuffer.h ./src/plugins/irc/irc-nick.c ./src/plugins/irc/irc-nick.h ./src/plugins/irc/irc-notify.c ./src/plugins/irc/irc-notify.h ./src/plugins/irc/irc-protocol.c ./src/plugins/irc/irc-protocol.h ./src/plugins/irc/irc-raw.c ./src/plugins/irc/irc-raw.h ./src/plugins/irc/irc-redirect.c ./src/plugins/irc/irc-redirect.h ./src/plugins/irc/irc-sasl.c ./src/plugins/irc/irc-sasl.h ./src/plugins/irc/irc-server.c ./src/plugins/irc/irc-server.h ./src/plugins/javascript/weechat-js-api.cpp ./src/plugins/javascript/weechat-js-api.h ./src/plugins/javascript/weechat-js-v8.cpp ./src/plugins/javascript/weechat-js-v8.h ./src/plugins/javascript/weechat-js.cpp ./src/plugins/javascript/weechat-js.h ./src/plugins/logger/logger-buffer.c ./src/plugins/logger/logger-buffer.h ./src/plugins/logger/logger.c ./src/plugins/logger/logger-config.c ./src/plugins/logger/logger-config.h ./src/plugins/logger/logger.h ./src/plugins/logger/logger-info.c ./src/plugins/logger/logger-info.h ./src/plugins/logger/logger-tail.c ./src/plugins/logger/logger-tail.h ./src/plugins/lua/weechat-lua-api.c ./src/plugins/lua/weechat-lua-api.h ./src/plugins/lua/weechat-lua.c ./src/plugins/lua/weechat-lua.h ./src/plugins/perl/weechat-perl-api.c ./src/plugins/perl/weechat-perl-api.h ./src/plugins/perl/weechat-perl.c ./src/plugins/perl/weechat-perl.h ./src/plugins/plugin-api.c ./src/plugins/plugin-api.h ./src/plugins/plugin.c ./src/plugins/plugin-config.c ./src/plugins/plugin-config.h ./src/plugins/plugin.h ./src/plugins/plugin-script-api.c ./src/plugins/plugin-script-api.h ./src/plugins/plugin-script.c ./src/plugins/plugin-script-callback.c ./src/plugins/plugin-script-callback.h ./src/plugins/plugin-script.h ./src/plugins/python/weechat-python-api.c ./src/plugins/python/weechat-python-api.h ./src/plugins/python/weechat-python.c ./src/plugins/python/weechat-python.h ./src/plugins/relay/irc/relay-irc.c ./src/plugins/relay/irc/relay-irc.h ./src/plugins/relay/relay-buffer.c ./src/plugins/relay/relay-buffer.h ./src/plugins/relay/relay.c ./src/plugins/relay/relay-client.c ./src/plugins/relay/relay-client.h ./src/plugins/relay/relay-command.c ./src/plugins/relay/relay-command.h ./src/plugins/relay/relay-completion.c ./src/plugins/relay/relay-completion.h ./src/plugins/relay/relay-config.c ./src/plugins/relay/relay-config.h ./src/plugins/relay/relay.h ./src/plugins/relay/relay-info.c ./src/plugins/relay/relay-info.h ./src/plugins/relay/relay-network.c ./src/plugins/relay/relay-network.h ./src/plugins/relay/relay-raw.c ./src/plugins/relay/relay-raw.h ./src/plugins/relay/relay-server.c ./src/plugins/relay/relay-server.h ./src/plugins/relay/relay-upgrade.c ./src/plugins/relay/relay-upgrade.h ./src/plugins/relay/relay-websocket.c ./src/plugins/relay/relay-websocket.h ./src/plugins/relay/weechat/relay-weechat.c ./src/plugins/relay/weechat/relay-weechat.h ./src/plugins/relay/weechat/relay-weechat-msg.c ./src/plugins/relay/weechat/relay-weechat-msg.h ./src/plugins/relay/weechat/relay-weechat-nicklist.c ./src/plugins/relay/weechat/relay-weechat-nicklist.h ./src/plugins/relay/weechat/relay-weechat-protocol.c ./src/plugins/relay/weechat/relay-weechat-protocol.h ./src/plugins/ruby/weechat-ruby-api.c ./src/plugins/ruby/weechat-ruby-api.h ./src/plugins/ruby/weechat-ruby.c ./src/plugins/ruby/weechat-ruby.h ./src/plugins/script/script-action.c ./src/plugins/script/script-action.h ./src/plugins/script/script-buffer.c ./src/plugins/script/script-buffer.h ./src/plugins/script/script.c ./src/plugins/script/script-command.c ./src/plugins/script/script-command.h ./src/plugins/script/script-completion.c ./src/plugins/script/script-completion.h ./src/plugins/script/script-config.c ./src/plugins/script/script-config.h ./src/plugins/script/script.h ./src/plugins/script/script-info.c ./src/plugins/script/script-info.h ./src/plugins/script/script-repo.c ./src/plugins/script/script-repo.h ./src/plugins/tcl/weechat-tcl-api.c ./src/plugins/tcl/weechat-tcl-api.h ./src/plugins/tcl/weechat-tcl.c ./src/plugins/tcl/weechat-tcl.h ./src/plugins/trigger/trigger.c ./src/plugins/trigger/trigger-buffer.c ./src/plugins/trigger/trigger-buffer.h ./src/plugins/trigger/trigger-callback.c ./src/plugins/trigger/trigger-callback.h ./src/plugins/trigger/trigger-command.c ./src/plugins/trigger/trigger-command.h ./src/plugins/trigger/trigger-completion.c ./src/plugins/trigger/trigger-completion.h ./src/plugins/trigger/trigger-config.c ./src/plugins/trigger/trigger-config.h ./src/plugins/trigger/trigger.h ./src/plugins/weechat-plugin.h ./src/plugins/xfer/xfer-buffer.c ./src/plugins/xfer/xfer-buffer.h ./src/plugins/xfer/xfer.c ./src/plugins/xfer/xfer-chat.c ./src/plugins/xfer/xfer-chat.h ./src/plugins/xfer/xfer-command.c ./src/plugins/xfer/xfer-command.h ./src/plugins/xfer/xfer-completion.c ./src/plugins/xfer/xfer-completion.h ./src/plugins/xfer/xfer-config.c ./src/plugins/xfer/xfer-config.h ./src/plugins/xfer/xfer-dcc.c ./src/plugins/xfer/xfer-dcc.h ./src/plugins/xfer/xfer-file.c ./src/plugins/xfer/xfer-file.h ./src/plugins/xfer/xfer.h ./src/plugins/xfer/xfer-info.c ./src/plugins/xfer/xfer-info.h ./src/plugins/xfer/xfer-network.c ./src/plugins/xfer/xfer-network.h ./src/plugins/xfer/xfer-upgrade.c ./src/plugins/xfer/xfer-upgrade.h
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias/CMakeFiles/alias.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias/CMakeFiles/alias.dir/depend.internal".
Scanning dependencies of target alias
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/build
[ 2%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias.c
[ 3%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-command.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-command.c
[ 3%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-api.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-api.c
[ 3%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script-api.c
[ 3%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-completion.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-completion.c
[ 4%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-config.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-config.c
[ 5%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script-callback.c
[ 6%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-config.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-config.c
[ 6%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-info.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-info.c
[ 6%] Linking C static library libweechat_plugins_scripts.a
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Cellar/cmake/3.5.2/bin/cmake -P CMakeFiles/weechat_plugins_scripts.dir/cmake_clean_target.cmake
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/weechat_plugins_scripts.dir/link.txt --verbose=1
/usr/bin/ar qc libweechat_plugins_scripts.a CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o
/usr/bin/ranlib libweechat_plugins_scripts.a
[ 6%] Built target weechat_plugins_scripts
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/charset/CMakeFiles/charset.dir/build.make src/plugins/charset/CMakeFiles/charset.dir/depend
[ 6%] Linking C static library libweechat_plugins.a
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/charset /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset/CMakeFiles/charset.dir/DependInfo.cmake --color=
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Cellar/cmake/3.5.2/bin/cmake -P CMakeFiles/weechat_plugins.dir/cmake_clean_target.cmake
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset/CMakeFiles/charset.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset/CMakeFiles/charset.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset/CMakeFiles/charset.dir/depend.internal".
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/weechat_plugins.dir/link.txt --verbose=1
Scanning dependencies of target charset
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/charset/CMakeFiles/charset.dir/build.make src/plugins/charset/CMakeFiles/charset.dir/build
/usr/bin/ar qc libweechat_plugins.a CMakeFiles/weechat_plugins.dir/plugin.o CMakeFiles/weechat_plugins.dir/plugin-api.o CMakeFiles/weechat_plugins.dir/plugin-config.o
[ 6%] Building C object src/plugins/charset/CMakeFiles/charset.dir/charset.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dcharset_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/charset.dir/charset.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/charset/charset.c
/usr/bin/ranlib libweechat_plugins.a
[ 7%] Linking C shared module alias.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/alias && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/alias.dir/link.txt --verbose=1
[ 7%] Built target weechat_plugins
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/exec/CMakeFiles/exec.dir/build.make src/plugins/exec/CMakeFiles/exec.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec/CMakeFiles/exec.dir/DependInfo.cmake --color=
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o alias.so CMakeFiles/alias.dir/alias.o CMakeFiles/alias.dir/alias-command.o CMakeFiles/alias.dir/alias-completion.o CMakeFiles/alias.dir/alias-config.o CMakeFiles/alias.dir/alias-info.o
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec/CMakeFiles/exec.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec/CMakeFiles/exec.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec/CMakeFiles/exec.dir/depend.internal".
Scanning dependencies of target exec
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/exec/CMakeFiles/exec.dir/build.make src/plugins/exec/CMakeFiles/exec.dir/build
[ 7%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec.c
[ 7%] Built target alias
[ 8%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-buffer.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-buffer.c
[ 9%] Linking C shared module charset.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/charset && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/charset.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o charset.so CMakeFiles/charset.dir/charset.o /usr/lib/libiconv.dylib
[ 9%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-command.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-command.c
[ 10%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-completion.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-completion.c
[ 10%] Built target charset
[ 10%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-config.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-config.c
[ 10%] Compiling cs.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/cs.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/cs.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake --color=
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal".
Scanning dependencies of target fifo
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/build
[ 11%] Compiling de.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/de.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/de.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
[ 11%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo.c
[ 12%] Linking C shared module exec.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/exec && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/exec.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o exec.so CMakeFiles/exec.dir/exec.o CMakeFiles/exec.dir/exec-buffer.o CMakeFiles/exec.dir/exec-command.o CMakeFiles/exec.dir/exec-completion.o CMakeFiles/exec.dir/exec-config.o
[ 13%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-command.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/cs.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/cs.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo-command.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/cs.po
[ 13%] Built target exec
[ 13%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-info.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo-info.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/de.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/de.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/cs.po: 1421 translated messages, 467 fuzzy translations, 177 untranslated messages.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake --color=
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc/CMakeFiles/irc.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc/CMakeFiles/irc.dir/depend.internal".
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/de.po
[ 13%] Compiling es.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/es.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/es.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
Scanning dependencies of target irc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/build
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/de.po: 2065 translated messages.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake --color=
[ 13%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc.c
[ 14%] Linking C shared module fifo.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/fifo && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/fifo.dir/link.txt --verbose=1
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger/CMakeFiles/logger.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger/CMakeFiles/logger.dir/depend.internal".
Scanning dependencies of target logger
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/build
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o fifo.so CMakeFiles/fifo.dir/fifo.o CMakeFiles/fifo.dir/fifo-command.o CMakeFiles/fifo.dir/fifo-info.o
[ 15%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger.c
[ 15%] Built target fifo
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/es.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/es.po
[ 17%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-bar-item.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-bar-item.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-bar-item.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/es.po
[ 17%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-buffer.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-buffer.c
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/es.po: 1414 translated messages, 424 fuzzy translations, 227 untranslated messages.
[ 18%] Compiling fr.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/fr.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/fr.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
[ 18%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-buffer.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-buffer.c
[ 19%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-config.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-config.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake --color=
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay/CMakeFiles/relay.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay/CMakeFiles/relay.dir/depend.internal".
Scanning dependencies of target relay
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/build
[ 20%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/fr.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/fr.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/fr.po
[ 20%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-info.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-info.c
[ 21%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-channel.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-channel.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-channel.c
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/fr.po: 2065 translated messages.
[ 21%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-buffer.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-buffer.c
[ 21%] Compiling hu.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/hu.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/hu.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
[ 22%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-tail.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-tail.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-tail.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/hu.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/hu.po
[ 23%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-client.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-client.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-client.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/hu.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/hu.po: 91 translated messages, 1248 fuzzy translations, 726 untranslated messages.
[ 23%] Linking C shared module logger.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/logger && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/logger.dir/link.txt --verbose=1
[ 24%] Compiling it.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/it.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/it.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o logger.so CMakeFiles/logger.dir/logger.o CMakeFiles/logger.dir/logger-buffer.o CMakeFiles/logger.dir/logger-config.o CMakeFiles/logger.dir/logger-info.o CMakeFiles/logger.dir/logger-tail.o
[ 24%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-color.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-color.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-color.c
[ 24%] Built target logger
[ 24%] Building C object src/plugins/relay/CMakeFiles/relay.dir/irc/relay-irc.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/irc/relay-irc.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/irc/relay-irc.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/it.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/it.po
[ 25%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-command.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-command.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/it.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/it.po: 1543 translated messages, 355 fuzzy translations, 167 untranslated messages.
[ 26%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat.c
[ 26%] Compiling ja.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ja.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/ja.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/script/CMakeFiles/script.dir/build.make src/plugins/script/CMakeFiles/script.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script/CMakeFiles/script.dir/DependInfo.cmake --color=
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ja.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ja.po
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script/CMakeFiles/script.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script/CMakeFiles/script.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script/CMakeFiles/script.dir/depend.internal".
Scanning dependencies of target script
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/script/CMakeFiles/script.dir/build.make src/plugins/script/CMakeFiles/script.dir/build
[ 26%] Building C object src/plugins/script/CMakeFiles/script.dir/script.o
[ 26%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-msg.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-msg.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ja.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ja.po: 2060 translated messages, 5 fuzzy translations.
[ 27%] Compiling pl.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pl.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/pl.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
[ 28%] Building C object src/plugins/script/CMakeFiles/script.dir/script-action.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-action.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-action.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pl.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pl.po
[ 29%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-nicklist.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pl.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pl.po: 2065 translated messages.
[ 29%] Compiling pt_BR.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pt_BR.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/pt_BR.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
[ 29%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-protocol.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pt_BR.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pt_BR.po
[ 29%] Building C object src/plugins/script/CMakeFiles/script.dir/script-buffer.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-buffer.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pt_BR.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/pt_BR.po: 1019 translated messages, 472 fuzzy translations, 574 untranslated messages.
[ 30%] Compiling ru.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ru.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/ru.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ru.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ru.po
[ 31%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-command.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-command.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ru.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/ru.po: 119 translated messages, 1260 fuzzy translations, 686 untranslated messages.
[ 34%] Building C object src/plugins/script/CMakeFiles/script.dir/script-command.o
[ 34%] Compiling tr.po
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgmerge --quiet -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/tr.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/po/tr.po /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/weechat.pot
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-command.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -o /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/tr.gmo /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/tr.po
[ 34%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-completion.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-completion.c
[ 34%] Building C object src/plugins/script/CMakeFiles/script.dir/script-completion.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-completion.c
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose --output-file=/dev/null /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/tr.po
/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/po/tr.po: 260 translated messages, 155 fuzzy translations, 1650 untranslated messages.
[ 34%] Built target translations
[ 34%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-completion.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-completion.c
[ 35%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-config.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-config.c
[ 36%] Building C object src/plugins/script/CMakeFiles/script.dir/script-config.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-config.c
[ 37%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-config.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-config.c
[ 37%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-info.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-info.c
[ 37%] Building C object src/plugins/script/CMakeFiles/script.dir/script-info.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-info.c
[ 38%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-network.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-network.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-network.c
[ 38%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ctcp.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ctcp.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-ctcp.c
[ 39%] Building C object src/plugins/script/CMakeFiles/script.dir/script-repo.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-repo.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-repo.c
[ 39%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-raw.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-raw.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-raw.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/perl/CMakeFiles/perl.dir/build.make src/plugins/perl/CMakeFiles/perl.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/perl /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl/CMakeFiles/perl.dir/DependInfo.cmake --color=
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl/CMakeFiles/perl.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl/CMakeFiles/perl.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl/CMakeFiles/perl.dir/depend.internal".
[ 40%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-server.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-server.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-server.c
[ 41%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-debug.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-debug.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-debug.c
Scanning dependencies of target perl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/perl/CMakeFiles/perl.dir/build.make src/plugins/perl/CMakeFiles/perl.dir/build
[ 42%] Building C object src/plugins/perl/CMakeFiles/perl.dir/weechat-perl.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -o CMakeFiles/perl.dir/weechat-perl.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/perl/weechat-perl.c
[ 42%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ignore.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ignore.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-ignore.c
[ 42%] Linking C shared module script.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/script && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/script.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o script.so CMakeFiles/script.dir/script.o CMakeFiles/script.dir/script-action.o CMakeFiles/script.dir/script-buffer.o CMakeFiles/script.dir/script-command.o CMakeFiles/script.dir/script-completion.o CMakeFiles/script.dir/script-config.o CMakeFiles/script.dir/script-info.o CMakeFiles/script.dir/script-repo.o /usr/lib/libz.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
[ 42%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-upgrade.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-upgrade.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-upgrade.c
[ 42%] Built target script
[ 42%] Building C object src/plugins/perl/CMakeFiles/perl.dir/weechat-perl-api.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -o CMakeFiles/perl.dir/weechat-perl-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/perl/weechat-perl-api.c
[ 43%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-info.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-info.c
[ 44%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-websocket.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-websocket.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-websocket.c
[ 44%] Linking C shared module relay.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/relay && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/relay.dir/link.txt --verbose=1
[ 44%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-input.o
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o relay.so CMakeFiles/relay.dir/relay.o CMakeFiles/relay.dir/relay-buffer.o CMakeFiles/relay.dir/relay-client.o CMakeFiles/relay.dir/irc/relay-irc.o CMakeFiles/relay.dir/weechat/relay-weechat.o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o CMakeFiles/relay.dir/relay-command.o CMakeFiles/relay.dir/relay-completion.o CMakeFiles/relay.dir/relay-config.o CMakeFiles/relay.dir/relay-info.o CMakeFiles/relay.dir/relay-network.o CMakeFiles/relay.dir/relay-raw.o CMakeFiles/relay.dir/relay-server.o CMakeFiles/relay.dir/relay-upgrade.o CMakeFiles/relay.dir/relay-websocket.o /usr/lib/libz.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error /usr/local/lib/libgnutls.dylib
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-input.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-input.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/python/CMakeFiles/python.dir/build.make src/plugins/python/CMakeFiles/python.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/python /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python/CMakeFiles/python.dir/DependInfo.cmake --color=
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python/CMakeFiles/python.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python/CMakeFiles/python.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python/CMakeFiles/python.dir/depend.internal".
Scanning dependencies of target python
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/python/CMakeFiles/python.dir/build.make src/plugins/python/CMakeFiles/python.dir/build
[ 44%] Building C object src/plugins/python/CMakeFiles/python.dir/weechat-python.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/python/weechat-python.c
[ 44%] Built target relay
[ 45%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-message.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-message.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-message.c
[ 46%] Building C object src/plugins/python/CMakeFiles/python.dir/weechat-python-api.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/python/weechat-python-api.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/ruby/CMakeFiles/ruby.dir/build.make src/plugins/ruby/CMakeFiles/ruby.dir/depend
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/weechat-20160425-77286-17ls41h/weechat-1.4 /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/ruby /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/ruby /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/ruby/CMakeFiles/ruby.dir/DependInfo.cmake --color=
[ 46%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-mode.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-mode.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-mode.c
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/ruby/CMakeFiles/ruby.dir/DependInfo.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/ruby/CMakeFiles/ruby.dir/depend.internal".
Dependee "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/ruby/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/ruby/CMakeFiles/ruby.dir/depend.internal".
Scanning dependencies of target ruby
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/plugins/ruby/CMakeFiles/ruby.dir/build.make src/plugins/ruby/CMakeFiles/ruby.dir/build
[ 47%] Building C object src/plugins/ruby/CMakeFiles/ruby.dir/weechat-ruby.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/ruby && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Druby_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/universal-darwin14 -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/ruby.dir/weechat-ruby.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/ruby/weechat-ruby.c
In file included from /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/ruby/weechat-ruby.c:25:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/ruby.h:33:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/ruby/ruby.h:24:10: fatal error: 'ruby/config.h' file not found
#include "ruby/config.h"
^
1 error generated.
make[2]: *** [src/plugins/ruby/CMakeFiles/ruby.dir/weechat-ruby.o] Error 1
make[1]: *** [src/plugins/ruby/CMakeFiles/ruby.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 48%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-msgbuffer.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-msgbuffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-msgbuffer.c
[ 48%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-nick.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-nick.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-nick.c
[ 50%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-notify.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-notify.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-notify.c
[ 50%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-protocol.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-protocol.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-protocol.c
[ 51%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-raw.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-raw.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-raw.c
[ 51%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-redirect.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-redirect.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-redirect.c
[ 52%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-sasl.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-sasl.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-sasl.c
[ 52%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-server.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-server.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-server.c
[ 53%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-upgrade.o
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Library/ENV/4.3/clang -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE=\"GPL3\" -DWEECHAT_VERSION=\"1.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-upgrade.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-upgrade.c
[ 53%] Linking C shared module python.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/python && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/python.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python -o python.so CMakeFiles/python.dir/weechat-python.o CMakeFiles/python.dir/weechat-python-api.o /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib ../libweechat_plugins_scripts.a
[ 53%] Built target python
[ 53%] Linking C shared module irc.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/irc && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/irc.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o irc.so CMakeFiles/irc.dir/irc.o CMakeFiles/irc.dir/irc-bar-item.o CMakeFiles/irc.dir/irc-buffer.o CMakeFiles/irc.dir/irc-channel.o CMakeFiles/irc.dir/irc-color.o CMakeFiles/irc.dir/irc-command.o CMakeFiles/irc.dir/irc-completion.o CMakeFiles/irc.dir/irc-config.o CMakeFiles/irc.dir/irc-ctcp.o CMakeFiles/irc.dir/irc-debug.o CMakeFiles/irc.dir/irc-ignore.o CMakeFiles/irc.dir/irc-info.o CMakeFiles/irc.dir/irc-input.o CMakeFiles/irc.dir/irc-message.o CMakeFiles/irc.dir/irc-mode.o CMakeFiles/irc.dir/irc-msgbuffer.o CMakeFiles/irc.dir/irc-nick.o CMakeFiles/irc.dir/irc-notify.o CMakeFiles/irc.dir/irc-protocol.o CMakeFiles/irc.dir/irc-raw.o CMakeFiles/irc.dir/irc-redirect.o CMakeFiles/irc.dir/irc-sasl.o CMakeFiles/irc.dir/irc-server.o CMakeFiles/irc.dir/irc-upgrade.o /usr/local/lib/libgnutls.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
[ 53%] Built target irc
[ 54%] Linking C shared module perl.so
cd /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build/src/plugins/perl && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/perl.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl -o perl.so CMakeFiles/perl.dir/weechat-perl.o CMakeFiles/perl.dir/weechat-perl-api.o /System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/libperl.dylib ../libweechat_plugins_scripts.a
[ 54%] Built target perl
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: b53f0c5ada753d5ded6f6fbe4f920a4a43696394
Last commit: 5 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: fd8a8a08001ff1d47fb696dc2c78803cc7ac4feb
Core tap last commit: 5 days ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit ivybridge
OS X: 10.10.5-x86_64
Xcode: 7.2.1
CLT: 7.2.0.0.1.1447826929
GCC-4.2: build 0
Clang: 7.0 build 700
X11: 2.6.5 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/opt/python/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_31, 1.8.0_25
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/curl:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.10
PKG_CONFIG_PATH: /usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/opt/curl/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/nettle/bin:/usr/local/opt/gnutls/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/local/opt/gettext/bin:/usr/local/opt/curl/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-command.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-command.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-api.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-api.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script-api.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script-api.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-completion.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-completion.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-config.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script-callback.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-script-callback.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-config.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -o CMakeFiles/weechat_plugins.dir/plugin-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/plugin-config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-info.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dalias_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/alias.dir/alias-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/alias/alias-info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dcharset_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/charset.dir/charset.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/charset/charset.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dcharset_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/charset.dir/charset.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/charset/charset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o alias.so CMakeFiles/alias.dir/alias.o CMakeFiles/alias.dir/alias-command.o CMakeFiles/alias.dir/alias-completion.o CMakeFiles/alias.dir/alias-config.o CMakeFiles/alias.dir/alias-info.o
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o alias.so CMakeFiles/alias.dir/alias.o CMakeFiles/alias.dir/alias-command.o CMakeFiles/alias.dir/alias-completion.o CMakeFiles/alias.dir/alias-config.o CMakeFiles/alias.dir/alias-info.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-buffer.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o charset.so CMakeFiles/charset.dir/charset.o /usr/lib/libiconv.dylib
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o charset.so CMakeFiles/charset.dir/charset.o /usr/lib/libiconv.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-command.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-command.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-completion.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-completion.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-config.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dexec_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/exec.dir/exec-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/exec/exec-config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o exec.so CMakeFiles/exec.dir/exec.o CMakeFiles/exec.dir/exec-buffer.o CMakeFiles/exec.dir/exec-command.o CMakeFiles/exec.dir/exec-completion.o CMakeFiles/exec.dir/exec-config.o
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o exec.so CMakeFiles/exec.dir/exec.o CMakeFiles/exec.dir/exec-buffer.o CMakeFiles/exec.dir/exec-command.o CMakeFiles/exec.dir/exec-completion.o CMakeFiles/exec.dir/exec-config.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo-command.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo-command.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo-info.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dfifo_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/fifo.dir/fifo-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/fifo/fifo-info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o fifo.so CMakeFiles/fifo.dir/fifo.o CMakeFiles/fifo.dir/fifo-command.o CMakeFiles/fifo.dir/fifo-info.o
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o fifo.so CMakeFiles/fifo.dir/fifo.o CMakeFiles/fifo.dir/fifo-command.o CMakeFiles/fifo.dir/fifo-info.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-bar-item.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-bar-item.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-bar-item.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-bar-item.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-buffer.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-config.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-buffer.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-info.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-channel.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-channel.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-channel.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-channel.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-buffer.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-tail.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-tail.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dlogger_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/logger.dir/logger-tail.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/logger/logger-tail.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-client.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-client.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-client.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-client.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o logger.so CMakeFiles/logger.dir/logger.o CMakeFiles/logger.dir/logger-buffer.o CMakeFiles/logger.dir/logger-config.o CMakeFiles/logger.dir/logger-info.o CMakeFiles/logger.dir/logger-tail.o
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o logger.so CMakeFiles/logger.dir/logger.o CMakeFiles/logger.dir/logger-buffer.o CMakeFiles/logger.dir/logger-config.o CMakeFiles/logger.dir/logger-info.o CMakeFiles/logger.dir/logger-tail.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-color.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-color.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-color.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-color.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/irc/relay-irc.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/irc/relay-irc.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/irc/relay-irc.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/irc/relay-irc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-command.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-command.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-msg.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-msg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-action.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-action.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-action.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-action.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-nicklist.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-nicklist.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-protocol.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/weechat/relay-weechat-protocol.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-buffer.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-buffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-command.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-command.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-command.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-command.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-command.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-completion.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-completion.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-completion.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-completion.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-completion.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-completion.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-completion.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-config.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-config.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-config.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-config.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-info.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-info.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ctcp.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-ctcp.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ctcp.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-ctcp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-network.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-network.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-network.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-network.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-repo.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-repo.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dscript_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/script.dir/script-repo.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/script/script-repo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-raw.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-raw.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-raw.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-raw.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-server.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-server.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-server.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-server.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-debug.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-debug.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-debug.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-debug.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -o CMakeFiles/perl.dir/weechat-perl.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/perl/weechat-perl.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -g
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -o CMakeFiles/perl.dir/weechat-perl.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/perl/weechat-perl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ignore.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-ignore.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-ignore.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-ignore.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o script.so CMakeFiles/script.dir/script.o CMakeFiles/script.dir/script-action.o CMakeFiles/script.dir/script-buffer.o CMakeFiles/script.dir/script-command.o CMakeFiles/script.dir/script-completion.o CMakeFiles/script.dir/script-config.o CMakeFiles/script.dir/script-info.o CMakeFiles/script.dir/script-repo.o /usr/lib/libz.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o script.so CMakeFiles/script.dir/script.o CMakeFiles/script.dir/script-action.o CMakeFiles/script.dir/script-buffer.o CMakeFiles/script.dir/script-command.o CMakeFiles/script.dir/script-completion.o CMakeFiles/script.dir/script-config.o CMakeFiles/script.dir/script-info.o CMakeFiles/script.dir/script-repo.o /usr/lib/libz.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-upgrade.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-upgrade.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-upgrade.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-upgrade.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -o CMakeFiles/perl.dir/weechat-perl-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/perl/weechat-perl-api.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -g
superenv added: -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dperl_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -o CMakeFiles/perl.dir/weechat-perl-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/perl/weechat-perl-api.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-info.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-info.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-info.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-websocket.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-websocket.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Drelay_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/relay.dir/relay-websocket.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/relay/relay-websocket.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o relay.so CMakeFiles/relay.dir/relay.o CMakeFiles/relay.dir/relay-buffer.o CMakeFiles/relay.dir/relay-client.o CMakeFiles/relay.dir/irc/relay-irc.o CMakeFiles/relay.dir/weechat/relay-weechat.o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o CMakeFiles/relay.dir/relay-command.o CMakeFiles/relay.dir/relay-completion.o CMakeFiles/relay.dir/relay-config.o CMakeFiles/relay.dir/relay-info.o CMakeFiles/relay.dir/relay-network.o CMakeFiles/relay.dir/relay-raw.o CMakeFiles/relay.dir/relay-server.o CMakeFiles/relay.dir/relay-upgrade.o CMakeFiles/relay.dir/relay-websocket.o /usr/lib/libz.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error /usr/local/lib/libgnutls.dylib
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o relay.so CMakeFiles/relay.dir/relay.o CMakeFiles/relay.dir/relay-buffer.o CMakeFiles/relay.dir/relay-client.o CMakeFiles/relay.dir/irc/relay-irc.o CMakeFiles/relay.dir/weechat/relay-weechat.o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o CMakeFiles/relay.dir/relay-command.o CMakeFiles/relay.dir/relay-completion.o CMakeFiles/relay.dir/relay-config.o CMakeFiles/relay.dir/relay-info.o CMakeFiles/relay.dir/relay-network.o CMakeFiles/relay.dir/relay-raw.o CMakeFiles/relay.dir/relay-server.o CMakeFiles/relay.dir/relay-upgrade.o CMakeFiles/relay.dir/relay-websocket.o /usr/lib/libz.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error /usr/local/lib/libgnutls.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-input.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-input.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-input.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-input.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/python/weechat-python.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/python/weechat-python.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-message.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-message.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-message.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-message.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/python/weechat-python-api.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dpython_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/python.dir/weechat-python-api.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/python/weechat-python-api.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-mode.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-mode.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-mode.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-mode.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Druby_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/universal-darwin14 -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/ruby.dir/weechat-ruby.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/ruby/weechat-ruby.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Druby_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/universal-darwin14 -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/ruby.dir/weechat-ruby.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/ruby/weechat-ruby.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-msgbuffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-msgbuffer.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-msgbuffer.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-msgbuffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-nick.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-nick.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-nick.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-nick.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-notify.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-notify.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-notify.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-notify.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-protocol.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-protocol.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-protocol.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-protocol.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-raw.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-raw.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-raw.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-raw.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-redirect.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-redirect.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-redirect.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-redirect.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-sasl.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-sasl.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-sasl.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-sasl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-server.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-server.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-server.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-server.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/usr/local/include -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-upgrade.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-upgrade.c
superenv removed: -I/usr/local/include -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
superenv executed: clang -pipe -w -Os -march=native -DENABLE_NLS -DHAVE_CONFIG_H -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ICONV -DHAVE_ZLIB -DWEECHAT_LICENSE="GPL3" -DWEECHAT_VERSION="1.4" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dirc_EXPORTS -I/tmp/weechat-20160425-77286-17ls41h/weechat-1.4/build -DNDEBUG -mmacosx-version-min=10.10 -fPIC -fPIC -fPIC -o CMakeFiles/irc.dir/irc-upgrade.o -c /tmp/weechat-20160425-77286-17ls41h/weechat-1.4/src/plugins/irc/irc-upgrade.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python -o python.so CMakeFiles/python.dir/weechat-python.o CMakeFiles/python.dir/weechat-python-api.o /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib ../libweechat_plugins_scripts.a
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python -o python.so CMakeFiles/python.dir/weechat-python.o CMakeFiles/python.dir/weechat-python-api.o /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib ../libweechat_plugins_scripts.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o irc.so CMakeFiles/irc.dir/irc.o CMakeFiles/irc.dir/irc-bar-item.o CMakeFiles/irc.dir/irc-buffer.o CMakeFiles/irc.dir/irc-channel.o CMakeFiles/irc.dir/irc-color.o CMakeFiles/irc.dir/irc-command.o CMakeFiles/irc.dir/irc-completion.o CMakeFiles/irc.dir/irc-config.o CMakeFiles/irc.dir/irc-ctcp.o CMakeFiles/irc.dir/irc-debug.o CMakeFiles/irc.dir/irc-ignore.o CMakeFiles/irc.dir/irc-info.o CMakeFiles/irc.dir/irc-input.o CMakeFiles/irc.dir/irc-message.o CMakeFiles/irc.dir/irc-mode.o CMakeFiles/irc.dir/irc-msgbuffer.o CMakeFiles/irc.dir/irc-nick.o CMakeFiles/irc.dir/irc-notify.o CMakeFiles/irc.dir/irc-protocol.o CMakeFiles/irc.dir/irc-raw.o CMakeFiles/irc.dir/irc-redirect.o CMakeFiles/irc.dir/irc-sasl.o CMakeFiles/irc.dir/irc-server.o CMakeFiles/irc.dir/irc-upgrade.o /usr/local/lib/libgnutls.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -o irc.so CMakeFiles/irc.dir/irc.o CMakeFiles/irc.dir/irc-bar-item.o CMakeFiles/irc.dir/irc-buffer.o CMakeFiles/irc.dir/irc-channel.o CMakeFiles/irc.dir/irc-color.o CMakeFiles/irc.dir/irc-command.o CMakeFiles/irc.dir/irc-completion.o CMakeFiles/irc.dir/irc-config.o CMakeFiles/irc.dir/irc-ctcp.o CMakeFiles/irc.dir/irc-debug.o CMakeFiles/irc.dir/irc-ignore.o CMakeFiles/irc.dir/irc-info.o CMakeFiles/irc.dir/irc-input.o CMakeFiles/irc.dir/irc-message.o CMakeFiles/irc.dir/irc-mode.o CMakeFiles/irc.dir/irc-msgbuffer.o CMakeFiles/irc.dir/irc-nick.o CMakeFiles/irc.dir/irc-notify.o CMakeFiles/irc.dir/irc-protocol.o CMakeFiles/irc.dir/irc-raw.o CMakeFiles/irc.dir/irc-redirect.o CMakeFiles/irc.dir/irc-sasl.o CMakeFiles/irc.dir/irc-server.o CMakeFiles/irc.dir/irc-upgrade.o /usr/local/lib/libgnutls.dylib -L/usr/local/Cellar/libgcrypt/1.7.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wall -Wextra -Werror-implicit-function-declaration -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl -o perl.so CMakeFiles/perl.dir/weechat-perl.o CMakeFiles/perl.dir/weechat-perl-api.o /System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/libperl.dylib ../libweechat_plugins_scripts.a
superenv removed: -Wall -Wextra -Werror-implicit-function-declaration -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -mmacosx-version-min=10.10 -bundle -Wl,-headerpad_max_install_names -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl -o perl.so CMakeFiles/perl.dir/weechat-perl.o CMakeFiles/perl.dir/weechat-perl-api.o /System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/libperl.dylib ../libweechat_plugins_scripts.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/curl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/curl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment