Re: How-to or tutorial for perl in Xcode (not CamelBones)
Re: How-to or tutorial for perl in Xcode (not CamelBones)
- Subject: Re: How-to or tutorial for perl in Xcode (not CamelBones)
- From: Jeremiah Foster <email@hidden>
- Date: Sat, 7 Jul 2007 15:00:52 +0200
On Jul 6, 2007, at 5:24 PM, Sherm Pendley wrote:
On Jul 6, 2007, at 10:14 AM, Jeremiah Foster wrote:
While I think Objective-C is the right way to go when developing
Apple applications, I am curious about using perl, because I like
perl.
Is there documentation for this? I am familiar with CamelBones,
(and sherm if you are reading this I sent you a bug report a
couple of days ago. : p) What I am looking for is something
showing how one can use the perl programming language from within
the Xcode/Cocoa framework, replacing objective-c with perl.
That's exactly what CamelBones does. What exactly is it you're
trying to do?
1. Learn how to use it.
2. Get it to work.
Sorry to be so glib but following the instructions on the SourceForge
site for CamelBones I encountered permissions errors (which you
answered in a separate email.) I quote;
"This is a known issue with 1.0.2, and has a workaround. The perms
problem was fixed in 1.0.3, but the installer doesn't change the
perms on an existing directory.
This should fix up the permissions:
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.*"
I will go forward and work on the tutorial and learn more about
CamelBones as it appears it does exactly what I want it to do. :)
Thanks!
Jeremiah
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden