Skip to content

Instantly share code, notes, and snippets.

@kneufeld
Created October 15, 2013 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kneufeld/6985605 to your computer and use it in GitHub Desktop.
Save kneufeld/6985605 to your computer and use it in GitHub Desktop.
brew install -v ncmpcpp
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/ncmpcpp/0.5.10 --with-taglib --with-curl --enable-unicode
## --------- ##
## Platform. ##
## --------- ##
hostname = wolverine.burgundywall.com
uname -m = x86_64
uname -r = 12.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
4 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 16.00 gigabytes
Default processor set: 148 tasks, 731 threads, 4 processors
Load average: 1.40, Mach factor: 2.59
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/taglib/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2403: checking for a BSD-compatible install
configure:2471: result: /usr/bin/install -c
configure:2482: checking whether build environment is sane
configure:2532: result: yes
configure:2673: checking for a thread-safe mkdir -p
configure:2712: result: ./install-sh -c -d
configure:2725: checking for gawk
configure:2755: result: no
configure:2725: checking for mawk
configure:2755: result: no
configure:2725: checking for nawk
configure:2755: result: no
configure:2725: checking for awk
configure:2741: found /usr/bin/awk
configure:2752: result: awk
configure:2763: checking whether make sets $(MAKE)
configure:2785: result: yes
configure:2986: checking for C++ compiler version
configure:2995: c++ --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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:3006: $? = 0
configure:2995: c++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
/usr/libexec/gcc/i686-apple-darwin10/4.2.1/collect2 -dynamic -arch x86_64 -macosx_version_min 10.8.4 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../.. -headerpad_max_install_names -lstdc++ -lSystem -lgcc -lSystem
Undefined symbols for architecture x86_64:
"_main", referenced from:
start in crt1.10.6.o
ld: symbol(s) not found for architecture x86_64
... rest of stderr output deleted ...
configure:3006: $? = 1
configure:2995: c++ -V >&5
i686-apple-darwin10-g++-4.2.1: couldn't run '/usr/bin/i686-apple-darwin10-gcc--isystem/usr/local/include': No such file or directory
configure:3006: $? = 1
configure:2995: c++ -qversion >&5
Undefined symbols for architecture x86_64:
"_main", referenced from:
start in crt1.10.6.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:3006: $? = 1
configure:3026: checking whether the C++ compiler works
configure:3048: c++ -liconv conftest.cpp >&5
configure:3052: $? = 0
configure:3100: result: yes
configure:3103: checking for C++ compiler default output file name
configure:3105: result: a.out
configure:3111: checking for suffix of executables
configure:3118: c++ -o conftest -liconv conftest.cpp >&5
configure:3122: $? = 0
configure:3144: result:
configure:3166: checking whether we are cross compiling
configure:3174: c++ -o conftest -liconv conftest.cpp >&5
configure:3178: $? = 0
configure:3185: ./conftest
configure:3189: $? = 0
configure:3204: result: no
configure:3209: checking for suffix of object files
configure:3231: c++ -c conftest.cpp >&5
configure:3235: $? = 0
configure:3256: result: o
configure:3260: checking whether we are using the GNU C++ compiler
configure:3279: c++ -c conftest.cpp >&5
configure:3279: $? = 0
configure:3288: result: yes
configure:3297: checking whether c++ accepts -g
configure:3317: c++ -c -g conftest.cpp >&5
configure:3317: $? = 0
configure:3358: result: yes
configure:3392: checking for style of include used by make
configure:3420: result: GNU
configure:3446: checking dependency style of c++
configure:3557: result: none
configure:3601: checking build system type
configure:3615: result: x86_64-apple-darwin12.4.0
configure:3635: checking host system type
configure:3648: result: x86_64-apple-darwin12.4.0
configure:3689: checking how to print strings
configure:3716: result: printf
configure:3785: checking for gcc
configure:3812: result: cc
configure:4041: checking for C compiler version
configure:4050: cc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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:4061: $? = 0
configure:4050: cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
/usr/libexec/gcc/i686-apple-darwin10/4.2.1/collect2 -dynamic -arch x86_64 -macosx_version_min 10.8.4 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.6.o -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../.. -headerpad_max_install_names -lSystem -lgcc -lSystem
Undefined symbols for architecture x86_64:
"_main", referenced from:
start in crt1.10.6.o
ld: symbol(s) not found for architecture x86_64
... rest of stderr output deleted ...
configure:4061: $? = 1
configure:4050: cc -V >&5
i686-apple-darwin10-gcc-4.2.1: couldn't run '/usr/bin/i686-apple-darwin10-gcc--isystem/usr/local/include': No such file or directory
configure:4061: $? = 1
configure:4050: cc -qversion >&5
Undefined symbols for architecture x86_64:
"_main", referenced from:
start in crt1.10.6.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:4061: $? = 1
configure:4065: checking whether we are using the GNU C compiler
configure:4084: cc -c conftest.c >&5
configure:4084: $? = 0
configure:4093: result: yes
configure:4102: checking whether cc accepts -g
configure:4122: cc -c -g conftest.c >&5
configure:4122: $? = 0
configure:4163: result: yes
configure:4180: checking for cc option to accept ISO C89
configure:4244: cc -c -g -O2 conftest.c >&5
conftest.c:11:20: error: stdarg.h: No such file or directory
conftest.c: In function 'f':
conftest.c:29: error: expected expression before 'int'
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:4244: cc -qlanglvl=extc89 -c -g -O2 conftest.c >&5
conftest.c:11:20: error: stdarg.h: No such file or directory
conftest.c: In function 'f':
conftest.c:29: error: expected expression before 'int'
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:4244: cc -qlanglvl=ansi -c -g -O2 conftest.c >&5
conftest.c:11:20: error: stdarg.h: No such file or directory
conftest.c: In function 'f':
conftest.c:29: error: expected expression before 'int'
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:4244: cc -std -c -g -O2 conftest.c >&5
cc1: error: unrecognized command line option "-std"
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:4244: cc -Ae -c -g -O2 conftest.c >&5
<command-line>: error: missing '(' after predicate
conftest.c:11:20: error: stdarg.h: No such file or directory
conftest.c: In function 'f':
conftest.c:29: error: expected expression before 'int'
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:4244: cc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
<command-line>: error: missing '(' after predicate
conftest.c:11:20: error: stdarg.h: No such file or directory
conftest.c: In function 'f':
conftest.c:29: error: expected expression before 'int'
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:4244: cc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
conftest.c:11:20: error: stdarg.h: No such file or directory
conftest.c: In function 'f':
conftest.c:29: error: expected expression before 'int'
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
| inside strings and character constants. */
| #define FOO(x) 'x'
| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:4260: result: unsupported
configure:4279: checking dependency style of cc
configure:4390: result: none
configure:4405: checking for a sed that does not truncate output
configure:4469: result: /usr/local/Library/ENV/4.3/sed
configure:4487: checking for grep that handles long lines and -e
configure:4545: result: /usr/bin/grep
configure:4550: checking for egrep
configure:4612: result: /usr/bin/grep -E
configure:4617: checking for fgrep
configure:4679: result: /usr/bin/grep -F
configure:4714: checking for ld used by cc
configure:4781: result: /usr/local/Library/ENV/4.3/ld
configure:4788: checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld
configure:4803: result: no
configure:4815: checking for BSD- or MS-compatible name lister (nm)
configure:4864: result: /usr/bin/nm
configure:4994: checking the name lister (/usr/bin/nm) interface
configure:5001: c++ -c -g -O2 conftest.cpp >&5
configure:5004: /usr/bin/nm "conftest.o"
configure:5007: output
0000000000000140 D _some_variable
configure:5014: result: BSD nm
configure:5017: checking whether ln -s works
configure:5021: result: yes
configure:5029: checking the maximum length of command line arguments
configure:5159: result: 196608
configure:5176: checking whether the shell understands some XSI constructs
configure:5186: result: yes
configure:5190: checking whether the shell understands "+="
configure:5196: result: yes
configure:5231: checking how to convert x86_64-apple-darwin12.4.0 file names to x86_64-apple-darwin12.4.0 format
configure:5271: result: func_convert_file_noop
configure:5278: checking how to convert x86_64-apple-darwin12.4.0 file names to toolchain format
configure:5298: result: func_convert_file_noop
configure:5305: checking for /usr/local/Library/ENV/4.3/ld option to reload object files
configure:5312: result: -r
configure:5386: checking for objdump
configure:5416: result: no
configure:5445: checking how to recognize dependent libraries
configure:5647: result: pass_all
configure:5732: checking for dlltool
configure:5762: result: no
configure:5792: checking how to associate runtime and link libraries
configure:5819: result: printf %s\n
configure:5880: checking for ar
configure:5896: found /usr/bin/ar
configure:5907: result: ar
configure:5944: checking for archiver @FILE support
configure:5961: c++ -c -g -O2 conftest.cpp >&5
configure:5961: $? = 0
configure:5964: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:5967: $? = 1
configure:5987: result: no
configure:6045: checking for strip
configure:6061: found /usr/bin/strip
configure:6072: result: strip
configure:6144: checking for ranlib
configure:6160: found /usr/bin/ranlib
configure:6171: result: ranlib
configure:6273: checking command to parse /usr/bin/nm output from cc object
configure:6393: c++ -c -g -O2 conftest.cpp >&5
configure:6396: $? = 0
configure:6400: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6403: $? = 0
cannot find nm_test_var in conftest.nm
configure:6393: c++ -c -g -O2 conftest.cpp >&5
configure:6396: $? = 0
configure:6400: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6403: $? = 0
configure:6469: c++ -o conftest -g -O2 -liconv conftest.cpp conftstm.o >&5
configure:6472: $? = 0
configure:6510: result: ok
configure:6547: checking for sysroot
configure:6577: result: no
configure:6834: checking for mt
configure:6864: result: no
configure:6884: checking if : is a manifest tool
configure:6890: : '-?'
configure:6898: result: no
configure:6954: checking for dsymutil
configure:6970: found /usr/bin/dsymutil
configure:6981: result: dsymutil
configure:7046: checking for nmedit
configure:7062: found /usr/bin/nmedit
configure:7073: result: nmedit
configure:7138: checking for lipo
configure:7154: found /usr/bin/lipo
configure:7165: result: lipo
configure:7230: checking for otool
configure:7246: found /usr/bin/otool
configure:7257: result: otool
configure:7322: checking for otool64
configure:7352: result: no
configure:7397: checking for -single_module linker flag
cc -g -O2 -liconv -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7430: result: yes
configure:7433: checking for -exported_symbols_list linker flag
configure:7453: c++ -o conftest -g -O2 -liconv -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5
configure:7453: $? = 0
configure:7463: result: yes
configure:7466: checking for -force_load linker flag
cc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
cc -g -O2 -liconv -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7498: result: yes
configure:7540: checking how to run the C preprocessor
configure:7571: cc -E conftest.c
configure:7571: $? = 0
configure:7585: cc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7585: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7610: result: cc -E
configure:7630: cc -E conftest.c
configure:7630: $? = 0
configure:7644: cc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7644: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7673: checking for ANSI C header files
configure:7693: cc -c -g -O2 conftest.c >&5
conftest.c:12:20: error: stdarg.h: No such file or directory
conftest.c:14:19: error: float.h: No such file or directory
configure:7693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <stdarg.h>
| #include <string.h>
| #include <float.h>
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7777: result: no
configure:7790: checking for sys/types.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for sys/stat.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for stdlib.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for string.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for memory.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for strings.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for inttypes.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for stdint.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7790: checking for unistd.h
configure:7790: cc -c -g -O2 conftest.c >&5
configure:7790: $? = 0
configure:7790: result: yes
configure:7804: checking for dlfcn.h
configure:7804: cc -c -g -O2 conftest.c >&5
configure:7804: $? = 0
configure:7804: result: yes
configure:8020: checking for objdir
configure:8035: result: .libs
configure:8302: checking if cc supports -fno-rtti -fno-exceptions
configure:8320: cc -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
configure:8324: $? = 0
configure:8337: result: no
configure:8664: checking for cc option to produce PIC
configure:8671: result: -fno-common -DPIC
configure:8679: checking if cc PIC flag -fno-common -DPIC works
configure:8697: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8701: $? = 0
configure:8714: result: yes
configure:8743: checking if cc static flag -static works
configure:8771: result: no
configure:8786: checking if cc supports -c -o file.o
configure:8807: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8811: $? = 0
configure:8833: result: yes
configure:8841: checking if cc supports -c -o file.o
configure:8888: result: yes
configure:8921: checking whether the cc linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries
configure:10074: result: yes
configure:10314: checking dynamic linker characteristics
configure:11060: result: darwin12.4.0 dyld
configure:11167: checking how to hardcode library paths into programs
configure:11192: result: immediate
configure:11732: checking whether stripping libraries is possible
configure:11746: result: yes
configure:11772: checking if libtool supports shared libraries
configure:11774: result: yes
configure:11777: checking whether to build shared libraries
configure:11798: result: yes
configure:11801: checking whether to build static libraries
configure:11805: result: yes
configure:11828: checking how to run the C++ preprocessor
configure:11855: c++ -E conftest.cpp
configure:11855: $? = 0
configure:11869: c++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:11869: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:11894: result: c++ -E
configure:11914: c++ -E conftest.cpp
configure:11914: $? = 0
configure:11928: c++ -E conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:11928: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12097: checking for ld used by c++
configure:12164: result: /usr/local/Library/ENV/4.3/ld
configure:12171: checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld
configure:12186: result: no
configure:12241: checking whether the c++ linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries
configure:13246: result: yes
configure:13282: c++ -c -g -O2 conftest.cpp >&5
configure:13285: $? = 0
configure:13805: checking for c++ option to produce PIC
configure:13812: result: -fno-common -DPIC
configure:13820: checking if c++ PIC flag -fno-common -DPIC works
configure:13838: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:13842: $? = 0
configure:13855: result: yes
configure:13878: checking if c++ static flag -static works
configure:13906: result: no
configure:13918: checking if c++ supports -c -o file.o
configure:13939: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13943: $? = 0
configure:13965: result: yes
configure:13970: checking if c++ supports -c -o file.o
configure:14017: result: yes
configure:14047: checking whether the c++ linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries
configure:14083: result: yes
configure:14224: checking dynamic linker characteristics
configure:14904: result: darwin12.4.0 dyld
configure:14957: checking how to hardcode library paths into programs
configure:14982: result: immediate
configure:15125: checking whether compiler supports -fno-exceptions
configure:15140: c++ -c -fno-exceptions conftest.cpp >&5
configure:15140: $? = 0
configure:15141: result: yes
configure:15154: checking for _head_libws2_32_a in -lws2_32
configure:15179: c++ -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lws2_32 >&5
ld: library not found for -lws2_32
collect2: ld returned 1 exit status
configure:15179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _head_libws2_32_a ();
| int
| main ()
| {
| return _head_libws2_32_a ();
| ;
| return 0;
| }
configure:15188: result: no
configure:15194: checking for regcomp in -lregex
configure:15219: c++ -o conftest -g -O2 -fno-exceptions -liconv conftest.cpp -lregex >&5
ld: library not found for -lregex
collect2: ld returned 1 exit status
configure:15219: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char regcomp ();
| int
| main ()
| {
| return regcomp ();
| ;
| return 0;
| }
configure:15228: result: no
configure:15239: checking dirent.h usability
configure:15239: c++ -c -g -O2 -fno-exceptions conftest.cpp >&5
configure:15239: $? = 0
configure:15239: result: yes
configure:15239: checking dirent.h presence
configure:15239: c++ -E conftest.cpp
configure:15239: $? = 0
configure:15239: result: yes
configure:15239: checking for dirent.h
configure:15239: result: yes
configure:15239: checking regex.h usability
configure:15239: c++ -c -g -O2 -fno-exceptions conftest.cpp >&5
configure:15239: $? = 0
configure:15239: result: yes
configure:15239: checking regex.h presence
configure:15239: c++ -E conftest.cpp
configure:15239: $? = 0
configure:15239: result: yes
configure:15239: checking for regex.h
configure:15239: result: yes
configure:15253: checking langinfo.h usability
configure:15253: c++ -c -g -O2 -fno-exceptions conftest.cpp >&5
configure:15253: $? = 0
configure:15253: result: yes
configure:15253: checking langinfo.h presence
configure:15253: c++ -E conftest.cpp
configure:15253: $? = 0
configure:15253: result: yes
configure:15253: checking for langinfo.h
configure:15253: result: yes
configure:15321: checking for pkg-config
configure:15339: found /usr/local/opt/pkg-config/bin/pkg-config
configure:15351: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:15376: checking pkg-config is at least version 0.9.0
configure:15379: result: yes
configure:15389: checking for libmpdclient
configure:15396: $PKG_CONFIG --exists --print-errors "libmpdclient >= 2.1"
configure:15399: $? = 0
configure:15413: $PKG_CONFIG --exists --print-errors "libmpdclient >= 2.1"
configure:15416: $? = 0
configure:15456: result: yes
configure:15464: checking mpd/client.h usability
configure:15464: c++ -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp >&5
configure:15464: $? = 0
configure:15464: result: yes
configure:15464: checking mpd/client.h presence
configure:15464: c++ -E -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp
configure:15464: $? = 0
configure:15464: result: yes
configure:15464: checking for mpd/client.h
configure:15464: result: yes
configure:15483: checking pthread.h usability
configure:15483: c++ -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp >&5
configure:15483: $? = 0
configure:15483: result: yes
configure:15483: checking pthread.h presence
configure:15483: c++ -E -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp
configure:15483: $? = 0
configure:15483: result: yes
configure:15483: checking for pthread.h
configure:15483: result: yes
configure:15488: checking for pthread_create in -lpthread
configure:15513: c++ -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include -liconv -L/usr/local/Cellar/libmpdclient/2.7/lib -lmpdclient conftest.cpp -lpthread >&5
configure:15513: $? = 0
configure:15522: result: yes
configure:15539: checking iconv.h usability
configure:15539: c++ -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp >&5
configure:15539: $? = 0
configure:15539: result: yes
configure:15539: checking iconv.h presence
configure:15539: c++ -E -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp
configure:15539: $? = 0
configure:15539: result: yes
configure:15539: checking for iconv.h
configure:15539: result: yes
configure:15544: checking whether iconv takes const char **
configure:15557: c++ -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:32: error: invalid conversion from 'const char**' to 'char**'
conftest.cpp:32: error: initializing argument 2 of 'size_t iconv(void*, char**, size_t*, char**, size_t*)'
configure:15557: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MPD_CLIENT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h. */
| #include <iconv.h>
| int
| main ()
| {
| iconv(0, (const char **)0, 0, 0, 0);
| ;
| return 0;
| }
configure:15563: result: no
configure:15569: checking for libiconv in -liconv
configure:15594: c++ -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include -liconv -L/usr/local/Cellar/libmpdclient/2.7/lib -lmpdclient -lpthread conftest.cpp -liconv >&5
Undefined symbols for architecture x86_64:
"_libiconv", referenced from:
_main in ccRdmNdR.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:15594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MPD_CLIENT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ICONV_H 1
| #define ICONV_CONST /**/
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char libiconv ();
| int
| main ()
| {
| return libiconv ();
| ;
| return 0;
| }
configure:15603: result: no
configure:15645: checking for ncursesw6-config
configure:15678: result: no
configure:15645: checking for ncursesw5-config
configure:15678: result: no
configure:15691: checking for initscr in -lncursesw
configure:15716: c++ -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include -liconv -L/usr/local/Cellar/libmpdclient/2.7/lib -lmpdclient -lpthread conftest.cpp -lncursesw >&5
ld: library not found for -lncursesw
collect2: ld returned 1 exit status
configure:15716: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MPD_CLIENT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ICONV_H 1
| #define ICONV_CONST /**/
| #define _UTF8 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char initscr ();
| int
| main ()
| {
| return initscr ();
| ;
| return 0;
| }
configure:15725: result: no
configure:15738: checking for initscr in -lncurses
configure:15763: c++ -o conftest -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include -liconv -L/usr/local/Cellar/libmpdclient/2.7/lib -lmpdclient -lpthread conftest.cpp -lncurses >&5
configure:15763: $? = 0
configure:15773: result: yes
configure:15833: checking curses.h usability
configure:15833: c++ -c -g -O2 -fno-exceptions -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp >&5
In file included from conftest.cpp:63:
/usr/include/curses.h:142:42: error: stdarg.h: No such file or directory
configure:15833: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MPD_CLIENT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ICONV_H 1
| #define ICONV_CONST /**/
| #define _UTF8 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 <curses.h>
configure:15833: result: no
configure:15833: checking curses.h presence
configure:15833: c++ -E -I/usr/local/Cellar/libmpdclient/2.7/include conftest.cpp
In file included from conftest.cpp:30:
/usr/include/curses.h:142:42: error: stdarg.h: No such file or directory
configure:15833: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "ncmpcpp"
| #define VERSION "0.5.10"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MPD_CLIENT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ICONV_H 1
| #define ICONV_CONST /**/
| #define _UTF8 1
| /* end confdefs.h. */
| #include <curses.h>
configure:15833: result: no
configure:15833: checking for curses.h
configure:15833: result: no
configure:15840: error: missing curses.h header
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-liconv
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/taglib/lib/pkgconfig:/usr/local/opt/libmpdclient/lib/pkgconfig
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_fftw3_CFLAGS_set=
ac_cv_env_fftw3_CFLAGS_value=
ac_cv_env_fftw3_LIBS_set=
ac_cv_env_fftw3_LIBS_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_libmpdclient_CFLAGS_set=
ac_cv_env_libmpdclient_CFLAGS_value=
ac_cv_env_libmpdclient_LIBS_set=
ac_cv_env_libmpdclient_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_curses_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mpd_client_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=no
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin12.4.0
ac_cv_lib_iconv_libiconv=no
ac_cv_lib_ncurses___initscr=yes
ac_cv_lib_ncursesw_initscr=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_regex_regcomp=no
ac_cv_lib_ws2_32__head_libws2_32_a=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/local/Library/ENV/4.3/ld
lt_cv_path_LDCXX=/usr/local/Library/ENV/4.3/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_libmpdclient_CFLAGS='-I/usr/local/Cellar/libmpdclient/2.7/include '
pkg_cv_libmpdclient_LIBS='-L/usr/local/Cellar/libmpdclient/2.7/lib -lmpdclient '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/ncmpcpp-I5TT/ncmpcpp-0.5.10/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/ncmpcpp-I5TT/ncmpcpp-0.5.10/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/ncmpcpp-I5TT/ncmpcpp-0.5.10/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/ncmpcpp-I5TT/ncmpcpp-0.5.10/missing --run automake-1.11'
AWK='awk'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='cc -E'
CPPFLAGS=' -I/usr/local/Cellar/libmpdclient/2.7/include '
CURL_CONFIG=''
CURSES_CONFIG=''
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -fno-exceptions'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/local/Library/ENV/4.3/ld'
LDFLAGS='-liconv -L/usr/local/Cellar/libmpdclient/2.7/lib -lmpdclient -lpthread -lncurses'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/ncmpcpp-I5TT/ncmpcpp-0.5.10/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='ncmpcpp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8'
PKG_CONFIG_PATH='/usr/local/opt/taglib/lib/pkgconfig:/usr/local/opt/libmpdclient/lib/pkgconfig'
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TAGLIB_CONFIG=''
VERSION='0.5.10'
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
fftw3_CFLAGS=''
fftw3_LIBS=''
host='x86_64-apple-darwin12.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/ncmpcpp-I5TT/ncmpcpp-0.5.10/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libmpdclient_CFLAGS='-I/usr/local/Cellar/libmpdclient/2.7/include '
libmpdclient_LIBS='-L/usr/local/Cellar/libmpdclient/2.7/lib -lmpdclient '
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/ncmpcpp/0.5.10'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "ncmpcpp"
#define VERSION "0.5.10"
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_DIRENT_H 1
#define HAVE_REGEX_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_MPD_CLIENT_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_ICONV_H 1
#define ICONV_CONST /**/
#define _UTF8 1
configure: exit 1
------
[kneufeld@wolverine ~]
$ brew update
Already up-to-date.
[kneufeld@wolverine ~]
$ brew doctor
Your system is ready to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment