Hi why,
I was playing right now with videos on Debian and the latest github Rakefile
was complaining...

Here's the patch.

Emanuel
From 8524eac6104b7dfe98152cd5ca4f9459708a8025 Mon Sep 17 00:00:00 2001
From: Emanuel Carnevale <[EMAIL PROTECTED]>
Date: Fri, 10 Oct 2008 19:11:16 +0200
Subject: [PATCH] Bug fixed, rake VIDEO=1 was not compiling

---
 shoes/ruby.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/shoes/ruby.c b/shoes/ruby.c
index 284b48a..e073f1a 100644
--- a/shoes/ruby.c
+++ b/shoes/ruby.c
@@ -1318,6 +1318,7 @@ VALUE
 shoes_video_draw(VALUE self, VALUE c, VALUE actual)
 {
   SETUP(shoes_video, REL_CANVAS, 400, 300);
+  VALUE ck = rb_obj_class(c); 
 
   if (RTEST(actual))
   {
-- 
1.5.6.5

Reply via email to