I'm having trouble on configuring the binds of a node add-on that posses dependencies.
The first step is to configure the binding.gyp, and set the sources. After that, you have to configure the bindings of the library, setting every dir and source.
Running the node-gyp configure and node-gyp causes an error saying that the that doenst have the library on the folder, wich is the build folder, that posses nothing.
Knowing that the firest step, bindings.gyp is propertly configured, and the source is set, the configure command should copy that source to the build folder, but nothing happens.
Here's a gist with the configurations of the bindings, so anyone can help with that problem.
Thanks in advance.
PS: The second file have the same name.