Skip to content

Instantly share code, notes, and snippets.

Created December 24, 2012 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d86d094666053da82f85 to your computer and use it in GitHub Desktop.
Save anonymous/d86d094666053da82f85 to your computer and use it in GitHub Desktop.
../binding.cpp: In function 'void MakeCallback(uv_work_t*)':
../binding.cpp:30:14: error: 'struct sass_context' has no member named 'callback'
../binding.cpp:38:14: error: 'struct sass_context' has no member named 'callback'
../binding.cpp: In function 'v8::Handle<v8::Value> Render(const v8::Arguments&)':
../binding.cpp:54:37: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
/usr/include/iso/string_iso.h:83:14: error: initializing argument 1 of 'char* strcpy(char*, const char*)' [-fpermissive]
../binding.cpp:59:10: error: 'struct sass_context' has no member named 'callback'
../binding.cpp:60:10: error: 'struct sass_context' has no member named 'request'
../binding.cpp:62:57: error: 'struct sass_context' has no member named 'request'
make: *** [Release/obj.target/binding/binding.o] Error 1
make: Leaving directory `/root/tmp/tmp-8727fk699y8/build/package/node_modules/node-sass/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/opt/local/lib/node_modules/node-gyp/lib/build.js:219:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:91:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:674:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment