Skip to content

Instantly share code, notes, and snippets.

@sjmadsen
Created March 13, 2012 18:06
Show Gist options
  • Select an option

  • Save sjmadsen/2030348 to your computer and use it in GitHub Desktop.

Select an option

Save sjmadsen/2030348 to your computer and use it in GitHub Desktop.

Revisions

  1. sjmadsen created this gist Mar 13, 2012.
    547 changes: 547 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,547 @@
    ==> Downloading http://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz
    File already downloaded in /Volumes/User/Steve/Library/Caches/Homebrew
    /usr/bin/tar xf /Volumes/User/Steve/Library/Caches/Homebrew/id3lib-3.8.3.tar.gz
    ==> Patching
    /usr/bin/patch -f -p1 -i 001-homebrew.diff
    patching file src/mp3_parse.cpp
    ==> ./configure --prefix=/usr/local/Cellar/id3lib/3.8.3 --disable-debug --disable-dependency-tracking
    ./configure --prefix=/usr/local/Cellar/id3lib/3.8.3 --disable-debug --disable-dependency-tracking
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets ${MAKE}... yes
    checking for style of include used by make... GNU
    checking for gcc... /usr/bin/clang
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether /usr/bin/clang accepts -g... yes
    checking for /usr/bin/clang option to accept ANSI C... none needed
    checking dependency style of /usr/bin/clang... none
    checking for library containing strerror... none required
    checking build system type... i686-apple-darwin11.3.0
    checking host system type... i686-apple-darwin11.3.0
    checking for ld used by GCC... /usr/bin/clang
    checking if the linker (/usr/bin/clang) is GNU ld... no
    checking for /usr/bin/clang option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm
    checking whether ln -s works... yes
    checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
    checking command to parse /usr/bin/nm output... ok
    checking how to run the C preprocessor... /usr/bin/clang -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 dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for /usr/bin/clang option to produce PIC... -fno-common
    checking if /usr/bin/clang PIC flag -fno-common works... yes
    checking if /usr/bin/clang static flag -static works... no
    checking if /usr/bin/clang supports -c -o file.o... yes
    checking if /usr/bin/clang supports -c -o file.lo... yes
    checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/clang) supports shared libraries... yes
    checking how to hardcode library paths into programs... unsupported
    checking whether stripping libraries is possible... no
    checking dynamic linker characteristics... darwin11.3.0 dyld
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    creating libtool
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... (cached) /usr/bin/clang
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /usr/bin/clang accepts -g... (cached) yes
    checking for /usr/bin/clang option to accept ANSI C... (cached) none needed
    checking dependency style of /usr/bin/clang... (cached) none
    checking whether we are using the GNU C++ compiler... yes
    checking whether /usr/bin/clang++ accepts -g... yes
    checking dependency style of /usr/bin/clang++... none
    checking how to run the C++ preprocessor... /usr/bin/clang++ -E
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for uncompress in -lz... yes
    checking for ANSI C header files... (cached) yes
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking wchar.h usability... yes
    checking wchar.h presence... yes
    checking for wchar.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for unistd.h... (cached) yes
    checking iconv.h usability... yes
    checking iconv.h presence... yes
    checking for iconv.h... yes
    checking where to find iconv_open... libiconv
    checking whether iconv takes const char ** or char **... char **
    checking whether to typecast in iconv... no
    checking libcw/sys.h usability... no
    checking libcw/sys.h presence... no
    checking for libcw/sys.h... no
    checking cctype usability... yes
    checking cctype presence... yes
    checking for cctype... yes
    checking climits usability... yes
    checking climits presence... yes
    checking for climits... yes
    checking cstdio usability... yes
    checking cstdio presence... yes
    checking for cstdio... yes
    checking cstdlib usability... yes
    checking cstdlib presence... yes
    checking for cstdlib... yes
    checking bitset usability... yes
    checking bitset presence... yes
    checking for bitset... yes
    checking cstring usability... yes
    checking cstring presence... yes
    checking for cstring... yes
    checking fstream usability... yes
    checking fstream presence... yes
    checking for fstream... yes
    checking iostream usability... yes
    checking iostream presence... yes
    checking for iostream... yes
    checking iomanip usability... yes
    checking iomanip presence... yes
    checking for iomanip... yes
    checking vector usability... yes
    checking vector presence... yes
    checking for vector... yes
    checking string usability... yes
    checking string presence... yes
    checking for string... yes
    checking iomanip.h usability... yes
    checking iomanip.h presence... yes
    checking for iomanip.h... yes
    checking whether C++ has bool... no
    checking whether C++ has correct scoping in for-loops... yes
    checking what warning flags to pass to the C++ compiler... -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations
    checking what language compliance flags to pass to the C++ compiler...
    checking whether iconv supports UTF-8... yes
    checking whether iconv supports UTF-16BE... yes
    checking whether iconv supports UTF-16... yes
    checking whether iconv supports ISO-8859-1... yes
    checking for getopt_long... yes
    checking for mkstemp... yes
    checking for truncate... yes
    checking for size_t... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating m4/Makefile
    config.status: creating include/Makefile
    config.status: creating include/id3/Makefile
    config.status: creating id3com/Makefile
    config.status: creating id3com/Sample/Makefile
    config.status: creating src/Makefile
    config.status: creating examples/Makefile
    config.status: creating prj/Makefile
    config.status: creating libprj/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    configure: configuring in zlib
    configure: running /bin/sh './configure' --prefix=/usr/local/Cellar/id3lib/3.8.3 '--prefix=/usr/local/Cellar/id3lib/3.8.3' '--disable-debug' '--disable-dependency-tracking' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments' 'CXXFLAGS=-Os -w -pipe -march=native -Qunused-arguments' 'CXX=/usr/bin/clang++' --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets ${MAKE}... yes
    checking build system type... i686-apple-darwin11.3.0
    checking host system type... i686-apple-darwin11.3.0
    checking for style of include used by make... GNU
    checking for gcc... /usr/bin/clang
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether /usr/bin/clang accepts -g... yes
    checking for /usr/bin/clang option to accept ANSI C... none needed
    checking dependency style of /usr/bin/clang... none
    checking for ld used by GCC... /usr/bin/clang
    checking if the linker (/usr/bin/clang) is GNU ld... no
    checking for /usr/bin/clang option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm
    checking whether ln -s works... yes
    checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
    checking command to parse /usr/bin/nm output... ok
    checking how to run the C preprocessor... /usr/bin/clang -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 dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for /usr/bin/clang option to produce PIC... -fno-common
    checking if /usr/bin/clang PIC flag -fno-common works... yes
    checking if /usr/bin/clang static flag -static works... no
    checking if /usr/bin/clang supports -c -o file.o... yes
    checking if /usr/bin/clang supports -c -o file.lo... yes
    checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/clang) supports shared libraries... yes
    checking how to hardcode library paths into programs... unsupported
    checking whether stripping libraries is possible... no
    checking dynamic linker characteristics... darwin11.3.0 dyld
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    creating libtool
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether we are using the GNU C++ compiler... yes
    checking whether /usr/bin/clang++ accepts -g... yes
    checking dependency style of /usr/bin/clang++... none
    checking how to run the C++ preprocessor... /usr/bin/clang++ -E
    checking for ranlib... (cached) ranlib
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for ANSI C header files... (cached) yes
    checking for unistd.h... (cached) yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating prj/Makefile
    config.status: creating include/Makefile
    config.status: creating lib/Makefile
    config.status: creating config.h
    config.status: executing default-1 commands
    ==> make install
    make install
    Making install in .
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    Making install in m4
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    Making install in doc
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    Making install in include
    Making install in id3
    make[3]: Nothing to be done for `install-exec-am'.
    /bin/sh ../../mkinstalldirs /usr/local/Cellar/id3lib/3.8.3/include/id3
    mkdir /usr/local/Cellar/id3lib/3.8.3/include
    mkdir /usr/local/Cellar/id3lib/3.8.3/include/id3
    /usr/bin/install -c -m 644 field.h /usr/local/Cellar/id3lib/3.8.3/include/id3/field.h
    /usr/bin/install -c -m 644 id3lib_frame.h /usr/local/Cellar/id3lib/3.8.3/include/id3/id3lib_frame.h
    /usr/bin/install -c -m 644 globals.h /usr/local/Cellar/id3lib/3.8.3/include/id3/globals.h
    /usr/bin/install -c -m 644 misc_support.h /usr/local/Cellar/id3lib/3.8.3/include/id3/misc_support.h
    /usr/bin/install -c -m 644 reader.h /usr/local/Cellar/id3lib/3.8.3/include/id3/reader.h
    /usr/bin/install -c -m 644 readers.h /usr/local/Cellar/id3lib/3.8.3/include/id3/readers.h
    /usr/bin/install -c -m 644 sized_types.h /usr/local/Cellar/id3lib/3.8.3/include/id3/sized_types.h
    /usr/bin/install -c -m 644 tag.h /usr/local/Cellar/id3lib/3.8.3/include/id3/tag.h
    /usr/bin/install -c -m 644 writer.h /usr/local/Cellar/id3lib/3.8.3/include/id3/writer.h
    /usr/bin/install -c -m 644 writers.h /usr/local/Cellar/id3lib/3.8.3/include/id3/writers.h
    /usr/bin/install -c -m 644 utils.h /usr/local/Cellar/id3lib/3.8.3/include/id3/utils.h
    /usr/bin/install -c -m 644 id3lib_streams.h /usr/local/Cellar/id3lib/3.8.3/include/id3/id3lib_streams.h
    /usr/bin/install -c -m 644 id3lib_strings.h /usr/local/Cellar/id3lib/3.8.3/include/id3/id3lib_strings.h
    make[3]: Nothing to be done for `install-exec-am'.
    /bin/sh ../mkinstalldirs /usr/local/Cellar/id3lib/3.8.3/include
    /usr/bin/install -c -m 644 id3.h /usr/local/Cellar/id3lib/3.8.3/include/id3.h
    Making install in id3com
    Making install in Sample
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    Making install in src
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o c_wrapper.lo `test -f 'c_wrapper.cpp' || echo './'`c_wrapper.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o field.lo `test -f 'field.cpp' || echo './'`field.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o field_binary.lo `test -f 'field_binary.cpp' || echo './'`field_binary.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o field_integer.lo `test -f 'field_integer.cpp' || echo './'`field_integer.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o field_string_ascii.lo `test -f 'field_string_ascii.cpp' || echo './'`field_string_ascii.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o field_string_unicode.lo `test -f 'field_string_unicode.cpp' || echo './'`field_string_unicode.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o frame.lo `test -f 'frame.cpp' || echo './'`frame.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o frame_impl.lo `test -f 'frame_impl.cpp' || echo './'`frame_impl.cpp
    mkdir .libs
    mkdir .libs
    mkdir .libs
    mkdir: .libs: mkdir .libs
    File exists
    mkdir: .libs: File exists
    mkdir: .libs: File exists
    rm -f .libs/c_wrapper.lo
    rm -f .libs/field_string_ascii.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_binary.cpp -fno-common -DPIC -o .libs/field_binary.lo
    rm -f .libs/frame.lo
    rm -f .libs/frame_impl.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_integer.cpp -fno-common -DPIC -o .libs/field_integer.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field.cpp -fno-common -DPIC -o .libs/field.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_string_unicode.cpp -fno-common -DPIC -o .libs/field_string_unicode.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c c_wrapper.cpp -fno-common -DPIC -o .libs/c_wrapper.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_string_ascii.cpp -fno-common -DPIC -o .libs/field_string_ascii.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame.cpp -fno-common -DPIC -o .libs/frame.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame_impl.cpp -fno-common -DPIC -o .libs/frame_impl.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_integer.cpp -o field_integer.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_string_unicode.cpp -o field_string_unicode.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_binary.cpp -o field_binary.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame.cpp -o frame.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field_string_ascii.cpp -o field_string_ascii.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c c_wrapper.cpp -o c_wrapper.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c field.cpp -o field.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame_impl.cpp -o frame_impl.o >/dev/null 2>&1
    mv -f .libs/field_integer.lo field_integer.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o frame_parse.lo `test -f 'frame_parse.cpp' || echo './'`frame_parse.cpp
    mv -f .libs/field_string_unicode.lo field_string_unicode.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o frame_render.lo `test -f 'frame_render.cpp' || echo './'`frame_render.cpp
    mv -f .libs/field_binary.lo field_binary.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o globals.lo `test -f 'globals.cpp' || echo './'`globals.cpp
    mv -f .libs/frame.lo frame.lo
    mv -f .libs/c_wrapper.lo c_wrapper.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o header.lo `test -f 'header.cpp' || echo './'`header.cpp
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o header_frame.lo `test -f 'header_frame.cpp' || echo './'`header_frame.cpp
    mv -f .libs/field_string_ascii.lo field_string_ascii.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o header_tag.lo `test -f 'header_tag.cpp' || echo './'`header_tag.cpp
    rm -f .libs/frame_parse.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame_parse.cpp -fno-common -DPIC -o .libs/frame_parse.lo
    mv -f .libs/field.lo field.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o helpers.lo `test -f 'helpers.cpp' || echo './'`helpers.cpp
    rm -f .libs/frame_render.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame_render.cpp -fno-common -DPIC -o .libs/frame_render.lo
    mv -f .libs/frame_impl.lo frame_impl.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o io.lo `test -f 'io.cpp' || echo './'`io.cpp
    rm -f .libs/globals.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c globals.cpp -fno-common -DPIC -o .libs/globals.lo
    rm -f .libs/header.lo
    rm -f .libs/header_frame.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c header.cpp -fno-common -DPIC -o .libs/header.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c header_frame.cpp -fno-common -DPIC -o .libs/header_frame.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c globals.cpp -o globals.o >/dev/null 2>&1
    rm -f .libs/header_tag.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c header_tag.cpp -fno-common -DPIC -o .libs/header_tag.lo
    mv -f .libs/globals.lo globals.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o io_decorators.lo `test -f 'io_decorators.cpp' || echo './'`io_decorators.cpp
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c header.cpp -o header.o >/dev/null 2>&1
    rm -f .libs/helpers.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c helpers.cpp -fno-common -DPIC -o .libs/helpers.lo
    mv -f .libs/header.lo header.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o io_helpers.lo `test -f 'io_helpers.cpp' || echo './'`io_helpers.cpp
    rm -f .libs/io.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c io.cpp -fno-common -DPIC -o .libs/io.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c io.cpp -o io.o >/dev/null 2>&1
    mv -f .libs/io.lo io.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o misc_support.lo `test -f 'misc_support.cpp' || echo './'`misc_support.cpp
    rm -f .libs/io_decorators.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c io_decorators.cpp -fno-common -DPIC -o .libs/io_decorators.lo
    rm -f .libs/io_helpers.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame_parse.cpp -o frame_parse.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c io_helpers.cpp -fno-common -DPIC -o .libs/io_helpers.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c header_frame.cpp -o header_frame.o >/dev/null 2>&1
    rm -f .libs/misc_support.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c misc_support.cpp -fno-common -DPIC -o .libs/misc_support.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c frame_render.cpp -o frame_render.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c header_tag.cpp -o header_tag.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c helpers.cpp -o helpers.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c io_decorators.cpp -o io_decorators.o >/dev/null 2>&1
    mv -f .libs/frame_parse.lo frame_parse.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o mp3_parse.lo `test -f 'mp3_parse.cpp' || echo './'`mp3_parse.cpp
    mv -f .libs/header_tag.lo header_tag.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o readers.lo `test -f 'readers.cpp' || echo './'`readers.cpp
    mv -f .libs/header_frame.lo header_frame.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c io_helpers.cpp -o io_helpers.o >/dev/null 2>&1
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o spec.lo `test -f 'spec.cpp' || echo './'`spec.cpp
    mv -f .libs/frame_render.lo frame_render.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag.lo `test -f 'tag.cpp' || echo './'`tag.cpp
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c misc_support.cpp -o misc_support.o >/dev/null 2>&1
    rm -f .libs/mp3_parse.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c mp3_parse.cpp -fno-common -DPIC -o .libs/mp3_parse.lo
    rm -f .libs/readers.lo
    rm -f .libs/spec.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c readers.cpp -fno-common -DPIC -o .libs/readers.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c spec.cpp -fno-common -DPIC -o .libs/spec.lo
    rm -f .libs/tag.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c spec.cpp -o spec.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag.cpp -fno-common -DPIC -o .libs/tag.lo
    mv -f .libs/spec.lo spec.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_file.lo `test -f 'tag_file.cpp' || echo './'`tag_file.cpp
    mv -f .libs/io_decorators.lo io_decorators.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_find.lo `test -f 'tag_find.cpp' || echo './'`tag_find.cpp
    mv -f .libs/helpers.lo helpers.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_impl.lo `test -f 'tag_impl.cpp' || echo './'`tag_impl.cpp
    rm -f .libs/tag_file.lo
    mv -f .libs/io_helpers.lo io_helpers.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_parse.lo `test -f 'tag_parse.cpp' || echo './'`tag_parse.cpp
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_file.cpp -fno-common -DPIC -o .libs/tag_file.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c readers.cpp -o readers.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c mp3_parse.cpp -o mp3_parse.o >/dev/null 2>&1
    rm -f .libs/tag_find.lo
    mv -f .libs/misc_support.lo misc_support.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_find.cpp -fno-common -DPIC -o .libs/tag_find.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_parse_lyrics3.lo `test -f 'tag_parse_lyrics3.cpp' || echo './'`tag_parse_lyrics3.cpp
    rm -f .libs/tag_impl.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_impl.cpp -fno-common -DPIC -o .libs/tag_impl.lo
    rm -f .libs/tag_parse.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse.cpp -fno-common -DPIC -o .libs/tag_parse.lo
    rm -f .libs/tag_parse_lyrics3.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag.cpp -o tag.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse_lyrics3.cpp -fno-common -DPIC -o .libs/tag_parse_lyrics3.lo
    mv -f .libs/readers.lo readers.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_parse_musicmatch.lo `test -f 'tag_parse_musicmatch.cpp' || echo './'`tag_parse_musicmatch.cpp
    mv -f .libs/mp3_parse.lo mp3_parse.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_parse_v1.lo `test -f 'tag_parse_v1.cpp' || echo './'`tag_parse_v1.cpp
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_find.cpp -o tag_find.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_file.cpp -o tag_file.o >/dev/null 2>&1
    rm -f .libs/tag_parse_musicmatch.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse_musicmatch.cpp -fno-common -DPIC -o .libs/tag_parse_musicmatch.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_impl.cpp -o tag_impl.o >/dev/null 2>&1
    rm -f .libs/tag_parse_v1.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse_v1.cpp -fno-common -DPIC -o .libs/tag_parse_v1.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse.cpp -o tag_parse.o >/dev/null 2>&1
    mv -f .libs/tag.lo tag.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o tag_render.lo `test -f 'tag_render.cpp' || echo './'`tag_render.cpp
    mv -f .libs/tag_find.lo tag_find.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o utils.lo `test -f 'utils.cpp' || echo './'`utils.cpp
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse_lyrics3.cpp -o tag_parse_lyrics3.o >/dev/null 2>&1
    rm -f .libs/tag_render.lo
    mv -f .libs/tag_file.lo tag_file.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_render.cpp -fno-common -DPIC -o .libs/tag_render.lo
    /bin/sh ../libtool --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o writers.lo `test -f 'writers.cpp' || echo './'`writers.cpp
    mv -f .libs/tag_impl.lo tag_impl.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse_v1.cpp -o tag_parse_v1.o >/dev/null 2>&1
    rm -f .libs/utils.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c utils.cpp -fno-common -DPIC -o .libs/utils.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_parse_musicmatch.cpp -o tag_parse_musicmatch.o >/dev/null 2>&1
    rm -f .libs/writers.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c writers.cpp -fno-common -DPIC -o .libs/writers.lo
    mv -f .libs/tag_parse.lo tag_parse.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c tag_render.cpp -o tag_render.o >/dev/null 2>&1
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c writers.cpp -o writers.o >/dev/null 2>&1
    mv -f .libs/tag_parse_v1.lo tag_parse_v1.lo
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c utils.cpp -o utils.o >/dev/null 2>&1
    mv -f .libs/tag_parse_lyrics3.lo tag_parse_lyrics3.lo
    mv -f .libs/tag_parse_musicmatch.lo tag_parse_musicmatch.lo
    mv -f .libs/writers.lo writers.lo
    mv -f .libs/tag_render.lo tag_render.lo
    mv -f .libs/utils.lo utils.lo
    /bin/sh ../libtool --mode=link /usr/bin/clang++ -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -o libid3.la -rpath /usr/local/Cellar/id3lib/3.8.3/lib -version-info 3:0:0 -release 3.8 -export-dynamic c_wrapper.lo field.lo field_binary.lo field_integer.lo field_string_ascii.lo field_string_unicode.lo frame.lo frame_impl.lo frame_parse.lo frame_render.lo globals.lo header.lo header_frame.lo header_tag.lo helpers.lo io.lo io_decorators.lo io_helpers.lo misc_support.lo mp3_parse.lo readers.lo spec.lo tag.lo tag_file.lo tag_find.lo tag_impl.lo tag_parse.lo tag_parse_lyrics3.lo tag_parse_musicmatch.lo tag_parse_v1.lo tag_render.lo utils.lo writers.lo -liconv
    rm -fr .libs/libid3.la .libs/libid3.* .libs/libid3-3.8.*
    /usr/bin/clang++ -dynamiclib -flat_namespace -undefined suppress -o .libs/libid3-3.8.3.0.0.dylib c_wrapper.lo field.lo field_binary.lo field_integer.lo field_string_ascii.lo field_string_unicode.lo frame.lo frame_impl.lo frame_parse.lo frame_render.lo globals.lo header.lo header_frame.lo header_tag.lo helpers.lo io.lo io_decorators.lo io_helpers.lo misc_support.lo mp3_parse.lo readers.lo spec.lo tag.lo tag_file.lo tag_find.lo tag_impl.lo tag_parse.lo tag_parse_lyrics3.lo tag_parse_musicmatch.lo tag_parse_v1.lo tag_render.lo utils.lo writers.lo -liconv -lc -install_name /usr/local/Cellar/id3lib/3.8.3/lib/libid3-3.8.3.dylib -compatibility_version 4 -current_version 4.0
    (cd .libs && rm -f libid3-3.8.3.dylib && ln -s libid3-3.8.3.0.0.dylib libid3-3.8.3.dylib)
    (cd .libs && rm -f libid3.dylib && ln -s libid3-3.8.3.0.0.dylib libid3.dylib)
    ar cru .libs/libid3.a c_wrapper.o field.o field_binary.o field_integer.o field_string_ascii.o field_string_unicode.o frame.o frame_impl.o frame_parse.o frame_render.o globals.o header.o header_frame.o header_tag.o helpers.o io.o io_decorators.o io_helpers.o misc_support.o mp3_parse.o readers.o spec.o tag.o tag_file.o tag_find.o tag_impl.o tag_parse.o tag_parse_lyrics3.o tag_parse_musicmatch.o tag_parse_v1.o tag_render.o utils.o writers.o
    ranlib .libs/libid3.a
    creating libid3.la
    (cd .libs && rm -f libid3.la && ln -s ../libid3.la libid3.la)
    /bin/sh ../mkinstalldirs /usr/local/Cellar/id3lib/3.8.3/lib
    make[2]: Nothing to be done for `install-data-am'.
    mkdir /usr/local/Cellar/id3lib/3.8.3/lib
    /bin/sh ../libtool --mode=install /usr/bin/install -c libid3.la /usr/local/Cellar/id3lib/3.8.3/lib/libid3.la
    /usr/bin/install -c .libs/libid3-3.8.3.0.0.dylib /usr/local/Cellar/id3lib/3.8.3/lib/libid3-3.8.3.0.0.dylib
    (cd /usr/local/Cellar/id3lib/3.8.3/lib && rm -f libid3-3.8.3.dylib && ln -s libid3-3.8.3.0.0.dylib libid3-3.8.3.dylib)
    (cd /usr/local/Cellar/id3lib/3.8.3/lib && rm -f libid3.dylib && ln -s libid3-3.8.3.0.0.dylib libid3.dylib)
    /usr/bin/install -c .libs/libid3.lai /usr/local/Cellar/id3lib/3.8.3/lib/libid3.la
    /usr/bin/install -c .libs/libid3.a /usr/local/Cellar/id3lib/3.8.3/lib/libid3.a
    ranlib /usr/local/Cellar/id3lib/3.8.3/lib/libid3.a
    chmod 644 /usr/local/Cellar/id3lib/3.8.3/lib/libid3.a
    ----------------------------------------------------------------------
    Libraries have been installed in:
    /usr/local/Cellar/id3lib/3.8.3/lib

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
    - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
    during execution

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    Making install in examples
    /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -c `test -f 'demo_info_options.c' || echo './'`demo_info_options.c
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o demo_info.o `test -f 'demo_info.cpp' || echo './'`demo_info.cpp
    /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -c `test -f 'demo_convert_options.c' || echo './'`demo_convert_options.c
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o demo_convert.o `test -f 'demo_convert.cpp' || echo './'`demo_convert.cpp
    /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -c `test -f 'demo_tag_options.c' || echo './'`demo_tag_options.c
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o demo_tag.o `test -f 'demo_tag.cpp' || echo './'`demo_tag.cpp
    /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -c `test -f 'demo_copy_options.c' || echo './'`demo_copy_options.c
    /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -w -pipe -march=native -Qunused-arguments -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -c -o demo_copy.o `test -f 'demo_copy.cpp' || echo './'`demo_copy.cpp
    demo_convert.cpp:87:5: error: first parameter of 'main' (argument count) must be of type 'int'
    int main( unsigned int argc, char * const argv[])
    ^
    1 error generated.
    demo_tag.cpp:49:5: error: first parameter of 'main' (argument count) must be of type 'int'
    int main( unsigned int argc, char * const argv[])
    ^
    make[1]: *** [demo_convert.o] Error 1
    make[1]: *** Waiting for unfinished jobs....
    demo_copy.cpp:84:5: error: first parameter of 'main' (argument count) must be of type 'int'
    int main( unsigned int argc, char * const argv[])
    ^
    1 error generated.
    1 error generated.
    make[1]: *** [demo_copy.o] Error 1
    make[1]: *** [demo_tag.o] Error 1
    demo_info.cpp:312:5: error: first parameter of 'main' (argument count) must be of type 'int'
    int main( unsigned int argc, char * const argv[])
    ^
    1 error generated.
    make[1]: *** [demo_info.o] Error 1
    make: *** [install-recursive] Error 1
    ==> Exit Status: 2
    https://github.com/mxcl/homebrew/blob/master/Library/Formula/id3lib.rb#L17
    ==> Environment
    HOMEBREW_VERSION: 0.8.1
    HEAD: 23efe21a70e40aa76d2c3e459340807a6cc30d82
    HOMEBREW_PREFIX: /usr/local
    HOMEBREW_CELLAR: /usr/local/Cellar
    Hardware: 8-core 64-bit penryn
    OS X: 10.7.3
    Kernel Architecture: x86_64
    Xcode: 4.3.1
    GCC-4.0: N/A
    GCC-4.2: build 5666
    LLVM: build 2336
    Clang: 3.1 build 318
    MacPorts or Fink? false
    X11: /usr/X11
    System Ruby: 1.8.7-249
    /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
    Which Perl: /usr/bin/perl
    Which Python: /usr/bin/python
    Which Ruby: /Volumes/User/Steve/.rbenv/shims/ruby
    ==> Build Flags
    CC: /usr/bin/clang
    CXX: /usr/bin/clang++ => /usr/bin/clang
    LD: /usr/bin/clang
    CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
    CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
    MAKEFLAGS: -j8

    Error: Failed executing: make install
    If `brew doctor' does not help diagnose the issue, please report the bug:
    https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue