site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=wChT1rEGPI1alCAM0kWEbClUn8WIN7f/Bpp7T4SH6y8=; b=WvgVi3wsYWseiee/TkNdNKWAiOAVw/lsXBAWVm0BwZ0dnrvJ/5zxuehDDqxGF7YrUV UUXDB1f4c6dwyHHl3m3pMo8ZRHVM7exueQFe0zEu2e3bwBNPYMXiux7EGmJjeEsZSIfM CmgYC4e0Kzg0X86YcK7Uluqv4FwFI0mqqD/vE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DyBYWdgRCLdAlSA/FGtxqaYneapW7XR+o3OFaXMT7zJC1hrvNrF+ycUxyFh6kxn8gW 5+O/itXQH8ML0Ug2sxa1Wexo24hfg9MqdgrHhdEI30YUoGM8wCJuJg3KbhGWHNc6j9mJ o2D3rwdmFnKsLUMcOHpbTY6DSjCq3S3OIm/wU= I've spent way too many hours this weekend trying to build the Server target of DirectoryService for 10.5.8. My latest problem, which I don't quite know how to work around, is this: In file included from /SourceCache/DirectoryService/DirectoryService-514.25/PlugIns/Common/BaseDirectoryPlugin.h:41, from /SourceCache/DirectoryService/DirectoryService-514.25/PlugIns/Local/CDSLocalPlugin.h:38, from /SourceCache/DirectoryService/DirectoryService-514.25/Server/CServerPlugin.cpp:37: /SourceCache/DirectoryService/DirectoryService-514.25/PlugIns/Common/CDSAuthParams.h:28:37: error: PasswordServer/AuthFile.h: No such file or directory /SourceCache/DirectoryService/DirectoryService-514.25/PlugIns/Common/CDSAuthParams.h:92: error: 'PWGlobalAccessFeatures' does not name a type /SourceCache/DirectoryService/DirectoryService-514.25/PlugIns/Common/CDSAuthParams.h:93: error: 'PWGlobalMoreAccessFeatures' does not name a type ** BUILD FAILED ** Doing darwinxref findFile AuthFile.h nicely returns: DSPasswordServerFramework: /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/Headers/AuthFile.h But looking at the Compiler line, the problem becomes apparent: /XCD/loper/usr/bin/gcc-4.0 -x c++ -arch ppc -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings \ -fasm-blocks -Os -mdynamic-no-pic -DDSSERVERTCP -DSERVERINTERNAL -D__MigTypeCheck=1 \ -DHAVE_CORE_SERVER=1 -mtune=G4 -fvisibility-inlines-hidden -mmacosx-version-min=10.5 \ -gdwarf-2 \ -I/private/var/tmp/DirectoryService/DirectoryService-514.25.obj/DirectoryService.build/Server.build/DirectoryService.hmap \ -Wmost -Wno-four-char-constants -Wno-unknown-pragmas \ -F/private/var/tmp/DirectoryService/DirectoryService-514.25.sym/BuiltProducts \ -F/XCD/SY/Library/PrivateFrameworks \ -F/SourceCache/DirectoryService/DirectoryService-514.25/build/Development \ -I/private/var/tmp/DirectoryService/DirectoryService-514.25.obj \ -I/private/var/tmp/DirectoryService/DirectoryService-514.25.sym/BuiltProducts/include \ -I/XCD/SY/Library/PrivateFrameworks/CoreServer.framework/Versions/A/Headers \ -I/XCD/SY/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers \ -I/AppleInternal/XCD/loper/Headers/sasl \ -I/private/var/tmp/DirectoryService/DirectoryService-514.25.obj/DirectoryService.build/Server.build/DerivedSources/ppc \ -I/private/var/tmp/DirectoryService/DirectoryService-514.25.obj/DirectoryService.build/Server.build/DerivedSources \ -fconstant-cfstrings -DHAVE_CORE_SERVER=1 \ -c /SourceCache/DirectoryService/DirectoryService-514.25/Server/CServerPlugin.cpp \ -o /private/var/tmp/DirectoryService/DirectoryService-514.25.obj/DirectoryService.build/Server.build/Objects-normal/ppc/CServerPlugin.o What is /XCD/SY/Library/PrivateFrameworks, and why isn't it looking in /System/Library/PrivateFrameworks? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com