Hello, I'm trying to use the v8pp addon <http://pmed.github.io/v8pp/> on my addon(rs) to convert data from v8 Local to an vector.
The library is build as a node module, that runs node-gyp on install and you can include(following the examples) as the code sample: ``` #include "v8ppq/modules.hpp" ``` The problem is that i keep getting error running the build command saying that the library cannot be found. The library doesn't need to be included on bindings.gyp. What to do in this case? In the previous questions I asked about include external libraries, on that case, I'm asking about a library that is provided by the package manager and runs the node-gyp. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/11801afe-824e-4cc9-aa70-402c5de73838n%40googlegroups.com.