Josh Marinacci
Josh Marinacci
I've added a new example to the readme using your technique. Thanks!
Can you see if the current release fixes your issues?
I'm looking at this again. Even with C command support (Bézier curves) it still looks wrong. Looking at the path stream it seems that a TTF creates one long path...
I get an error that it can't find the right ndk arch for macos x86_64. This fixes it. ``` diff --git a/deps/v8/Makefile.android b/deps/v8/Makefile.android index aeff01c..4df09eb 100644 --- a/deps/v8/Makefile.android +++ b/deps/v8/Makefile.android...
Looks like the libs should go into /system/lib instead of /system/usr/lib
Whoo hoo!: ``` /data/node # cat test.js console.log("Greetings Earthling!\n"); /data/node # ./node test.js Greetings Earthling! /data/node # ```
Now that I have node itself working I want to create a native addon. After reading the wiki I complied the anode hello addon per the instructions and copied it...
Wonderful. I had to add the full path to libv8.so and now it works. Interestingly didn't need to turn off UNDEFINED_SYMBOLS actually. Yes, it appears FunctionTemplate was added sometime in...
no. how to i get the tombstone?
Okay. Here's the adb logcat log: D/libEGL ( 380): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so D/libEGL ( 380): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so D/libEGL ( 380): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so F/libc ( 380): Fatal signal 11 (SIGSEGV) at 0x0000000c...