ok, I got it to compile, but I had to tell it not to stop on warnings during the compile for squeezeplay.
in squeezeplay/configure.in I changed: Index: configure.in =================================================================== --- configure.in (revision 2543) +++ configure.in (working copy) @@ -107,7 +107,7 @@ dnl Be pedantic when compiling if test x"$GCC" = x"yes" then - CFLAGS="$CFLAGS -Wall -Werror" + CFLAGS="$CFLAGS -Wall" fi compile then completed successfully. but audio is not working... what's the effect of the MACOSX_DEPLOYMENT_TARGET variable in Makefile.osx? will it accept 10.5, or just .3/.4? could this be why the playback is not working? -- 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
