wellington/go-libsass

[error] could not determine kind of name for C.sass_context_get_included_files_size

knksmith57 opened this issue · 3 comments

go get github.com/wellington/go-libsass fails with the following error:

golang ❱ go get -u github.com/wellington/go-libsass
# github.com/wellington/go-libsass
could not determine kind of name for C.sass_context_get_included_files_size

Any idea what's going on?

golang ❱ go version
go version go1.4.2 darwin/amd64

golang ❱ brew install autoconf automake libtool mercurial pkg-config
Warning: autoconf-2.69 already installed
Warning: automake-1.15 already installed
Warning: pkg-config-0.28 already installed
Error: libtool-2.4.5 already installed
To install this version, first `brew unlink libtool'
Error: mercurial-3.3 already installed
To install this version, first `brew unlink mercurial'

Do you have libsass installed, and what version?

This project has a makefile for installing a local libsass: https://github.com/wellington/go-libsass#building-from-source-os-x-edition

I had 3.1.0, but simply upgrading to latest resolved this issue. Is there a minimum version required?

screen shot 2015-06-14 at 2 55 23 pm

Yeah were on 3.2.4. The API changes pretty frequently, so it's good to
update it regularly

On Sun, Jun 14, 2015 at 2:57 PM Kyle Smith notifications@github.com wrote:

Closed #4 #4.


Reply to this email directly or view it on GitHub
#4 (comment).