On Sat, Dec 29, 2012 at 5:24 PM, frantisek holop <[email protected]> wrote:
> could any of the ruby people have a quick look at this, > if it's difficult to port? compass-style.org > Well, compass itself is a pure ruby gem, but it depends on fssm which is a C extension gem. You could try a simple `gem1[89] install compass` and see if that works, but ideally you'd want to work on a port for compass and its three dependencies, since fssm is a C extension which usually needs to be recompiled when you upgrade the system. It's probably fairly trivial to port, most ruby gem ports are. Look at existing ruby gem ports and read `man ruby-module`. Thanks, Jeremy
