Advertisement
Guest User

Untitled

a guest
Aug 14th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. syncsys@sync-pc:/media/truecrypt1/temp4/notes/projects/NetBeansProjects/ttmaven/src/main/webapp/resources/css$ sass --watch test.scss
  2. >>> Sass is watching for changes. Press Ctrl-C to stop.
  3. [Listen warning]:
  4. Missing dependency 'rb-inotify' (version '~> 0.9')!
  5. Please run the following to satisfy the dependency:
  6. gem install --version '~> 0.9' rb-inotify
  7.  
  8. For a better performance, it's recommended that you satisfy the missing dependency.
  9. Listen will be polling changes. Learn more at https://github.com/guard/listen#polling-fallback.
  10.  
  11. ^Csyncsys@sync-pc:/media/truecrypt1/temp4/notes/projects/NetBeansProjects/ttmaven/src/main/webapp/resources/css$ sudo gem install --version '~> 0.9' rb-inotify
  12. Building native extensions. This could take a while...
  13. ERROR: Error installing rb-inotify:
  14. ERROR: Failed to build gem native extension.
  15.  
  16. /usr/bin/ruby1.9.1 extconf.rb
  17. /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
  18. from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  19. from extconf.rb:4:in `<main>'
  20.  
  21.  
  22. Gem files will remain installed in /var/lib/gems/1.9.1/gems/ffi-1.9.0 for inspection.
  23. Results logged to /var/lib/gems/1.9.1/gems/ffi-1.9.0/ext/ffi_c/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement