Advertisement
Guest User

Untitled

a guest
May 19th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. root@wandboard:~/rubygems-2.6.12# gem install mmap
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing mmap:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. current directory: /usr/lib/ruby/gems/2.2.0/gems/mmap-0.2.6/ext/mmap
  7. /usr/bin/ruby -r ./siteconf20170519-839-1jqndj1.rb extconf.rb
  8. creating Makefile
  9.  
  10. current directory: /usr/lib/ruby/gems/2.2.0/gems/mmap-0.2.6/ext/mmap
  11. make "DESTDIR=" clean
  12.  
  13. current directory: /usr/lib/ruby/gems/2.2.0/gems/mmap-0.2.6/ext/mmap
  14. make "DESTDIR="
  15. compiling mmap.c
  16. In file included from /usr/include/ruby-2.2.0/ruby/ruby.h:29:0,
  17. from /usr/include/ruby-2.2.0/ruby.h:33,
  18. from mmap.c:1:
  19. /usr/include/ruby-2.2.0/ruby/defines.h:26:19: fatal error: stdio.h: No such file or directory
  20. compilation terminated.
  21. Makefile:237: recipe for target 'mmap.o' failed
  22. make: *** [mmap.o] Error 1
  23.  
  24. make failed, exit code 2
  25.  
  26. Gem files will remain installed in /usr/lib/ruby/gems/2.2.0/gems/mmap-0.2.6 for inspection.
  27. Results logged to /usr/lib/ruby/gems/2.2.0/extensions/arm-linux/2.2.0/mmap-0.2.6/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement