Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTed Sumner
Courses Plus Student 17,967 PointsCompass install error in Linux Mint.
I am having the hardest time getting compass to run on any computer. I kept getting errors in windows that I could not figure out, so I installed Linux Mint as a dual boot (I really like it). Now i get the following error when I try to install it in Mint. It installed Sass, so some parts are working properly.
ted@ted-Lenovo-G770 ~ $ sudo gem install compass [sudo] password for ted: Building native extensions. This could take a while... ERROR: Error installing compass: ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
require'
from extconf.rb:4:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/ffi-1.9.8 for inspection. Results logged to /var/lib/gems/1.9.1/gems/ffi-1.9.8/ext/ffi_c/gem_make.out ted@ted-Lenovo-G770 ~ $
I could really use some help getting this solved.