Green_shoes problem

Hello, I just tried installing green_shoes using the instructions on the
github site
(Building Green Shoes on OSX · ashbb/green_shoes Wiki · GitHub).
I managed to install all the dependencies and everything with homebrew,
then the green_shoes gem, but whenever I try and run something simple
like:

Shoes.app do
para ‘Hello World’
end

I get this massive error - http://pastie.org/3230151

Has anyone had this problem or have any ideas what I could do?

I’m using a Macbook with Lion, Xcode 4.1 and ruby 1.9.2 with rvm.

Any help would be greatly appreciated.

Hi Jim,

Look at the discussion: Green Shoes fails Mac · Issue #59 · ashbb/green_shoes · GitHub

Not solved yet, though…

ashbb