Trying to get a working build from Subversion running on my 10.5.5 Intel machine (Core Duo), is there a version of Xcode 3 I'll be needing to build launchd(8) on Mac OS X nowadays? make all-am gcc -DHAVE_CONFIG_H -I. -I/Volumes/Juicebox/Software/launchd/launchd/src -fvisibility=hidden -freorder-blocks -fdiagnostics-show-option -isysroot / -F//System/Library/PrivateFrameworks -Dmig_external=__private_extern__ -D_DARWIN_USE_64_BIT_INODE=1 -Wall -Wextra -Waggregate-return -Wfloat-equal -Wshadow -Wpacked -Wmissing-prototypes -Wmissing-declarations -Werror -Wstrict-overflow=4 -isystem //System/Library/Frameworks/System.framework/PrivateHeaders -arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -c -o launchctl-launchctl.o `test -f 'launchctl.c' || echo '/Volumes/Juicebox/Software/launchd/launchd/src/'`launchctl.c cc1: error: unrecognized command line option "-Wstrict-overflow=4" cc1: error: unrecognized command line option "-fdiagnostics-show-option" cc1: error: unrecognized command line option "-Wstrict-overflow=4" cc1: error: unrecognized command line option "-fdiagnostics-show-option" cc1: error: unrecognized command line option "-Wstrict-overflow=4" cc1: error: unrecognized command line option "-fdiagnostics-show-option" cc1: error: unrecognized command line option "-Wstrict-overflow=4" cc1: error: unrecognized command line option "-fdiagnostics-show-option" lipo: can't open input file: /private/tmp/ccSExAiU.out (No such file or directory) make[3]: *** [launchctl-launchctl.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [build] Error 2 R-Tyler-Ballances-Computer% uname -a Darwin R-Tyler-Ballances-Computer.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386 R-Tyler-Ballances-Computer% gcc --version i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. R-Tyler-Ballances-Computer%