On Tue, Sep 09, 2008 at 12:21:39AM +0900, Satoshi Asakawa wrote:
> New post by a shoes newbie. I have been trying to install shoes on a
> Ubuntu Hardy box. Firstly, the .run file gave an error message (see
> attached file.

It looks like the .run is being sent into Ruby?  Make sure he runs
it like this:

  ./shoes-0.r925.run

Or to send in a script:

  ./shoes-0.r925.run -- myapp.rb

> So I tried compiling source. I've run into a problem
> with rake Rakefile   ----> multiple error messages:
> 
> Package cairo was not found in the pkg-config search path.
> Perhaps you should add the directory containing `cairo.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'cairo' found

  # aptitude install libcairo2-dev libpixman-1-dev libpango1.0-dev \
    libungif4-dev libjpeg62-dev libgtk2.0-dev vlc libvlc0-dev \
    libsqlite3-dev libcurl4-openssl-dev ruby1.8-dev rake

_why

Reply via email to