The full error is:

ArgumentError on line 18 of /Library/Ruby/Gems/1.8/gems/compass-0.11.1/lib/compass.rb: couldn't find HOME environment -- expanding `~/.compass/extensions'

I am on Mac OSX 10.6.7 compass 0.11.1, apache is started with launchd.

I thought this must be because HOME env var is not set for launchd. So I tried:

launchctl setenv HOME $HOME

reboot and still get the same error.

Anyone know how to over come this?

Comments

kliker’s picture

There is a related open issue with Compass v0.11. Until it gets fixed, uninstall it and install compass v0.10.6.

Good luck!