bdkjones / CodeKit-1-Old

147 stars 1 forks source link

ruby: illegal switch in RUBYOPT: -E (RuntimeError) #685

Closed bradt closed 10 years ago

bradt commented 10 years ago

Just upgraded to 1.9.1 and now I'm getting the following error:

screen shot 2013-10-23 at 10 52 02 pm

I'm using CodeKit's internal Sass and Compass compilers.

$ ruby -v ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

bradt commented 10 years ago

Just Time Machined back to 1.7.1 (8317) and all good again.

bdkjones commented 10 years ago

Hi Brad,

Run the update check again. 1.9.2 resolves the issue.

-Bryan

On 23 Oct 2013, at 18:58, Brad Touesnard notifications@github.com wrote:

Just Time Machined back to 1.7.1 (8317) and all good again.

— Reply to this email directly or view it on GitHub.

nathanielks commented 10 years ago

Hey man,

I just got this and I'm having the same issue. 1.9.2.

primsi commented 10 years ago

I just got this and I'm having the same issue. 1.9.2.

Same here:

Compass was unable to compile one or more files in the project:

/>System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: illegal switch in RUBYOPT: -E (RuntimeError)

bdkjones commented 10 years ago

What version of OS X are you running?

nathanielks commented 10 years ago

I'm 10.9 but I was able to resolve this by updating the systems version of compass ( using external binary )

primsi commented 10 years ago

What version of OS X are you running?

System version: 10.9. Compass version: 0.12.2

I'm 10.9 but I was able to resolve this by updating the systems version of compass ( using external binary )

Thx for the hint. I am using the system Compass executable (because of Singularity GS). When I use the internal Compass compiler it works.