Quantcast
Channel: Failed to build gem native extension (installing Compass) - Stack Overflow
Browsing all 27 articles
Browse latest View live

Answer by Dirk Hoffmann for Failed to build gem native extension (installing...

for me it happened after a xcode software update.had to execute:sudo xcodebuild -licenseas after an update you need to "agree" again to xcode license

View Article



Answer by user8128167 for Failed to build gem native extension (installing...

First had to upgrade from Ruby 2.6 to 3.0 (see https://rvm.io/):$ curl -sSL https://get.rvm.io | bash -s stable --ruby$ source /Usrs/myuser/.rvm/scripts/rvmThen I had to install it in local because...

View Article

Answer by monfresh for Failed to build gem native extension (installing Compass)

Installing Ruby gems on a Mac is a common source of confusion and frustration. Unfortunately, most solutions are incomplete, outdated, and provide bad advice. The answer here with the most votes says...

View Article

Answer by Vincent Sit for Failed to build gem native extension (installing...

For macOS 10.14 Mojave, make sure you have already installed command line tools via xcode-select --install and the run the following command to install std headers.sudo open...

View Article

Answer by Pokkhi for Failed to build gem native extension (installing Compass)

Try this, then try to install compass againsudo apt install ruby-full

View Article


Answer by alvescleiton for Failed to build gem native extension (installing...

On Mac OS you need to install this feature! xcode-select --install

View Article

Answer by Adrian for Failed to build gem native extension (installing Compass)

If you are using Ubuntu, you should try install build-essentialapt install build-essentialI had troubles with gems installation on fresh installation of ubuntu, and this solution worked for me.

View Article

Answer by gsm for Failed to build gem native extension (installing Compass)

you must have gcc,json_purei collect some information from several post sudo gem uninstall sasssudo gem uninstall compasssudo gem update --systemgem install json_pure (if you have already have...

View Article


Image may be NSFW.
Clik here to view.

Answer by Eridana for Failed to build gem native extension (installing Compass)

For Mac OS:My error was I forgot to select option in XCode - Preferences - Locations - Command Line Tools after new XCode installation (I had 2 versions and later I deleted one). Maybe it will help...

View Article


Answer by Anja Ishmukhametova for Failed to build gem native extension...

when gem install overcommitis run also this error have been placed in terminal. Failed to build gem native extensionplease do the same xcode-select --installand it will fix that issue too

View Article

Answer by Federico Bohn for Failed to build gem native extension (installing...

sudo gem update --systemsudo gem install compass

View Article

Answer by JamesWilson for Failed to build gem native extension (installing...

Try brew install coreutils.I've hit this problem while rebuilding an aging sass/compass project that was recently updated to ruby 2.2.5 by a colleague. The project uses rvm and bundler. These were my...

View Article

Answer by claudiu.f.marginean for Failed to build gem native extension...

I had the same problem on Linux Mint but I was able to fix it by uninstalling ruby and install it again.Uninstall ruby:sudo apt-get remove rubyIt reported some ruby packages like:Package 'ruby' is not...

View Article


Answer by onebraveman for Failed to build gem native extension (installing...

In ubuntu 14.04, while execute apt-get install rubygems, there is a errorE: Package 'rubygems' has no installation candidatefollow command solve the problems.sudo apt-get install gcc ruby-devel...

View Article

Answer by Gratz for Failed to build gem native extension (installing Compass)

In order to install Compass on Yosemite you need to set up the Ruby environment and to install the Xcode Command Line Tools.But, most important thing, after updating Xcode, be sure to launch the Xcode...

View Article


Answer by lepix for Failed to build gem native extension (installing Compass)

On Mac OS X 10.9, if you try xcode-select --install, you will get the following error :Can't install the software because it is not currently available from the Software Update server.The solution is...

View Article

Answer by cooljl31 for Failed to build gem native extension (installing Compass)

The best way is sudo apt-get install ruby-compass to install compass.

View Article


Answer by vanduc1102 for Failed to build gem native extension (installing...

You can try in Debian withsudo apt-get install gcc ruby-dev rubygems compassfor Fedora, Centosyum -y install gcc ruby-devel rubygems compassIt worked for me.

View Article

Answer by neteru for Failed to build gem native extension (installing Compass)

In order to install compass On Mac OS X 10.10 (Yosemite)had to perform the following:1. Set Up Ruby EnvironmentEnsure ruby is installed and up to date: ruby -vUpdate gem's sudo gem update --system2....

View Article

Answer by A.Sanchez.SD for Failed to build gem native extension (installing...

On yosemite, all you must do is install the command line tools. then it works.Even if other gems installed fine. You must run xcode-select --install for gem install compass to work.Good luck.

View Article
Browsing all 27 articles
Browse latest View live




Latest Images