[Icecast] Installing Ices on OSX 10.4.2

Peter Traub pmt4u at virginia.edu
Thu Aug 25 16:17:54 UTC 2005


Hello,

I have been unable to install Ices2 on the latest version of Tiger. I 
have tried two methods: one using DarwinPorts to install, and the other 
grabbing the source and building it myself. Both seem to exit 
compilation with the same or similar errors that I don't understand. I 
am not a C hacker, so I won't be able to solve this myself. All the 
supporting libs installed just fine through DarwinPorts, and I would 
think that a DarwinPort of Ices2 would actually work, but that is 
apparently not the case. Perhaps it hasn't been updated for 10.4 yet? In 
any case, I have included the output from both the DP install and the 
manual install below. If anyone has any suggestions as to how to get 
this working, I would be most grateful. Many thanks in advance.

Best Regards,

Peter Traub

ps. the DarwinPort is for Ices 2.0.0, and the manual build is for 2.0.1

-------------------- Darwin Ports Attempt --------------------------

napoleon:~/Desktop peter$ sudo port install ices2
--->  Configuring ices2
--->  Building ices2 with target all
Error: Target com.apple.build returned: shell command "cd 
"/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_ices2/work/ices-2.0.0" 
&& make all" returned error 2
Command output: depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include 
-g -O2 -c `test -f 'encode.c' || echo './'`encode.c
source='playlist_basic.c' object='playlist_basic.o' libtool=no \
depfile='.deps/playlist_basic.Po' tmpdepfile='.deps/playlist_basic.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include 
-g -O2 -c `test -f 'playlist_basic.c' || echo './'`playlist_basic.c
source='im_stdinpcm.c' object='im_stdinpcm.o' libtool=no \
depfile='.deps/im_stdinpcm.Po' tmpdepfile='.deps/im_stdinpcm.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include 
-g -O2 -c `test -f 'im_stdinpcm.c' || echo './'`im_stdinpcm.c
source='stream_shared.c' object='stream_shared.o' libtool=no \
depfile='.deps/stream_shared.Po' tmpdepfile='.deps/stream_shared.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include 
-g -O2 -c `test -f 'stream_shared.c' || echo './'`stream_shared.c
stream_shared.c: In function 'process_and_send_buffer':
stream_shared.c:184: warning: pointer targets in passing argument 2 of 
'downmix_buffer' differ in signedness
source='metadata.c' object='metadata.o' libtool=no \
depfile='.deps/metadata.Po' tmpdepfile='.deps/metadata.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include 
-g -O2 -c `test -f 'metadata.c' || echo './'`metadata.c
metadata.c: In function 'metadata_thread_stdin':
metadata.c:55: error: 'fd_set' undeclared (first use in this function)
metadata.c:55: error: (Each undeclared identifier is reported only once
metadata.c:55: error: for each function it appears in.)
metadata.c:55: error: parse error before "fds"
metadata.c:56: error: 'fds' undeclared (first use in this function)
make[3]: *** [metadata.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

----------------------- Manual Build Attempt --------------------------

napoleon:~/Desktop/ices-2.0.1 peter$ ./configure --with-ogg=/opt/local 
--with-vorbis=/opt/local    
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... powerpc-apple-darwin8.2.0
checking host system type... powerpc-apple-darwin8.2.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... darwin8.2.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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... darwin8.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for fgrep... grep -F
checking for ANSI C header files... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking whether byte ordering is bigendian... yes
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for an ANSI C-conforming const... yes
checking for uint64_t... yes
checking for XML configuration
checking for xml2-config... /sw/bin/xml2-config
checking for xmlParseFile... yes
checking for pkg-config... /sw/bin/pkg-config
configure: /sw/bin/pkg-config couldn't find libshout. Try adjusting 
PKG_CONFIG_PATH.
checking for shout-config... /opt/local/bin/shout-config
checking shout/shout.h usability... yes
checking shout/shout.h presence... yes
checking for shout/shout.h... yes
checking for shout_new... yes
checking for libogg... ok
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf/Makefile
config.status: creating doc/Makefile
config.status: creating debian/Makefile
config.status: creating src/Makefile
config.status: creating src/log/Makefile
config.status: creating src/timing/Makefile
config.status: creating src/thread/Makefile
config.status: creating src/avl/Makefile
config.status: creating config.h
config.status: executing depfiles commands

napoleon:~/Desktop/ices-2.0.1 peter$ make
make  all-recursive
Making all in debian
make[2]: Nothing to be done for `all'.
Making all in src
Making all in log
source='log.c' object='log.lo' libtool=yes \
depfile='.deps/log.Plo' tmpdepfile='.deps/log.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../..    -I/sw/include/libxml2 -I/sw/include -g -O2 -c -o log.lo `test 
-f 'log.c' || echo './'`log.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/libxml2 -I/sw/include 
-g -O2 -c log.c -MT log.lo -MD -MP -MF .deps/log.TPlo  -fno-common -DPIC 
-o .libs/log.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/libxml2 -I/sw/include 
-g -O2 -c log.c -MT log.lo -MD -MP -MF .deps/log.TPlo -o log.o 
 >/dev/null 2>&1
/bin/sh ../../libtool --mode=link gcc -I/sw/include/libxml2 
-I/sw/include -g -O2   -o libicelog.la   log.lo 
ar cru .libs/libicelog.a .libs/log.o
ranlib .libs/libicelog.a
creating libicelog.la
(cd .libs && rm -f libicelog.la && ln -s ../libicelog.la libicelog.la)
Making all in timing
source='timing.c' object='libicetiming_la-timing.lo' libtool=yes \
depfile='.deps/libicetiming_la-timing.Plo' 
tmpdepfile='.deps/libicetiming_la-timing.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../..    -I/sw/include/libxml2 -I/sw/include -g -O2 -c -o 
libicetiming_la-timing.lo `test -f 'timing.c' || echo './'`timing.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/libxml2 -I/sw/include 
-g -O2 -c timing.c -MT libicetiming_la-timing.lo -MD -MP -MF 
.deps/libicetiming_la-timing.TPlo  -fno-common -DPIC -o 
.libs/libicetiming_la-timing.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/libxml2 -I/sw/include 
-g -O2 -c timing.c -MT libicetiming_la-timing.lo -MD -MP -MF 
.deps/libicetiming_la-timing.TPlo -o libicetiming_la-timing.o >/dev/null 
2>&1
/bin/sh ../../libtool --mode=link gcc  -g -O2   -o libicetiming.la   
libicetiming_la-timing.lo 
ar cru .libs/libicetiming.a .libs/libicetiming_la-timing.o
ranlib .libs/libicetiming.a
creating libicetiming.la
(cd .libs && rm -f libicetiming.la && ln -s ../libicetiming.la 
libicetiming.la)
Making all in thread
source='thread.c' object='libicethread_la-thread.lo' libtool=yes \
depfile='.deps/libicethread_la-thread.Plo' 
tmpdepfile='.deps/libicethread_la-thread.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I./..   -I/sw/include/libxml2 -I/sw/include -g -O2 -c -o 
libicethread_la-thread.lo `test -f 'thread.c' || echo './'`thread.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/sw/include/libxml2 
-I/sw/include -g -O2 -c thread.c -MT libicethread_la-thread.lo -MD -MP 
-MF .deps/libicethread_la-thread.TPlo  -fno-common -DPIC -o 
.libs/libicethread_la-thread.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/sw/include/libxml2 
-I/sw/include -g -O2 -c thread.c -MT libicethread_la-thread.lo -MD -MP 
-MF .deps/libicethread_la-thread.TPlo -o libicethread_la-thread.o 
 >/dev/null 2>&1
/bin/sh ../../libtool --mode=link gcc  -g -O2   -o libicethread.la   
libicethread_la-thread.lo 
ar cru .libs/libicethread.a .libs/libicethread_la-thread.o
ranlib .libs/libicethread.a
creating libicethread.la
(cd .libs && rm -f libicethread.la && ln -s ../libicethread.la 
libicethread.la)
Making all in avl
source='avl.c' object='libiceavl_la-avl.lo' libtool=yes \
depfile='.deps/libiceavl_la-avl.Plo' 
tmpdepfile='.deps/libiceavl_la-avl.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I./..   -I/sw/include/libxml2 -I/sw/include -g -O2 -c -o 
libiceavl_la-avl.lo `test -f 'avl.c' || echo './'`avl.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/sw/include/libxml2 
-I/sw/include -g -O2 -c avl.c -MT libiceavl_la-avl.lo -MD -MP -MF 
.deps/libiceavl_la-avl.TPlo  -fno-common -DPIC -o .libs/libiceavl_la-avl.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/sw/include/libxml2 
-I/sw/include -g -O2 -c avl.c -MT libiceavl_la-avl.lo -MD -MP -MF 
.deps/libiceavl_la-avl.TPlo -o libiceavl_la-avl.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link gcc  -g -O2   -o libiceavl.la   
libiceavl_la-avl.lo 
ar cru .libs/libiceavl.a .libs/libiceavl_la-avl.o
ranlib .libs/libiceavl.a
creating libiceavl.la
(cd .libs && rm -f libiceavl.la && ln -s ../libiceavl.la libiceavl.la)
source='input.c' object='input.o' libtool=no \
depfile='.deps/input.Po' tmpdepfile='.deps/input.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'input.c' || echo './'`input.c
source='cfgparse.c' object='cfgparse.o' libtool=no \
depfile='.deps/cfgparse.Po' tmpdepfile='.deps/cfgparse.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'cfgparse.c' || echo './'`cfgparse.c
cfgparse.c: In function '_set_instance_defaults':
cfgparse.c:125: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:125: warning: pointer targets in assignment differ in signedness
cfgparse.c:127: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:127: warning: pointer targets in assignment differ in signedness
cfgparse.c:129: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:129: warning: pointer targets in assignment differ in signedness
cfgparse.c: In function '_parse_resample':
cfgparse.c:156: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:158: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c: In function '_parse_encode':
cfgparse.c:170: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:172: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:174: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:176: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:178: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:180: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:182: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:184: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c: In function '_parse_metadata':
cfgparse.c:201: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:207: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:213: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:219: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c: In function '_parse_instance':
cfgparse.c:240: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:242: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:244: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:246: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:248: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:250: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:252: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:254: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:256: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:258: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:260: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:262: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:264: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:266: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c: In function '_parse_input':
cfgparse.c:300: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:302: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:304: warning: pointer targets in passing argument 2 of 
'xmlGetProp' differ in signedness
cfgparse.c: In function '_parse_stream':
cfgparse.c:329: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:331: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:333: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c: In function '_parse_root':
cfgparse.c:345: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:347: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:349: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:351: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:353: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:355: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:357: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c:359: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
cfgparse.c: In function '_set_defaults':
cfgparse.c:369: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:369: warning: pointer targets in assignment differ in signedness
cfgparse.c:370: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:370: warning: pointer targets in assignment differ in signedness
cfgparse.c:375: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:375: warning: pointer targets in assignment differ in signedness
cfgparse.c:376: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:376: warning: pointer targets in assignment differ in signedness
cfgparse.c:377: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:377: warning: pointer targets in assignment differ in signedness
cfgparse.c:380: warning: pointer targets in passing argument 1 of 
'xmlStrdup' differ in signedness
cfgparse.c:380: warning: pointer targets in assignment differ in signedness
cfgparse.c: In function 'config_read':
cfgparse.c:444: warning: pointer targets in passing argument 1 of 
'strcmp' differ in signedness
source='stream.c' object='stream.o' libtool=no \
depfile='.deps/stream.Po' tmpdepfile='.deps/stream.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'stream.c' || echo './'`stream.c
source='ices.c' object='ices.o' libtool=no \
depfile='.deps/ices.Po' tmpdepfile='.deps/ices.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'ices.c' || echo './'`ices.c
source='signals.c' object='signals.o' libtool=no \
depfile='.deps/signals.Po' tmpdepfile='.deps/signals.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'signals.c' || echo './'`signals.c
source='im_playlist.c' object='im_playlist.o' libtool=no \
depfile='.deps/im_playlist.Po' tmpdepfile='.deps/im_playlist.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'im_playlist.c' || echo './'`im_playlist.c
im_playlist.c: In function 'playlist_read':
im_playlist.c:195: warning: pointer targets in assignment differ in 
signedness
source='reencode.c' object='reencode.o' libtool=no \
depfile='.deps/reencode.Po' tmpdepfile='.deps/reencode.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'reencode.c' || echo './'`reencode.c
source='encode.c' object='encode.o' libtool=no \
depfile='.deps/encode.Po' tmpdepfile='.deps/encode.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'encode.c' || echo './'`encode.c
source='playlist_basic.c' object='playlist_basic.o' libtool=no \
depfile='.deps/playlist_basic.Po' tmpdepfile='.deps/playlist_basic.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'playlist_basic.c' || echo './'`playlist_basic.c
source='im_stdinpcm.c' object='im_stdinpcm.o' libtool=no \
depfile='.deps/im_stdinpcm.Po' tmpdepfile='.deps/im_stdinpcm.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'im_stdinpcm.c' || echo './'`im_stdinpcm.c
source='stream_shared.c' object='stream_shared.o' libtool=no \
depfile='.deps/stream_shared.Po' tmpdepfile='.deps/stream_shared.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'stream_shared.c' || echo './'`stream_shared.c
stream_shared.c: In function 'process_and_send_buffer':
stream_shared.c:184: warning: pointer targets in passing argument 2 of 
'downmix_buffer' differ in signedness
source='metadata.c' object='metadata.o' libtool=no \
depfile='.deps/metadata.Po' tmpdepfile='.deps/metadata.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I..  -ffast-math -fsigned-char 
-I/opt/local/include  -I/sw/include/libxml2 -I/sw/include -g -O2 -c 
`test -f 'metadata.c' || echo './'`metadata.c
metadata.c: In function 'metadata_thread_stdin':
metadata.c:55: error: 'fd_set' undeclared (first use in this function)
metadata.c:55: error: (Each undeclared identifier is reported only once
metadata.c:55: error: for each function it appears in.)
metadata.c:55: error: parse error before "fds"
metadata.c:56: error: 'fds' undeclared (first use in this function)
make[3]: *** [metadata.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



More information about the Icecast mailing list