On 17/04/12 17:15, Alexander Hansen wrote: > On 4/17/12 8:01 AM, Tyler Williamson wrote: >> Hmm.. I ran the install again, and received the same error message. Is there >> any other place that I should put the "Header" directory or the >> corefoundation.h file? Thank you for your time and patience, you have been >> very helpful. >> On Apr 16, 2012, at 11:34 PM, Alexander Hansen wrote: >> >> > hmm... > > Let's try copying the whole CoreFoundation framework over: > > sudo cp -r > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreFoundation.framework > /System/Library/Frameworks
This might actually be a bad idea. You are overwriting the real libraries in there by stubs. Executables linked to the framework won't run any more. What was needed (after restoring the Header directory) are some symlinks. -- Martin ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
