Using OS X 10.4.11 (PPC) with Xcode 2.5 and DarwinBuild 0.7.1 I've got things working using the UFS workaround - I've been able to build some of the projects, but on many I am getting this error: dyld: Library not loaded: @loader_path/../../../DevToolsFoundation.framework/Versions/A/DevToolsFoundation Referenced from: /XCD/loper/Library/PrivateFrameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport Reason: image not found Projects that I'm getting the error on: DirectoryService DSAgent DSNISPlugin DSNSLPlugins Projects that have built successfully: gcc_os_35 CoreOSMakefiles Libinfo OpenLDAP Using 'locate' I can't find anything on my machine named 'DevToolsFoundation' (but it *is* on my 10.5 machine with Xcode 3) - is this an Xcode problem or a DarwinBuild problem? Any ideas on what I can do to resolve this? Thanks, -Eddie
On Jun 26, 2008, at 9:24 AM, Eddie Waldmire wrote:
Using OS X 10.4.11 (PPC) with Xcode 2.5 and DarwinBuild 0.7.1 I've got things working using the UFS workaround - I've been able to build some of the projects, but on many I am getting this error:
Which build are you working on? (what did you pass to darwinbuild - init ?) -Bill
On Jun 26, 2008, at 10:21 AM, Eddie Waldmire wrote:
On Jun 26, 2008, at 11:49 AM, William Siegrist wrote:
Which build are you working on? (what did you pass to darwinbuild - init ?)
Bill - thanks for your help. I used this:
darwinbuild -init 8S165
...that corresponds with Darwin 8.11 / Mac OS X 10.4.11, correct?
I can reproduce your error with 10.4.11 and Xcode 2.5. Since those DevTools frameworks are from Xcode, you might try an older version like 2.4.1 to see if it works better. I havnt had a chance to try this myself, but figured I would pass along the suggestion so you're not waiting on me to try it. -Bill
participants (2)
-
Eddie Waldmire
-
William Siegrist