문제

I first had to follow the instructions here to make sure that I had Ruby and Gems installed. Then I installed compass using Gems.

Then I tried to run compass and had some errors...

"Warning: Unable to load CarbonCore. FSEvents will be unavailable compass"

I found a solution here, but it required me to install RVM via gems first and then following the instructions in the link above.

Is there an easier way to setup/run compass/sass on OSX?

도움이 되었습니까?

해결책

This problem is described in the compass issue tracker. It's not a showtopper because it falls back to another (less efficient) method of watching for file changes that doesn't depend of fsevents. Still, it would be nice to fix, right?

Since you compiled your own version of ruby, you need to enable shared libraries for it as well. This is described on the rubycocoa getting started page.

More details can be found in this google groups discussion, particularly the advice from Brandon Mathis.

다른 팁

Installing last version of Compass gem (0.11.5) seems to solve the problem:

gem install compass

You have to update your gems:

sudo gem update –system

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top