Bug 9790 - Should we support OSX 10.3.9 SqueezePlay? Currently doesn't
: Should we support OSX 10.3.9 SqueezePlay? Currently doesn't
Status: RESOLVED WONTFIX
Product: SB Desktop
Classification: Unclassified
Component: UI
: unspecified
: All Other
: -- normal (vote)
: Future
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-10-22 09:17 UTC by Wadzinski Tom
Modified: 2015-01-20 15:55 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wadzinski Tom 2008-10-22 09:17:58 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...
Comment 1 James Richardson 2008-10-30 11:11:04 UTC
We will wait to see how much interest there is before offering support.
Comment 2 Chris Owens 2010-05-06 15:47:22 UTC
Tom is no longer available to us