am building on MacOS 10.5.3, gcc-4.0.1 ran into the same Tremor symlink issue, fixed symlinks, then ran into problems w/ Tremor build. pulled latest Tremor source from http://xiph.org/vorbis/, Tremor now builds fine.
running into the following error now compiling sqeezeplay: gcc -DHAVE_CONFIG_H -I. -I. -I./src -I/Users/patrick/Software/SqueezePlay/squeezeplay72//build/osx/include -I/Users/patrick/Software/SqueezePlay/squeezeplay72//build/osx/include/SDL -I/opt/local/include -g -I/Users/patrick/Software/SqueezePlay/squeezeplay72//build/osx/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -Werror -MT decode_output.lo -MD -MP -MF .deps/decode_output.Tpo -c src/audio/decode/decode_output.c -fno-common -DPIC -o .libs/decode_output.o cc1: warnings being treated as errors src/audio/decode/decode_output.c: In function 'decode_fade_out': src/audio/decode/decode_output.c:217: warning: passing argument 3 of 'determine_transition_interval' from incompatible pointer type src/audio/decode/decode_output.c:219: warning: format '%d' expects type 'int', but argument 6 has type 'size_t' src/audio/decode/decode_output.c: In function 'decode_output_remove_padding': src/audio/decode/decode_output.c:483: warning: format '%d' expects type 'int', but argument 5 has type 'size_t' make[2]: *** [decode_output.lo] Error 1 make[1]: *** [all] Error 2 make: *** [squeezeplay] Error 2 unfortunately, I'm not a C++ coder, so I can't help with a fix. just trying to help w/ the build. -- IceFusion ------------------------------------------------------------------------ IceFusion's Profile: http://forums.slimdevices.com/member.php?userid=15255 View this thread: http://forums.slimdevices.com/showthread.php?t=47870 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
