I haven't used rb-fsevent before, but I had the same issue with compiling
autotest-fsevent under 10.7 (Xcode 4.3 really).  I have a fork at
https://github.com/benders/autotest-fsevent which may work better for you.

However, to isolate the problem you should try without fsevent of any kind.
 In the default polling mode autotest shouldn't run without changes, it
just uses a more CPU expensive test to detect if things have changed.


On Sun, Apr 15, 2012 at 4:20 PM, Rocko <[email protected]> wrote:

> Autotest keeps repeating, causing a lot of GROWLing.  autotest-fsevent
> was not compiling. mac 10.7, so I found this rb-fsevent patch??. I've
> done the excludes, so dont' think it's that. TIA for help.
>
> here's my environment:
>
>  gem 'autotest-standalone'
>  gem 'spork'
>  gem 'rb-fsevent'
>  gem 'autotest-growl'
>
> and I have this in my .autotest file
>
> PLATFORM = RUBY_PLATFORM
> # require "redgreen/autotest"
> require 'autotest/growl'
> # require 'autotest/restart'
> # require 'autotest/fsevent'
> require 'rb-fsevent'
>
> Autotest.add_hook :initialize do |at|
>  at.add_exception(%r{^\./\.git})
>  at.add_exception(%r{^\./log})
> end
>
> --
> SD Ruby mailing list
> [email protected]
> http://groups.google.com/group/sdruby

-- 
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby

Reply via email to