I am having an issue when I try to run Jekyll –server locally. I am getting the following errors that I am having trouble deciphering:
/Users/jgindi/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/rubygems/custom_require.rb:55:in 'require': iconv will be deprecated in the future, use String#encode instead.
Configuration from /Users/jgindi/Desktop/Codestuffs/julian25.github.com/_config.yml
/Users/jgindi/.rvm/gems/ruby-1.9.3-p125/gems/directory_watcher-1.4.1/lib/directory_watcher/em_scanner.rb:10:in `block in <top (required)>': undefined method 'kqueue' for EventMachine:Module (NoMethodError)
I do not understand what the issue is?
Since you’re using RVM, create a new gemset for your blog and make sure you do not install eventmachine in that gemset. Eventmachine support in directory_watcher is experimental. When I created a blank gemset with your blog source code from GitHub, I couldn’t reproduce the error you’re seeing.