Bugzilla – Bug 9790
Should we support OSX 10.3.9 SqueezePlay? Currently doesn't
Last modified: 2015-01-20 15:55:55 UTC
Currently compiling with 10.3.9 compatibility is giving me the following error: tom/svn/7.3/jive/squeezeplay-clean/src/squeezeplay: gcc-4.0 -arch ppc -DMAC_OS_X_VERSION_MIN_REQUIRED=1030 -DHAVE_CONFIG_H -I. -I. -I./src -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include/SDL -g -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -Werror -MT streambuf.lo -MD -MP -MF .deps/streambuf.Tpo -c src/audio/streambuf.c -fno-common -DPIC -o .libs/streambuf.otom/svn/7.3/jive/squeezeplay-clean/src/squeezeplay: gcc-4.0 -arch ppc -DMAC_OS_X_VERSION_MIN_REQUIRED=1030 -F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks -I/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/powerpc-apple-darwin9/4.0.1/include -isystem /Developer/SDKs/MacOSX10.3.9.sdk/usr/include -DHAVE_CONFIG_H -I. -I. -I./src -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include/SDL -g -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -Werror -MT streambuf.lo -MD -MP -MF .deps/streambuf.Tpo -c src/audio/streambuf.c -fno-common -DPIC -o .libs/streambuf.o src/audio/streambuf.c: In function 'stream_connectL': src/audio/streambuf.c:362: error: storage size of 'serv_addr' isn't known src/audio/streambuf.c:380: error: type of formal parameter 1 is incomplete cc1: warnings being treated as errors src/audio/streambuf.c:362: warning: unused variable 'serv_addr' If I switch to 10.4 compatibility it works: tom/svn/7.3/jive/squeezeplay-clean/src/squeezeplay: gcc-4.0 -arch ppc -DMAC_OS_X_VERSION_MIN_REQUIRED=1040 -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -I/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-darwin9/4.0.1/include -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include -DHAVE_CONFIG_H -I. -I. -I./src -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include/SDL -g -I/Users/tom/svn/7.3/jive/squeezeplay-clean//build/osx/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -Werror -MT streambuf.lo -MD -MP -MF .deps/streambuf.Tpo -c src/audio/streambuf.c -fno-common -DPIC -o .libs/streambuf.o serv_addr is a sockaddr_in, failed against 10.3.9, though it seems that it should. That's where I punted to move on to other things...
We will wait to see how much interest there is before offering support.
Tom is no longer available to us