[error] could not determine kind of name for C.sass_context_get_included_files_size
knksmith57 opened this issue · 3 comments
knksmith57 commented
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'
drewwells commented
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
knksmith57 commented
drewwells commented
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:
—
Reply to this email directly or view it on GitHub
#4 (comment).