Re: [MacRuby-devel] Request for feedback on new tutorial

2010-08-20 Thread Emil Tin
progress! I downloaded your project, and it builds without problems. Comparing them I found out that: 1. my project was missing the 'Copy Headers' build phase. 2. after adding a 'copy headers' phase, and using the get info.. then checkbox method to add headers files from the taglib target to t

Re: [MacRuby-devel] Request for feedback on new tutorial

2010-08-20 Thread Nick Ludlam
Thanks very much Emil. I'll go through the points: 1. Good catch. I'll replace this with 'curl' since it's part of the base system. 2. I'll describe this step in a little more detail, perhaps with a screenshot. There is a reasonable familiarity with XCode that's assumed, though. 3. I suspect

Re: [MacRuby-devel] Request for feedback on new tutorial

2010-08-20 Thread Emil Tin
nice tutorials! i tried following the tutorial but ran into a few problems: 1. wget command was not found. wget is not installed by default in os x, it seems. 2. linking agains foundation and libz: as an xcode beginner, i had to guess a bit to figure out how to do this. i suppose you mean addi

Re: [MacRuby-devel] Request for feedback on new tutorial

2010-08-20 Thread Nick Ludlam
Oh you're right, that hadn't even occurred to me! I'm still thinking in non-GC terms with my Obj-C code because it's all influenced by iOS development. I'll fix up the wrapper source and tutorial accordingly, and post back with the URLs for the website and example git project. Nick On 19 Aug