Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Fix some broken Carbon apps on case-sensitive HFS' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Fix some broken Carbon apps on case-sensitive HFS
Authored by: artntek on Jun 07, '05 10:48:58AM
>> Summary: ...duplicate the Carbon lib, rename it so the capitalizations are correct... Instead of duplicating the Carbon lib, it might be a better idea to create a symlink; eg:
sudo ln -s /System/Library/Frameworks/Carbon.Framework /System/Library/Frameworks/Carbon.framework
That way, if the original Carbon library ever gets updated/changed, the changes will automatically propagate.

[ Reply to This | # ]
10.4: Fix some broken Carbon apps on case-sensitive HFS
Authored by: englabenny on Jun 07, '05 12:03:48PM
also, to not touch /System at all, this should also work

ln -s /System/Library/Frameworks/Carbon.Framework /Library/Frameworks/Carbon.framework


[ Reply to This | # ]
10.4: Fix some broken Carbon apps on case-sensitive HFS
Authored by: HarleyDog on Jun 08, '05 09:33:10AM

I need help. I'm a novice. Can anyone tell me step by step in layman's terms how I would repair this problem ? Please!



[ Reply to This | # ]