macosforge / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
129 stars 54 forks source link

configd-212.2 fails to build in 9L30 #92

Open macosforgebot opened 15 years ago

macosforgebot commented 15 years ago

henry.kannapell@… originally submitted this as ticket:94


cd 9L30 sudo darwinbuild -init 9L30 sudo darwinbuild configd

....

cd /Volumes/BuildRoot_9L30_20090930084045/SourceCache/configd/configd-212.2 /Developer/usr/bin/gcc-4.0 -x c -arch ppc -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mtune=G4 -mmacosx-version-min=10.5 -gdwarf-2 -I/Users/hkannapell/Development/darwinbuild/9L30/BuildRoot/private/var/tmp/configd/configd-212.2.obj/configd.build/SystemConfiguration.framework.build/SystemConfiguration.hmap -Wall -Wno-unknown-pragmas -F/Users/hkannapell/Development/darwinbuild/9L30/BuildRoot/private/var/tmp/configd/configd-212.2.sym/BuiltProducts -F/System/Library/PrivateFrameworks -I/Users/hkannapell/Development/darwinbuild/9L30/BuildRoot/private/var/tmp/configd/configd-212.2.sym/BuiltProducts/include -I/System/Library/Frameworks/System.framework/PrivateHeaders -I/Users/hkannapell/Development/darwinbuild/9L30/BuildRoot/private/var/tmp/configd/configd-212.2.obj/configd.build/SystemConfiguration.framework.build/DerivedSources -fconstant-cfstrings -c /Volumes/BuildRoot_9L30_20090930084045/SourceCache/configd/configd-212.2/SystemConfiguration.fproj/SCD.c -o /Users/hkannapell/Development/darwinbuild/9L30/BuildRoot/private/var/tmp/configd/configd-212.2.obj/configd.build/SystemConfiguration.framework.build/Objects-normal/ppc/SCD.o

In file included from /Volumes/BuildRoot_9L30_20090930084045/SourceCache/configd/configd-212.2/SystemConfiguration.fproj/SCD.c:42: /Volumes/BuildRoot_9L30_20090930084045/SourceCache/configd/configd-212.2/SystemConfiguration.fproj/SCDynamicStoreInternal.h:33:38: error: CoreFoundation/CFRuntime.h: No such file or directory

macosforgebot commented 15 years ago

henry.kannapell@… originally submitted this as comment:1:⁠ticket:94


I thought that darwinbuild saved us from the missing private files issues. I might not be using the build system correctly; I have searched the documentation with no results.