Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created January 1, 2018 17:02
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 ilovezfs/f41271a4dc69d2e152a7465e9ccfc475 to your computer and use it in GitHub Desktop.
Save ilovezfs/f41271a4dc69d2e152a7465e9ccfc475 to your computer and use it in GitHub Desktop.
==> Downloading https://ftp.gnu.org/gnu/vcdimager/vcdimager-0.7.24.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/vcdimager-0.7.24.tar.gz
==> Verifying vcdimager-0.7.24.tar.gz checksum
tar xzf /Users/joe/Library/Caches/Homebrew/vcdimager-0.7.24.tar.gz
==> Downloading https://raw.githubusercontent.com/Homebrew/formula-patches/3ad6c5d/vcdimager/libcdio-1.0-compat.diff
Already downloaded: /Users/joe/Library/Caches/Homebrew/vcdimager--patch-65798b9c6070d53957d46b0cac834e1ab9bd4014fab50773ac83b4d1babe00a6.diff
==> Verifying vcdimager--patch-65798b9c6070d53957d46b0cac834e1ab9bd4014fab50773ac83b4d1babe00a6.diff checksum
==> Patching
==> Applying libcdio-1.0-compat.diff
patch -g 0 -f -p1 -i /private/tmp/vcdimager--patch-20180101-76526-46vrpg/libcdio-1.0-compat.diff
patching file frontends/xml/vcd_xml_rip.c
patching file include/libvcd/info.h
patching file lib/data_structures.c
patching file lib/data_structures.h
patching file lib/dict.h
patching file lib/files.c
patching file lib/image_bincue.c
patching file lib/info_private.c
patching file lib/mpeg.h
patching file lib/mpeg_stream.c
patching file lib/vcd.c
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/vcdimager/0.7.24_2 --mandir=/usr/local/Cellar/vcdimager/0.7.24_2/share/man
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... no
checking whether build environment is sane... yes
checking build system type... i386-apple-darwin15.6.0
checking host system type... i386-apple-darwin15.6.0
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 clang++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of clang++... none
checking for gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking dependency style of clang... none
checking whether clang accepts -Wall... yes
checking whether clang accepts -Wchar-subscripts... yes
checking whether clang accepts -Wmissing-prototypes... yes
checking whether clang accepts -Wmissing-declarations... yes
checking whether clang accepts -Wunused... yes
checking whether clang accepts -Wpointer-arith... yes
checking whether clang accepts -Wwrite-strings... yes
checking whether clang accepts -Wnested-externs... yes
checking whether clang accepts -Wno-sign-compare... yes
checking how to run the C preprocessor... clang -E
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking dependency style of clang... (cached) none
checking for gawk... (cached) awk
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for 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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ accepts -g... (cached) yes
checking dependency style of clang++... (cached) none
checking how to run the C++ preprocessor... clang++ -E
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking for diff... /usr/bin/diff
adding -w to diff in regression tests
adding --unified to diff in regression tests
checking for snprintf... yes
checking for vsnprintf... yes
checking for getdate... yes
checking for strptime... yes
checking for libpopt library... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.3.8... no
*** Could not run libxml test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means LIBXML was incorrectly installed
*** or that you have moved LIBXML since it was installed. In the latter case, you
*** may want to edit the xml2-config script: /usr/bin/xml2-config
checking for ANSI C header files... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether clang supports ISO C99 _Pragma()... yes
checking how to create empty arrays... []
checking bitfield ordering in structs... LSBF
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCDIO... yes
checking for LIBISO9660... yes
checking IOKit/IOKitLib.h usability... yes
checking IOKit/IOKitLib.h presence... yes
checking for IOKit/IOKitLib.h... yes
checking CoreFoundation/CFBase.h usability... yes
checking CoreFoundation/CFBase.h presence... yes
checking for CoreFoundation/CFBase.h... yes
configure: WARNING: I don't see GNU ld. I'm going to assume --without-versioned-libs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvcdinfo.pc
config.status: creating amiga/Makefile
config.status: creating include/Makefile
config.status: creating include/libvcd/Makefile
config.status: creating include/libvcd/version.h
config.status: creating lib/Makefile
config.status: creating frontends/Makefile
config.status: creating frontends/xml/Makefile
config.status: creating frontends/cli/Makefile
config.status: creating docs/Makefile
config.status: creating docs/doxygen/Doxyfile
config.status: creating example/Makefile
config.status: creating test/check_common_fn
config.status: creating test/Makefile
config.status: creating vcdimager.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Setup:
Install path: /usr/local/Cellar/vcdimager/0.7.24_2
Build CLI FE: yes
Build XML FE: no
Maintainer mode: no
==> make -k
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in include
Making all in libvcd
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
Making all in lib
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o info.lo info.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c info.c -fno-common -DPIC -o .libs/info.o
info.c:109:55: error: too many arguments to function call, expected 2, have 3
entlist = iso9660_fs_readdir(p_obj->img, "SEGMENT", true);
~~~~~~~~~~~~~~~~~~ ^~~~
/usr/local/Cellar/libcdio/1.1.0/include/cdio/types.h:121:14: note: expanded from macro 'true'
#define true 1
^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/iso9660.h:1060:1: note: 'iso9660_fs_readdir' declared here
CdioList_t * iso9660_fs_readdir (CdIo_t *p_cdio, const char psz_path[]);
^
info.c:144:33: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (entlist, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
info.c:1750:47: error: too few arguments to function call, expected 3, have 2
_cdio_list_free(p_obj->offset_x_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
info.c:1753:45: error: too few arguments to function call, expected 3, have 2
_cdio_list_free(p_obj->offset_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
info.c:2084:47: error: too few arguments to function call, expected 3, have 2
_cdio_list_free(p_obj->offset_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
info.c:2086:49: error: too few arguments to function call, expected 3, have 2
_cdio_list_free(p_obj->offset_x_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
6 errors generated.
make[2]: *** [info.lo] Error 1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o inf.lo inf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c inf.c -fno-common -DPIC -o .libs/inf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c inf.c -o inf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o info_private.lo info_private.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c info_private.c -fno-common -DPIC -o .libs/info_private.o
info_private.c:113:38: error: too few arguments to function call, expected 3, have 2
_cdio_list_free(unused_lids, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
1 error generated.
make[2]: *** [info_private.lo] Error 1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o vcd_read.lo vcd_read.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c vcd_read.c -fno-common -DPIC -o .libs/vcd_read.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c vcd_read.c -o vcd_read.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o vcd.lo vcd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c vcd.c -fno-common -DPIC -o .libs/vcd.o
In file included from vcd.c:45:
./dict.h:161:39: error: too few arguments to function call, expected 3, have 2
_cdio_list_node_free (node, true);
~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:72:3: note: '_cdio_list_node_free' declared here
void _cdio_list_node_free (CdioListNode_t *p_node, int i_free_data,
^
vcd.c:358:35: error: too few arguments to function call, expected 3, have 2
_cdio_list_node_free (node, true);
~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:72:3: note: '_cdio_list_node_free' declared here
void _cdio_list_node_free (CdioListNode_t *p_node, int i_free_data,
^
vcd.c:711:49: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_obj->custom_file_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
vcd.c:713:48: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_obj->custom_dir_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
vcd.c:717:51: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_obj->mpeg_sequence_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
vcd.c:2251:49: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_obj->buffer_dict_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
vcd.c:2351:38: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_cue_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
7 errors generated.
make[2]: *** [vcd.lo] Error 1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o data_structures.lo data_structures.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c data_structures.c -fno-common -DPIC -o .libs/data_structures.o
data_structures.c:183:46: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_node->children, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
data_structures.c:191:49: error: too few arguments to function call, expected 3, have 2
_cdio_list_node_free (p_node->listnode, true);
~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:72:3: note: '_cdio_list_node_free' declared here
void _cdio_list_node_free (CdioListNode_t *p_node, int i_free_data,
^
data_structures.c:305:44: error: too few arguments to function call, expected 3, have 2
_cdio_list_node_free (lastnode, false);
~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:72:3: note: '_cdio_list_node_free' declared here
void _cdio_list_node_free (CdioListNode_t *p_node, int i_free_data,
^
data_structures.c:315:32: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (queue, false);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
4 errors generated.
make[2]: *** [data_structures.lo] Error 1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o directory.lo directory.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c directory.c -fno-common -DPIC -o .libs/directory.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c directory.c -o directory.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o files.lo files.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c files.c -fno-common -DPIC -o .libs/files.o
files.c:715:35: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_all_aps, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
files.c:757:37: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_scantable, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
2 errors generated.
make[2]: *** [files.lo] Error 1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o image.lo image.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image.c -fno-common -DPIC -o .libs/image.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image.c -o image.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o image_bincue.lo image_bincue.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image_bincue.c -fno-common -DPIC -o .libs/image_bincue.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image_bincue.c -o image_bincue.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o image_cdrdao.lo image_cdrdao.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image_cdrdao.c -fno-common -DPIC -o .libs/image_cdrdao.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image_cdrdao.c -o image_cdrdao.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o image_nrg.lo image_nrg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image_nrg.c -fno-common -DPIC -o .libs/image_nrg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c image_nrg.c -o image_nrg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o logging.lo logging.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c logging.c -fno-common -DPIC -o .libs/logging.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c logging.c -o logging.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o mpeg.lo mpeg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c mpeg.c -fno-common -DPIC -o .libs/mpeg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c mpeg.c -o mpeg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o mpeg_stream.lo mpeg_stream.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c mpeg_stream.c -fno-common -DPIC -o .libs/mpeg_stream.o
mpeg_stream.c:87:56: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (obj->info.shdr[i].aps_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
1 error generated.
make[2]: *** [mpeg_stream.lo] Error 1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o pbc.lo pbc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c pbc.c -fno-common -DPIC -o .libs/pbc.o
pbc.c:851:50: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_pbc->item_id_list, false);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
pbc.c:855:51: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_pbc->select_id_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
pbc.c:856:53: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (p_pbc->select_area_list, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
3 errors generated.
make[2]: *** [pbc.lo] Error 1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o salloc.lo salloc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c salloc.c -fno-common -DPIC -o .libs/salloc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c salloc.c -o salloc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o sector.lo sector.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c sector.c -fno-common -DPIC -o .libs/sector.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c sector.c -o sector.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o stream.lo stream.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c stream.c -fno-common -DPIC -o .libs/stream.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c stream.c -o stream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o stream_stdio.lo stream_stdio.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c stream_stdio.c -fno-common -DPIC -o .libs/stream_stdio.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c stream_stdio.c -o stream_stdio.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c -o util.lo util.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c util.c -fno-common -DPIC -o .libs/util.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c util.c -o util.o >/dev/null 2>&1
make[2]: Target `all' not remade because of errors.
Making all in frontends
Making all in cli
clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include/ -I../../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c vcdimager.c
/bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o vcdimager vcdimager.o -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration ../../lib/libvcd.la -lpopt -L/usr/local/Cellar/libcdio/1.1.0/lib -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../../lib/libvcd.la' or unhandled argument `../../lib/libvcd.la'
make[3]: *** [vcdimager] Error 1
clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include/ -I../../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c cdxa2mpeg.c
/bin/sh ../../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o cdxa2mpeg cdxa2mpeg.o -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration ../../lib/libvcd.la -lpopt -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../../lib/libvcd.la' or unhandled argument `../../lib/libvcd.la'
make[3]: *** [cdxa2mpeg] Error 1
clang -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include/ -I../../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c vcd-info.c
vcd-info.c:931:49: error: too many arguments to function call, expected 2, have 3
entlist = iso9660_fs_readdir (cdio, pathname, true);
~~~~~~~~~~~~~~~~~~ ^~~~
/usr/local/Cellar/libcdio/1.1.0/include/cdio/types.h:121:14: note: expanded from macro 'true'
#define true 1
^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/iso9660.h:1060:1: note: 'iso9660_fs_readdir' declared here
CdioList_t * iso9660_fs_readdir (CdIo_t *p_cdio, const char psz_path[]);
^
vcd-info.c:974:33: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (entlist, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
vcd-info.c:987:33: error: too few arguments to function call, expected 3, have 2
_cdio_list_free (dirlist, true);
~~~~~~~~~~~~~~~ ^
/usr/local/Cellar/libcdio/1.1.0/include/cdio/ds.h:46:1: note: '_cdio_list_free' declared here
void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn);
^
3 errors generated.
make[3]: *** [vcd-info.o] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Nothing to be done for `all-am'.
make[2]: *** [all-recursive] Error 1
make[2]: Target `all' not remade because of errors.
Making all in test
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c mpegscan.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o mpegscan mpegscan.o ../lib/libvcd.la -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../lib/libvcd.la' or unhandled argument `../lib/libvcd.la'
make[2]: *** [mpegscan] Error 1
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c mpegscan2.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o mpegscan2 mpegscan2.o ../lib/libvcd.la -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../lib/libvcd.la' or unhandled argument `../lib/libvcd.la'
make[2]: *** [mpegscan2] Error 1
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c testimage.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o testimage testimage.o ../lib/libvcd.la -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../lib/libvcd.la' or unhandled argument `../lib/libvcd.la'
make[2]: *** [testimage] Error 1
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c testassert.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o testassert testassert.o ../lib/libvcd.la -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../lib/libvcd.la' or unhandled argument `../lib/libvcd.la'
make[2]: *** [testassert] Error 1
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c testvcd.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o testvcd testvcd.o -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration ../lib/libvcdinfo.la ../lib/libvcd.la -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../lib/libvcdinfo.la' or unhandled argument `../lib/libvcdinfo.la'
make[2]: *** [testvcd] Error 1
make[2]: Target `all' not remade because of errors.
Making all in amiga
make[2]: Nothing to be done for `all'.
Making all in docs
make[2]: Nothing to be done for `all'.
Making all in example
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c info1.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -o info1 info1.o ../lib/libvcdinfo.la ../lib/libvcd.la -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../lib/libvcdinfo.la' or unhandled argument `../lib/libvcdinfo.la'
make[2]: *** [info1] Error 1
clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -I../lib/ -I/usr/local/Cellar/libcdio/1.1.0/include -g -O2 -c -o info2.o info2.cpp
/bin/sh ../libtool --tag=CXX --mode=link clang++ -g -O2 -o info2 info2.o ../lib/libvcdinfo.la ../lib/libvcd.la -L/usr/local/Cellar/libcdio/1.1.0/lib -liso9660 -liconv -lcdio -lm -liconv -Wl,-framework,CoreFoundation -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -framework CoreFoundation -framework IOKit -lm
libtool: link: cannot find the library `../lib/libvcdinfo.la' or unhandled argument `../lib/libvcdinfo.la'
make[2]: *** [info2] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Nothing to be done for `all-am'.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/python.rb
/usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: make -k
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment