Created
March 21, 2015 11:01
-
-
Save SomeoneWeird/a4fa906c329c5c22cf0f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ frida-node git:(master) ✗ npm install --build-from-source | |
> [email protected] install /private/tmp/frida-node | |
> node-pre-gyp install | |
CXX(target) Release/obj.target/frida_binding/src/addon.o | |
In file included from ../src/addon.cc:1: | |
In file included from ../src/device.h:4: | |
In file included from ../src/glib_object.h:4: | |
In file included from ../src/runtime.h:4: | |
../src/glib_context.h:4:10: fatal error: 'frida-core.h' file not found | |
#include <frida-core.h> | |
^ | |
1 error generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment