From: Marshall Elfstrand Date: 2004-12-23T01:19:57+09:00 Subject: Re: Ruby Extensions using OS X Frameworks In case it is of help, RubyCocoa is able to access the Address Book. See: http://www.fobj.com/rubycocoa/doc/faq.en.html I haven't tested it myself though. Marshall On Dec 22, 2004, at 7:06 AM, David Craine wrote: > I'm trying to write a ruby extension which accesses the > AddressBook.framework on OS X. I can get the extension to compile but > get undefined symbol errors for each of the AddressBook APIs when I > load the extension. It's pretty clear that it's not able to find the > AddressBook library module, but I'm not quite sure how to tell it > where to look. Anyone have any experience with accessing OS X > frameworks in this way? > > Dave Craine > InfoEther >