by Sherm Pendley <spamtrap@[EMAIL PROTECTED]
>
Mar 31, 2007 at 01:45 AM
unbewusst.sein@[EMAIL PROTECTED]
(Une Bévue) writes:
> Sherm Pendley <spamtrap@[EMAIL PROTECTED]
> wrote:
>
>>
>> In case you missed it:
>> <http://camelbones.sf.net>
>
> i did the first step tuto, hello world, and i get errors at build :
> Tool:0: pbxcp: error: open(): CamelBones.framework/Resources/5.8.1
> [/SourceCache/pbx_tools/pbx_tools-628.1/pbxcp/file_utils.c:644]:
> Permission denied
>
> Tool:0: pbxcp: error: open(): CamelBones.framework/Resources/5.8.1
> [\204Y8c:22472] -- st_mode=0x281: Permission denied
>
>
> however double clicking on the builded app bundle shows it up !
>
> i'm running Tiger the latest.
Sorry, it's an installer bug where permissions are set incorrectly on the
built-in PAR module directory tree. It won't actually cause you any
problems
unless you try to bundle .par files with your app, but it does make noise
in the build window even so.
I'll roll a new installer when I get a chance, but meanwhile here's a
work-
around to make the affected directories readable:
cd /Developer/CamelBones
sudo chmod -R go+r Bundle-Frameworks/CamelBones.framework/Resources/5.8.*
sudo chmod -R go+r Frameworks/CamelBones.framework/Resources/5.8.*
sudo chmod -R go+r
/Library/Frameworks/CamelBones.framework/Resources/5.8.*
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net