You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mac OS X Yosemite: I am building my c++ bindings as a bundle (mh_bundle). This seems to be the default for node-gyp. Now, I want to use cppunitlite npm module to test my c++ bindings, but I am having issues linking or dlopen my main bindings file. Do you have an example of how to link your test target to your main target?
The text was updated successfully, but these errors were encountered:
I haven't looked at this code for a few months, so it may be out of date wrt current node builds. That said, I believe the InChi repository (smikes/InChi) uses cppunitlite , though I'm fairly certain that one will give some compiler errors with a modern iojs or node due to API changes.
Mac OS X Yosemite: I am building my c++ bindings as a bundle (mh_bundle). This seems to be the default for node-gyp. Now, I want to use cppunitlite npm module to test my c++ bindings, but I am having issues linking or dlopen my main bindings file. Do you have an example of how to link your test target to your main target?
The text was updated successfully, but these errors were encountered: