I tried something new instead of using an environment variable for the
cache location i used a static location of just "c:\compass\tmp\sass-
cache" and now i have a new error message
Errno::ENOTDIR on line 243 of C: Not a directory - #c:☼mpass mp ass-
cache
Here is the trace output on gist:
http://gist.github.com/169200
From seeing the weird characters in the error message could this
possible have something to do with differences in the windows line
termination characters? or with specifically the \ slash not getting
escaped correctly? Since it looks like it's eating the first chracter
after the \c and creating a non ascii character from the slash.
Looking more at the message it seems like this might be the issue
since the T is gone and it looks like a tab is there where \t is and
\s looks like a space. this really makes me think it's related to
character encoding/escaping.