Skip to content

Instantly share code, notes, and snippets.

@willwhite
Created July 23, 2012 15:16
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 willwhite/3164189 to your computer and use it in GitHub Desktop.
Save willwhite/3164189 to your computer and use it in GitHub Desktop.
~/node-blend (git::master) ▶ make
node-waf build
Waf: Entering directory `/Users/willwhite/node-blend/build'
[2/5] cxx: src/writer.cpp -> build/Release/src/writer_1.o
[3/5] cxx: src/blend.cpp -> build/Release/src/blend_1.o
In file included from ../src/writer.hpp:14,
from ../src/writer.cpp:1:
../src/blend.hpp: In constructor ‘BlendBaton::BlendBaton()’:
../src/blend.hpp:111: error: cannot convert ‘uv_loop_t*’ to ‘uv_handle_t*’ for argument ‘1’ to ‘void uv_ref(uv_handle_t*)’
../src/blend.hpp: In destructor ‘BlendBaton::~BlendBaton()’:
../src/blend.hpp:123: error: cannot convert ‘uv_loop_t*’ to ‘uv_handle_t*’ for argument ‘1’ to ‘void uv_unref(uv_handle_t*)’
In file included from ../src/blend.cpp:1:
../src/blend.hpp: In constructor ‘BlendBaton::BlendBaton()’:
../src/blend.hpp:111: error: cannot convert ‘uv_loop_t*’ to ‘uv_handle_t*’ for argument ‘1’ to ‘void uv_ref(uv_handle_t*)’
../src/blend.hpp: In destructor ‘BlendBaton::~BlendBaton()’:
../src/blend.hpp:123: error: cannot convert ‘uv_loop_t*’ to ‘uv_handle_t*’ for argument ‘1’ to ‘void uv_unref(uv_handle_t*)’
Waf: Leaving directory `/Users/willwhite/node-blend/build'
Build failed:
-> task failed (err #1):
{task: cxx writer.cpp -> writer_1.o}
-> task failed (err #1):
{task: cxx blend.cpp -> blend_1.o}
make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment