Hey guys,
I created a project to demo creating a framework from the command-line.
http://github.com/diffengr/CommandLineCocoaFramework
I wrote my piece in nu, but I'd love some other submissions, in case
macrake had support for building frameworks, or if somebody had a rake
file to do it.
Thank
On 22/09/2010, at 12:00 AM, [email protected] wrote:
> ... it's out!
>
> http://www.macruby.org/blog/2010/09/20/announcing-control-tower.html
>
> Give it a try and let us know if you have any problems :)
just out of curiosity (not having actually given this a try yet),
Ah, it was my MacPorts ruby install taking precedence over system ruby. If I
remove /opt/local/bin from my $PATH, it builds just fine. It was the fact that
I was getting gcc errors that threw me.
For completeness, the error I got was:
$ rake build
(in /Users/nick/Work/git/ControlTower)
/usr/bin
No, The Zlib error is the very reason I left it as 'rake' instead of 'macrake'.
What errors are you seeing with 'rake'? It should work…
- Josh
On Sep 21, 2010, at 6:46 AM, Nick Ludlam wrote:
> Fantastic work, Laurent and Joshua! I'm updating the version I bundle in my
> app right now. One thi
On 15 Sep 2010, at 22:37, Iain Barnett wrote:
>
> I'll install via macgems by adding the --install-dir option. Thanks for
> letting me know they shouldn't mix.
I'm getting some problems while trying to install hotcocoa this way. I've
posted all the commands I went through below with output, b
Fantastic work, Laurent and Joshua! I'm updating the version I bundle in my app
right now. One thing I've noticed from getting the 1.0 tag from the github repo:
Shouldn't the build instructions in the README reference 'macrake' rather than
'rake' ? If I use plain rake, I get build errors.
Havi