Skip to content

Instantly share code, notes, and snippets.

@bwagner
Created November 13, 2012 09:42
Show Gist options
  • Save bwagner/4064916 to your computer and use it in GitHub Desktop.
Save bwagner/4064916 to your computer and use it in GitHub Desktop.
mp3splt failed to build on 10.7.5
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install mp3splt
==> Downloading http://downloads.sourceforge.net/project/mp3splt/mp3splt/2.4.2/mp3splt-2.4.2.tar.gz
Already downloaded: /Users/bwagner/Library/Caches/Homebrew/mp3splt-2.4.2.tar.gz
/usr/bin/tar xf /Users/bwagner/Library/Caches/Homebrew/mp3splt-2.4.2.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/mp3splt/2.4.2
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/mp3splt/2.4.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking whether ln -s works... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for xgettext... /usr/local/opt/gettext/bin/xgettext
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking the host... Other
checking for libmp3splt... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
config.status: creating doc/Makefile
config.status: creating m4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
---------------------------------------------------------
Configuration:
install path: /usr/local/Cellar/mp3splt/2.4.2
oggsplt symlink: no
---------------------------------------------------------
==> make install
make install
Making install in src
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c options_parsers.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c options_manager.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c print_utils.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c utils.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c options_checker.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c data_manager.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c windows_utils.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c freedb.c
brew: superenv removed: -g -O2
cc -DLOCALEDIR=\"/usr/local/Cellar/mp3splt/2.4.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -g -O2 -c mp3splt.c
brew: superenv removed: -g -O2
mp3splt.c:123:58: error: too few arguments to function call, expected 3, have 2
mp3splt_set_message_function(state, put_library_message);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/libmp3splt/mp3splt.h:1497:1: note: 'mp3splt_set_message_function' declared here
int mp3splt_set_message_function(splt_state *state,
^
mp3splt.c:126:60: error: too few arguments to function call, expected 3, have 2
mp3splt_set_split_filename_function(state, put_split_file);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/libmp3splt/mp3splt.h:1506:1: note: 'mp3splt_set_split_filename_function' declared here
int mp3splt_set_split_filename_function(splt_state *state,
^
mp3splt.c:368:58: error: too few arguments to function call, expected 3, have 2
mp3splt_set_progress_function(state, put_progress_bar);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/libmp3splt/mp3splt.h:1515:1: note: 'mp3splt_set_progress_function' declared here
int mp3splt_set_progress_function(splt_state *state,
^
3 errors generated.
make[1]: *** [mp3splt.o] Error 1
make: *** [install-recursive] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: 8f58f5dba7ec602031928c6f635a2f69f369427f
CPU: 8-core 64-bit sandybridge
OS X: 10.7.5-x86_64
Xcode: 4.5.2
CLT: 1.0.0.9000000000.1.1249367152
X11: 2.6.4 => /usr/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/libtool:/usr/local/opt/gettext:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/opt/libtool/share/aclocal:/usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/libtool/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/xz/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: mp3splt did not build
Logs: /Users/bwagner/Library/Logs/Homebrew/mp3splt/config.log
There was only one log named config.log, its contents:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mp3splt configure 2.4.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/mp3splt/2.4.2
## --------- ##
## Platform. ##
## --------- ##
hostname = alhambraxas.local
uname -m = x86_64
uname -r = 11.4.2
uname -s = Darwin
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 110 tasks, 665 threads, 8 processors
Load average: 2.27, Mach factor: 5.72
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/pcre/bin
PATH: /usr/local/opt/xz/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2171: checking for a BSD-compatible install
configure:2239: result: /usr/bin/install -c
configure:2250: checking whether build environment is sane
configure:2300: result: yes
configure:2441: checking for a thread-safe mkdir -p
configure:2480: result: ./install-sh -c -d
configure:2493: checking for gawk
configure:2523: result: no
configure:2493: checking for mawk
configure:2523: result: no
configure:2493: checking for nawk
configure:2523: result: no
configure:2493: checking for awk
configure:2509: found /usr/bin/awk
configure:2520: result: awk
configure:2531: checking whether make sets $(MAKE)
configure:2553: result: yes
configure:2636: checking whether to enable maintainer-specific portions of Makefiles
configure:2645: result: yes
configure:2711: checking for gcc
configure:2738: result: cc
configure:2967: checking for C compiler version
configure:2976: cc --version >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:2987: $? = 0
configure:2976: cc -v >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/libtool/include'
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/libtool/lib'
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib'
... rest of stderr output deleted ...
configure:2987: $? = 0
configure:2976: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:2987: $? = 1
configure:2976: cc -qversion >&5
clang: error: no input files
configure:2987: $? = 1
configure:3007: checking whether the C compiler works
configure:3029: cc conftest.c >&5
configure:3033: $? = 0
configure:3081: result: yes
configure:3084: checking for C compiler default output file name
configure:3086: result: a.out
configure:3092: checking for suffix of executables
configure:3099: cc -o conftest conftest.c >&5
configure:3103: $? = 0
configure:3125: result:
configure:3147: checking whether we are cross compiling
configure:3155: cc -o conftest conftest.c >&5
configure:3159: $? = 0
configure:3166: ./conftest
configure:3170: $? = 0
configure:3185: result: no
configure:3190: checking for suffix of object files
configure:3212: cc -c conftest.c >&5
configure:3216: $? = 0
configure:3237: result: o
configure:3241: checking whether we are using the GNU C compiler
configure:3260: cc -c conftest.c >&5
configure:3260: $? = 0
configure:3269: result: yes
configure:3278: checking whether cc accepts -g
configure:3298: cc -c -g conftest.c >&5
configure:3298: $? = 0
configure:3339: result: yes
configure:3356: checking for cc option to accept ISO C89
configure:3420: cc -c -g -O2 conftest.c >&5
configure:3420: $? = 0
configure:3433: result: none needed
configure:3464: checking for style of include used by make
configure:3492: result: GNU
configure:3518: checking dependency style of cc
configure:3629: result: none
configure:3645: checking whether ln -s works
configure:3649: result: yes
configure:3663: checking how to run the C preprocessor
configure:3694: cc -E conftest.c
configure:3694: $? = 0
configure:3708: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mp3splt"
| #define PACKAGE_TARNAME "mp3splt"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "mp3splt 2.4.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "mp3splt"
| #define VERSION "2.4.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3733: result: cc -E
configure:3753: cc -E conftest.c
configure:3753: $? = 0
configure:3767: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3767: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mp3splt"
| #define PACKAGE_TARNAME "mp3splt"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "mp3splt 2.4.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "mp3splt"
| #define VERSION "2.4.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3796: checking for grep that handles long lines and -e
configure:3854: result: /usr/bin/grep
configure:3859: checking for egrep
configure:3921: result: /usr/bin/grep -E
configure:3926: checking for ANSI C header files
configure:3946: cc -c -g -O2 conftest.c >&5
configure:3946: $? = 0
configure:4019: cc -o conftest -g -O2 conftest.c >&5
configure:4019: $? = 0
configure:4019: ./conftest
configure:4019: $? = 0
configure:4030: result: yes
configure:4043: checking for sys/types.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for sys/stat.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for stdlib.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for string.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for memory.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for strings.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for inttypes.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for stdint.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4043: checking for unistd.h
configure:4043: cc -c -g -O2 conftest.c >&5
configure:4043: $? = 0
configure:4043: result: yes
configure:4057: checking for unistd.h
configure:4057: result: yes
configure:4081: checking whether NLS is requested
configure:4090: result: yes
configure:4128: checking for msgfmt
configure:4159: result: /usr/local/opt/gettext/bin/msgfmt
configure:4168: checking for gmsgfmt
configure:4199: result: /usr/local/opt/gettext/bin/msgfmt
configure:4239: checking for xgettext
configure:4270: result: /usr/local/opt/gettext/bin/xgettext
configure:4310: checking for msgmerge
configure:4340: result: /usr/local/opt/gettext/bin/msgmerge
configure:4395: checking build system type
configure:4409: result: x86_64-apple-darwin11.4.2
configure:4429: checking host system type
configure:4442: result: x86_64-apple-darwin11.4.2
configure:4486: checking for ld used by GCC
configure:4550: result: /usr/bin/ld
configure:4557: checking if the linker (/usr/bin/ld) is GNU ld
configure:4570: result: no
configure:4576: checking for shared library run path origin
configure:4589: result: done
configure:5005: checking whether NLS is requested
configure:5014: result: yes
configure:5032: checking for GNU gettext in libc
configure:5051: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"__nl_domain_bindings", referenced from:
_main in conftest-MvToz1.o
"__nl_msg_cat_cntr", referenced from:
_main in conftest-MvToz1.o
"_libintl_bindtextdomain", referenced from:
_main in conftest-MvToz1.o
"_libintl_gettext", referenced from:
_main in conftest-MvToz1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5051: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mp3splt"
| #define PACKAGE_TARNAME "mp3splt"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "mp3splt 2.4.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "mp3splt"
| #define VERSION "2.4.2"
| #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 HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| ;
| return 0;
| }
configure:5059: result: no
configure:5093: checking for iconv
configure:5115: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-j98sC1.o
"_iconv_close", referenced from:
_main in conftest-j98sC1.o
"_iconv_open", referenced from:
_main in conftest-j98sC1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5115: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mp3splt"
| #define PACKAGE_TARNAME "mp3splt"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "mp3splt 2.4.2"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "mp3splt"
| #define VERSION "2.4.2"
| #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 HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:5137: cc -o conftest -g -O2 conftest.c -liconv >&5
configure:5137: $? = 0
configure:5147: result: yes
configure:5155: checking how to link with libiconv
configure:5157: result: -liconv
configure:5546: checking for GNU gettext in libintl
configure:5573: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:5573: $? = 0
configure:5612: result: yes
configure:5639: checking whether to use NLS
configure:5641: result: yes
configure:5644: checking where the gettext function comes from
configure:5655: result: external libintl
configure:5663: checking how to link with libintl
configure:5665: result: -lintl
configure:5726: checking the host
configure:5761: result: Other
configure:5820: checking for libmp3splt
configure:5851: cc -o conftest -g -O2 conftest.c -L/usr/local/Cellar/mp3splt/2.4.2/lib -lmp3splt >&5
ld: warning: directory not found for option '-L/usr/local/Cellar/mp3splt/2.4.2/lib'
configure:5851: $? = 0
configure:5851: ./conftest
configure:5851: $? = 0
configure:5867: result: yes
configure:6150: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mp3splt config.status 2.4.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on alhambraxas.local
config.status:907: creating Makefile
config.status:907: creating src/Makefile
config.status:907: creating po/Makefile.in
config.status:1015: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
config.status:907: creating doc/Makefile
config.status:907: creating m4/Makefile
config.status:907: creating config.h
config.status:1136: executing depfiles commands
config.status:1136: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.4.2
ac_cv_c_compiler_gnu=yes
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin11.4.2
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_lib_iconv=yes
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/mp3splt-9nON/mp3splt-2.4.2/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /private/tmp/mp3splt-9nON/mp3splt-2.4.2/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/mp3splt-9nON/mp3splt-2.4.2/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/mp3splt-9nON/mp3splt-2.4.2/missing --run automake-1.11'
AWK='awk'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='cc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DO_SYMLINK_FALSE=''
DO_SYMLINK_TRUE='#'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS='-lintl'
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL='-lintl'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL='-lintl'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /private/tmp/mp3splt-9nON/mp3splt-2.4.2/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
MP3SPLT_CFLAGS=''
MP3SPLT_LIBS='-L/usr/local/Cellar/mp3splt/2.4.2/lib -lmp3splt'
MSGFMT='/usr/local/opt/gettext/bin/msgfmt'
MSGMERGE='/usr/local/opt/gettext/bin/msgmerge'
OBJEXT='o'
PACKAGE='mp3splt'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='mp3splt'
PACKAGE_STRING='mp3splt 2.4.2'
PACKAGE_TARNAME='mp3splt'
PACKAGE_URL=''
PACKAGE_VERSION='2.4.2'
PATH_SEPARATOR=':'
POSUB='po'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='2.4.2'
WIN32_FALSE=''
WIN32_TRUE='#'
XGETTEXT='/usr/local/opt/gettext/bin/xgettext'
ac_ct_CC='cc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_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-darwin11.4.2'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.4.2'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin11.4.2'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.4.2'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/mp3splt-9nON/mp3splt-2.4.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
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/mp3splt/2.4.2'
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 "mp3splt"
#define PACKAGE_TARNAME "mp3splt"
#define PACKAGE_VERSION "2.4.2"
#define PACKAGE_STRING "mp3splt 2.4.2"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "mp3splt"
#define VERSION "2.4.2"
#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 HAVE_UNISTD_H 1
#define HAVE_ICONV 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
configure: exit 0
output from brew doctor:
Your system is raring to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment