"mailscanner.c:32:16: error: re.h: No such file or directory"
I suspect it's doing
require "re.h"
In Ruby 1.9, the following should be done instead
require "ruby/re.h"
Laurent
On May 12, 2010, at 8:01 AM, Brian Marick wrote:
> I'm trying to install tmail in macruby 0.6. While building the
Sorry - I posted that too fast. Ignore it. I'll do more digging.
-
Brian Marick, independent consultant
Mostly on agile methods with a testing slant
Author of /Programming Cocoa with Ruby/
www.exampler.com, www.exampler.com/blog, www.twitter.com/marick
I'm trying to install tmail in macruby 0.6. While building the native
extensions, I get the following. Ideas?
Building native extensions. This could take a while...
ERROR: Error installing tmail:
make failed:
["/Library/Frameworks/MacRuby.framework/Versions/0.6/usr/bin/macruby
extcon