lsp-smart-contracts icon indicating copy to clipboard operation
lsp-smart-contracts copied to clipboard

Crashing when trying to use custom version

Open DBZFYAM opened this issue 11 years ago • 2 comments

I don't know if this is a bug or I'm just trying to use it the wrong way, but I'm trying to use a custom version of SASS (3.4.4) and Compass (1.0.1) but when I do, Compass.app (version 1.0.0) keeps crashing (no such file to load -- terminal-notifier or No such file or directory - No such directory: /Applications/compass.app/Contents/Resources/lib/ruby/compass_false).

My gem paths:

  • /Users/sdegraaf/.rvm/gems/ruby-2.0.0-p195
  • /Users/sdegraaf/.rvm/gems/ruby-2.0.0-p195@global

I tried these paths: /Users/sdegraaf/.rvm/gems/ruby-2.0.0-p195 /Users/sdegraaf/.rvm/gems/ruby-2.0.0-p195/gems /Users/sdegraaf/.rvm/gems/ruby-2.0.0-p195/gems/sass-3.4.4

The versions available in the gems folder (aswell as chunky_png, csscss, fssm): compass-0.12.2 compass-0.12.7 compass-1.0.1 compass-core-1.0.1 compass-import-once-1.0.5 sass-3.2.19 sass-3.2.9 sass-3.4.3 sass-3.4.4

I'm using Mac OS X 10.9.4 and Java 7 update 67. Am I using the wrong paths or is this a bug?

DBZFYAM avatar Sep 18 '14 23:09 DBZFYAM

I have the exact same problem, although I have only tried with compass-1.0.1, anyone have a solution? Any work around, DBZFYAM?

davidrhoderick avatar Oct 05 '14 23:10 davidrhoderick

Haven't been able to find a workaround sadly. Apparently it is possible to overwrite the sass/compass versions contained within Compass.app (show contents > contents > resources > lib > ruby > compass_1.0 and delete the old sass and compass folder and paste in the new version), but I wanted it to use the installed version on my system, not a included version. For now, I'm just using the command line to compile my SASS (compass watch) and edit the config file when necessary

DBZFYAM avatar Oct 06 '14 21:10 DBZFYAM