Last active
December 27, 2015 11:49
-
-
Save warmwaffles/7320888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: 2c82712cbc4cde7484784a82a0a7d13ee7728bde | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.1 | |
CLT: 5.0.1.0.1.1382131676 | |
GCC-4.2: build 5666 | |
Clang: 5.0 build 500 | |
X11: 2.7.4 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/warmwaffles/.rbenv/shims/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install -v hexchat | |
==> Downloading https://github.com/hexchat/hexchat/archive/v2.9.5.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/hexchat-2.9.5.tar.gz | |
tar xf /Library/Caches/Homebrew/hexchat-2.9.5.tar.gz | |
==> autoreconf -vi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION | |
autoreconf: running: glibtoolize --copy | |
glibtoolize: putting auxiliary files in `.'. | |
glibtoolize: copying file `./ltmain.sh' | |
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and | |
glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree. | |
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader | |
autoreconf: running: automake --add-missing --copy --no-force | |
configure.ac:15: installing './compile' | |
configure.ac:22: installing './config.guess' | |
configure.ac:22: installing './config.sub' | |
configure.ac:11: installing './install-sh' | |
configure.ac:11: installing './missing' | |
plugins/checksum/Makefile.am: installing './depcomp' | |
autoreconf: Leaving directory `.' | |
==> ./configure --prefix=/usr/local/Cellar/hexchat/2.9.5 --disable-dependency-tracking --enable-openssl --disable-xlib | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for style of include used by make... GNU | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc understands -c and -o together... yes | |
checking dependency style of cc... none | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking whether cc understands -c and -o together... (cached) yes | |
checking dependency style of cc... (cached) none | |
checking how to run the C preprocessor... cc -E | |
checking dependency style of cc... none | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... x86_64-apple-darwin13.0.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking whether NLS is requested... yes | |
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge | |
checking whether we are using the GNU C Library 2 or newer... no | |
checking for ranlib... (cached) ranlib | |
checking whether the -Werror option is usable... yes | |
checking for simple visibility declarations... yes | |
checking for inline... inline | |
checking for size_t... yes | |
checking for stdint.h... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking whether integer division by zero raises SIGFPE... guessing yes | |
checking for inttypes.h... yes | |
checking for unsigned long long int... yes | |
checking for inttypes.h... (cached) yes | |
checking whether the inttypes.h PRIxNN macros are broken... no | |
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking whether imported symbols can be declared weak... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_kill in -lpthread... yes | |
checking for multithread API to use... posix | |
checking for pthread_rwlock_t... yes | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for getcwd... yes | |
checking for getegid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getuid... yes | |
checking for mempcpy... no | |
checking for munmap... yes | |
checking for stpcpy... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strtoul... yes | |
checking for tsearch... yes | |
checking for uselocale... yes | |
checking for argz_count... no | |
checking for argz_stringify... no | |
checking for argz_next... no | |
checking for __fsetlocking... no | |
checking whether feof_unlocked is declared... yes | |
checking whether fgets_unlocked is declared... no | |
checking for bison... bison | |
checking version of bison... 2.3, ok | |
checking for long long int... yes | |
checking for wchar_t... yes | |
checking for wint_t... yes | |
checking for intmax_t... yes | |
checking whether printf() supports POSIX/XSI format strings... yes | |
checking whether we are using the GNU C Library >= 2.1 or uClibc... no | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking for stdint.h... (cached) yes | |
checking for symlink... yes | |
checking for working fcntl.h... no (bad O_NOATIME) | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for ptrdiff_t... yes | |
checking features.h usability... no | |
checking features.h presence... no | |
checking for features.h... no | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for asprintf... yes | |
checking for fwprintf... yes | |
checking for newlocale... yes | |
checking for putenv... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for snprintf... yes | |
checking for strnlen... yes | |
checking for wcslen... yes | |
checking for wcsnlen... yes | |
checking for mbrtowc... yes | |
checking for wcrtomb... yes | |
checking whether _snprintf is declared... no | |
checking whether _snwprintf is declared... no | |
checking whether getc_unlocked is declared... yes | |
checking for nl_langinfo and CODESET... yes | |
checking for LC_MESSAGES... yes | |
checking for CFPreferencesCopyAppValue... (cached) yes | |
checking for CFLocaleCopyCurrent... (cached) yes | |
checking whether included gettext is requested... no | |
checking for GNU gettext in libc... no | |
checking for GNU gettext in libintl... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... external libintl | |
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation | |
checking for sed... /usr/local/Library/ENV/4.3/sed | |
checking for uname... /usr/bin/uname | |
checking system type... Darwin | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.16... yes | |
checking for GLIB - version >= 2.14.0... yes (version 2.38.1) | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking for GTK+ - version >= 2.10.0... yes (version 2.24.22) | |
checking for gconftool-2... no | |
checking for perl... /usr/bin/perl | |
checking for Perl compile flags... ok | |
checking for perl >= 5.8.0... yes | |
checking if perl plugin will be backward compatible... yes | |
checking for python2... /usr/local/opt/python/bin/python2 | |
checking Python version... 2.7 | |
checking Python compile flags... ok | |
checking for select... yes | |
checking for select in -lsocket... no | |
checking for getaddrinfo... yes | |
checking whether to enable IPv6 support... yes | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking for openssl through pkg-config... yes | |
checking for LIBPROXY... no | |
checking for dlopen... yes | |
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config | |
checking for plugin interface used by Checksum... yes | |
checking for OpenSSL used by Checksum... yes | |
checking for plugin interface used by Do At... yes | |
checking for plugin interface used by FiSHLiM... yes | |
checking for OpenSSL used by FiSHLiM... yes | |
checking for plugin interface used by SysInfo... yes | |
checking for LIBPCI... no | |
checking for DBUS... no | |
checking for dbus-binding-tool... no | |
checking for glib-genmarshal... /usr/local/opt/glib/bin/glib-genmarshal | |
checking for LIBNOTIFY... no | |
checking for LIBXML2... yes | |
checking if gcc accepts -Wno-pointer-sign ... no | |
checking if gcc accepts -funsigned-char ... no | |
checking for modern sigaction... yes | |
checking for gdk-pixbuf-csource... /usr/local/opt/gdk-pixbuf/bin/gdk-pixbuf-csource | |
checking for snprintf... (cached) yes | |
checking for vsnprintf... yes | |
checking for memrchr... no | |
checking for strtoull... yes | |
checking for gethostbyname... yes | |
checking for gethostname... yes | |
checking for strings.h... (cached) yes | |
checking for socklen_t... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating share/Makefile | |
config.status: creating share/icons/Makefile | |
config.status: creating share/misc/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/common/Makefile | |
config.status: creating src/common/dbus/Makefile | |
config.status: creating src/fe-text/Makefile | |
config.status: creating src/fe-gtk/Makefile | |
config.status: creating src/pixmaps/Makefile | |
config.status: creating plugins/Makefile | |
config.status: creating plugins/python/Makefile | |
config.status: creating plugins/perl/Makefile | |
config.status: creating plugins/checksum/Makefile | |
config.status: creating plugins/doat/Makefile | |
config.status: creating plugins/fishlim/Makefile | |
config.status: creating plugins/sysinfo/Makefile | |
config.status: creating intl/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating man/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
HexChat 2.9.5 | |
GTK+ interface ........ : yes | |
Text interface ........ : no | |
MMX tinting ........... : no | |
XShm tinting .......... : no | |
Text backend .......... : Pango | |
OpenSSL support ....... : yes | |
D-Bus support ......... : no | |
libnotify support ..... : no | |
Spelling .............. : static | |
Plugin interface ...... : yes | |
NLS/gettext ........... : yes | |
IPv6 support .......... : yes | |
MS Proxy NTLM (ISA) ... : no | |
libproxy support ...... : no | |
Perl .................. : yes | |
Python ................ : python2 | |
Checksum .............. : yes | |
Do At ................. : yes | |
FiSHLiM ............... : yes | |
SysInfo ............... : no | |
The binary will be installed in /usr/local/Cellar/hexchat/2.9.5/bin | |
configure complete, now type 'make' and pray. | |
==> make | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in po | |
test ! -f ./hexchat.pot || \ | |
test -z "af.gmo am.gmo ast.gmo az.gmo be.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo gl.gmo gu.gmo hi.gmo hu.gmo id.gmo it.gmo ja.gmo kn.gmo ko.gmo lt.gmo lv.gmo mk.gmo ml.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo th.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo" || /Applications/Xcode.app/Contents/Developer/usr/bin/make af.gmo am.gmo ast.gmo az.gmo be.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo gl.gmo gu.gmo hi.gmo hu.gmo id.gmo it.gmo ja.gmo kn.gmo ko.gmo lt.gmo lv.gmo mk.gmo ml.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo th.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo | |
rm -f af.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o af.gmo af.po | |
rm -f be.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o be.gmo be.po | |
rm -f az.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o az.gmo az.po | |
rm -f ast.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o ast.gmo ast.po | |
rm -f am.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o am.gmo am.po | |
rm -f cs.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o cs.gmo cs.po | |
rm -f bg.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o bg.gmo bg.po | |
rm -f ca.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o ca.gmo ca.po | |
af.po: 118 translated messages, 1273 untranslated messages. | |
am.po: 366 translated messages, 1025 untranslated messages. | |
az.po: 606 translated messages, 785 untranslated messages. | |
ca.po: 851 translated messages, 540 untranslated messages. | |
be.po: 1010 translated messages, 381 untranslated messages. | |
ast.po: 1045 translated messages, 346 untranslated messages. | |
cs.po: 1032 translated messages, 359 untranslated messages. | |
bg.po: 787 translated messages, 604 untranslated messages. | |
rm -f da.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o da.gmo da.po | |
rm -f de.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o de.gmo de.po | |
rm -f el.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o el.gmo el.po | |
rm -f en_GB.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o en_GB.gmo en_GB.po | |
rm -f es.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o es.gmo es.po | |
rm -f et.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o et.gmo et.po | |
rm -f eu.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o eu.gmo eu.po | |
rm -f fi.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o fi.gmo fi.po | |
da.po: 964 translated messages, 427 untranslated messages. | |
de.po: 1229 translated messages, 162 untranslated messages. | |
eu.po: 830 translated messages, 561 untranslated messages. | |
el.po: 1000 translated messages, 391 untranslated messages. | |
et.po: 988 translated messages, 403 untranslated messages. | |
en_GB.po: 1371 translated messages, 20 untranslated messages. | |
es.po: 1391 translated messages. | |
fi.po: 1032 translated messages, 359 untranslated messages. | |
rm -f fr.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po | |
rm -f gu.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o gu.gmo gu.po | |
rm -f gl.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o gl.gmo gl.po | |
rm -f hi.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o hi.gmo hi.po | |
rm -f hu.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o hu.gmo hu.po | |
rm -f it.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o it.gmo it.po | |
rm -f id.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o id.gmo id.po | |
rm -f ja.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.po | |
hi.po: 820 translated messages, 571 untranslated messages. | |
hu.po: 1391 translated messages. | |
gu.po: 835 translated messages, 556 untranslated messages. | |
fr.po: 1387 translated messages, 4 untranslated messages. | |
it.po: id.po: 1369 translated messages, 22 untranslated messages. | |
ja.po: 908 translated messages, 483 untranslated messages. | |
1364 translated messagesgl.po: 1018 translated messages, 373 untranslated messages. | |
, 27 untranslated messages. | |
rm -f kn.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o kn.gmo kn.po | |
rm -f ko.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o ko.gmo ko.po | |
rm -f lt.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o lt.gmo lt.po | |
rm -f lv.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o lv.gmo lv.po | |
rm -f mk.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o mk.gmo mk.po | |
rm -f ml.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o ml.gmo ml.po | |
rm -f ms.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o ms.gmo ms.po | |
rm -f nb.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o nb.gmo nb.po | |
lt.po: 544 translated messages, 847 untranslated messages. | |
lv.po: 631 translated messages, 760 untranslated messages. | |
ml.po: 14 translated messages, 1377 untranslated messages. | |
mk.po: 1032 translated messages, 359 untranslated messages. | |
ms.po: 540 translated messages, 851 untranslated messages. | |
ko.po: 1074 translated messages, 317 untranslated messages. | |
nb.po: 1191 translated messages, 200 untranslated messages. | |
kn.po: 1074 translated messages, 317 untranslated messages. | |
rm -f no.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o no.gmo no.po | |
rm -f nl.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o nl.gmo nl.po | |
rm -f pa.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o pa.gmo pa.po | |
rm -f pt_BR.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.po | |
rm -f pl.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o pl.gmo pl.po | |
rm -f pt.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o pt.gmo pt.po | |
rm -f ru.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o ru.gmo ru.po | |
rm -f rw.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o rw.gmo rw.po | |
pt_BR.po: 209 translated messages, 1182 untranslated messages. | |
nl.po: 1039 translated messages, 352 untranslated messages. | |
pa.po: 977 translated messages, 414 untranslated messages. | |
no.po: 160 translated messages, 1231 untranslated messages. | |
pt.po: 1371 translated messages, 20 untranslated messages. | |
rw.po: 302 translated messages, 1089 untranslated messages. | |
pl.po: 1391 translated messages. | |
rm -f sl.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o sl.gmo sl.po | |
rm -f sk.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o sk.gmo sk.po | |
ru.po: 1074 translated messages, 317 untranslated messages. | |
rm -f sr.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o sr.gmo sr.po | |
rm -f sq.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o sq.gmo sq.po | |
rm -f sv.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.po | |
rm -f th.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o th.gmo th.po | |
rm -f uk.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o uk.gmo uk.po | |
rm -f vi.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o vi.gmo vi.po | |
sl.po: 835 translated messages, 556 untranslated messages. | |
sq.po: 1144 translated messages, 247 untranslated messages. | |
sk.po: 820 translated messages, 571 untranslated messages. | |
sv.po: 1111 translated messages, 280 untranslated messages. | |
sr.po: 1194 translated messages, 197 untranslated messages. | |
rm -f wa.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o wa.gmo wa.po | |
th.po: 1151 translated messages, 240 untranslated messages. | |
vi.po: 1032 translated messages, 359 untranslated messages. | |
uk.po: 1074 translated messages, 317 untranslated messages. | |
rm -f zh_CN.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po | |
rm -f zh_TW.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o zh_TW.gmo zh_TW.po | |
wa.po: 393 translated messages, 998 untranslated messages. | |
zh_CN.po: 1074 translated messages, 317 untranslated messages. | |
zh_TW.po: 985 translated messages, 406 untranslated messages. | |
touch stamp-po | |
Making all in intl | |
make[2]: Nothing to be done for `all'. | |
Making all in src | |
Making all in pixmaps | |
/usr/local/opt/gdk-pixbuf/bin/gdk-pixbuf-csource --raw --build-list png_ulist_voice ./ulist_voice.png png_ulist_halfop ./ulist_halfop.png png_ulist_op ./ulist_op.png png_ulist_owner ./ulist_owner.png png_ulist_founder ./ulist_founder.png png_ulist_netop ./ulist_netop.png png_tray_fileoffer ./tray_fileoffer.png png_tray_highlight ./tray_highlight.png png_tray_message ./tray_message.png png_tree_channel ./tree_channel.png png_tree_dialog ./tree_dialog.png png_tree_server ./tree_server.png png_tree_util ./tree_util.png png_book ./book.png png_hexchat ./hexchat.png > ./inline_pngs.h | |
Making all in common | |
cc -g -O2 -Wall make-te.c -o make-te | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -Wl,-headerpad_max_install_names | |
./make-te < textevents.in > textevents.h 2> textenums.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in . | |
CC libhexchatcommon_a-cfgfiles.o | |
CC libhexchatcommon_a-ctcp.o | |
CC libhexchatcommon_a-chanopt.o | |
CC libhexchatcommon_a-dcc.o | |
CC libhexchatcommon_a-hexchat.o | |
CC libhexchatcommon_a-history.o | |
CC libhexchatcommon_a-ignore.o | |
CC libhexchatcommon_a-inbound.o | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
CC libhexchatcommon_a-modes.o | |
brew: superenv removed: -g -O2 -Wall | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/opt/X11/include/freetype2 -isystem/usr/include/libxml2 -isystem/opt/X11/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
In file included from ctcp.c:29: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected parameter declarator | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from ctcp.c:29: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from ctcp.c:29: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: conflicting types for '__builtin___strlcat_chk' | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from ctcp.c:29: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from ctcp.c:29: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from ctcp.c:29: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from hexchat.c:39: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected parameter declarator | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from hexchat.c:39: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from hexchat.c:39: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: conflicting types for '__builtin___strlcat_chk' | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from hexchat.c:39: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from hexchat.c:39: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from hexchat.c:39: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
6 errors generated. | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from chanopt.c:41: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected parameter declarator | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
In file included from cfgfiles.c:28: | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))In file included from | |
./util.h ^: | |
36: | |
./strlutil.h:20/usr/include/secure/_common.h::839:: 62error: :expected parameter declarator | |
note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from chanopt.c:41: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
In file included from chanopt.c:41: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
error: conflicting types for '__builtin___strlcat_chk' | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from chanopt.c:41: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
/usr/include/secure/_common.h __builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)):39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from cfgfiles.c:28: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
^ | |
/usr/include/secure/_common.h:#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
In file included from cfgfiles.c:28: | |
In file included from ./util.h:36: | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from chanopt.c:41: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
./strlutil.h:20:8: error: conflicting types for '__builtin___strlcat_chk' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from cfgfiles.c:28: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from chanopt.c:41: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from cfgfiles.c:28: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39make[5]: *** [libhexchatcommon_a-ctcp.o] Error 1 | |
:62make[5]: : *** Waiting for unfinished jobs....note: | |
expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from cfgfiles.c:28: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from dcc.c:49: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected parameter declarator | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from dcc.c:49: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from dcc.c:49: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: conflicting types for '__builtin___strlcat_chk' | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from dcc.c:49: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from dcc.c:49: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from dcc.c:49: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
6 errors generated. | |
make[5]: *** [libhexchatcommon_a-chanopt.o] Error 1 | |
6 errors generated. | |
In file included from inbound.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected parameter declarator | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from inbound.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from inbound.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: conflicting types for '__builtin___strlcat_chk' | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from inbound.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from inbound.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from inbound.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
make[5]: *** [libhexchatcommon_a-hexchat.o] Error 1 | |
In file included from ignore.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected parameter declarator | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from ignore.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from ignore.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: conflicting types for '__builtin___strlcat_chk' | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from ignore.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from ignore.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from ignore.c:37: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
6 errors generated. | |
6 errors generated. | |
make[5]: *** [libhexchatcommon_a-cfgfiles.o] Error 1 | |
make[5]: *** [libhexchatcommon_a-ignore.o] Error 1 | |
6 errors generated. | |
make[5]: *** [libhexchatcommon_a-inbound.o] Error 1 | |
6 errors generated. | |
make[5]: *** [libhexchatcommon_a-dcc.o] Error 1 | |
In file included from modes.c:31: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected parameter declarator | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from modes.c:31: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:20:8: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from modes.c:31: | |
In file included from ./util.h:36: | |
./strlutil.h:20:8: error: conflicting types for '__builtin___strlcat_chk' | |
size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:20:8: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
In file included from modes.c:31: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected parameter declarator | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from modes.c:31: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: expected ')' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./strlutil.h:21:8: note: to match this '(' | |
/usr/include/secure/_string.h:105:44: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from modes.c:31: | |
In file included from ./util.h:36: | |
./strlutil.h:21:8: error: conflicting types for '__builtin___strlcpy_chk' | |
size_t strlcpy(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./strlutil.h:21:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:105:3: note: expanded from macro 'strlcpy' | |
__builtin___strlcpy_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
6 errors generated. | |
make[5]: *** [libhexchatcommon_a-modes.o] Error 1 | |
make[4]: *** [all-recursive] Error 1 | |
make[3]: *** [all] Error 2 | |
make[2]: *** [all-recursive] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 2c82712cbc4cde7484784a82a0a7d13ee7728bde | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.1 | |
CLT: 5.0.1.0.1.1382131676 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local | |
CMAKE_INCLUDE_PATH: /opt/X11/include/freetype2:/usr/include/libxml2:/opt/X11/include:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
CMAKE_LIBRARY_PATH: /opt/X11/lib | |
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/gtk+/lib/pkgconfig:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig | |
HOMEBREW_VERBOSE: 1 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal:/opt/X11/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libpng/bin:/usr/local/opt/gobject-introspection/bin:/usr/local/opt/gdk-pixbuf/bin:/usr/local/opt/cairo/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/freetype/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/pango/bin:/usr/local/opt/gtk+/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: hexchat did not build | |
Logs: | |
/Users/warmwaffles/Library/Logs/Homebrew/hexchat/01.autoreconf | |
/Users/warmwaffles/Library/Logs/Homebrew/hexchat/02.configure | |
/Users/warmwaffles/Library/Logs/Homebrew/hexchat/03.make | |
/Users/warmwaffles/Library/Logs/Homebrew/hexchat/config.log | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment