You are not logged in.

#1 2012-11-09 17:41:34

Munchor
Member
Registered: 2012-10-29
Posts: 54

[SOLVED] Glib not correctly installed?

Somehow, it seems that Glib is not correctly installed, and I just reinstalled it.

*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: "Cannot find glib"

Any ideas on what I'm doing wrong? Thank you.

Last edited by Munchor (2012-11-10 13:25:18)

Offline

#2 2012-11-09 17:49:35

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,846
Website

Re: [SOLVED] Glib not correctly installed?

Do you have base-devel installed?

What are you trying to compile?

Posting the config.log might help too.

Last edited by WorMzy (2012-11-09 17:50:08)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#3 2012-11-10 11:12:18

Munchor
Member
Registered: 2012-10-29
Posts: 54

Re: [SOLVED] Glib not correctly installed?

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by HexChat configure 2.9.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = davidarch
uname -m = x86_64
uname -r = 3.6.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/android-sdk/platform-tools
PATH: /opt/android-sdk/tools
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
PATH: /home/david/.cabal/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2763: checking for a BSD-compatible install
configure:2831: result: /usr/bin/install -c
configure:2842: checking whether build environment is sane
configure:2897: result: yes
configure:3048: checking for a thread-safe mkdir -p
configure:3087: result: /usr/bin/mkdir -p
configure:3094: checking for gawk
configure:3110: found /usr/bin/gawk
configure:3121: result: gawk
configure:3132: checking whether make sets $(MAKE)
configure:3154: result: yes
configure:3244: checking for style of include used by make
configure:3272: result: GNU
configure:3343: checking for gcc
configure:3359: found /usr/bin/gcc
configure:3370: result: gcc
configure:3599: checking for C compiler version
configure:3608: gcc --version >&5
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3619: $? = 0
configure:3608: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.7.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release
Thread model: posix
gcc version 4.7.2 (GCC) 
configure:3619: $? = 0
configure:3608: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3619: $? = 1
configure:3608: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3619: $? = 1
configure:3639: checking whether the C compiler works
configure:3661: gcc    conftest.c  >&5
configure:3665: $? = 0
configure:3713: result: yes
configure:3716: checking for C compiler default output file name
configure:3718: result: a.out
configure:3724: checking for suffix of executables
configure:3731: gcc -o conftest    conftest.c  >&5
configure:3735: $? = 0
configure:3757: result: 
configure:3779: checking whether we are cross compiling
configure:3787: gcc -o conftest    conftest.c  >&5
configure:3791: $? = 0
configure:3798: ./conftest
configure:3802: $? = 0
configure:3817: result: no
configure:3822: checking for suffix of object files
configure:3844: gcc -c   conftest.c >&5
configure:3848: $? = 0
configure:3869: result: o
configure:3873: checking whether we are using the GNU C compiler
configure:3892: gcc -c   conftest.c >&5
configure:3892: $? = 0
configure:3901: result: yes
configure:3910: checking whether gcc accepts -g
configure:3930: gcc -c -g  conftest.c >&5
configure:3930: $? = 0
configure:3971: result: yes
configure:3988: checking for gcc option to accept ISO C89
configure:4051: gcc  -c -g -O2  conftest.c >&5
configure:4051: $? = 0
configure:4064: result: none needed
configure:4086: checking dependency style of gcc
configure:4197: result: gcc3
configure:4218: checking how to run the C preprocessor
configure:4249: gcc -E  conftest.c
configure:4249: $? = 0
configure:4263: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4288: result: gcc -E
configure:4308: gcc -E  conftest.c
configure:4308: $? = 0
configure:4322: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4322: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4351: checking for grep that handles long lines and -e
configure:4409: result: /usr/bin/grep
configure:4414: checking for egrep
configure:4476: result: /usr/bin/grep -E
configure:4481: checking for ANSI C header files
configure:4501: gcc -c -g -O2  conftest.c >&5
configure:4501: $? = 0
configure:4574: gcc -o conftest -g -O2   conftest.c  >&5
configure:4574: $? = 0
configure:4574: ./conftest
configure:4574: $? = 0
configure:4585: result: yes
configure:4598: checking for sys/types.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for sys/stat.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for stdlib.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for string.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for memory.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for strings.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for inttypes.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for stdint.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4598: checking for unistd.h
configure:4598: gcc -c -g -O2  conftest.c >&5
configure:4598: $? = 0
configure:4598: result: yes
configure:4611: checking minix/config.h usability
configure:4611: gcc -c -g -O2  conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4611: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4611: result: no
configure:4611: checking minix/config.h presence
configure:4611: gcc -E  conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4611: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4611: result: no
configure:4611: checking for minix/config.h
configure:4611: result: no
configure:4632: checking whether it is safe to define __EXTENSIONS__
configure:4650: gcc -c -g -O2  conftest.c >&5
configure:4650: $? = 0
configure:4657: result: yes
configure:4672: checking whether to enable maintainer-specific portions of Makefiles
configure:4681: result: no
configure:4742: checking for gcc
configure:4769: result: gcc
configure:4998: checking for C compiler version
configure:5007: gcc --version >&5
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5018: $? = 0
configure:5007: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.7.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release
Thread model: posix
gcc version 4.7.2 (GCC) 
configure:5018: $? = 0
configure:5007: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5018: $? = 1
configure:5007: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5018: $? = 1
configure:5022: checking whether we are using the GNU C compiler
configure:5050: result: yes
configure:5059: checking whether gcc accepts -g
configure:5120: result: yes
configure:5137: checking for gcc option to accept ISO C89
configure:5213: result: none needed
configure:5235: checking dependency style of gcc
configure:5346: result: gcc3
configure:5362: checking whether gcc and cc understand -c and -o together
configure:5393: gcc -c conftest.c -o conftest2.o >&5
configure:5397: $? = 0
configure:5403: gcc -c conftest.c -o conftest2.o >&5
configure:5407: $? = 0
configure:5418: cc -c conftest.c >&5
configure:5422: $? = 0
configure:5430: cc -c conftest.c -o conftest2.o >&5
configure:5434: $? = 0
configure:5440: cc -c conftest.c -o conftest2.o >&5
configure:5444: $? = 0
configure:5462: result: yes
configure:5492: checking how to run the C preprocessor
configure:5562: result: gcc -E
configure:5582: gcc -E  conftest.c
configure:5582: $? = 0
configure:5596: gcc -E  conftest.c
conftest.c:24:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5596: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5633: checking dependency style of gcc
configure:5742: result: gcc3
configure:5817: checking build system type
configure:5831: result: x86_64-unknown-linux-gnu
configure:5851: checking host system type
configure:5864: result: x86_64-unknown-linux-gnu
configure:5905: checking how to print strings
configure:5932: result: printf
configure:5953: checking for a sed that does not truncate output
configure:6017: result: /bin/sed
configure:6035: checking for fgrep
configure:6097: result: /usr/bin/grep -F
configure:6132: checking for ld used by gcc
configure:6199: result: /usr/bin/ld
configure:6206: checking if the linker (/usr/bin/ld) is GNU ld
configure:6221: result: yes
configure:6233: checking for BSD- or MS-compatible name lister (nm)
configure:6282: result: /usr/bin/nm -B
configure:6412: checking the name lister (/usr/bin/nm -B) interface
configure:6419: gcc -c -g -O2  conftest.c >&5
configure:6422: /usr/bin/nm -B "conftest.o"
configure:6425: output
0000000000000000 B some_variable
configure:6432: result: BSD nm
configure:6435: checking whether ln -s works
configure:6439: result: yes
configure:6447: checking the maximum length of command line arguments
configure:6577: result: 1572864
configure:6594: checking whether the shell understands some XSI constructs
configure:6604: result: yes
configure:6608: checking whether the shell understands "+="
configure:6614: result: yes
configure:6649: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6689: result: func_convert_file_noop
configure:6696: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6716: result: func_convert_file_noop
configure:6723: checking for /usr/bin/ld option to reload object files
configure:6730: result: -r
configure:6804: checking for objdump
configure:6820: found /usr/bin/objdump
configure:6831: result: objdump
configure:6863: checking how to recognize dependent libraries
configure:7065: result: pass_all
configure:7150: checking for dlltool
configure:7180: result: no
configure:7210: checking how to associate runtime and link libraries
configure:7237: result: printf %s\n
configure:7297: checking for ar
configure:7313: found /usr/bin/ar
configure:7324: result: ar
configure:7361: checking for archiver @FILE support
configure:7378: gcc -c -g -O2  conftest.c >&5
configure:7378: $? = 0
configure:7381: ar cru libconftest.a @conftest.lst >&5
configure:7384: $? = 0
configure:7389: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7392: $? = 1
configure:7404: result: @
configure:7462: checking for strip
configure:7478: found /usr/bin/strip
configure:7489: result: strip
configure:7561: checking for ranlib
configure:7577: found /usr/bin/ranlib
configure:7588: result: ranlib
configure:7690: checking command to parse /usr/bin/nm -B output from gcc object
configure:7810: gcc -c -g -O2  conftest.c >&5
configure:7813: $? = 0
configure:7817: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7820: $? = 0
configure:7886: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7889: $? = 0
configure:7927: result: ok
configure:7964: checking for sysroot
configure:7994: result: no
configure:8071: gcc -c -g -O2  conftest.c >&5
configure:8074: $? = 0
configure:8250: checking for mt
configure:8280: result: no
configure:8300: checking if : is a manifest tool
configure:8306: : '-?'
configure:8314: result: no
configure:8953: checking for dlfcn.h
configure:8953: gcc -c -g -O2  conftest.c >&5
configure:8953: $? = 0
configure:8953: result: yes
configure:9129: checking for objdir
configure:9144: result: .libs
configure:9411: checking if gcc supports -fno-rtti -fno-exceptions
configure:9429: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:9433: $? = 0
configure:9446: result: no
configure:9773: checking for gcc option to produce PIC
configure:9780: result: -fPIC -DPIC
configure:9788: checking if gcc PIC flag -fPIC -DPIC works
configure:9806: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9810: $? = 0
configure:9823: result: yes
configure:9852: checking if gcc static flag -static works
configure:9880: result: yes
configure:9895: checking if gcc supports -c -o file.o
configure:9916: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9920: $? = 0
configure:9942: result: yes
configure:9950: checking if gcc supports -c -o file.o
configure:9997: result: yes
configure:10030: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11183: result: yes
configure:11220: checking whether -lc should be explicitly linked in
configure:11228: gcc -c -g -O2  conftest.c >&5
configure:11231: $? = 0
configure:11246: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:11249: $? = 0
configure:11263: result: no
configure:11423: checking dynamic linker characteristics
configure:11934: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11934: $? = 0
configure:12156: result: GNU/Linux ld.so
configure:12263: checking how to hardcode library paths into programs
configure:12288: result: immediate
configure:12828: checking whether stripping libraries is possible
configure:12833: result: yes
configure:12868: checking if libtool supports shared libraries
configure:12870: result: yes
configure:12873: checking whether to build shared libraries
configure:12894: result: yes
configure:12897: checking whether to build static libraries
configure:12901: result: no
configure:12956: checking whether NLS is requested
configure:12965: result: yes
configure:13006: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:13038: result: /usr/bin/msgfmt
configure:13047: checking for gmsgfmt
configure:13078: result: /usr/bin/msgfmt
configure:13129: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:13161: result: /usr/bin/xgettext
configure:13207: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:13238: result: /usr/bin/msgmerge
configure:13256: checking whether we are using the GNU C Library 2 or newer
configure:13283: result: yes
configure:13332: checking for ranlib
configure:13359: result: ranlib
configure:13386: checking whether the -Werror option is usable
configure:13405: gcc -c -g -O2 -Werror  conftest.c >&5
configure:13405: $? = 0
configure:13414: result: yes
configure:13416: checking for simple visibility declarations
configure:13442: gcc -c -g -O2 -fvisibility=hidden -Werror  conftest.c >&5
configure:13442: $? = 0
configure:13451: result: yes
configure:13466: checking for inline
configure:13482: gcc -c -g -O2  conftest.c >&5
configure:13482: $? = 0
configure:13490: result: inline
configure:13508: checking for size_t
configure:13508: gcc -c -g -O2  conftest.c >&5
configure:13508: $? = 0
configure:13508: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:21: error: expected expression before ')' token
configure:13508: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13508: result: yes
configure:13520: checking for stdint.h
configure:13537: gcc -c -g -O2  conftest.c >&5
configure:13537: $? = 0
configure:13544: result: yes
configure:13556: checking for working alloca.h
configure:13573: gcc -o conftest -g -O2   conftest.c  >&5
configure:13573: $? = 0
configure:13581: result: yes
configure:13589: checking for alloca
configure:13626: gcc -o conftest -g -O2   conftest.c  >&5
configure:13626: $? = 0
configure:13634: result: yes
configure:13746: checking for stdlib.h
configure:13746: result: yes
configure:13746: checking for unistd.h
configure:13746: result: yes
configure:13746: checking for sys/param.h
configure:13746: gcc -c -g -O2  conftest.c >&5
configure:13746: $? = 0
configure:13746: result: yes
configure:13766: checking for getpagesize
configure:13766: gcc -o conftest -g -O2   conftest.c  >&5
configure:13766: $? = 0
configure:13766: result: yes
configure:13775: checking for working mmap
configure:13922: gcc -o conftest -g -O2   conftest.c  >&5
configure:13922: $? = 0
configure:13922: ./conftest
configure:13922: $? = 0
configure:13932: result: yes
configure:13943: checking whether integer division by zero raises SIGFPE
configure:14009: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:50:5: warning: built-in function 'nan' declared as non-function [enabled by default]
configure:14009: $? = 0
configure:14009: ./conftest
configure:14009: $? = 0
configure:14021: result: yes
configure:14034: checking for inttypes.h
configure:14051: gcc -c -g -O2  conftest.c >&5
configure:14051: $? = 0
configure:14058: result: yes
configure:14069: checking for unsigned long long int
configure:14106: gcc -o conftest -g -O2   conftest.c  >&5
configure:14106: $? = 0
configure:14114: result: yes
configure:14144: checking for inttypes.h
configure:14144: result: yes
configure:14155: checking whether the inttypes.h PRIxNN macros are broken
configure:14176: gcc -c -g -O2  conftest.c >&5
configure:14176: $? = 0
configure:14184: result: no
configure:14290: checking for ld used by GCC
configure:14354: result: /usr/bin/ld -m elf_x86_64
configure:14361: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14374: result: yes
configure:14381: checking for shared library run path origin
configure:14394: result: done
configure:14484: checking whether imported symbols can be declared weak
configure:14502: gcc -o conftest -g -O2   conftest.c  >&5
configure:14502: $? = 0
configure:14536: gcc -o conftest -g -O2   conftest.c  >&5
configure:14536: $? = 0
configure:14536: ./conftest
configure:14536: $? = 0
configure:14548: result: yes
configure:14553: checking pthread.h usability
configure:14553: gcc -c -g -O2  conftest.c >&5
configure:14553: $? = 0
configure:14553: result: yes
configure:14553: checking pthread.h presence
configure:14553: gcc -E  conftest.c
configure:14553: $? = 0
configure:14553: result: yes
configure:14553: checking for pthread.h
configure:14553: result: yes
configure:14581: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cctTExYY.o: In function `main':
/home/david/src/hexchat/conftest.c:46: undefined reference to `pthread_mutexattr_init'
collect2: error: ld returned 1 exit status
configure:14581: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutex_lock((pthread_mutex_t*)0);
|            pthread_mutexattr_init((pthread_mutexattr_t*)0);
|   ;
|   return 0;
| }
configure:14644: checking for pthread_kill in -lpthread
configure:14669: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
configure:14669: $? = 0
configure:14678: result: yes
configure:15364: checking for multithread API to use
configure:15366: result: posix
configure:15382: checking for pthread_rwlock_t
configure:15382: gcc -c -g -O2  conftest.c >&5
configure:15382: $? = 0
configure:15382: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:48:31: error: expected expression before ')' token
configure:15382: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| /* end confdefs.h.  */
| #include <pthread.h>
| 
| int
| main ()
| {
| if (sizeof ((pthread_rwlock_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:15382: result: yes
configure:15407: gcc -c -g -O2  conftest.c >&5
configure:15407: $? = 0
configure:15914: checking for iconv
configure:15936: gcc -o conftest -g -O2   conftest.c  >&5
configure:15936: $? = 0
configure:15968: result: yes
configure:15971: checking for working iconv
configure:16066: gcc -o conftest -g -O2   conftest.c  >&5
configure:16066: $? = 0
configure:16066: ./conftest
configure:16066: $? = 0
configure:16078: result: yes
configure:16106: checking for iconv declaration
configure:16135: gcc -c -g -O2  conftest.c >&5
configure:16135: $? = 0
configure:16146: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:16170: gcc -o conftest -g -O2   conftest.c  >&5
configure:16170: $? = 0
configure:16181: checking argz.h usability
configure:16181: gcc -c -g -O2  conftest.c >&5
configure:16181: $? = 0
configure:16181: result: yes
configure:16181: checking argz.h presence
configure:16181: gcc -E  conftest.c
configure:16181: $? = 0
configure:16181: result: yes
configure:16181: checking for argz.h
configure:16181: result: yes
configure:16181: checking for inttypes.h
configure:16181: result: yes
configure:16181: checking limits.h usability
configure:16181: gcc -c -g -O2  conftest.c >&5
configure:16181: $? = 0
configure:16181: result: yes
configure:16181: checking limits.h presence
configure:16181: gcc -E  conftest.c
configure:16181: $? = 0
configure:16181: result: yes
configure:16181: checking for limits.h
configure:16181: result: yes
configure:16181: checking for unistd.h
configure:16181: result: yes
configure:16181: checking for sys/param.h
configure:16181: result: yes
configure:16196: checking for getcwd
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for getegid
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for geteuid
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for getgid
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for getuid
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for mempcpy
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:81:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default]
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for munmap
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for stpcpy
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:83:6: warning: conflicting types for built-in function 'stpcpy' [enabled by default]
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for strcasecmp
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:84:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for strdup
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:85:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for strtoul
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for tsearch
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for uselocale
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for argz_count
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for argz_stringify
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for argz_next
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16196: checking for __fsetlocking
configure:16196: gcc -o conftest -g -O2   conftest.c  >&5
configure:16196: $? = 0
configure:16196: result: yes
configure:16207: checking whether feof_unlocked is declared
configure:16227: gcc -c -g -O2  conftest.c >&5
configure:16227: $? = 0
configure:16234: result: yes
configure:16248: checking whether fgets_unlocked is declared
configure:16268: gcc -c -g -O2  conftest.c >&5
configure:16268: $? = 0
configure:16275: result: yes
configure:16295: checking for bison
configure:16311: found /usr/bin/bison
configure:16322: result: bison
configure:16336: checking version of bison
configure:16345: result: 2.6.4, ok
configure:16353: checking for long long int
configure:16390: gcc -o conftest -g -O2   conftest.c  >&5
configure:16390: $? = 0
configure:16420: gcc -o conftest -g -O2   conftest.c  >&5
configure:16420: $? = 0
configure:16420: ./conftest
configure:16420: $? = 0
configure:16435: result: yes
configure:16444: checking for wchar_t
configure:16461: gcc -c -g -O2  conftest.c >&5
configure:16461: $? = 0
configure:16468: result: yes
configure:16477: checking for wint_t
configure:16502: gcc -c -g -O2  conftest.c >&5
configure:16502: $? = 0
configure:16509: result: yes
configure:16520: checking for intmax_t
configure:16546: gcc -c -g -O2  conftest.c >&5
configure:16546: $? = 0
configure:16553: result: yes
configure:16563: checking whether printf() supports POSIX/XSI format strings
configure:16604: gcc -o conftest -g -O2   conftest.c  >&5
configure:16604: $? = 0
configure:16604: ./conftest
configure:16604: $? = 0
configure:16615: result: yes
configure:16626: checking whether we are using the GNU C Library 2.1 or newer
configure:16653: result: yes
configure:16662: checking for stdint.h
configure:16662: result: yes
configure:16672: checking for SIZE_MAX
configure:16743: result: yes
configure:16759: checking for stdint.h
configure:16759: result: yes
configure:16772: checking for working fcntl.h
configure:16829: gcc -o conftest -g -O2   conftest.c  >&5
configure:16829: $? = 0
configure:16829: ./conftest
configure:16829: $? = 0
configure:16844: result: yes
configure:16868: checking for CFPreferencesCopyAppValue
configure:16886: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:81:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
configure:16886: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_USELOCALE 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:16895: result: no
configure:16902: checking for CFLocaleCopyCurrent
configure:16920: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:81:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
compilation terminated.
configure:16920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_USELOCALE 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:16929: result: no
configure:16954: checking for ptrdiff_t
configure:16954: gcc -c -g -O2  conftest.c >&5
configure:16954: $? = 0
configure:16954: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:24: error: expected expression before ')' token
configure:16954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_USELOCALE 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:16954: result: yes
configure:16967: checking stddef.h usability
configure:16967: gcc -c -g -O2  conftest.c >&5
configure:16967: $? = 0
configure:16967: result: yes
configure:16967: checking stddef.h presence
configure:16967: gcc -E  conftest.c
configure:16967: $? = 0
configure:16967: result: yes
configure:16967: checking for stddef.h
configure:16967: result: yes
configure:16967: checking for stdlib.h
configure:16967: result: yes
configure:16967: checking for string.h
configure:16967: result: yes
configure:16981: checking for asprintf
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for fwprintf
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for newlocale
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for putenv
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for setenv
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for setlocale
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for snprintf
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:113:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for strnlen
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for wcslen
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for wcsnlen
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for mbrtowc
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16981: checking for wcrtomb
configure:16981: gcc -o conftest -g -O2   conftest.c  >&5
configure:16981: $? = 0
configure:16981: result: yes
configure:16992: checking whether _snprintf is declared
configure:17012: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:102:22: error: '_snprintf' undeclared (first use in this function)
conftest.c:102:22: note: each undeclared identifier is reported only once for each function it appears in
configure:17012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_USELOCALE 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef _snprintf
|   char *p = (char *) _snprintf;
| #endif
| 
|   ;
|   return 0;
| }
configure:17019: result: no
configure:17033: checking whether _snwprintf is declared
configure:17053: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:103:22: error: '_snwprintf' undeclared (first use in this function)
conftest.c:103:22: note: each undeclared identifier is reported only once for each function it appears in
configure:17053: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_USELOCALE 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef _snwprintf
|   char *p = (char *) _snwprintf;
| #endif
| 
|   ;
|   return 0;
| }
configure:17060: result: no
configure:17075: checking whether getc_unlocked is declared
configure:17095: gcc -c -g -O2  conftest.c >&5
configure:17095: $? = 0
configure:17102: result: yes
configure:17147: checking for nl_langinfo and CODESET
configure:17163: gcc -o conftest -g -O2   conftest.c  >&5
configure:17163: $? = 0
configure:17172: result: yes
configure:17181: checking for LC_MESSAGES
configure:17197: gcc -o conftest -g -O2   conftest.c  >&5
configure:17197: $? = 0
configure:17205: result: yes
configure:17357: checking for CFPreferencesCopyAppValue
configure:17384: result: no
configure:17391: checking for CFLocaleCopyCurrent
configure:17418: result: no
configure:17453: checking whether included gettext is requested
configure:17463: result: no
configure:17486: checking for GNU gettext in libc
configure:17506: gcc -o conftest -g -O2   conftest.c  >&5
configure:17506: $? = 0
configure:17515: result: yes
configure:18104: checking whether to use NLS
configure:18106: result: yes
configure:18109: checking where the gettext function comes from
configure:18120: result: libc
configure:18233: checking for sed
configure:18251: found /bin/sed
configure:18263: result: /bin/sed
configure:18277: checking for uname
configure:18295: found /usr/bin/uname
configure:18307: result: /usr/bin/uname
configure:18318: checking system type
configure:18321: result: Linux
configure:18606: checking for pkg-config
configure:18624: found /usr/bin/pkg-config
configure:18636: result: /usr/bin/pkg-config
configure:18661: checking pkg-config is at least version 0.16
configure:18664: result: yes
configure:18681: checking for GLIB - version >= 2.12.0
configure:18796: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     conftest.c -lglib-2.0    >&5
conftest.c:106:18: fatal error: glib.h: No such file or directory
compilation terminated.
configure:18796: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_USELOCALE 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define USING_LINUX 1
| /* end confdefs.h.  */
| 
| #include <glib.h>
| #include <stdio.h>
| #include <stdlib.h>
| 
| int
| main ()
| {
|   unsigned int major, minor, micro;
|   char *tmp_version;
| 
|   fclose (fopen ("conf.glibtest", "w"));
| 
|   /* HP/UX 9 (%@#!) writes to sscanf strings */
|   tmp_version = g_strdup("2.12.0");
|   if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, &micro) != 3) {
|      printf("%s, bad version string\n", "2.12.0");
|      exit(1);
|    }
| 
|   if ((glib_major_version != 2) ||
|       (glib_minor_version != 34) ||
|       (glib_micro_version != 1))
|     {
|       printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
|              2, 34, 1,
|              glib_major_version, glib_minor_version, glib_micro_version);
|       printf ("*** was found! If pkg-config was correct, then it is best\n");
|       printf ("*** to remove the old version of GLib. You may also be able to fix the error\n");
|       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
|       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
|       printf("*** required on your system.\n");
|       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
|       printf("*** to point to the correct configuration files\n");
|     }
|   else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
| 	   (glib_minor_version != GLIB_MINOR_VERSION) ||
|            (glib_micro_version != GLIB_MICRO_VERSION))
|     {
|       printf("*** GLIB header files (version %d.%d.%d) do not match\n",
| 	     GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
|       printf("*** library (version %d.%d.%d)\n",
| 	     glib_major_version, glib_minor_version, glib_micro_version);
|     }
|   else
|     {
|       if ((glib_major_version > major) ||
|         ((glib_major_version == major) && (glib_minor_version > minor)) ||
|         ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
|       {
|         return 0;
|        }
|      else
|       {
|         printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n",
|                glib_major_version, glib_minor_version, glib_micro_version);
|         printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n",
| 	       major, minor, micro);
|         printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
|         printf("***\n");
|         printf("*** If you have already installed a sufficiently new version, this error\n");
|         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
|         printf("*** being found. The easiest way to fix this is to remove the old version\n");
|         printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n");
|         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
|         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
|         printf("*** so that the correct libraries are found at run-time))\n");
|       }
|     }
|   return 1;
| }
| 
configure:18814: result: no
configure:18842: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     conftest.c  -lglib-2.0   >&5
conftest.c:106:18: fatal error: glib.h: No such file or directory
compilation terminated.
configure:18842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HexChat"
| #define PACKAGE_TARNAME "hexchat"
| #define PACKAGE_VERSION "2.9.3"
| #define PACKAGE_STRING "HexChat 2.9.3"
| #define PACKAGE_BUGREPORT "http://www.hexchat.org/"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "hexchat"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_USELOCALE 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define USING_LINUX 1
| /* end confdefs.h.  */
| 
| #include <glib.h>
| #include <stdio.h>
| 
| int
| main ()
| {
|  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
|   ;
|   return 0;
| }
configure:18879: error: Cannot find GLib!

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_GTKSPELL_CFLAGS_set=
ac_cv_env_GTKSPELL_CFLAGS_value=
ac_cv_env_GTKSPELL_LIBS_set=
ac_cv_env_GTKSPELL_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBNOTIFY_CFLAGS_set=
ac_cv_env_LIBNOTIFY_CFLAGS_value=
ac_cv_env_LIBNOTIFY_LIBS_set=
ac_cv_env_LIBNOTIFY_LIBS_value=
ac_cv_env_LIBPCI_CFLAGS_set=
ac_cv_env_LIBPCI_CFLAGS_value=
ac_cv_env_LIBPCI_LIBS_set=
ac_cv_env_LIBPCI_LIBS_value=
ac_cv_env_LIBPROXY_CFLAGS_set=
ac_cv_env_LIBPROXY_CFLAGS_value=
ac_cv_env_LIBPROXY_LIBS_set=
ac_cv_env_LIBPROXY_LIBS_value=
ac_cv_env_LIBSEXY_CFLAGS_set=
ac_cv_env_LIBSEXY_CFLAGS_value=
ac_cv_env_LIBSEXY_LIBS_set=
ac_cv_env_LIBSEXY_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBXML2_CFLAGS_set=
ac_cv_env_LIBXML2_CFLAGS_value=
ac_cv_env_LIBXML2_LIBS_set=
ac_cv_env_LIBXML2_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___fsetlocking=yes
ac_cv_func_alloca_works=yes
ac_cv_func_argz_count=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_asprintf=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_newlocale=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_func_uselocale=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsnlen=yes
ac_cv_gnu_library_2=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl__snwprintf=no
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_fgets_unlocked=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_header_argz_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_pthread_pthread_kill=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_path_sedpath=/bin/sed
ac_cv_path_unamepath=/usr/bin/uname
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_INTLBISON=bison
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_type_long_long_int=yes
ac_cv_type_pthread_rwlock_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gl_cv_cc_vis_werror=yes
gl_cv_cc_visibility=yes
gl_cv_have_weak=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_stdint_h=yes
gl_cv_header_working_fcntl_h=yes
gl_cv_size_max=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
gt_cv_func_printf_posix=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
gt_cv_val_LC_MESSAGES=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/david/src/hexchat/missing --run aclocal-1.12'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /home/david/src/hexchat/missing --run autoconf'
AUTOHEADER='${SHELL} /home/david/src/hexchat/missing --run autoheader'
AUTOMAKE='${SHELL} /home/david/src/hexchat/missing --run automake-1.12'
AWK='gawk'
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT='.gmo'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CFLAG_VISIBILITY='-fvisibility=hidden'
COMMON_CFLAGS=''
COMMON_LIBS=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DBUS_BINDING_TOOL=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DBUS_SERVICES_DIR=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DO_CHECKSUM_FALSE=''
DO_CHECKSUM_TRUE=''
DO_DOAT_FALSE=''
DO_DOAT_TRUE=''
DO_FISHLIM_FALSE=''
DO_FISHLIM_TRUE=''
DO_GCONF_FALSE=''
DO_GCONF_TRUE=''
DO_GTK_FALSE=''
DO_GTK_TRUE=''
DO_PERL_FALSE=''
DO_PERL_TRUE=''
DO_PLUGIN_FALSE=''
DO_PLUGIN_TRUE=''
DO_PYTHON_FALSE=''
DO_PYTHON_TRUE=''
DO_SYSINFO_FALSE=''
DO_SYSINFO_TRUE=''
DO_TCL_FALSE=''
DO_TCL_TRUE=''
DO_TEXT_FALSE=''
DO_TEXT_TRUE=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GCONFTOOL=''
GENCAT='gencat'
GETTEXT_MACRO_VERSION='0.18'
GETTEXT_PACKAGE='hexchat'
GLIBC21='yes'
GLIBC2='yes'
GLIB_CFLAGS=''
GLIB_COMPILE_RESOURCES=''
GLIB_GENMARSHAL=''
GLIB_LIBS=''
GLIB_MKENUMS=''
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GOBJECT_QUERY=''
GREP='/usr/bin/grep'
GTKSPELL_CFLAGS=''
GTKSPELL_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
GUI_CFLAGS=''
GUI_LIBS=''
HAVE_ASPRINTF='1'
HAVE_NEWLOCALE='1'
HAVE_POSIX_PRINTF='1'
HAVE_SNPRINTF='1'
HAVE_VISIBILITY='1'
HAVE_WPRINTF='0'
HEXCHATLIBDIR=''
HEXCHATSHAREDIR=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLLIBS=''
INTLOBJS=''
INTL_DEFAULT_VERBOSITY='1'
INTL_LIBTOOL_SUFFIX_PREFIX=''
INTL_MACOSX_LIBS=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBMULTITHREAD='-lpthread'
LIBNOTIFY_CFLAGS=''
LIBNOTIFY_LIBS=''
LIBOBJS=''
LIBPCI_CFLAGS=''
LIBPCI_LIBS=''
LIBPROXY_CFLAGS=''
LIBPROXY_LIBS=''
LIBPTH=''
LIBPTH_PREFIX=''
LIBS=''
LIBSEXY_CFLAGS=''
LIBSEXY_LIBS=''
LIBTHREAD=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML2_CFLAGS=''
LIBXML2_LIBS=''
LIPO=''
LN_S='ln -s'
LTLIBC='-lc'
LTLIBICONV=''
LTLIBINTL=''
LTLIBMULTITHREAD='-lpthread'
LTLIBOBJS=''
LTLIBPTH=''
LTLIBTHREAD=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/david/src/hexchat/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='hexchat'
PACKAGE_BUGREPORT='http://www.hexchat.org/'
PACKAGE_NAME='HexChat'
PACKAGE_STRING='HexChat 2.9.3'
PACKAGE_TARNAME='hexchat'
PACKAGE_URL=''
PACKAGE_VERSION='2.9.3'
PATH_SEPARATOR=':'
PERL_CFLAGS=''
PERL_LDFLAGS=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local'
PLUGIN_INCLUDES=''
POSUB='po'
PRI_MACROS_BROKEN='0'
PY_CFLAGS=''
PY_LIBS=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TCL_CFLAGS=''
TCL_LIBS=''
USE_DBUS_FALSE=''
USE_DBUS_TRUE=''
USE_INCLUDED_LIBINTL='no'
USE_LIBNOTIFY_FALSE=''
USE_LIBNOTIFY_TRUE=''
USE_LIBSEXY_FALSE=''
USE_LIBSEXY_TRUE=''
USE_MMX_FALSE=''
USE_MMX_TRUE=''
USE_NLS='yes'
USE_OPENSSL_FALSE=''
USE_OPENSSL_TRUE=''
VERSION='2.9.3'
WINDRES=''
WOE32='no'
WOE32DLL='no'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gdkpixbufcsourcepath=''
hexchatlibdir=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/david/src/hexchat/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
perlpath=''
pkgconfigpath=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
pythonpath=''
sbindir='${exec_prefix}/sbin'
sedpath='/bin/sed'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
unamepath='/usr/bin/uname'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "HexChat"
#define PACKAGE_TARNAME "hexchat"
#define PACKAGE_VERSION "2.9.3"
#define PACKAGE_STRING "HexChat 2.9.3"
#define PACKAGE_BUGREPORT "http://www.hexchat.org/"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define GETTEXT_PACKAGE "hexchat"
#define HAVE_VISIBILITY 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define INTDIV0_RAISES_SIGFPE 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define USE_POSIX_THREADS 1
#define USE_POSIX_THREADS_WEAK 1
#define HAVE_PTHREAD_RWLOCK 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_ARGZ_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE_USELOCALE 1
#define HAVE_ARGZ_COUNT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_ARGZ_NEXT 1
#define HAVE___FSETLOCKING 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTMAX_T 1
#define HAVE_POSIX_PRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_WORKING_O_NOATIME 1
#define HAVE_WORKING_O_NOFOLLOW 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_ASPRINTF 1
#define HAVE_FWPRINTF 1
#define HAVE_NEWLOCALE 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL__SNWPRINTF 0
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define USING_LINUX 1

configure: exit 1

I'm trying to compile hexchat from it's git repository on github.

I have base-devel installed indeed.

Offline

#4 2012-11-10 11:54:34

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,098

Re: [SOLVED] Glib not correctly installed?

You want glib2, not glib. The glib package is the ancient version 1.x

Offline

#5 2012-11-10 13:23:37

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] Glib not correctly installed?

use hexchat-git from aur


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#6 2012-11-10 13:25:06

Munchor
Member
Registered: 2012-10-29
Posts: 54

Re: [SOLVED] Glib not correctly installed?

Mr.Elendig wrote:

use hexchat-git from aur

That wasn't working either...

Installing glib2 made it work smile

Offline

#7 2012-11-10 17:45:11

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] Glib not correctly installed?

Munchor wrote:
Mr.Elendig wrote:

use hexchat-git from aur

That wasn't working either...

Installing glib2 made it work smile

Make a comment in aur that the dep needs updating then.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#8 2012-11-10 18:20:26

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,846
Website

Re: [SOLVED] Glib not correctly installed?

Although if you're building correctly, you should have glib2 anyway -- it's a second level dependency -- dbus-glib depends on it.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#9 2012-11-10 20:30:40

TingPing
Member
Registered: 2011-01-21
Posts: 6

Re: [SOLVED] Glib not correctly installed?

Yea there is nothing wrong with my package tongue

Offline

Board footer

Powered by FluxBB