Hi All, I am trying to build launchd for 10.5.1. I downloaded the source from the following URL: http://www.opensource.apple.com/darwinsource/10.5.1/ Below is the error output from running ./configure then make: mac919:launchd ryans$ make Making all in src cd .. && /bin/sh /Users/ryans/launchd/launchd-257/launchd/missing -- run autoheader rm -f stamp-h1 touch config.h.in cd .. && /bin/sh ./config.status src/config.h config.status: creating src/config.h config.status: src/config.h is unchanged make all-am gcc -DHAVE_CONFIG_H -I. -no-cpp-precomp -F/System/Library/ PrivateFrameworks -Wall -Wextra -Waggregate-return -Wshadow -Wmissing- prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1 - fvisibility=hidden -Dmig_external=__private_extern__ -I/System/ Library/Frameworks/System.framework/PrivateHeaders -g -O2 -MT launchctl-launchctl.o -MD -MP -MF .deps/launchctl-launchctl.Tpo -c -o launchctl-launchctl.o `test -f 'launchctl.c' || echo './'`launchctl.c In file included from launchctl.c:24: liblaunch_private.h:27:24: error: quarantine.h: No such file or directory In file included from launchctl.c:24: liblaunch_private.h:116: error: syntax error before ‘qtn_proc_t’ cc1: warnings being treated as errors liblaunch_private.h:116: warning: no semicolon at end of struct or union liblaunch_private.h:119: error: syntax error before ‘}’ token launchctl.c:31:35: error: CoreFoundation/CFPriv.h: No such file or directory launchctl.c:74:23: error: bootfiles.h: No such file or directory launchctl.c: In function ‘do_sysversion_sysctl’: launchctl.c:2961: warning: implicit declaration of function ‘_CFCopySystemVersionDictionary’ launchctl.c:2961: warning: assignment makes pointer from integer without a cast launchctl.c:2965: error: ‘_kCFSystemVersionBuildVersionKey’ undeclared (first use in this function) launchctl.c:2965: error: (Each undeclared identifier is reported only once launchctl.c:2965: error: for each function it appears in.) launchctl.c: In function ‘do_application_firewall_magic’: launchctl.c:3030: error: ‘SO_EXECPATH’ undeclared (first use in this function) launchctl.c: In function ‘do_bootroot_magic’: launchctl.c:3090: error: syntax error before ‘kBootRootActiveKey’ make[2]: *** [launchctl-launchctl.o] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 Should I be downloading from subversion or am I missing something. I have been building launchd under Tiger for a while and have never run into any issues building it. Thank you, Ryan
participants (1)
-
Ryan Spaulding