We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I followed as https://github.com/paddybyers/anode/wiki/build
/home/david/NDKs/android-ndk-r9/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -MMD -MP -MF ./obj/local/armeabi/objs/bridge/src/Env.o.d -fpic -ffunction-sections -funwind-tables -fstack-protector -no-canonical-prefixes -march=armv5te -mtune=xscale -msoft-float -fno-exceptions -fno-rtti -mthumb -Os -g -DNDEBUG -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Ibridge/src -I./../node/src -I./../node/deps/v8/include -I./../node/deps/uv/include -I/home/david/NDKs/android-ndk-r9/sources/cxx-stl/system/include -Ibridge -DANDROID -D__POSIX__ -DBUILDING_NODE_EXTENSION -include sys/select.h -Wa,--noexecstack -Wformat -Werror=format-security -I/home/david/NDKs/android-ndk-r9/platforms/android-14/arch-arm/usr/include -c bridge/src/Env.cpp -o ./obj/local/armeabi/objs/bridge/src/Env.o bridge/src/Env.cpp: In member function 'int bridge::Env::initV8()': bridge/src/Env.cpp:142:16: error: 'class node::Isolate' has no member named 'setExitHandler'
Pls let me know what I shoud do.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed as https://github.com/paddybyers/anode/wiki/build
but i met a compile error as below:
/home/david/NDKs/android-ndk-r9/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -MMD -MP -MF ./obj/local/armeabi/objs/bridge/src/Env.o.d -fpic -ffunction-sections -funwind-tables -fstack-protector -no-canonical-prefixes -march=armv5te -mtune=xscale -msoft-float -fno-exceptions -fno-rtti -mthumb -Os -g -DNDEBUG -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Ibridge/src -I./../node/src -I./../node/deps/v8/include -I./../node/deps/uv/include -I/home/david/NDKs/android-ndk-r9/sources/cxx-stl/system/include -Ibridge -DANDROID -D__POSIX__ -DBUILDING_NODE_EXTENSION -include sys/select.h -Wa,--noexecstack -Wformat -Werror=format-security -I/home/david/NDKs/android-ndk-r9/platforms/android-14/arch-arm/usr/include -c bridge/src/Env.cpp -o ./obj/local/armeabi/objs/bridge/src/Env.o
bridge/src/Env.cpp: In member function 'int bridge::Env::initV8()':
bridge/src/Env.cpp:142:16: error: 'class node::Isolate' has no member named 'setExitHandler'
make: *** [obj/local/armeabi/objs/bridge/src/Env.o] Error 1
Pls let me know what I shoud do.
The text was updated successfully, but these errors were encountered: