tj / palette

Node.js image color palette extraction with node-canvas
292 stars 24 forks source link

Symbol not found error #5

Open reggi opened 10 years ago

reggi commented 10 years ago

Any idea whats going on here?

node test.js /Users/thomas/Desktop/Screen\ Shot\ 2014-04-16\ at\ 7.26.56\ PM.png 
dyld: lazy symbol binding failed: Symbol not found: __ZN4node12MakeCallbackEN2v86HandleINS0_6ObjectEEENS1_INS0_8FunctionEEEiPNS1_INS0_5ValueEEE
  Referenced from: /Users/thomas/Desktop/github/gowanus-canal-color/node_modules/canvas/build/Release/canvas.node
  Expected in: dynamic lookup

dyld: Symbol not found: __ZN4node12MakeCallbackEN2v86HandleINS0_6ObjectEEENS1_INS0_8FunctionEEEiPNS1_INS0_5ValueEEE
  Referenced from: /Users/thomas/Desktop/github/gowanus-canal-color/node_modules/canvas/build/Release/canvas.node
  Expected in: dynamic lookup

Trace/BPT trap: 5
nmn commented 10 years ago

This is a problem with the canvas for node implementation and not with Palette itself.