Alright, so i checked out from git. got the deps and built with video support. now when i run Shoes.app it tries to open and then immediately closes. when i build without video, then it works fine. I'm on Mac OS 10.5.5. Thanks again.
On Fri, Oct 10, 2008 at 4:21 PM, Mike Richards <[EMAIL PROTECTED]> wrote: > Ah, Thank you _why. > > > On Fri, Oct 10, 2008 at 3:02 PM, _why <[EMAIL PROTECTED]> wrote: > >> On Fri, Oct 10, 2008 at 04:59:24AM -0400, Mike Richards wrote: >> > Thanks for the reply, Cecil. I tried making a stack, but that didnt fix >> it. >> > It is audio though, not video, so i didnt really know what height/width >> to >> > put.. i also tried with a video file, same thing. Although, i just >> realized >> > now that there is some output in the shoes console that says "Error in >> > app.rb. No Video Support". Maybe im missing some dependencies? >> >> Yes, you'll need to compile with VIDEO=1. Video isn't turned on by >> default. >> >> So, if you're building from git, it's: rake VIDEO=1. >> >> _why >> > >
